@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #3e8acc;--bs-secondary: #6c757d;--bs-success: #28a745;--bs-info: #17a2b8;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 62, 138, 204;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 40, 167, 69;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #193752;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #10431c;--bs-info-text-emphasis: #09414a;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d8e8f5;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d4edda;--bs-info-bg-subtle: #d1ecf1;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #b2d0eb;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a9dcb5;--bs-info-border-subtle: #a2dae3;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #e4e5e6;--bs-body-bg-rgb: 228, 229, 230;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #3e8acc;--bs-link-color-rgb: 62, 138, 204;--bs-link-decoration: underline;--bs-link-hover-color: #326ea3;--bs-link-hover-color-rgb: 50, 110, 163;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .15rem;--bs-border-radius-sm: .1rem;--bs-border-radius-lg: .125rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(62, 138, 204, .25);--bs-form-valid-color: #28a745;--bs-form-valid-border-color: #28a745;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #8bb9e0;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #7eca8f;--bs-info-text-emphasis: #74c7d4;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #0c1c29;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #08210e;--bs-info-bg-subtle: #052025;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #25537a;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #186429;--bs-info-border-subtle: #0e616e;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #8bb9e0;--bs-link-hover-color: #a2c7e6;--bs-link-color-rgb: 139, 185, 224;--bs-link-hover-color-rgb: 162, 199, 230;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.1rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\a0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d8e8f5;--bs-table-border-color: #adbac4;--bs-table-striped-bg: #cddce9;--bs-table-striped-color: #000;--bs-table-active-bg: #c2d1dd;--bs-table-active-color: #000;--bs-table-hover-bg: #c8d7e3;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d4edda;--bs-table-border-color: #aabeae;--bs-table-striped-bg: #c9e1cf;--bs-table-striped-color: #000;--bs-table-active-bg: #bfd5c4;--bs-table-active-color: #000;--bs-table-hover-bg: #c4dbca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #d1ecf1;--bs-table-border-color: #a7bdc1;--bs-table-striped-bg: #c7e0e5;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd4d9;--bs-table-active-color: #000;--bs-table-hover-bg: #c1dadf;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-check-input:checked{background-color:#3e8acc;border-color:#3e8acc}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#3e8acc;border-color:#3e8acc;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fc5e6'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e4e5e6,0 0 0 .25rem #3e8acc40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e4e5e6,0 0 0 .25rem #3e8acc40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#3e8acc;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c5dcf0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#3e8acc;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#c5dcf0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #000;--bs-btn-bg: #3e8acc;--bs-btn-border-color: #3e8acc;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #5b9cd4;--bs-btn-hover-border-color: #5196d1;--bs-btn-focus-shadow-rgb: 53, 117, 173;--bs-btn-active-color: #000;--bs-btn-active-bg: #65a1d6;--bs-btn-active-border-color: #5196d1;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #3e8acc;--bs-btn-disabled-border-color: #3e8acc}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #28a745;--bs-btn-border-color: #28a745;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #48b461;--bs-btn-hover-border-color: #3eb058;--bs-btn-focus-shadow-rgb: 34, 142, 59;--bs-btn-active-color: #000;--bs-btn-active-bg: #53b96a;--bs-btn-active-border-color: #3eb058;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #28a745;--bs-btn-disabled-border-color: #28a745}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3ab0c3;--bs-btn-hover-border-color: #2eabbf;--bs-btn-focus-shadow-rgb: 20, 138, 156;--bs-btn-active-color: #000;--bs-btn-active-bg: #45b5c6;--bs-btn-active-border-color: #2eabbf;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #17a2b8;--bs-btn-disabled-border-color: #17a2b8}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #3e8acc;--bs-btn-border-color: #3e8acc;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3e8acc;--bs-btn-hover-border-color: #3e8acc;--bs-btn-focus-shadow-rgb: 62, 138, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3e8acc;--bs-btn-active-border-color: #3e8acc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #3e8acc;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #3e8acc;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #28a745;--bs-btn-border-color: #28a745;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #28a745;--bs-btn-hover-border-color: #28a745;--bs-btn-focus-shadow-rgb: 40, 167, 69;--bs-btn-active-color: #000;--bs-btn-active-bg: #28a745;--bs-btn-active-border-color: #28a745;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #28a745;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #28a745;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #17a2b8;--bs-btn-hover-border-color: #17a2b8;--bs-btn-focus-shadow-rgb: 23, 162, 184;--bs-btn-active-color: #000;--bs-btn-active-bg: #17a2b8;--bs-btn-active-border-color: #17a2b8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #17a2b8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #17a2b8;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 53, 117, 173;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: white;--bs-dropdown-link-hover-bg: #343a40;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3e8acc;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3e8acc;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #3e8acc}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23193752' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bb9e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bb9e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #3e8acc;--bs-pagination-active-border-color: #3e8acc;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #3e8acc;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #3e8acc;--bs-list-group-active-border-color: #3e8acc;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.15rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 575.98px) and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media (max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 767.98px) and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media (max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 991.98px) and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media (max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media (max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media (max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#000!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#000!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(101,161,214,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(101,161,214,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(83,185,106,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(83,185,106,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(69,181,198,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(69,181,198,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */@font-face{font-family:Poppins;font-style:normal;font-weight:100;font-display:swap;src:url(pxiGyp8kv8JHgFVrLPTucXtAKPY.0662b626da5db789.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:100;font-display:swap;src:url(pxiGyp8kv8JHgFVrLPTufntAKPY.1fe84a733deddad4.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:100;font-display:swap;src:url(pxiGyp8kv8JHgFVrLPTucHtA.7a78f1ce0329757f.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:200;font-display:swap;src:url(pxiByp8kv8JHgFVrLFj_Z11lFc-K.ac614beb32f7a7c2.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:200;font-display:swap;src:url(pxiByp8kv8JHgFVrLFj_Z1JlFc-K.aefc8ad6d88b3354.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:200;font-display:swap;src:url(pxiByp8kv8JHgFVrLFj_Z1xlFQ.d36a2a2bb416f59e.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(pxiByp8kv8JHgFVrLDz8Z11lFc-K.e025c64520263018.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(pxiByp8kv8JHgFVrLDz8Z1JlFc-K.953974ac5e9ff354.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(pxiByp8kv8JHgFVrLDz8Z1xlFQ.c04551857776278f.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(pxiEyp8kv8JHgFVrJJbecmNE.87c72f23c47212b9.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(pxiEyp8kv8JHgFVrJJnecmNE.591327bf3b62a611.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(pxiEyp8kv8JHgFVrJJfecg.916d3686010a8de2.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(pxiByp8kv8JHgFVrLGT9Z11lFc-K.839135d04a097cea.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(pxiByp8kv8JHgFVrLGT9Z1JlFc-K.370d1cc320ec5619.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(pxiByp8kv8JHgFVrLGT9Z1xlFQ.7777133e901cd5ed.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(pxiByp8kv8JHgFVrLCz7Z11lFc-K.20b8b8f6f47c1e10.woff2) format("woff2");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(pxiByp8kv8JHgFVrLCz7Z1JlFc-K.f93b79c1ea023ab6.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(pxiByp8kv8JHgFVrLCz7Z1xlFQ.9a881e2ac07d406b.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(JTUSjIg1_i6t8kCHKm459WRhyzbi.be7383bfe37cf67f.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(JTUSjIg1_i6t8kCHKm459W1hyzbi.3a0e9d8da06e030e.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(JTUSjIg1_i6t8kCHKm459WZhyzbi.360f5886c85f8a7e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.b1007c521d80cd9c.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(JTUSjIg1_i6t8kCHKm459Wlhyw.bbd0be5a28f4fc95.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(JTUSjIg1_i6t8kCHKm459WRhyzbi.be7383bfe37cf67f.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(JTUSjIg1_i6t8kCHKm459W1hyzbi.3a0e9d8da06e030e.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(JTUSjIg1_i6t8kCHKm459WZhyzbi.360f5886c85f8a7e.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(JTUSjIg1_i6t8kCHKm459Wdhyzbi.b1007c521d80cd9c.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(JTUSjIg1_i6t8kCHKm459Wlhyw.bbd0be5a28f4fc95.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(Raleway-Regular.51da52b114d0cf7c.ttf) format("truetype");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #3e8acc;--bs-secondary: #6c757d;--bs-success: #28a745;--bs-info: #17a2b8;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 62, 138, 204;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 40, 167, 69;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #193752;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #10431c;--bs-info-text-emphasis: #09414a;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d8e8f5;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d4edda;--bs-info-bg-subtle: #d1ecf1;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #b2d0eb;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a9dcb5;--bs-info-border-subtle: #a2dae3;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #e4e5e6;--bs-body-bg-rgb: 228, 229, 230;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #3e8acc;--bs-link-color-rgb: 62, 138, 204;--bs-link-decoration: underline;--bs-link-hover-color: #326ea3;--bs-link-hover-color-rgb: 50, 110, 163;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .15rem;--bs-border-radius-sm: .1rem;--bs-border-radius-lg: .125rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(62, 138, 204, .25);--bs-form-valid-color: #28a745;--bs-form-valid-border-color: #28a745;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #8bb9e0;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #7eca8f;--bs-info-text-emphasis: #74c7d4;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #0c1c29;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #08210e;--bs-info-bg-subtle: #052025;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #25537a;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #186429;--bs-info-border-subtle: #0e616e;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #8bb9e0;--bs-link-hover-color: #a2c7e6;--bs-link-color-rgb: 139, 185, 224;--bs-link-hover-color-rgb: 162, 199, 230;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.1rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\a0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #d8e8f5;--bs-table-border-color: #adbac4;--bs-table-striped-bg: #cddce9;--bs-table-striped-color: #000;--bs-table-active-bg: #c2d1dd;--bs-table-active-color: #000;--bs-table-hover-bg: #c8d7e3;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #b5b6b7;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d4edda;--bs-table-border-color: #aabeae;--bs-table-striped-bg: #c9e1cf;--bs-table-striped-color: #000;--bs-table-active-bg: #bfd5c4;--bs-table-active-color: #000;--bs-table-hover-bg: #c4dbca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #d1ecf1;--bs-table-border-color: #a7bdc1;--bs-table-striped-bg: #c7e0e5;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd4d9;--bs-table-active-color: #000;--bs-table-hover-bg: #c1dadf;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#9fc5e6;outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.form-check-input:checked{background-color:#3e8acc;border-color:#3e8acc}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#3e8acc;border-color:#3e8acc;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fc5e6'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e4e5e6,0 0 0 .25rem #3e8acc40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e4e5e6,0 0 0 .25rem #3e8acc40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;appearance:none;background-color:#3e8acc;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c5dcf0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#3e8acc;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#c5dcf0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #000;--bs-btn-bg: #3e8acc;--bs-btn-border-color: #3e8acc;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #5b9cd4;--bs-btn-hover-border-color: #5196d1;--bs-btn-focus-shadow-rgb: 53, 117, 173;--bs-btn-active-color: #000;--bs-btn-active-bg: #65a1d6;--bs-btn-active-border-color: #5196d1;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #3e8acc;--bs-btn-disabled-border-color: #3e8acc}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #28a745;--bs-btn-border-color: #28a745;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #48b461;--bs-btn-hover-border-color: #3eb058;--bs-btn-focus-shadow-rgb: 34, 142, 59;--bs-btn-active-color: #000;--bs-btn-active-bg: #53b96a;--bs-btn-active-border-color: #3eb058;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #28a745;--bs-btn-disabled-border-color: #28a745}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3ab0c3;--bs-btn-hover-border-color: #2eabbf;--bs-btn-focus-shadow-rgb: 20, 138, 156;--bs-btn-active-color: #000;--bs-btn-active-bg: #45b5c6;--bs-btn-active-border-color: #2eabbf;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #17a2b8;--bs-btn-disabled-border-color: #17a2b8}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #3e8acc;--bs-btn-border-color: #3e8acc;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #3e8acc;--bs-btn-hover-border-color: #3e8acc;--bs-btn-focus-shadow-rgb: 62, 138, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3e8acc;--bs-btn-active-border-color: #3e8acc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #3e8acc;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #3e8acc;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #28a745;--bs-btn-border-color: #28a745;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #28a745;--bs-btn-hover-border-color: #28a745;--bs-btn-focus-shadow-rgb: 40, 167, 69;--bs-btn-active-color: #000;--bs-btn-active-bg: #28a745;--bs-btn-active-border-color: #28a745;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #28a745;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #28a745;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #17a2b8;--bs-btn-hover-border-color: #17a2b8;--bs-btn-focus-shadow-rgb: 23, 162, 184;--bs-btn-active-color: #000;--bs-btn-active-bg: #17a2b8;--bs-btn-active-border-color: #17a2b8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #17a2b8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #17a2b8;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 53, 117, 173;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: .875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: white;--bs-dropdown-link-hover-bg: #343a40;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3e8acc;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #3e8acc;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #3e8acc40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #3e8acc}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23193752' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bb9e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bb9e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #3e8acc;--bs-pagination-active-border-color: #3e8acc;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #3e8acc;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #3e8acc;--bs-list-group-active-border-color: #3e8acc;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(62, 138, 204, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.15rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 575.98px) and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media (max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 767.98px) and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media (max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 991.98px) and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media (max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media (max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media (max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#000!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#000!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(101,161,214,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(101,161,214,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(83,185,106,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(83,185,106,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(69,181,198,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(69,181,198,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.group_export{position:relative;display:inline-flex;vertical-align:middle}.export-button{background:rgba(1,45,150,.08);border:1px solid #012d96;border-radius:.25rem 0 0 .25rem;pointer-events:auto}.export-button.p-button:hover{background:#1a387d}.export-button.p-button:hover>span{color:#fff}.export-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.625rem;font-size:.938rem}@media (max-width: 767px){.export-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-button>span{font-size:.7504rem!important}}.export-button-caret{background:rgba(1,45,150,.08);border:1px solid #012d96;border-left:none;border-radius:0 .25rem .25rem 0;color:#012d96;padding:.5rem 1.375rem!important}@media (min-width: 768px) and (max-width: 991px){.export-button-caret{padding:.2857142857rem .7857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-button-caret{padding:.3333333333rem .9166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-button-caret{padding:.4rem 1.1rem!important}}.export-button-caret:hover{background:#1a387d;color:#fff}.export-button-dashboard{border-radius:.25rem}.button-primary-color{background-color:#012d96!important;padding:.5rem 1.375rem!important}@media (min-width: 768px) and (max-width: 991px){.button-primary-color{padding:.2857142857rem .7857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.button-primary-color{padding:.3333333333rem .9166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.button-primary-color{padding:.4rem 1.1rem!important}}.button-primary-color>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#fff;line-height:1.625rem;font-size:.938rem}@media (max-width: 767px){.button-primary-color>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.button-primary-color>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.button-primary-color>span{font-size:.7504rem!important}}.button-primary-color:hover{background-color:#fff!important}.button-primary-color:hover>span{color:#1a387d!important}.cnom-background-primary-button .p-button{width:100%;background-color:#012d96;color:#fff;border:1px solid rgba(1,45,150,.5)}.cnom-background-primary-button .p-button:hover{background-color:#012d9614;color:#012d96}.cnom-background-primary-button .p-button:hover .white-on-hover{filter:invert(96%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(100%)}.cnom-background-primary-button .p-button:focus{box-shadow:unset}.detail_button_container{display:flex;flex-direction:row;justify-content:flex-end;align-content:center;gap:.75rem}.detail_button_container .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.5rem 1.375rem!important}@media (max-width: 767px){.detail_button_container .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_button_container .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_button_container .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.detail_button_container .cancel-button{padding:.2857142857rem .7857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_button_container .cancel-button{padding:.3333333333rem .9166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_button_container .cancel-button{padding:.4rem 1.1rem!important}}.detail_button_container .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.detail_button_container .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.detail_button_container .cancel-button:focus{box-shadow:none!important}.detail_button_container_action_button{background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5)!important;padding:.75rem 1.25rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.detail_button_container_action_button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_button_container_action_button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_button_container_action_button{padding:.6rem 1rem!important}}.detail_button_container_action_button>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-align:left;text-transform:capitalize;color:#012d96!important}@media (max-width: 767px){.detail_button_container_action_button>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_button_container_action_button>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_button_container_action_button>span{font-size:.7rem!important}}.detail_button_container_action_button:hover{background:rgba(52,112,254,.15)!important}.save-button>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.save-button>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.save-button>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.save-button>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.save-button>button.p-button{margin-left:0;margin-right:0}}.save-button>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#fff;line-height:1.625rem;font-size:.938rem;text-transform:capitalize}@media (max-width: 767px){.save-button>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.save-button>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.save-button>button.p-button>span{font-size:.7504rem!important}}.save-button>button.p-button:focus{box-shadow:unset}.save-button>button.p-button{background:linear-gradient(to right,#38803b,#4caf50)}.save-button>button.p-button:hover{border-color:unset;background:#4caf50}.save-button>button.p-button:disabled{border-color:unset;background:#00000017}.save-button>button.p-button:disabled span{color:#00000042}.save-button .p-button:disabled{cursor:not-allowed;background-color:#00000017}.medecinInformation{display:flex;justify-content:center;align-items:center;flex-direction:column}.medecinInformation__specification{display:flex;justify-content:center;align-items:center;flex-direction:row}.medecinInformation__consulte_detail{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0;cursor:pointer;border-radius:.25rem;align-self:stretch;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.medecinInformation__consulte_detail:hover{background-color:#012d96}.medecinInformation__consulte_detail__label{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;letter-spacing:.025rem;text-align:center}@media (max-width: 767px){.medecinInformation__consulte_detail__label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecinInformation__consulte_detail__label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecinInformation__consulte_detail__label{font-size:.7rem!important}}.medecinInformation__consulte_detail__label:hover{color:#fff}.medecinInformation__delete-button{width:100%;margin-top:1rem}.medecinInformation__delete-button .p-element{width:100%}.medecins-remplacants{padding:.75rem .2rem 0;margin:.5rem 0}.medecins-remplacants .p-button{height:2.188rem}.medecins-remplacants__input-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;line-height:160%;font-size:1rem;padding-bottom:.25rem;color:#29622d}@media (max-width: 767px){.medecins-remplacants__input-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants__input-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants__input-label{font-size:.8rem!important}}.medecins-remplacants__simple-input,.medecins-remplacants__simple-input-icon{width:100%;height:2.188rem;font-size:1rem}@media (max-width: 767px){.medecins-remplacants__simple-input,.medecins-remplacants__simple-input-icon{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants__simple-input,.medecins-remplacants__simple-input-icon{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants__simple-input,.medecins-remplacants__simple-input-icon{font-size:.8rem!important}}.medecins-remplacants__label{color:#29622d!important;border-radius:.25rem}.medecins-remplacants__search-block{margin-top:1.5em}.medecins-remplacants__list-item{display:flex;justify-content:space-between}.medecins-hors-departement{padding:.75rem .2rem 0;margin:.5rem 0}.medecins-hors-departement .p-button{height:2.188rem}.medecins-hors-departement__input-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;line-height:160%;font-size:1rem;padding-bottom:.25rem;color:#005999}@media (max-width: 767px){.medecins-hors-departement__input-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement__input-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement__input-label{font-size:.8rem!important}}.medecins-hors-departement__simple-input,.medecins-hors-departement__simple-input-icon{width:100%;height:2.188rem;font-size:1rem}@media (max-width: 767px){.medecins-hors-departement__simple-input,.medecins-hors-departement__simple-input-icon{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement__simple-input,.medecins-hors-departement__simple-input-icon{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement__simple-input,.medecins-hors-departement__simple-input-icon{font-size:.8rem!important}}.medecins-hors-departement__label{color:#005999!important;border-radius:.25rem}.medecins-hors-departement__search-block{margin-top:1.5em}.medecins-hors-departement__list-item{display:flex;justify-content:space-between}.association-post-button{width:100%;display:flex;justify-content:center;align-items:center;cursor:unset!important;color:#012d96!important}.cnom-delete-button{width:100%}.cnom-delete-button>p-button{width:100%}.cnom-delete-button .p-button{width:100%;text-transform:uppercase;background-color:transparent;color:#e31b0c;border-color:transparent;opacity:1;font-size:.813rem;font-weight:600;line-height:1.375rem;letter-spacing:.029rem}@media screen and (max-width: 1600px){.cnom-delete-button .p-button{padding:.25rem;font-size:.75rem}}.cnom-delete-button .p-button:not([disabled]):hover{background:rgba(239,68,68,.04)!important;border-color:transparent;color:#ef4444}.cnom-delete-button .p-button:disabled{cursor:not-allowed;color:gray}.back-to-detail-bouton{padding-left:2.2rem}.back-to-detail-bouton .pi{font-size:inherit}.back-button{background-color:transparent;color:#012d96;border-color:transparent;font-weight:600!important;line-height:1.375rem;letter-spacing:.029rem;font-size:.813rem;margin-bottom:1rem!important}@media (max-width: 767px){.back-button{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.back-button{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.back-button{font-size:.6504rem!important}}.back-button:hover{background-color:transparent!important;color:#012d96!important;border-color:transparent!important;cursor:pointer}.logo-partage-incomplet{color:#ed6c02}.list__wiew_garde_row .logo-partage-incomplet .ng-fa-icon{display:flex!important;align-items:center}.list__wiew_garde_row .logo-partage-incomplet .ng-fa-icon>svg{height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row .logo-partage-incomplet .ng-fa-icon>svg{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row .logo-partage-incomplet .ng-fa-icon>svg{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row .logo-partage-incomplet .ng-fa-icon>svg{height:.8rem!important}}.logo-partage-incomplet-tooltip{border-radius:.5rem}.logo-partage-incomplet-tooltip>.p-tooltip-text{box-shadow:none!important;color:#ed6c02;font-size:.75rem!important;background:white!important}@media (min-width: 768px) and (max-width: 991px){.logo-partage-incomplet-tooltip>.p-tooltip-text{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.logo-partage-incomplet-tooltip>.p-tooltip-text{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.logo-partage-incomplet-tooltip>.p-tooltip-text{font-size:.6rem!important}}.chips-container{display:flex;flex-direction:row;gap:.25rem}.chips-container__exemption_container{margin-left:.25rem}.chips-container__chips-entite{border-radius:1.2rem;font-size:.7rem!important;font-weight:400;font-family:Roboto,sans-serif;padding:.2em .5em;letter-spacing:.05rem}@media (min-width: 768px) and (max-width: 991px){.chips-container__chips-entite{font-size:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chips-container__chips-entite{font-size:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chips-container__chips-entite{font-size:.56rem!important}}.chips-container__chips-entite__medecin{color:#005999;background-color:#e6f0fe;text-align:center}.chips-container__chips-entite__remplacant{color:#29622d;background-color:#c8e6c9}.chips-container__chips-entite__association{color:#e6f0fe;background-color:#6757a8}.chips-container__chips-entite__requisition{color:#e6f0fe;background-color:#f44336}.chips-container__chips-entite__exemption{color:#ed6c02;border:1px solid rgba(237,108,2,.5);background-color:transparent;text-align:center}.chips-container__chips-entite__partage{color:#ed6c02;background-color:#f5f5f5;margin-left:.5rem;border:.063rem solid #ed6c02}.chips-container__chips-entite__garde-a-pouvoir{color:#f44336;border:.063rem solid #f44336}.entity-button-label{background-color:transparent;color:#012d96;border-color:transparent;font-weight:600!important;line-height:1.375rem;letter-spacing:.029rem;font-size:.813rem;margin-bottom:1rem!important}@media (max-width: 767px){.entity-button-label{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity-button-label{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity-button-label{font-size:.6504rem!important}}@media (min-width: 768px) and (max-width: 991px){.entity-button-label{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity-button-label{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity-button-label{margin-bottom:.8rem!important}}.entity-button-label:hover{color:#012d96!important;border-color:transparent!important;cursor:pointer;background-color:#d6e2ff!important}.p-button .p-button-icon-left{margin-right:.5rem;color:#012d96;font-size:.75rem}.menubar__button-connexion{flex-direction:row;justify-content:center;background:rgba(1,45,150,.08);border:1px solid #012d96;color:#012d96}.menubar__button-connexion__icon{margin-right:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.menubar__button-connexion__icon{margin-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-connexion__icon{margin-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-connexion__icon{margin-right:.4rem!important}}.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{display:flex;align-items:center;margin-left:1rem!important;margin-right:1rem!important}@media (min-width: 768px) and (max-width: 991px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-left:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account,.menubar__button-account-clicked,.menubar__button-login{margin-right:.8rem!important}}.menubar__button-account__icon,.menubar__button-login__icon{align-items:center;display:flex;justify-content:center;padding-left:.4rem!important}@media (min-width: 768px) and (max-width: 991px){.menubar__button-account__icon,.menubar__button-login__icon{padding-left:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account__icon,.menubar__button-login__icon{padding-left:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account__icon,.menubar__button-login__icon{padding-left:.32rem!important}}.menubar__button-login{border-radius:.3rem;background-color:#3470fe12;border:.12rem solid #012d9650}.menubar__button-login__text{margin-right:1rem!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.25rem;font-size:1rem}@media (min-width: 768px) and (max-width: 991px){.menubar__button-login__text{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-login__text{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-login__text{margin-right:.8rem!important}}@media (max-width: 767px){.menubar__button-login__text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-login__text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-login__text{font-size:.8rem!important}}.menubar__button-login__icon{margin-right:.5rem!important;margin-left:.5rem!important;color:#012d96}@media (min-width: 768px) and (max-width: 991px){.menubar__button-login__icon{margin-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-login__icon{margin-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-login__icon{margin-right:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__button-login__icon{margin-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-login__icon{margin-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-login__icon{margin-left:.4rem!important}}.menubar__button-account{background-color:#013ccb;border-radius:50rem;border:.2rem solid white;box-shadow:0 3px 6px 3px #012d961f}.menubar__button-account-clicked{background-color:#012d96;border-radius:50rem;border:.2rem solid #ffffff00}.menubar__button-account__text{margin-right:1.5rem!important;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.25rem;font-size:1rem}@media (min-width: 768px) and (max-width: 991px){.menubar__button-account__text{margin-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account__text{margin-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account__text{margin-right:1.2rem!important}}@media (max-width: 767px){.menubar__button-account__text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account__text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account__text{font-size:.8rem!important}}.menubar__button-account__icon{margin-right:1.5rem!important;font-size:1.75vh}@media (min-width: 768px) and (max-width: 991px){.menubar__button-account__icon{margin-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__button-account__icon{margin-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__button-account__icon{margin-right:1.2rem!important}}.disabled{cursor:not-allowed;color:gray}button.fc-button.fc-button-primary{text-transform:uppercase}.fc.fc-theme-standard .fc-toolbar .fc-button:enabled{background:rgba(1,45,150,.08);border:1px solid #839ad1;color:#012d96!important}.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover{background:rgba(52,112,254,.15);border:.063rem solid #839ad1}.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active{background:rgba(52,112,254,.15);border:.063rem solid #839ad1}.fc.fc-theme-standard .fc-toolbar .fc-button:enabled>span{font-family:Raleway,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.46px}@media (max-width: 767px){.fc.fc-theme-standard .fc-toolbar .fc-button:enabled>span{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc.fc-theme-standard .fc-toolbar .fc-button:enabled>span{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc.fc-theme-standard .fc-toolbar .fc-button:enabled>span{font-size:.65rem!important}}.fc.fc-theme-standard .fc-toolbar .fc-button:disabled>span{font-size:.8125rem}@media (max-width: 767px){.fc.fc-theme-standard .fc-toolbar .fc-button:disabled>span{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc.fc-theme-standard .fc-toolbar .fc-button:disabled>span{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc.fc-theme-standard .fc-toolbar .fc-button:disabled>span{font-size:.65rem!important}}.blur-calendar{display:flex;align-items:center;justify-content:center;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:80%;height:20%;z-index:10}.blur-calendar>span{border-radius:.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.blur-calendar>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.blur-calendar>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.blur-calendar>span{font-size:.8rem!important}}.jhi-container,.jhi-container .main{display:flex;flex-direction:column;flex:1 1 auto}.display-row{display:flex;flex-direction:row}.collapsed-content{position:relative;height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.collapsed-content__menu,.collapsed-content__legend{display:flex;align-items:center;justify-content:center}.collapsed-content__menu-text,.collapsed-content__legend-text{writing-mode:vertical-lr;transform:rotate(180deg);white-space:nowrap;font-weight:500;font-size:.875rem;line-height:1.374rem;margin:0}@media (max-width: 767px){.collapsed-content__menu-text,.collapsed-content__legend-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.collapsed-content__menu-text,.collapsed-content__legend-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.collapsed-content__menu-text,.collapsed-content__legend-text{font-size:.7rem!important}}.collapsed-content__menu{font-family:Roboto,sans-serif;font-weight:500;font-size:.875rem;color:#012d96;margin-top:6rem;width:100%}@media (max-width: 767px){.collapsed-content__menu{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.collapsed-content__menu{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.collapsed-content__menu{font-size:.7rem!important}}@media screen and (max-width: 1200px){.collapsed-content__menu{margin-top:1.5rem}}.collapsed-content__legend{position:fixed;bottom:0;padding:1rem 0;color:#0000008c;background-color:#f5f5f5;box-shadow:none;width:2.5%;left:0}.card-multiple{padding:.3rem .2rem 0}.card-multiple .p-fluid .p-autocomplete{height:2.2rem}.card-association{display:flex;flex-direction:column;gap:.5rem!important;margin:1rem 0;padding:.5rem .2rem 0}@media (min-width: 768px) and (max-width: 991px){.card-association{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association{gap:.4rem!important}}.card-association .p-button{height:2.188rem}.card-association__input-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;line-height:160%;padding-bottom:.25rem;font-size:1rem}@media (max-width: 767px){.card-association__input-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association__input-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association__input-label{font-size:.8rem!important}}.card-association__input{font-size:1rem;width:100%;color:#6757a8!important;border-color:#6757a8!important}.card-association__input-icon{font-size:1rem;width:100%}.card-association__label{color:#6757a8!important}.card-association .p-inputtext:enabled:focus,.card-association .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.medecin-informations .resume{display:flex;flex-direction:column;gap:.5rem}.medecin-informations .resume-medecin{display:flex;flex-direction:row;align-items:center;padding:0;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.medecin-informations .resume-medecin{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume-medecin{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume-medecin{gap:.4rem!important}}.medecin-informations .resume-medecin__square{color:#000;display:flex;flex-direction:row;align-items:flex-start;padding:.75rem 0;flex:none;order:0;align-self:stretch;flex-grow:0}.medecin-informations .resume-medecin__square>fa-icon{display:flex}.medecin-informations .resume-medecin__titre{font-style:normal;display:flex;flex-direction:column;text-align:left;order:1}.medecin-informations .resume-medecin__titre__principal{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1.125rem;display:flex;align-items:center;letter-spacing:.15px!important}@media (max-width: 767px){.medecin-informations .resume-medecin__titre__principal{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume-medecin__titre__principal{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume-medecin__titre__principal{font-size:.9rem!important}}.medecin-informations .resume-medecin__titre__departement{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:.875rem;font-size:.75rem;display:flex;align-items:center}@media (max-width: 767px){.medecin-informations .resume-medecin__titre__departement{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume-medecin__titre__departement{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume-medecin__titre__departement{font-size:.6rem!important}}.medecin-informations .resume-medecin__logo{display:flex;flex-direction:row;align-items:flex-start;padding:.4125rem 0rem!important;flex:none;order:2;align-self:stretch;flex-grow:0}@media (min-width: 768px) and (max-width: 991px){.medecin-informations .resume-medecin__logo{padding:.2357142857rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume-medecin__logo{padding:.275rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume-medecin__logo{padding:.33rem 0rem!important}}.medecin-informations .resume__button_grid{margin-top:1rem!important;margin-bottom:1rem!important;width:100%;display:flex;flex-direction:row;flex-grow:1;align-items:flex-start;padding:0;gap:.5rem}@media (min-width: 768px) and (max-width: 991px){.medecin-informations .resume__button_grid{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume__button_grid{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume__button_grid{margin-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.medecin-informations .resume__button_grid{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .resume__button_grid{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .resume__button_grid{margin-bottom:.8rem!important}}.recherche-selection{margin:1em 0;padding:.5rem .2rem 0}.recherche-selection__input-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;line-height:160%;padding-bottom:.25rem;font-size:1rem}@media (max-width: 767px){.recherche-selection__input-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.recherche-selection__input-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.recherche-selection__input-label{font-size:.8rem!important}}@media screen and (max-width: 1600px){.recherche-selection__input-label.small-text{font-size:.9rem}}.recherche-selection__input,.recherche-selection__input-icon{font-size:1rem;width:100%;height:1.8rem}.recherche-selection__label{color:#6757a8!important}.recherche-selection .p-inputtext:enabled:focus,.recherche-selection .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.p-message .p-message-wrapper{padding:.375rem 1rem}.medecin-informations .comment-box,.association .comment-box{display:flex;flex-direction:row;justify-content:center;gap:.625rem;align-items:center;overflow:hidden;font-size:.875rem}@media (max-width: 767px){.medecin-informations .comment-box,.association .comment-box{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .comment-box,.association .comment-box{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .comment-box,.association .comment-box{font-size:.7rem!important}}.medecin-informations .comment-text,.association .comment-text{color:#0d2151;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;margin-bottom:0;padding:0 .5rem}.medecin-informations .comment-text:hover,.association .comment-text:hover{display:flex;overflow:visible;-webkit-line-clamp:none}.medecin-informations .p-inputswitch,.association .p-inputswitch{height:.8rem}.paddingLeftRight{padding-left:.5rem!important;padding-right:.5rem!important}.padding-left1{padding-left:1rem!important}@media (min-width: 992px) and (max-width: 1319px){.filterListSidePanel .p-float-label label,.filterListSidePanel .dropdownItem .p-dropdown .p-dropdown-label.p-placeholder{font-size:.6rem!important}}.filterListSidePanel .p-calendar-w-btn .p-inputtext{border:1px solid lightgray;border-right:none;font-size:.8rem;color:#0d2151;font-weight:500;font-size:.825rem}@media (max-width: 767px){.filterListSidePanel .p-calendar-w-btn .p-inputtext{font-size:.4714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.filterListSidePanel .p-calendar-w-btn .p-inputtext{font-size:.55rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.filterListSidePanel .p-calendar-w-btn .p-inputtext{font-size:.66rem!important}}.filterListSidePanel .p-dropdown .p-dropdown-label,.filterListSidePanel .dropdownItem .p-dropdown .p-dropdown-label.p-placeholder{display:flex;align-items:center}.filterListSidePanel .dropdownItem .p-dropdown{height:2.2rem}.filterListSidePanel .p-inputtext:enabled:hover{border-color:#d3d3d3}.filterListSidePanel .p-inputtext{position:relative}.filterListSidePanel .p-calendar .pi-calendar{top:.5em;right:.5em;background:transparent}.filterListSidePanel .custom-calendar .p-button{height:auto;background-color:#fff;color:gray;border:.063rem solid #ced4da}.filterListSidePanel .custom-calendar.hide-text .p-inputtext{color:transparent;text-shadow:0 0 0 #000}.filterListSidePanel .p-calendar-w-btn .p-datepicker-trigger{border:.063rem solid lightgray;border-left:none}@media (min-width: 1320px) and (max-width: 1599px){.filterListSidePanel .small-text .p-calendar-w-btn .p-inputtext{font-size:.6rem}}.filterListSidePanel .filterTopInfo{font-weight:600;font-size:1rem}.filterListSidePanel .text{font-size:.875rem}@media (max-width: 767px){.filterListSidePanel .text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.filterListSidePanel .text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.filterListSidePanel .text{font-size:.7rem!important}}.filterListSidePanel .dateContainer{display:flex;justify-content:space-between}.filterListSidePanel .dateContainer__dateLeft{margin-right:.5em;flex-basis:51%}.filterListSidePanel .dateContainer__dateRight{flex-basis:49%}@media (min-width: 992px) and (max-width: 1319px){.filterListSidePanel .dateContainer{flex-direction:column}.filterListSidePanel .dateContainer .dateContainer__dateLeft,.filterListSidePanel .dateContainer .dateContainer__dateRight{flex-basis:100%;width:105%}.filterListSidePanel .dateContainer .p-calendar{width:93%;height:2.2rem}}.filterListSidePanel .date-export{display:flex;flex-direction:column}.filterListSidePanel .label-date{white-space:nowrap}@media (min-width: 1320px) and (max-width: 1599px){.filterListSidePanel .label-date.small-text{font-size:.688rem}}.filterListSidePanel__medecin-label{color:#005999}.filterListSidePanel__asso-label{color:#6757a8}.filterListSidePanel__secondary-label{color:#0d2151}.periode{display:flex;align-items:center;gap:3rem;padding-top:1rem}.dashboard-sidebar{height:100%;position:relative}.dashboard-sidebar .pin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.375rem!important;height:2rem!important;width:2rem!important;top:5rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);left:97%;position:absolute;z-index:10;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel{padding:.2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel{padding:.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel{padding:.3rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel{width:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel{top:2.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel{top:3.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel{top:4rem!important}}.dashboard-sidebar .pin-side-panel:hover{background:#012d96}.dashboard-sidebar .pin-side-panel img{height:.875rem!important;width:.875rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel img{height:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel img{height:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel img{height:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .pin-side-panel img{width:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .pin-side-panel img{width:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .pin-side-panel img{width:.7rem!important}}.dashboard-sidebar .unpin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.375rem!important;height:2rem!important;width:2rem!important;top:5rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);left:75%;position:absolute;z-index:10;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel{padding:.2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel{padding:.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel{padding:.3rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel{width:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel{top:2.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel{top:3.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel{top:4rem!important}}.dashboard-sidebar .unpin-side-panel:hover{background:#012d96}.dashboard-sidebar .unpin-side-panel img{height:.875rem!important;width:.875rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel img{height:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel img{height:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel img{height:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-sidebar .unpin-side-panel img{width:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-sidebar .unpin-side-panel img{width:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-sidebar .unpin-side-panel img{width:.7rem!important}}.sidebar{height:100%;position:relative}.sidebar .pin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.375rem!important;height:2rem!important;width:2rem!important;top:5rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);left:97%;position:absolute;z-index:10;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel{padding:.2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel{padding:.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel{padding:.3rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel{width:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel{top:2.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel{top:3.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel{top:4rem!important}}.sidebar .pin-side-panel:hover{background:#012d96}.sidebar .pin-side-panel img{height:.875rem!important;width:.875rem!important}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel img{height:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel img{height:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel img{height:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .pin-side-panel img{width:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .pin-side-panel img{width:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .pin-side-panel img{width:.7rem!important}}.sidebar .unpin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.375rem!important;height:2rem!important;width:2rem!important;top:5rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);left:75%;position:absolute;z-index:10;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel{padding:.2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel{padding:.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel{padding:.3rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel{width:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel{top:2.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel{top:3.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel{top:4rem!important}}.sidebar .unpin-side-panel:hover{background:#012d96}.sidebar .unpin-side-panel img{height:.875rem!important;width:.875rem!important}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel img{height:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel img{height:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel img{height:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.sidebar .unpin-side-panel img{width:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.sidebar .unpin-side-panel img{width:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.sidebar .unpin-side-panel img{width:.7rem!important}}.p-sidebar-content{height:100%}.marginTopMin{margin-top:.5rem!important}.marginLeftRightMin{margin-left:.5rem!important;margin-right:.5rem!important}.dashboard-header-label{color:#012d96!important}#dropdownSelectionSecteur{color:#0d2151}.dashboard_header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-left:.75rem;padding-top:1.25rem}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header{margin-bottom:.25rem}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header{margin-bottom:.5rem}}@media (min-width: 1600px){.dashboard_header{margin-bottom:.75rem}.dashboard_header.gap{gap:1%}}.dashboard_header_conteneur{display:flex;width:100%;flex-direction:row;align-items:center;align-self:stretch;gap:.6rem;height:3.4rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header_conteneur{height:1.9428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header_conteneur{height:2.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header_conteneur{height:2.72rem!important}}.dashboard_header__start{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.dashboard_header__medecin__role-switch{display:flex;align-items:center;gap:.4rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:150%;font-size:1rem}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__medecin__role-switch{gap:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__medecin__role-switch{gap:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__medecin__role-switch{gap:.32rem!important}}@media (max-width: 767px){.dashboard_header__medecin__role-switch{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__medecin__role-switch{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__medecin__role-switch{font-size:.8rem!important}}.dashboard_header__title{color:#0d2151;letter-spacing:-.1em;font-family:Montserrat,sans-serif;font-size:2rem}@media (max-width: 767px){.dashboard_header__title{font-size:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__title{font-size:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__title{font-size:1.6rem!important}}.dashboard_header__secteur_data{display:flex;gap:1rem!important;border:1px solid rgba(0,0,0,.23);border-radius:.25rem;padding:0 .625rem}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__secteur_data{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data{gap:.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data{padding:0 .7rem}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data{padding:0 .813rem}}.dashboard_header__secteur_data__regroupement{flex-grow:8;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:.3rem}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__regroupement{gap:0!important}}.dashboard_header__secteur_data__regroupement__title{margin-top:.5rem;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151c2;font-size:.75rem;display:flex;align-items:center;font-family:Roboto,sans-serif;line-height:.75rem;letter-spacing:.009375rem}@media (max-width: 767px){.dashboard_header__secteur_data__regroupement__title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__regroupement__title{font-size:.6rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__title{font-size:.55rem}}.dashboard_header__secteur_data__regroupement__detail{display:flex;flex-direction:row;align-items:center;margin-bottom:.5rem;padding:0;gap:.4rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__secteur_data__regroupement__detail{gap:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__detail{gap:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__regroupement__detail{gap:.32rem!important}}.dashboard_header__secteur_data__regroupement__detail .square_regroupement{display:flex;margin-right:unset!important;width:5%!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__secteur_data__regroupement__detail .square_regroupement{width:2.8571428571%!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__detail .square_regroupement{width:3.3333333333%!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__regroupement__detail .square_regroupement{width:4%!important}}.dashboard_header__secteur_data__regroupement__detail__label{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:150%;font-size:.7rem}@media (max-width: 767px){.dashboard_header__secteur_data__regroupement__detail__label{font-size:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__detail__label{font-size:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__regroupement__detail__label{font-size:.56rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__regroupement__detail__label{font-size:.563rem}}.dashboard_header__secteur_data__telephone{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:.3rem}.dashboard_header__secteur_data__telephone__title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:100%;font-size:.75rem;display:flex;align-items:center;white-space:nowrap}@media (max-width: 767px){.dashboard_header__secteur_data__telephone__title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__telephone__title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__telephone__title{font-size:.6rem!important}}.dashboard_header__secteur_data__telephone__content{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:150%;font-size:1rem;height:1.25rem;white-space:nowrap}@media (max-width: 767px){.dashboard_header__secteur_data__telephone__content{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__telephone__content{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__telephone__content{font-size:.8rem!important}}.dashboard_header__secteur_data__notes{flex-grow:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:.3rem}.dashboard_header__secteur_data__notes__title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:100%;font-size:.75rem;display:flex;align-items:center}@media (max-width: 767px){.dashboard_header__secteur_data__notes__title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__notes__title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__notes__title{font-size:.6rem!important}}.dashboard_header__secteur_data__notes__content{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:143%;font-size:.875rem;text-decoration-line:underline;display:flex;flex-direction:row;flex-wrap:nowrap;cursor:pointer}@media (max-width: 767px){.dashboard_header__secteur_data__notes__content{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__notes__content{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__notes__content{font-size:.7rem!important}}.dashboard_header__secteur_data__type-secteur,.dashboard_header__secteur_data__communes{flex-grow:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:.3rem}.dashboard_header__secteur_data__type-secteur__title,.dashboard_header__secteur_data__communes__title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:100%;font-size:.75rem;display:flex;align-items:center;white-space:nowrap}@media (max-width: 767px){.dashboard_header__secteur_data__type-secteur__title,.dashboard_header__secteur_data__communes__title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__type-secteur__title,.dashboard_header__secteur_data__communes__title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__type-secteur__title,.dashboard_header__secteur_data__communes__title{font-size:.6rem!important}}.dashboard_header__secteur_data__type-secteur__content,.dashboard_header__secteur_data__communes__content{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.251rem;font-size:.8rem;white-space:nowrap}@media (max-width: 767px){.dashboard_header__secteur_data__type-secteur__content,.dashboard_header__secteur_data__communes__content{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__type-secteur__content,.dashboard_header__secteur_data__communes__content{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__type-secteur__content,.dashboard_header__secteur_data__communes__content{font-size:.64rem!important}}.dashboard_header__secteur_data__type-secteur__extra,.dashboard_header__secteur_data__communes__extra{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.251rem;font-size:.875rem;text-decoration:underline;cursor:pointer}@media (max-width: 767px){.dashboard_header__secteur_data__type-secteur__extra,.dashboard_header__secteur_data__communes__extra{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__type-secteur__extra,.dashboard_header__secteur_data__communes__extra{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__type-secteur__extra,.dashboard_header__secteur_data__communes__extra{font-size:.7rem!important}}.dashboard_header__secteur_data_element>a{color:#012d96}.dashboard_header__end{margin-left:auto;display:flex;justify-content:flex-end;flex-grow:7;align-items:center;gap:.5rem}.dashboard_header__end .lecture-seule{display:flex;flex-direction:row;align-items:center;align-content:center;gap:.5rem;margin-right:1rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__end .lecture-seule{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__end .lecture-seule{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__end .lecture-seule{margin-right:.8rem!important}}.dashboard_header__end .lecture-seule>span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;margin-bottom:.3rem!important}@media (max-width: 767px){.dashboard_header__end .lecture-seule>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__end .lecture-seule>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__end .lecture-seule>span{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__end .lecture-seule>span{margin-bottom:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__end .lecture-seule>span{margin-bottom:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__end .lecture-seule>span{margin-bottom:.24rem!important}}.dashboard_header__validation-ars{order:1;color:#0d2151}.dashboard_header__validation-ars .conteneur{display:flex;flex-direction:row;align-items:center;gap:.8rem}.dashboard_header__validation-ars_label{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#0d2151;font-size:.95rem}@media (max-width: 767px){.dashboard_header__validation-ars_label{font-size:.5428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_label{font-size:.6333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_label{font-size:.76rem!important}}.dashboard_header__validation-ars_select-button{display:flex;height:2.7rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__validation-ars_select-button{height:1.5428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_select-button{height:1.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_select-button{height:2.16rem!important}}.dashboard_header__validation-ars_select-button .p-button{padding:.4rem!important;width:4rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__validation-ars_select-button .p-button{padding:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_select-button .p-button{padding:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_select-button .p-button{padding:.32rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__validation-ars_select-button .p-button{width:2.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_select-button .p-button{width:2.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_select-button .p-button{width:3.2rem!important}}.dashboard_header__validation-ars_select-button .p-button-label{font-size:.875rem;font-weight:700}@media (max-width: 767px){.dashboard_header__validation-ars_select-button .p-button-label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_select-button .p-button-label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_select-button .p-button-label{font-size:.7rem!important}}.dashboard_header__validation-ars_select-button .p-button.p-button:focus{box-shadow:unset}.dashboard_header__validation-ars_select-button .p-button[aria-pressed=true]{border:unset}.dashboard_header__validation-ars_select-button .p-button[aria-pressed=true][aria-label=OUI]{background:#4caf50}.dashboard_header__validation-ars_select-button .p-button[aria-pressed=true][aria-label=OUI].p-highlight:hover{border:unset;background:#38803b}.dashboard_header__validation-ars_select-button .p-button[aria-pressed=true][aria-label=NON]{background:#f44336}.dashboard_header__validation-ars_select-button .p-button[aria-pressed=true][aria-label=NON].p-highlight:hover{border:unset;background:#cb180b}.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{margin-left:0;margin-right:0}}.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:gray;line-height:1.625rem;font-size:.938rem;text-transform:capitalize}@media (max-width: 767px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button>span{font-size:.7504rem!important}}.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button:focus{box-shadow:unset}.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{background:#d6dbdf}.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{width:14rem!important;background:#d6dbdf}@media (min-width: 768px) and (max-width: 991px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{width:8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{width:9.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__validation-ars_pgarde-button-disabled>button.p-button{width:11.2rem!important}}.sub-header{display:flex;justify-content:flex-end;margin:1rem 0 0;width:100%;padding:0 0 0 2rem;border-top:.063rem solid #0000003b;gap:1rem;background:#ffffff}.dashboard-list-view{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.dashboard-list-view .medecin-action-button{align-self:flex-end;display:flex;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-list-view .medecin-action-button{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-list-view .medecin-action-button{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-list-view .medecin-action-button{gap:.4rem!important}}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{margin-left:0;margin-right:0}}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#fff;line-height:1.625rem;font-size:.938rem;text-transform:uppercase}@media (max-width: 767px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-list-view .medecin-action-button .attestation-button>button.p-button>span{font-size:.7504rem!important}}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button:focus{box-shadow:unset}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button{background:linear-gradient(to right,#38803b,#4caf50)}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button:hover{border-color:unset;background:#4caf50}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button:disabled{border-color:unset;background:#00000017}.dashboard-list-view .medecin-action-button .attestation-button>button.p-button:disabled span{color:#00000042}.dashboard-list-view .medecin-action-button .attestation-button .assignement-icon{width:.875rem;height:1rem;background-image:url(/content/images/assignement.svg)}.dashboard__event-cell{width:100%;border-bottom:.1px solid rgba(0,0,0,.13)}.dashboard__full-event-cell{width:100%;display:flex;justify-content:center;align-items:center}.dashboard__secteur-expire{display:flex;justify-content:center;margin-top:10rem;font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.dashboard__secteur-expire{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__secteur-expire{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__secteur-expire{font-size:.8rem!important}}.fc-daygrid-day{height:21vh}.fc .fc-daygrid-day-bottom{display:flex;justify-content:center;align-items:center}.fc .fc-col-header-cell-cushion{text-transform:lowercase}.fc.fc-theme-standard a{color:#012d96}.accueil01>a{display:contents;text-decoration:none}.accueil01-content-box{display:flex;flex-direction:column}.accueil01-content-box.layout{position:relative;overflow:hidden;min-height:1053px;flex-grow:1}.accueil01-content-box1{display:flex;flex-direction:column;box-shadow:0 4px 4px #00000040}.accueil01-content-box1.layout{position:relative;flex:0 0 auto}.accueil01-group{display:flex;box-shadow:0 4px 4px #00000040;border-radius:4px}.accueil01-group.layout{position:relative;flex:0 0 auto;margin:48px 242px 0}@media (max-width: 1199.98px){.accueil01-group.layout{margin:24px 121px 0}}@media (max-width: 991.98px){.accueil01-group.layout{margin:12px 61px 0}}@media (max-width: 767.98px){.accueil01-group.layout{margin:6px 31px 0}}@media (max-width: 575.98px){.accueil01-group.layout{margin:3px 16px 0}}.accueil01-highlights1-box.layout{flex-grow:1;margin:16px 15px 16px 16px}@media (max-width: 767.98px){.accueil01-highlights1-box.layout{margin:16px 10px}}.accueil01-highlights1{overflow:visible;margin:0;font:500 16px/1.2 Montserrat,Helvetica,Arial,serif;color:#000;letter-spacing:0;white-space:pre-wrap}.accueil01-highlights1-span0{font:500 1em/1.2 Montserrat,Helvetica,Arial,serif;color:#263e99;letter-spacing:0}.accueil01-highlights1-span1{font:.875em/1.37143 Montserrat,Helvetica,Arial,serif;color:#263e99;letter-spacing:0}.accueil01-highlights1-span2{font:.875em/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;letter-spacing:0}.accueil01-highlights1-span3{font:.875em/1.37143 Montserrat,Helvetica,Arial,serif;color:#263e99;letter-spacing:0}.accueil01-highlights1-span4{font:500 1em/1.2 Montserrat,Helvetica,Arial,serif;color:#263e99;letter-spacing:0}.accueil01-highlights1-span5{font:.875em/1.37143 Montserrat,Helvetica,Arial,serif;color:#263e99;letter-spacing:0}.accueil01-flex{display:flex}@media (max-width: 991.98px){.accueil01-flex{flex-wrap:wrap}}.accueil01-flex.layout{position:relative;flex:0 0 auto;margin:24px 242px 0}@media (max-width: 1199.98px){.accueil01-flex.layout{margin:12px 121px 0}}@media (max-width: 991.98px){.accueil01-flex.layout{margin:6px 61px 0}}@media (max-width: 767.98px){.accueil01-flex.layout{margin:3px 31px 0}}@media (max-width: 575.98px){.accueil01-flex.layout{margin:2px 16px 0}}.accueil01-flex-col{display:flex;flex:1 1 230px}@media (max-width: 991.98px){.accueil01-flex-col{flex:0 0 100%}}.accueil01-content-box2{display:flex;flex-direction:column;box-shadow:0 1px 7px #00000040;border-radius:8px}.accueil01-content-box2.layout{position:relative;flex-grow:1}.accueil01-icon{background:var(--src) center center/contain no-repeat}.accueil01-icon.layout{height:80px;width:80px;min-width:80px;margin:48px auto 0}.accueil01-medecin{display:flex;justify-content:flex-end;font:600 14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:right;letter-spacing:0}.accueil01-medecin.layout{width:67px;min-width:67px;margin:4px auto 48px}.accueil01-flex-spacer{flex:0 1 133px}@media (max-width: 991.98px){.accueil01-flex-spacer{flex:0 0 100%;min-height:20px}}.accueil01-content-box3{display:flex;flex-direction:column;box-shadow:0 1px 7px #00000040;border-radius:8px}.accueil01-content-box3.layout{position:relative;flex-grow:1}.accueil01-img{background:var(--src) center center/contain no-repeat}.accueil01-img.layout{height:88px;margin:44px 22px 0}.accueil01-text-body{display:flex;justify-content:center;font:600 14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:center;letter-spacing:0}.accueil01-text-body.layout{margin:4px 0 44px}.accueil01-content-box4{display:flex;flex-direction:column;box-shadow:0 1px 7px #00000040;border-radius:8px}.accueil01-content-box4.layout{position:relative;flex-grow:1}.accueil01-icon.layout1{height:90px;width:94px;min-width:94px;margin:43px auto 0}.accueil01-autres-organismes{display:flex;justify-content:center;font:600 14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:center;letter-spacing:0}.accueil01-autres-organismes.layout{margin:4px 0 43px}.accueil01-flex1{display:flex}.accueil01-flex1.layout{position:relative;flex:0 0 auto;width:680px;min-width:680px;margin:47px auto 377px}@media (max-width: 1199.98px){.accueil01-flex1.layout{margin:25px auto 189px}}@media (max-width: 991.98px){.accueil01-flex1.layout{margin:25px auto 95px}}@media (max-width: 767.98px){.accueil01-flex1.layout{width:510px;min-width:510px;margin:25px auto 48px}}@media (max-width: 575.98px){.accueil01-flex1.layout{width:320px;min-width:320px;margin:25px auto}}.accueil01-flex1-col{display:flex;flex:0 1 123px}.accueil01-text-body1{display:flex;justify-content:center;font:14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:center;letter-spacing:0}.accueil01-text-body1.layout{flex-grow:1}.accueil01-flex1-spacer{flex:0 1 61px}.accueil01-flex1-col1{display:flex;flex:0 1 198px}.accueil01-text-body2-box{display:flex;justify-content:center}.accueil01-text-body2-box.layout{flex-grow:1}.accueil01-text-body2{overflow:visible;margin:0;font:14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:center;letter-spacing:0;white-space:pre-wrap}.accueil01-flex1-spacer1{flex:0 1 60px}.accueil01-flex1-col2{display:flex;flex:0 1 238px}.accueil01-text-body3{display:flex;justify-content:center;font:14px/1.37143 Montserrat,Helvetica,Arial,serif;color:#005289;text-align:center;letter-spacing:0}.accueil01-text-body3.layout{flex-grow:1}.button-pointer{cursor:pointer}.login-img-button{width:100%;height:100%;object-fit:cover;fill:#263e99}.partage-garde{display:flex;flex-direction:column;gap:1rem!important;margin:1rem 2.2rem}@media (min-width: 768px) and (max-width: 991px){.partage-garde{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde{gap:.8rem!important}}.partage-garde_separation{border:1px solid rgba(0,0,0,.12);opacity:1;margin:0 2.2rem}.partage-garde__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.5rem}@media (max-width: 767px){.partage-garde__title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__title{font-size:1.2rem!important}}.partage-garde__subtitle{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1.125rem}@media (max-width: 767px){.partage-garde__subtitle{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__subtitle{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__subtitle{font-size:.9rem!important}}.partage-garde__part{padding-bottom:1em}.partage-garde__form{display:flex}.partage-garde__card{background-color:#fff;padding:.5em;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;width:25em}.partage-garde__card-entete{display:flex}.partage-garde__card-entete-icon{margin-left:auto}.partage-garde__card-name span{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.625rem;font-size:1.125rem}@media (max-width: 767px){.partage-garde__card-name span{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__card-name span{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__card-name span{font-size:.9rem!important}}.partage-garde__field{margin-top:1em;padding-left:2em}.partage-garde__input{width:8em;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.partage-garde__input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__input{font-size:.8rem!important}}.partage-garde__input-label{font-family:Roboto,sans-serif;font-weight:400!important;font-size:.875rem!important;font-style:normal;letter-spacing:.15px;color:#0d2151!important;line-height:.75rem!important;font-size:.875rem !importantrem}@media (max-width: 767px){.partage-garde__input-label{font-size:.875rem !important/1.75rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__input-label{font-size:.875rem !important/1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__input-label{font-size:.875rem !important/1.25rem!important}}.partage-garde__medecin{display:flex;flex-direction:row}.partage-garde__button{margin-left:auto}.partage-garde__error{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0}.partage-garde__bouton-suppression{color:#f44336;min-width:1rem;margin-right:.2rem;margin-left:.2rem;text-decoration:none}.partage-garde__bouton-suppression img{padding-bottom:.125rem!important}@media (min-width: 768px) and (max-width: 991px){.partage-garde__bouton-suppression img{padding-bottom:.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.partage-garde__bouton-suppression img{padding-bottom:.0833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.partage-garde__bouton-suppression img{padding-bottom:.1rem!important}}:host ::ng-deep .day-panel{padding:1.2em}:host ::ng-deep .day-panel .p-button{height:35px}:host ::ng-deep .day-panel__input-label{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:160%}:host ::ng-deep .day-panel__simple-input,:host ::ng-deep .day-panel__simple-input-icon{font-size:16px;width:100%;height:35px}:host ::ng-deep .day-panel__label-medecin{color:#005999!important}:host ::ng-deep .day-panel__input-medecin,:host ::ng-deep .day-panel__listbox-medecin>.p-listbox{border-color:#005999!important}:host ::ng-deep .day-panel__label-association{color:#6757a8!important}:host ::ng-deep .day-panel__input-association,:host ::ng-deep .day-panel__listbox-association>.p-listbox{border-color:#6757a8!important}:host ::ng-deep .day-panel__label-remplacant{color:#29622d!important}:host ::ng-deep .day-panel__label-hors-departement{color:#005999!important}:host ::ng-deep .day-panel__search-block{margin-top:1.5em}:host ::ng-deep .day-panel__legend-block{background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);position:fixed;bottom:0;left:0;width:18.01%;padding:.7em}:host ::ng-deep .day-panel__list-item{display:flex;justify-content:space-between;font-style:normal;font-weight:400;font-size:15px;line-height:160%;color:#0d2151}:host ::ng-deep .day-panel__list-item .value{font-family:Roboto,sans-serif}:host ::ng-deep .day-panel__list-item .medecin-pictos{display:flex;vertical-align:middle}:host ::ng-deep .day-panel__list-item span{background-size:contain!important;display:inline-block;vertical-align:middle}:host ::ng-deep .day-panel .p-inputtext:enabled:focus,:host ::ng-deep .day-panel .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.remplacement{padding-left:2.2rem;padding-right:2.2rem}.remplacement__action{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;color:#0d2151}.remplacement__list{padding-top:.5vh;padding-bottom:.5vh}.remplacement__bloc_remplacant{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:1rem}.remplacement__bloc_remplacant__titre{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:1.5rem;line-height:2rem;color:#0d2151}.remplacement__bloc_remplacant__recherche{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:.25rem;width:100%}.remplacement__bloc_remplacant__recherche>p-autocomplete{width:100%}.remplacement__bloc_remplacant__recherche__label{display:flex;flex-direction:row;align-items:center;margin:0 .625rem;padding:0 .25rem;background:#ffffff;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#29622d;line-height:86%;font-size:.875rem;top:.625rem;z-index:1;position:relative}@media (max-width: 767px){.remplacement__bloc_remplacant__recherche__label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacement__bloc_remplacant__recherche__label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacement__bloc_remplacant__recherche__label{font-size:.7rem!important}}.remplacement__bloc_remplacant__selection{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:.5rem;width:100%}.remplacement__bloc_remplacant__selection>p-listbox{width:100%;height:20.5rem}.remplacement__bloc_remplacant__selection__titre{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:.75rem;font-size:.75rem;display:flex;align-items:center}@media (max-width: 767px){.remplacement__bloc_remplacant__selection__titre{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacement__bloc_remplacant__selection__titre{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacement__bloc_remplacant__selection__titre{font-size:.6rem!important}}.remplacement__bloc_remplacant__selection__item{display:flex;flex-direction:row;align-items:baseline;padding:.25rem .5rem;gap:.5rem}.remplacement__bloc_remplacant__selection__item__role{line-height:1rem;display:flex;align-items:center;text-align:center;gap:.5rem}.remplacement__bloc_remplacant__selection__item__role__remplacant{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#29622d;line-height:1rem;font-size:.875rem;background-color:#c8e6c9;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center}@media (max-width: 767px){.remplacement__bloc_remplacant__selection__item__role__remplacant{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacement__bloc_remplacant__selection__item__role__remplacant{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacement__bloc_remplacant__selection__item__role__remplacant{font-size:.7rem!important}}.remplacement__bloc_remplacant__selection__item__role>fa-icon{font-size:.75rem}.remplacement__bloc_remplacant__selection__item__nom{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:150%;font-size:1rem;display:flex;align-items:center}@media (max-width: 767px){.remplacement__bloc_remplacant__selection__item__nom{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacement__bloc_remplacant__selection__item__nom{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacement__bloc_remplacant__selection__item__nom{font-size:.8rem!important}}.remplacement__medecin-a-remplacer{background-color:#fff;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;padding:.5rem 0 .5rem .5rem;margin-bottom:.5em}.remplacement__medecin-a-remplacer__header{display:flex;justify-content:space-between}.remplacement__medecin-a-remplacer__top-icons{margin-right:.1rem}.remplacement__medecin-a-remplacer__top-icons__bouton-information{color:#0d2151;min-width:1rem;margin-right:.2rem}.remplacement__medecin-a-remplacer__title{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:1.4rem;letter-spacing:.05rem;color:#0d2151;margin-top:.2em}.list-chips-container{display:flex;flex-wrap:wrap;flex-direction:row;gap:.625rem;margin-bottom:1rem!important}@media (min-width: 768px) and (max-width: 991px){.list-chips-container{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container{margin-bottom:.8rem!important}}.list-chips-container .chip{display:inline-flex;align-items:center;padding:.25rem;background:rgba(1,45,150,.08);border-radius:1rem;border:1px solid #ffffff}.list-chips-container .chip__text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.125rem;font-size:.813rem;padding:0rem .325rem!important}@media (max-width: 767px){.list-chips-container .chip__text{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__text{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__text{font-size:.6504rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-chips-container .chip__text{padding:0rem .1857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__text{padding:0rem .2166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__text{padding:0rem .26rem!important}}.list-chips-container .chip__icon{cursor:pointer;color:#fff;background-color:#012d96;border-radius:50%;width:1rem!important;height:1rem!important;line-height:1.125rem!important;font-size:.75rem!important;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 991px){.list-chips-container .chip__icon{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__icon{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__icon{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-chips-container .chip__icon{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__icon{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__icon{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-chips-container .chip__icon{line-height:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__icon{line-height:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__icon{line-height:.9rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-chips-container .chip__icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-chips-container .chip__icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-chips-container .chip__icon{font-size:.6rem!important}}.list-chips-container .chip__cross{color:#fff;font-size:70%}.evenement{display:flex;flex-direction:row;align-items:center;gap:.25rem;line-height:1.3125rem}.evenement__complet{display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:22px;letter-spacing:.46px;text-transform:uppercase;color:#2196f3;padding:4px 0;gap:8px}.evenement__detail_horaire{display:flex;gap:.2rem;width:auto;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:.75rem;color:#0d2151;letter-spacing:.4px}@media (max-width: 767px){.evenement__detail_horaire{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__detail_horaire{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__detail_horaire{font-size:.6rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__detail_horaire{font-weight:600}}.evenement__quota{width:10%;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:.75rem;color:#ed6c02;letter-spacing:.4px;margin-left:auto;margin-right:.35rem!important}@media (max-width: 767px){.evenement__quota{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__quota{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__quota{font-size:.6rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__quota{font-weight:600}}@media (min-width: 768px) and (max-width: 991px){.evenement__quota{margin-right:.2rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__quota{margin-right:.2333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__quota{margin-right:.28rem!important}}.evenement__add-icon,.evenement__add-icon-test{width:10%;font-size:.875rem;color:#ed6c02}@media (min-width: 992px) and (max-width: 1319px){.evenement__add-icon,.evenement__add-icon-test{font-size:.5rem}}.evenement__add-icon-test,.evenement__add-icon-test-test{padding-left:1.2em}.evenement__entite{display:flex;flex-direction:column}.evenement__entite__garde_medecin .entite_container.entity_medecin .entite_container__info__requisition,.evenement__entite__garde_medecin .entite_container.entity_remplacant .entite_container__info__requisition{margin-left:.125rem}.evenement__entite__garde_medecin .entite_container.entity_medecin .entite_container__info__icon,.evenement__entite__garde_medecin .entite_container.entity_remplacant .entite_container__info__icon{margin-right:.125rem}.evenement__entite__medecin{background:#e6f0fe;color:#063e93}.evenement__entite__remplacant{background:#c8e6c9;color:#29622d}.evenement__entite__association{display:flex;flex-direction:column;width:100%;border-radius:.25rem;padding-bottom:.125rem;background:#6757a8;color:#e8e8e8}.evenement__entite__association__info{height:1.25rem;margin-left:.125rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1600px){.evenement__entite__association__info{gap:.375rem}}.evenement__entite__association__info>span{display:flex}.evenement__entite__association__info_role{justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;font-size:.875rem;line-height:100%;letter-spacing:.15px;padding:0 .125rem 0 .25rem}@media (max-width: 767px){.evenement__entite__association__info_role{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__entite__association__info_role{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__entite__association__info_role{font-size:.7rem!important}}@media screen and (max-width: 1600px){.evenement__entite__association__info_role.small-text{padding:0 .063rem 0 .25rem}}.evenement__entite__association__info_nom{flex-grow:5;justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:.75rem;line-height:100%;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){.evenement__entite__association__info_nom{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__entite__association__info_nom{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__entite__association__info_nom{font-size:.6rem!important}}.evenement__entite__association__info_icon{padding-right:.6125rem;color:#ffffff8a}.evenement__entite__association__info_icon>fa-icon{font-size:.75rem}@media (max-width: 767px){.evenement__entite__association__info_icon>fa-icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__entite__association__info_icon>fa-icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__entite__association__info_icon>fa-icon{font-size:.6rem!important}}.evenement__entite__association__affectation{display:flex;flex-direction:column;gap:.125rem;padding:0 .125rem}.evenement__entite__partage{margin-top:-.063rem}@media (min-width: 992px) and (max-width: 1319px){.evenement{justify-content:space-between}}.etudiant-icon{margin-right:.5em}.hourglass-icon{margin-right:.5em;color:#ed6c02}@media screen and (max-width: 1400px){.requisition{display:none}}.requisition-icon{display:flex;align-items:center;color:#f44336}.lock-clock{height:1rem;margin-right:.3em}@media screen and (max-width: 1600px){.lock-clock.small-icon{height:.625rem}}.regroupement_infos{display:flex;flex-direction:row;flex-wrap:nowrap}.entite_container{display:flex;flex-direction:column;align-items:baseline;width:100%;border-radius:.25rem}.entite_container__info{position:relative;height:auto;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding:.15rem 0rem!important;gap:.5rem;width:100%}@media (min-width: 768px) and (max-width: 991px){.entite_container__info{padding:.0857142857rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info{padding:.1rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info{padding:.12rem 0rem!important}}@media screen and (max-width: 1600px){.entite_container__info{gap:.375rem}}.entite_container__info>span{display:flex}.entite_container__info__role{justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;letter-spacing:.15px;padding:0 0 0 .25rem;font-size:.875rem;line-height:100%}@media (max-width: 767px){.entite_container__info__role{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info__role{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info__role{font-size:.7rem!important}}@media screen and (max-width: 1600px){.entite_container__info__role.small-text{font-size:.688rem}}.entite_container__info__nom{flex-grow:5;align-items:center;justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.4px;min-width:0;font-size:.75rem}@media (max-width: 767px){.entite_container__info__nom{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info__nom{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info__nom{font-size:.6rem!important}}@media screen and (max-width: 1600px){.entite_container__info__nom.small-text{font-size:.563rem}}.entite_container__info__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entite_container__info__icon{padding-right:.5rem;color:#0000008c}.entite_container__info__icon>fa-icon{font-size:.8rem}@media (max-width: 767px){.entite_container__info__icon>fa-icon{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info__icon>fa-icon{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info__icon>fa-icon{font-size:.64rem!important}}.entite_container__info__partage{color:#ed6c02;padding-left:.1em;padding-right:.4rem!important}@media (min-width: 768px) and (max-width: 991px){.entite_container__info__partage{padding-right:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info__partage{padding-right:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info__partage{padding-right:.32rem!important}}.entite_container__info__partage .ng-fa-icon{display:flex!important;align-items:center}.entite_container__info__partage .ng-fa-icon>svg{height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.entite_container__info__partage .ng-fa-icon>svg{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_container__info__partage .ng-fa-icon>svg{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_container__info__partage .ng-fa-icon>svg{height:.8rem!important}}.entite_container__info__tarification{line-height:100%}.entity_medecin{background:#e6f0fe;color:#063e93}.statut-suspension{background:#dc353552;color:#0d2151}.entity_remplacant{background:#c8e6c9;color:#29622d}.entity_remplacant .entite_container__info .entite_container__info__role{margin-right:.2rem!important}@media (min-width: 768px) and (max-width: 991px){.entity_remplacant .entite_container__info .entite_container__info__role{margin-right:.1142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity_remplacant .entite_container__info .entite_container__info__role{margin-right:.1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity_remplacant .entite_container__info .entite_container__info__role{margin-right:.16rem!important}}.entite_remplacant{display:flex;flex-direction:row;align-items:baseline;width:100%;border-radius:.25rem;gap:.25rem;background:#c8e6c9;color:#29622d;font-size:.875rem}.entite_remplacant>span{display:flex}.entite_remplacant__role{justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:700;letter-spacing:.15px;padding:0 0 0 .25rem;font-size:.875rem}@media (max-width: 767px){.entite_remplacant__role{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__role{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__role{font-size:.7rem!important}}.entite_remplacant__icon_etudiant{height:1rem!important;width:1rem!important;padding-left:.25rem}@media (min-width: 768px) and (max-width: 991px){.entite_remplacant__icon_etudiant{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__icon_etudiant{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__icon_etudiant{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.entite_remplacant__icon_etudiant{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__icon_etudiant{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__icon_etudiant{width:.8rem!important}}.entite_remplacant__icon_etudiant>fa-icon{font-size:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.entite_remplacant__icon_etudiant>fa-icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__icon_etudiant>fa-icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__icon_etudiant>fa-icon{font-size:.6rem!important}}.entite_remplacant__nom{flex-grow:5;align-items:center;justify-content:flex-start;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.4px;min-width:0;font-size:.75rem}@media (max-width: 767px){.entite_remplacant__nom{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__nom{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__nom{font-size:.6rem!important}}@media screen and (max-width: 1600px){.entite_remplacant__nom.small-text{font-size:.563rem}}.entite_remplacant__ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entite_remplacant__icon{padding-right:.5rem;color:#0000008c}.entite_remplacant__icon>fa-icon{font-size:.8rem!important}@media (min-width: 768px) and (max-width: 991px){.entite_remplacant__icon>fa-icon{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entite_remplacant__icon>fa-icon{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entite_remplacant__icon>fa-icon{font-size:.64rem!important}}.entite_remplacant__icon-association{padding-right:.375rem;color:#0000008c}.entite_remplacant__icon-association>fa-icon{font-size:.75rem}.dashboard-button-container{display:flex;flex-direction:column;align-items:flex-end;gap:1em;margin-bottom:1em}.dashboard-button-container__buttons{display:flex;justify-content:flex-end;gap:1em}.dashboard-main-container{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem!important;margin-bottom:.25rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-main-container{margin-top:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-main-container{margin-top:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-main-container{margin-top:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard-main-container{margin-bottom:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-main-container{margin-bottom:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-main-container{margin-bottom:.2rem!important}}.dashboard-chips-container{flex-grow:0;max-width:60%;overflow:auto;display:flex;flex-wrap:wrap}.dashboard-slots-selected{text-align:right;font-weight:400}.dashboard-button-ars-container{display:flex;justify-content:flex-end}.dashboard-button-ars-container_buttons{display:flex;flex-direction:row;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-button-ars-container_buttons{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-button-ars-container_buttons{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-button-ars-container_buttons{gap:.4rem!important}}.dashboard-button-ars-container_buttons span{text-transform:uppercase;font-size:.875rem}@media (max-width: 767px){.dashboard-button-ars-container_buttons span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-button-ars-container_buttons span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-button-ars-container_buttons span{font-size:.7rem!important}}.empty-remplacement-cell{height:1.3rem}.export-planning{padding:2rem 2.625rem 2rem 1.6rem}.export-planning__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;height:2rem;font-size:1.5rem}@media (max-width: 767px){.export-planning__title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__title{font-size:1.2rem!important}}.export-planning__sector-selected{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.export-planning__sector-selected{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__sector-selected{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__sector-selected{font-size:.8rem!important}}.export-planning__rappel{border-bottom:1px solid #0000001f}.export-planning__choix-export{padding-top:2rem}.export-planning .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.75rem 1.25rem!important}@media (max-width: 767px){.export-planning .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.export-planning .cancel-button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning .cancel-button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning .cancel-button{padding:.6rem 1rem!important}}.export-planning .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.export-planning .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.export-planning .cancel-button:focus{box-shadow:none!important}.export-planning__periode-tile{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.563rem;font-size:1rem;margin-top:1rem}@media (max-width: 767px){.export-planning__periode-tile{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__periode-tile{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__periode-tile{font-size:.8rem!important}}.export-planning__radio-button{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;padding-bottom:1rem;align-items:center;display:flex;accent-color:#0d2151}@media (max-width: 767px){.export-planning__radio-button{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__radio-button{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__radio-button{font-size:.8rem!important}}.export-planning__switch{display:flex;align-items:center;gap:.4rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;margin-bottom:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.export-planning__switch{gap:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__switch{gap:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__switch{gap:.32rem!important}}@media (max-width: 767px){.export-planning__switch{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__switch{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__switch{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.export-planning__switch{margin-bottom:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-planning__switch{margin-bottom:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-planning__switch{margin-bottom:.4rem!important}}.export-planning__radio-input{height:1em;width:1em}.export-planning__radio-label{padding-left:.5em}.export-planning__radio-label-disabled{padding-left:.5em;font-style:italic;color:gray}.export-planning__filter-optionnel{display:flex;justify-content:space-between}.date-export-container{display:flex;align-items:center;gap:1rem;flex-direction:row;width:100%;flex-wrap:nowrap}.date-export-container-column{display:flex;flex-direction:column}.date-export-container__export-date{justify-content:center!important;position:absolute;background-color:#fff;padding:.125rem .25rem;margin-left:.75rem;margin-top:-.5em;font-size:.875rem!important;font-family:Roboto,sans-serif;font-weight:500;z-index:99999;pointer-events:none;line-height:1;color:#012d96}@media (min-width: 992px) and (max-width: 1319px){.p-float-label label,.dropdownItem .p-dropdown .p-dropdown-label.p-placeholder{font-size:.6rem!important}}.p-calendar-w-btn .p-inputtext{border:1px solid lightgray;border-right:none;font-size:.8rem;color:#0d2151;font-weight:500;font-size:.825rem}@media (max-width: 767px){.p-calendar-w-btn .p-inputtext{font-size:.4714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-calendar-w-btn .p-inputtext{font-size:.55rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-calendar-w-btn .p-inputtext{font-size:.66rem!important}}.p-dropdown .p-dropdown-label,.dropdownItem .p-dropdown .p-dropdown-label.p-placeholder{display:flex;align-items:center}.dropdownItem .p-dropdown{height:2.2rem}.p-inputtext:enabled:hover{border-color:#d3d3d3}.p-inputtext{position:relative}.p-calendar .pi-calendar{top:.5em;right:.5em;background:transparent}.custom-calendar .p-button{height:auto;background-color:#fff;color:gray;border:.063rem solid #ced4da}.custom-calendar.hide-text .p-inputtext{color:transparent;text-shadow:0 0 0 #000}.p-calendar-w-btn .p-datepicker-trigger{border:.063rem solid lightgray;border-left:none}@media (min-width: 1320px) and (max-width: 1599px){.small-text .p-calendar-w-btn .p-inputtext{font-size:.6rem}}.date-export{display:flex;flex-direction:column}.detail-horaire-element{border-bottom:1px solid rgba(0,0,0,.12)}.detail-horaire-element__header-end{display:flex;align-items:center}.detail-horaire-element__header-end__quota{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#ed6c02;font-size:.875rem;margin-right:.5rem}@media (max-width: 767px){.detail-horaire-element__header-end__quota{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__header-end__quota{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__header-end__quota{font-size:.7rem!important}}.detail-horaire-element__add-icon{margin-left:auto;margin-right:.4em;color:#ed6c02}.detail-horaire-element__add-icon-libelle{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#ed6c02;font-size:.875rem;letter-spacing:.2rem}@media (max-width: 767px){.detail-horaire-element__add-icon-libelle{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__add-icon-libelle{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__add-icon-libelle{font-size:.7rem!important}}.detail-horaire-element__header{margin-bottom:.5rem}.detail-horaire-element__header,.detail-horaire-element__add-entity{display:flex;align-items:center;text-decoration:none}.detail-horaire-element__header__title,.detail-horaire-element__add-entity__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:160%;font-size:1rem;margin-bottom:0}@media (max-width: 767px){.detail-horaire-element__header__title,.detail-horaire-element__add-entity__title{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__header__title,.detail-horaire-element__add-entity__title{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__header__title,.detail-horaire-element__add-entity__title{font-size:.8rem!important}}.detail-horaire-element__header__quota,.detail-horaire-element__add-entity__quota{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:160%;font-size:1rem;margin-left:.2rem;margin-bottom:0}@media (max-width: 767px){.detail-horaire-element__header__quota,.detail-horaire-element__add-entity__quota{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__header__quota,.detail-horaire-element__add-entity__quota{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__header__quota,.detail-horaire-element__add-entity__quota{font-size:.8rem!important}}.detail-horaire-element__header-end,.detail-horaire-element__top-icons{margin-left:auto}.detail-horaire-element__item{margin-top:.2em;margin-bottom:.2em;padding:0 .5rem}.card-conteneur-affectation{display:flex;flex-direction:column;background:white;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;gap:.25rem;margin:.25rem 0}.card-conteneur-affectation-partage{border-left:.25rem solid #ed6c02}.detail-garde-element{background-color:#fff;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;padding:.5rem;margin-bottom:.5em}.detail-garde-element-association{background-color:#efebff}.detail-garde-element-remplacant{background-color:#c8e6c959}.detail-garde-element-partage{background-color:#ed6c0214;border-left:3px solid #ed6c02}.detail-garde-element__top{display:flex;align-items:center}.detail-garde-element__top-icons{margin-left:auto;display:flex;flex-direction:row;gap:.5rem}.detail-garde-element__top-icons-medecin{margin-right:.5rem}.detail-garde-element__top-icons__bouton-information{color:#0d2151;min-width:1rem}.detail-garde-element__top-icons__bouton-suppression{color:#f44336;min-width:1rem}.detail-garde-element__top-icons__bouton-partage,.detail-garde-element__top-icons__bouton-remplace{color:#0d2151;min-width:1rem}.detail-garde-element__top-icons__separator{border-left:1px solid rgba(0,0,0,.12)}.detail-garde-element__top-icons__bouton-action{min-width:1rem}.detail-garde-element__top-icons__empty-bouton-action{min-width:2.6rem}.detail-garde-element__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.125rem;margin-top:.2em;margin-bottom:1em}@media (max-width: 767px){.detail-garde-element__title{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-garde-element__title{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-garde-element__title{font-size:.9rem!important}}.detail-garde-element__bottom-link{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:143%;font-size:1rem;text-decoration-line:underline;margin:.2em}@media (max-width: 767px){.detail-garde-element__bottom-link{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-garde-element__bottom-link{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-garde-element__bottom-link{font-size:.8rem!important}}.zoom-effect{overflow:visible;background:#e6f0fe;position:absolute;border:1px solid #eaebec;padding:.25rem .5rem;box-shadow:0 2px 4px #e2a31547;white-space:normal;display:block;color:#063e93;line-height:1.25rem;z-index:10;width:100%;left:0;font-weight:600}.fc-daygrid-day-frame:hover{border:.313rem solid #012d9626!important}@-moz-document url-prefix(){.fc .fc-daygrid-event-harness{margin-right:.375rem;margin-left:.25rem}}.flex-container{display:flex}.supervision__title{text-align:center}.supervision__main{margin-left:2em;margin-right:2em;margin-top:23vh}.supervision__element-green{color:green}.supervision__element-red{color:red}.supervision__table__header-test{text-align:center!important;background-color:#012d9614!important;width:30%}.supervision__table__header-resultat{text-align:center!important;background-color:#012d9614!important;width:10%}.supervision__table__header-erreur{text-align:center!important;background-color:#012d9614!important;width:60%}.supervision__table__colonne-align{text-align:center!important}.detail_medecin_panel__contenu .resume{display:flex;flex-direction:column;gap:.5rem}.detail_medecin_panel__contenu .resume-medecin{display:flex;flex-direction:row;align-items:center;padding:0;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail_medecin_panel__contenu .resume-medecin{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume-medecin{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume-medecin{gap:.4rem!important}}.detail_medecin_panel__contenu .resume-medecin__square{padding:0 0 .4375rem;flex-grow:0;margin-top:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail_medecin_panel__contenu .resume-medecin__square{margin-top:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume-medecin__square{margin-top:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume-medecin__square{margin-top:.4rem!important}}.detail_medecin_panel__contenu .resume-medecin__titre{font-style:normal;display:flex;flex-direction:column;text-align:left;order:1}.detail_medecin_panel__contenu .resume-medecin__titre__principal{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.875rem;letter-spacing:-1.5px}@media (max-width: 767px){.detail_medecin_panel__contenu .resume-medecin__titre__principal{font-size:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume-medecin__titre__principal{font-size:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume-medecin__titre__principal{font-size:1.5rem!important}}.detail_medecin_panel__contenu .resume-medecin__titre__departement{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.detail_medecin_panel__contenu .resume-medecin__titre__departement{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume-medecin__titre__departement{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume-medecin__titre__departement{font-size:.7rem!important}}.detail_medecin_panel__contenu .resume-medecin__logo{padding:.1875rem 0rem!important;order:3;flex-grow:0}@media (min-width: 768px) and (max-width: 991px){.detail_medecin_panel__contenu .resume-medecin__logo{padding:.1071428571rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume-medecin__logo{padding:.125rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume-medecin__logo{padding:.15rem 0rem!important}}.detail_medecin_panel__contenu .resume__button_grid{margin-top:1rem!important;margin-bottom:1rem!important;width:70%;display:flex;flex-direction:row;flex-grow:1;align-items:flex-start;padding:0;gap:.5rem;margin-left:auto;margin-right:auto}@media (min-width: 768px) and (max-width: 991px){.detail_medecin_panel__contenu .resume__button_grid{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume__button_grid{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume__button_grid{margin-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.detail_medecin_panel__contenu .resume__button_grid{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail_medecin_panel__contenu .resume__button_grid{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail_medecin_panel__contenu .resume__button_grid{margin-bottom:.8rem!important}}.association-icon{color:#fff;background-color:#6757a8;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800}@media screen and (max-width: 1600px){.association-icon.small-icon{font-size:.625rem}}.association-icon-ars{color:#212121;background-color:#fff;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800;border:solid .05rem #d6dbdf;border-radius:.2rem}@media screen and (max-width: 1600px){.association-icon-ars.small-icon{font-size:.625rem}}.medecin-icon{color:#005999;background-color:#e6f0fe;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800}@media screen and (max-width: 1600px){.medecin-icon.small-icon{font-size:.625rem}}.suspension-icon{color:#0d2151;background-color:#dc353552;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800}@media screen and (max-width: 1600px){.suspension-icon.small-icon{font-size:.625rem}}.medecin-own-icon{color:#e6f0fe;background-color:#063e93;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800}@media screen and (max-width: 1600px){.medecin-own-icon.small-icon{font-size:.625rem}}.remplacant-icon{color:#29622d;background-color:#c8e6c9;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800}@media screen and (max-width: 1600px){.remplacant-icon.small-icon{font-size:.625rem}}.remplacant-icon-ars{color:#29622d;background-color:#fff;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800;border:solid .05rem #d6dbdf;border-radius:.2rem}@media screen and (max-width: 1600px){.remplacant-icon-ars.small-icon{font-size:.625rem}}.tarif-manquant-icon{color:#fff;background-color:#ed6c02;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800;width:2.3rem;gap:.3rem;font-size:.79rem;font-weight:500;border-radius:.225rem}@media screen and (max-width: 1600px){.tarif-manquant-icon.small-icon{font-size:.625rem}}.tarif-manquant-icon .tarif-icon{padding-top:.05rem}.erreur-parametrage-icon{padding:.05rem .2rem!important;font-size:.8rem!important;color:#fff;background-color:#f44336;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:.875rem;font-weight:800;width:2.3rem;gap:.3rem;font-size:.79rem;font-weight:500;border-radius:.225rem}@media (min-width: 768px) and (max-width: 991px){.erreur-parametrage-icon{padding:.0285714286rem .1142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.erreur-parametrage-icon{padding:.0333333333rem .1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.erreur-parametrage-icon{padding:.04rem .16rem!important}}@media (min-width: 768px) and (max-width: 991px){.erreur-parametrage-icon{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.erreur-parametrage-icon{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.erreur-parametrage-icon{font-size:.64rem!important}}@media screen and (max-width: 1600px){.erreur-parametrage-icon.small-icon{font-size:.625rem}}.erreur-parametrage-icon .tarif-icon{padding-top:.05rem}.samu-item{display:flex;align-items:center;text-align:center;padding:.2rem;gap:.25rem}.samu-item-code{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#424242;line-height:.625rem;font-size:.625rem}@media (max-width: 767px){.samu-item-code{font-size:.3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-item-code{font-size:.4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-item-code{font-size:.5rem!important}}.samu-item-label{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#000;line-height:.625rem;font-size:.625rem}@media (max-width: 767px){.samu-item-label{font-size:.3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-item-label{font-size:.4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-item-label{font-size:.5rem!important}}.samu-item-mutliple-column{grid-column:span 2}.legend-container{display:grid;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,1fr);grid-gap:.5remrem!important;gap:.5remrem!important}@media (min-width: 768px) and (max-width: 991px){.legend-container{gap:.2857142857remrem!important}}@media (min-width: 992px) and (max-width: 1319px){.legend-container{gap:.3333333333remrem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legend-container{gap:.4remrem!important}}.legend-item{display:flex;align-items:center;text-align:center;padding:.2rem;font-size:.688rem}.legend-item span.legend-label{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#000;line-height:.625rem;font-size:.625rem}@media (max-width: 767px){.legend-item span.legend-label{font-size:.3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.legend-item span.legend-label{font-size:.4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legend-item span.legend-label{font-size:.5rem!important}}@media (min-width: 1600px){.legend-item-multiple-columns{grid-column:span 2}}@media (max-width: 1600px) and (min-width: 1024px){.legend-item-multiple-columns-small{grid-column:span 2}}.legend-icon{margin-right:.5rem}.legend-samu-icon{margin-right:.3rem}@media (min-width: 2300px){.legend-item{font-size:1rem}}@media (max-width: 1600px) and (min-width: 1024px){.legend-container{grid-template-columns:repeat(2,1fr)}.legend-item{font-size:.625rem}.legend-icon,.legend-samu-icon{margin-right:.25rem}}@media (max-width: 1024px){.legend-container{grid-template-columns:1fr}.legend-item{justify-content:center;font-size:.375rem}.legend-icon,.legend-samu-icon{margin-right:.25rem}}.action-calendrier{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:1rem 0 0;width:100%;padding:0 0 0 2rem;border-top:.063rem solid #0000003b;gap:1rem;background:#ffffff}.action-calendrier__end,.conteneur{display:flex;flex-direction:row;align-items:center;gap:2rem}.filtre-garde{display:flex;flex-direction:row;gap:.5rem!important;align-items:center}@media (min-width: 768px) and (max-width: 991px){.filtre-garde{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.filtre-garde{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.filtre-garde{gap:.4rem!important}}.filtre-garde>span{font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:.15px;text-align:left;color:#0d2151;font-size:.875rem}@media (max-width: 767px){.filtre-garde>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.filtre-garde>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.filtre-garde>span{font-size:.7rem!important}}.filtre-garde>span.number{font-weight:600;margin-top:.09rem}.legend-button-prefecture{background:rgba(1,45,150,.08);border-width:.063rem;border-style:solid;border-color:#012d96;pointer-events:auto;padding:.5rem 1.375rem}.legend-button-prefecture>span{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.625rem;font-size:.938rem;font-family:Poppins,sans-serif!important;text-transform:uppercase}@media (max-width: 767px){.legend-button-prefecture>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.legend-button-prefecture>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legend-button-prefecture>span{font-size:.7504rem!important}}.legend-button-prefecture:enabled:hover{background:#f5f5f5;color:#012d96;border-color:#012d96}.legend-button-medecin{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;background:#f5f5f5;border-width:0 0 0 .063rem;border-style:solid;border-color:#0000001f}.legend-button-medecin__text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:157%;font-size:.875rem;margin:0 .83rem}@media (max-width: 767px){.legend-button-medecin__text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.legend-button-medecin__text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legend-button-medecin__text{font-size:.7rem!important}}.triangle-top{position:absolute;top:-.5rem;left:90%;width:0;height:0;border-left:.5rem solid transparent;border-bottom:.5rem solid #0000001f;border-right:.5rem solid transparent}.legend-wrap{flex-direction:column;background:#f5f5f5;box-shadow:0 .25rem .25rem #00000040;padding:1rem 1.5rem;border:.063rem solid #0000001f;border-radius:.5rem}.legend-wrap .legend-overlay-content{display:flex;flex-direction:row;align-items:center;gap:1rem}.legend-wrap .legend-separator{height:0;border:.1rem solid #ddd;margin:1%}.legend-wrap .legend-tarif{display:flex;gap:1rem}.legend-wrap .legend-samu{display:flex;flex-direction:row;align-items:center;gap:.3rem}.own-garde{background:#063e93!important;color:#e6f0fe!important}.own-garde-remplacant{background:#29622d!important;color:#e6f0fe!important}.own-garde>div.entite_container__info>span.entite_container__info__icon{color:#e6f0fe!important}.entite-display-medecin-profile-association{color:#212121;background-color:#fff;border:.063rem solid #0000001f;padding-bottom:0;margin-bottom:.125rem}.entite-display-medecin-profile-association-day{color:#212121;background-color:#f2f2f2;border:.063rem solid #0000001f}.entite-display-medecin-profile-association-day>.detail-garde-element__top>.detail-garde-element__top-icons>.complement-garde-detail-element__top-icons__empty-bouton-action{min-width:1.25rem}.entite-display-medecin-profile-association-day>div .complement-garde-detail-element__top{margin-right:1.75rem}.entite-display-medecin-profile-remplacant{color:#29622d;background-color:#fff;border:.063rem solid #0000001f}.entite-display-medecin-profile-remplacant-day{color:#29622d;background-color:#f2f2f2!important;border:.063rem solid #0000001f}.entite-display-medecin-profile-remplacant-day.remplacant-detail{color:#0d2151!important}.entite-display-ars-profile-association{color:#212121;background-color:#fff;border:.063rem solid #0000001f;padding-bottom:0;margin-bottom:.125rem}.entite-display-ars-profile-association-day{color:#212121;background-color:#f2f2f2;border:.063rem solid #0000001f}.entite-display-ars-profile-association-day>.detail-garde-element__top>.detail-garde-element__top-icons>.complement-garde-detail-element__top-icons__empty-bouton-action{min-width:1.25rem}.entite-display-ars-profile-association-day>div .complement-garde-detail-element__top{margin-right:1.75rem}.entite-display-ars-profile-remplacant{color:#29622d;background-color:#fff;border:.063rem solid #0000001f}.entite-display-ars-profile-remplacant-day{color:#29622d;background-color:#f2f2f2!important;border:.063rem solid #0000001f}.entite-display-ars-profile-remplacant-day.remplacant-detail{color:#0d2151!important}.menubar{border:none;padding:.5rem!important;border-radius:0;background:none;box-shadow:0 6px 8px #012d961f}@media (min-width: 768px) and (max-width: 991px){.menubar{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar{padding:.4rem!important}}.menubar__text{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;letter-spacing:0;text-align:left;font-weight:700;color:#01216f;text-shadow:0 1px 4px rgba(0,0,0,.2)}.menubar__text__brand{text-transform:uppercase;font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.188rem;font-size:1.75rem}@media (max-width: 767px){.menubar__text__brand{font-size:1rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__text__brand{font-size:1.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__text__brand{font-size:1.4rem!important}}.menubar__text__description{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.menubar__text__description{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__text__description{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__text__description{font-size:.8rem!important}}.menubar__text__version{font-size:.688rem;font-style:italic;font-weight:500;line-height:.813rem;color:#757575}.menubar__role{align-items:center;display:flex;padding-left:1rem!important;margin-left:1rem!important;border-left:solid .1em;border-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#e2e2e2 48%,rgba(255,255,255,0) 100%);border-image-slice:1;color:#012d96}@media (min-width: 768px) and (max-width: 991px){.menubar__role{padding-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__role{padding-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__role{padding-left:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__role{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__role{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__role{margin-left:.8rem!important}}.menubar__role-icon{margin-right:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.menubar__role-icon{margin-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__role-icon{margin-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__role-icon{margin-right:.4rem!important}}.menubar__role-text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.menubar__role-text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__role-text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__role-text{font-size:.8rem!important}}.menubar__top-border{background:linear-gradient(90deg,#013dcb,#6793fe 56%);height:.3rem}.menubar__fa-icon{color:gray}.menubar__fa-icon:hover{color:#2c60dd}.menubar__fa-icon_block{display:flex;padding:1rem .5rem!important;align-content:center;flex-direction:row;justify-content:center;align-items:center}@media (min-width: 768px) and (max-width: 991px){.menubar__fa-icon_block{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__fa-icon_block{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__fa-icon_block{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__fa-icon_block{padding-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__fa-icon_block{padding-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__fa-icon_block{padding-right:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__fa-icon_block{padding-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__fa-icon_block{padding-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__fa-icon_block{padding-bottom:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__fa-icon_block{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__fa-icon_block{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__fa-icon_block{padding-left:.4rem!important}}.menubar__start{display:flex;margin-right:1em}.menubar__logo_admin{height:3rem;width:3rem;vertical-align:middle;margin:0 1rem}.menubar__logo{height:3em;width:3em;vertical-align:middle;background:url(/content/images/logo-brand-icon.svg) no-repeat center center;background-size:contain;margin:0 1em}.menubar__end{display:flex}.menubar__end_profile{display:flex;align-items:center}.menubar__end_element{display:flex;margin-left:1rem!important;flex-direction:row;justify-content:center;align-items:center}@media (min-width: 768px) and (max-width: 991px){.menubar__end_element{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__end_element{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__end_element{margin-left:.8rem!important}}.menubar__end_departement-selection{width:15rem!important}@media (min-width: 768px) and (max-width: 991px){.menubar__end_departement-selection{width:8.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__end_departement-selection{width:10rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__end_departement-selection{width:12rem!important}}.menubar__end_departement-selection_item,.menubar__end_departement-selection_selected-item{color:#0d2151;font-size:1rem}@media (max-width: 767px){.menubar__end_departement-selection_item,.menubar__end_departement-selection_selected-item{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__end_departement-selection_item,.menubar__end_departement-selection_selected-item{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__end_departement-selection_item,.menubar__end_departement-selection_selected-item{font-size:.8rem!important}}.menubar__end__portail{display:flex;width:100%;height:100%;padding:0rem .4rem 0rem .5rem}.menubar__end__portail_icon{align-self:center;width:2rem!important;height:2rem!important;cursor:pointer;background:url(portail-default.0c297167424e5534.svg) no-repeat;background-size:100% 100%}@media (min-width: 768px) and (max-width: 991px){.menubar__end__portail_icon{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__end__portail_icon{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__end__portail_icon{width:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.menubar__end__portail_icon{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menubar__end__portail_icon{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menubar__end__portail_icon{height:1.6rem!important}}.menubar__end__portail_icon:hover{background:url(portail-hover.f040d20c7200f813.svg) no-repeat;background-size:100% 100%}.my-account{background-color:#3470fe33;border-radius:.5rem;margin:1rem 1.5rem!important;padding:1rem!important;box-shadow:0 6px 8px 1px #012d961f}@media (min-width: 768px) and (max-width: 991px){.my-account{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account{margin-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.my-account{margin-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account{margin-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account{margin-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.my-account{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account{margin-bottom:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.my-account{margin-left:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account{margin-left:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account{margin-left:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.my-account{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account{padding:.8rem!important}}.my-account__header{display:flex;background:linear-gradient(90deg,rgba(1,45,150,.04),rgba(1,45,150,0) 56%);padding:.5rem!important;border-bottom:solid .1em;border-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,#e2e2e2 0%,rgba(255,255,255,0) 90%);border-image-slice:1;align-items:center}@media (min-width: 768px) and (max-width: 991px){.my-account__header{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__header{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__header{padding:.4rem!important}}.my-account__header-royaume{margin-left:auto;margin-right:1rem!important;padding-left:.5rem!important;padding-right:.5rem!important;background-color:#2196f3!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1rem;font-size:.75rem}@media (min-width: 768px) and (max-width: 991px){.my-account__header-royaume{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__header-royaume{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__header-royaume{margin-right:.8rem!important}}@media (max-width: 767px){.my-account__header-royaume{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__header-royaume{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__header-royaume{font-size:.6rem!important}}.my-account__header-title{margin-left:1rem;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.my-account__header-title{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__header-title{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__header-title{font-size:.8rem!important}}.my-account__block{width:16rem}.my-account__block-status{width:fit-content;margin-left:auto;margin-bottom:-1.5rem;padding-left:.5rem!important;padding-right:.5rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1rem;font-size:.75rem}@media (max-width: 767px){.my-account__block-status{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__block-status{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__block-status{font-size:.6rem!important}}.my-account__block-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.my-account__block-bottom-name{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem;text-align:center}@media (max-width: 767px){.my-account__block-bottom-name{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__block-bottom-name{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__block-bottom-name{font-size:.8rem!important}}.my-account__block-bottom-mail{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#616161;line-height:1rem;font-size:.75rem;text-align:center}@media (max-width: 767px){.my-account__block-bottom-mail{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__block-bottom-mail{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__block-bottom-mail{font-size:.6rem!important}}.my-account__link{display:flex;flex-direction:column;align-content:center;flex-wrap:wrap;margin-bottom:.5rem;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.my-account__link{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__link{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__link{gap:.4rem!important}}.my-account__link>a{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1rem;font-size:.75rem;margin-top:.2rem;text-align:center}@media (max-width: 767px){.my-account__link>a{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__link>a{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__link>a{font-size:.6rem!important}}.my-account__logout{display:flex;justify-content:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:solid .1em;border-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,#e2e2e2 50%,rgba(255,255,255,0) 100%);border-image-slice:1}.my-account__logout-button{background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.my-account__logout-button{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.my-account__logout-button{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.my-account__logout-button{font-size:.8rem!important}}.dropdown{position:absolute;z-index:1000;background-color:#fff;box-shadow:0 2px 5px #0000001a;left:auto;right:auto;transform:translate(-25%);width:20rem}.dropdown>li{padding:.375rem 1rem;float:none;display:list-item;position:relative;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;cursor:pointer}@media (max-width: 767px){.dropdown>li{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dropdown>li{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dropdown>li{font-size:.8rem!important}}.dropdown>li a{color:#012d96;text-decoration:none;margin-left:.5rem}.dropdown>li a:hover{color:#2c60dd;text-decoration:none}.dropdown>li:hover{background:#0000000a}.dropdown>li:not(:last-child){margin-bottom:.1rem}.dropdown>li:first-child{margin-bottom:.5rem}.help-menu-entry{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.813rem;font-size:1.125rem;width:100%;display:flex;flex-direction:row;align-items:center}@media (max-width: 767px){.help-menu-entry{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.help-menu-entry{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.help-menu-entry{font-size:.9rem!important}}.help-menu-entry input{font-family:Roboto,sans-serif;border:none;padding:.675rem;align-items:center;text-align:left;width:80%;display:flex;background:#f5f5f5;box-shadow:inset 0 .125rem .25rem -.063rem #2c60dd33,inset 0 .25rem .313rem #2c60dd24,inset 0 .063rem .625rem #2c60dd1f;border-radius:.25rem 0 0 .25rem;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.813rem;font-size:1.125rem}@media (max-width: 767px){.help-menu-entry input{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.help-menu-entry input{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.help-menu-entry input{font-size:.9rem!important}}.help-menu-entry input:focus,.help-menu-entry input :active,.help-menu-entry input :focus-visible{background:#ffffff}.help-menu-entry input::placeholder{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.813rem;font-size:1.125rem}@media (max-width: 767px){.help-menu-entry input::placeholder{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.help-menu-entry input::placeholder{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.help-menu-entry input::placeholder{font-size:.9rem!important}}.help-menu-entry button{border:none;width:15%;height:3.125rem;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);border-radius:0 .25rem .25rem 0;color:#fff}.overlay-panel-notification{width:37.938rem}.scrollable-menu{max-height:25rem;overflow-y:auto}.scrollable-menu::-webkit-scrollbar{width:.375rem}.scrollable-menu::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:.25rem}.scrollable-menu::-webkit-scrollbar-track{background-color:#f5f5f5}@-moz-document url-prefix(){.scrollable-menu{scrollbar-width:thin;scrollbar-color:#bdbdbd #f5f5f5}}.menu-aide-ripple{border-radius:2rem;display:flex;color:#2c60dd;justify-content:space-between;gap:.25rem;animation:menu-aide-ripple 2s ease-out infinite}@media (prefers-reduced-motion: reduce){.menu-aide-ripple{animation:none}}@keyframes menu-aide-ripple{0%{box-shadow:0 0 #012d9680}50%{box-shadow:0 0 0 .5rem #012d9600}to{box-shadow:0 0 0 .5rem #012d9600}}.aide-au-demarrage-button{background:rgba(1,45,150,.08);border-radius:1rem;pointer-events:auto;border:.0625rem solid rgba(1,45,150,.5)!important;padding:.3rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.aide-au-demarrage-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.aide-au-demarrage-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.aide-au-demarrage-button{padding:.24rem .8rem!important}}.aide-au-demarrage-button.p-button:hover{background:#1a387d}.aide-au-demarrage-button.p-button:hover>span{color:#fff}.aide-au-demarrage-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.625rem;font-size:.938rem}@media (max-width: 767px){.aide-au-demarrage-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.aide-au-demarrage-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.aide-au-demarrage-button>span{font-size:.7504rem!important}}.aide-au-demarrage-button>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;text-transform:none!important;color:#012d96!important;letter-spacing:.025rem;text-align:left}.aide-au-demarrage-button:hover{background:rgba(52,112,254,.15)!important}.focus-detail{box-shadow:#00000059 0 .25rem 1rem}.detail-panel.p-sidebar{width:50rem;height:100dvh;background:#fafafa;gap:2.2rem}@media screen and (max-width: 1600px){.detail-panel.p-sidebar{width:39rem;height:100dvh;background:#fafafa;gap:2.2rem}}.detail-panel.p-sidebar>div.p-sidebar-header{display:none}.detail-panel__entete{padding-top:1em;display:flex;align-items:center;justify-content:space-between}.detail-panel__gap-1{gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-panel__gap-1{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-panel__gap-1{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-panel__gap-1{gap:.8rem!important}}.detail-panel__close-icon{margin-left:auto}.detail-panel__close-icon-nomargin{margin-left:0}.detail-panel__button-group-start{margin-left:auto}.detail-panel__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:2rem;display:flex;align-items:center;letter-spacing:-.1rem;padding:0 1.5rem}@media (max-width: 767px){.detail-panel__title{font-size:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-panel__title{font-size:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-panel__title{font-size:1.6rem!important}}.detail-panel__title-second{padding-top:1rem}.detail-panel__slot,.detail-panel__nombre-selection{font-family:Montserrat,sans-serif;color:#040a18;padding:0 1.5rem}.detail-panel__affectation{padding:0 2.2rem}.detail-panel__item{margin:.5rem 2.2rem .5rem 0;padding:0 0 0 1.5rem}.detail-secteur-panel-entete{margin-top:1rem!important;width:100%}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel-entete{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel-entete{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel-entete{margin-top:.8rem!important}}.detail-secteur-panel-entete__history{display:flex;flex-direction:column;row-gap:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel-entete__history{row-gap:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel-entete__history{row-gap:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel-entete__history{row-gap:1.2rem!important}}.detail-secteur-panel-entete__history__actions{display:flex;justify-content:space-between}.detail-secteur-panel-entete__note-form{display:flex;justify-content:space-between;width:100%}.detail-secteur-panel-entete__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.7rem;display:flex;align-items:center}@media (max-width: 767px){.detail-secteur-panel-entete__title{font-size:.9714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel-entete__title{font-size:1.1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel-entete__title{font-size:1.36rem!important}}.detail-secteur-panel-entete__detail-secteur{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.detail-secteur-panel-entete__detail-secteur{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel-entete__detail-secteur{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel-entete__detail-secteur{font-size:.8rem!important}}.detail-secteur-panel-entete .close-icon{margin-left:auto}.detail-secteur-panel__history-notes__slot{font-family:Montserrat,sans-serif;color:#0d2151;font-weight:500;margin-bottom:2.7rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__history-notes__slot{margin-bottom:1.5428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__history-notes__slot{margin-bottom:1.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__history-notes__slot{margin-bottom:2.16rem!important}}.detail-secteur-panel__fiche,.detail-secteur-panel__history{display:flex;justify-content:flex-end;margin-bottom:2rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:500;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;cursor:pointer}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{margin-bottom:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{margin-bottom:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{margin-bottom:1.6rem!important}}@media (max-width: 767px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__fiche,.detail-secteur-panel__history{font-size:.7rem!important}}.detail-secteur-panel__fiche span,.detail-secteur-panel__history span{padding:.25rem .625rem!important;font-family:Poppins,sans-serif!important;border:.0625rem solid rgba(1,45,150,.5);background:rgba(52,112,254,.08);border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__fiche span,.detail-secteur-panel__history span{padding:.1428571429rem .3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__fiche span,.detail-secteur-panel__history span{padding:.1666666667rem .4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__fiche span,.detail-secteur-panel__history span{padding:.2rem .5rem!important}}.detail-secteur-panel__fiche span:hover,.detail-secteur-panel__history span:hover{background:rgba(52,112,254,.15)!important;cursor:pointer}.detail-secteur-panel__top-bloc{display:flex;flex-direction:column;border-bottom:1px solid rgba(0,0,0,.12);gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__top-bloc{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__top-bloc{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__top-bloc{gap:.8rem!important}}.detail-secteur-panel__note-bloc{margin-top:2rem!important;display:flex;flex-direction:column;height:70%}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__note-bloc{margin-top:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc{margin-top:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc{margin-top:1.6rem!important}}.detail-secteur-panel__note-bloc__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.875rem;font-size:1.5rem;display:flex;align-items:center}@media (max-width: 767px){.detail-secteur-panel__note-bloc__title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__title{font-size:1.2rem!important}}.detail-secteur-panel__note-bloc__note-action{display:flex;justify-content:flex-end}.detail-secteur-panel__note-bloc__note-action .modify-button,.detail-secteur-panel__note-bloc__note-action .save-button{font-family:Poppins,sans-serif;border:none;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important;padding:.75rem 1.25rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__note-bloc__note-action .modify-button,.detail-secteur-panel__note-bloc__note-action .save-button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__note-action .modify-button,.detail-secteur-panel__note-bloc__note-action .save-button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__note-action .modify-button,.detail-secteur-panel__note-bloc__note-action .save-button{padding:.6rem 1rem!important}}.detail-secteur-panel__note-bloc__note-action .modify-button span,.detail-secteur-panel__note-bloc__note-action .save-button span{font-size:.9rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left;text-transform:none!important}@media (max-width: 767px){.detail-secteur-panel__note-bloc__note-action .modify-button span,.detail-secteur-panel__note-bloc__note-action .save-button span{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__note-action .modify-button span,.detail-secteur-panel__note-bloc__note-action .save-button span{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__note-action .modify-button span,.detail-secteur-panel__note-bloc__note-action .save-button span{font-size:.72rem!important}}.detail-secteur-panel__note-bloc__note-action .modify-button:not([disabled]):hover,.detail-secteur-panel__note-bloc__note-action .save-button:not([disabled]):hover{transition:none;background:#38803b}.detail-secteur-panel__note-bloc__note-action .modify-button:focus,.detail-secteur-panel__note-bloc__note-action .save-button:focus{box-shadow:none!important}.detail-secteur-panel__note-bloc__note-action .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.25rem 1rem!important}@media (max-width: 767px){.detail-secteur-panel__note-bloc__note-action .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__note-action .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__note-action .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__note-bloc__note-action .cancel-button{padding:.1428571429rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__note-action .cancel-button{padding:.1666666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__note-action .cancel-button{padding:.2rem .8rem!important}}.detail-secteur-panel__note-bloc__note-action .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.detail-secteur-panel__note-bloc__note-action .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.detail-secteur-panel__note-bloc__note-action .cancel-button:focus{box-shadow:none!important}.detail-secteur-panel__note-bloc__note-action button{margin-left:1rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__note-bloc__note-action button{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__note-action button{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__note-action button{margin-left:.8rem!important}}.detail-secteur-panel__note-bloc__libelle{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.detail-secteur-panel__note-bloc__libelle{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__libelle{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__libelle{font-size:.8rem!important}}.detail-secteur-panel__note-bloc__libelle-list{margin-top:1rem!important;display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__note-bloc__libelle-list{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__note-bloc__libelle-list{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__note-bloc__libelle-list{margin-top:.8rem!important}}.detail-generic-container{display:flex;flex-direction:column;height:100%;width:100%;padding:2.2rem}.liste_selection{display:flex;flex-direction:column;gap:0rem!important;align-items:flex-start;width:100%;border:.0625rem solid rgba(0,0,0,.23);border-radius:.25rem;background:#fafafa;overflow:hidden;height:20rem}@media (min-width: 768px) and (max-width: 991px){.liste_selection{gap:0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste_selection{gap:0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste_selection{gap:0rem!important}}.liste_selection .p-listbox-list-wrapper{height:20rem;position:relative;width:100%;-ms-overflow-style:none}.liste_selection .p-listbox-list-wrapper .p-listbox-list{padding:0}.liste_selection .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:2rem;padding:.25rem}.liste_selection .p-listbox-list-wrapper .p-listbox-list .p-listbox-item.p-highlight,.liste_selection .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:hover,.liste_selection .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit;background:rgba(1,45,150,.15);border-radius:.25rem}div .detail_bloc_selection_titre{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:.875rem;font-size:.875rem}@media (max-width: 767px){div .detail_bloc_selection_titre{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){div .detail_bloc_selection_titre{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){div .detail_bloc_selection_titre{font-size:.7rem!important}}div .detail_bloc_selection_item{display:flex;flex-direction:row;align-items:center;margin:0 1rem;width:100%}div .detail_bloc_selection_item_color{width:4%}div .detail_bloc_selection_item_nom{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:.875rem;font-size:.875rem}@media (max-width: 767px){div .detail_bloc_selection_item_nom{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){div .detail_bloc_selection_item_nom{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){div .detail_bloc_selection_item_nom{font-size:.7rem!important}}.tarification{display:flex;justify-content:center;align-items:center}.tarification_value{padding:.08rem .35rem!important;font-size:.8rem!important;border:solid .05rem;border-radius:.225rem}@media (min-width: 768px) and (max-width: 991px){.tarification_value{padding:.0457142857rem .2rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification_value{padding:.0533333333rem .2333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification_value{padding:.064rem .28rem!important}}@media (min-width: 768px) and (max-width: 991px){.tarification_value{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification_value{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification_value{font-size:.64rem!important}}.tarification_missing,.tarification_error{padding:.08rem .3rem!important;font-size:.8rem!important;margin-right:.1rem!important}@media (min-width: 768px) and (max-width: 991px){.tarification_missing,.tarification_error{padding:.0457142857rem .1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification_missing,.tarification_error{padding:.0533333333rem .2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification_missing,.tarification_error{padding:.064rem .24rem!important}}@media (min-width: 768px) and (max-width: 991px){.tarification_missing,.tarification_error{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification_missing,.tarification_error{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification_missing,.tarification_error{font-size:.64rem!important}}@media (min-width: 768px) and (max-width: 991px){.tarification_missing,.tarification_error{margin-right:.0571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification_missing,.tarification_error{margin-right:.0666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification_missing,.tarification_error{margin-right:.08rem!important}}.tarification-card{display:flex;flex-direction:row;margin-right:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.tarification-card{margin-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification-card{margin-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification-card{margin-right:.4rem!important}}.tarification-card-value{border-radius:.25rem;padding:0rem .25rem!important;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.25rem;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.tarification-card-value{padding:0rem .1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification-card-value{padding:0rem .1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification-card-value{padding:0rem .2rem!important}}@media (max-width: 767px){.tarification-card-value{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tarification-card-value{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tarification-card-value{font-size:.7rem!important}}.tarification-card-erreur-tarif{background-color:#ed6c02}.tarification-card-erreur-parametre{background-color:#f44336}.ajout_medecin_association{display:flex;flex-direction:column;padding-right:2.2rem;padding-left:2.2rem;padding-top:1.5rem!important;gap:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association{padding-top:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association{padding-top:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association{padding-top:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association{gap:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association{gap:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association{gap:1.2rem!important}}.ajout_medecin_association_title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.75rem;margin-bottom:0!important}@media (max-width: 767px){.ajout_medecin_association_title{font-size:1rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_title{font-size:1.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_title{font-size:1.4rem!important}}.ajout_medecin_association_subtitle{display:flex;flex-direction:column;background-color:#efebff;gap:.25rem!important;padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association_subtitle{gap:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_subtitle{gap:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_subtitle{gap:.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association_subtitle{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_subtitle{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_subtitle{padding:.4rem!important}}.ajout_medecin_association_name{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1.25rem}@media (max-width: 767px){.ajout_medecin_association_name{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_name{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_name{font-size:1rem!important}}.ajout_medecin_association_button_container{display:flex;justify-content:flex-end;align-items:center;gap:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association_button_container{gap:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_button_container{gap:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_button_container{gap:.6rem!important}}.ajout_medecin_association_button_container .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.25rem 1rem!important}@media (max-width: 767px){.ajout_medecin_association_button_container .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_button_container .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_button_container .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association_button_container .cancel-button{padding:.1428571429rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_button_container .cancel-button{padding:.1666666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_button_container .cancel-button{padding:.2rem .8rem!important}}.ajout_medecin_association_button_container .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.ajout_medecin_association_button_container .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.ajout_medecin_association_button_container .cancel-button:focus{box-shadow:none!important}.ajout_medecin_association_button_container .add-medecin{background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5)!important;padding:.25rem 1rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.ajout_medecin_association_button_container .add-medecin{padding:.1428571429rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_button_container .add-medecin{padding:.1666666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_button_container .add-medecin{padding:.2rem .8rem!important}}.ajout_medecin_association_button_container .add-medecin>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-align:left;color:#012d96!important}@media (max-width: 767px){.ajout_medecin_association_button_container .add-medecin>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.ajout_medecin_association_button_container .add-medecin>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.ajout_medecin_association_button_container .add-medecin>span{font-size:.7rem!important}}.ajout_medecin_association_button_container .add-medecin:hover{background:rgba(52,112,254,.15)!important}.ajout_medecin_association_button_container .p-inputtext:enabled:focus,.ajout_medecin_association_button_container .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.p-autocomplete.remplacant_autocomplete>input{border-right:none!important;font-size:1rem}@media (max-width: 767px){.p-autocomplete.remplacant_autocomplete>input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.remplacant_autocomplete>input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.remplacant_autocomplete>input{font-size:.8rem!important}}.p-autocomplete.remplacant_autocomplete>button{border-left:none!important;color:gray!important;background:white;border-radius:0 .25rem .25rem 0}.p-autocomplete.remplacant_autocomplete .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete .p-autocomplete-dropdown{height:3rem!important;border:.0625rem solid #29622d;box-shadow:none;background:white}@media (min-width: 768px) and (max-width: 991px){.p-autocomplete.remplacant_autocomplete .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete .p-autocomplete-dropdown{height:1.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.remplacant_autocomplete .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete .p-autocomplete-dropdown{height:2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.remplacant_autocomplete .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete .p-autocomplete-dropdown{height:2.4rem!important}}.p-autocomplete.remplacant_autocomplete:focus .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete:focus .p-autocomplete-dropdown,.p-autocomplete.remplacant_autocomplete:hover .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete:hover .p-autocomplete-dropdown,.p-autocomplete.remplacant_autocomplete:active .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete:active .p-autocomplete-dropdown,.p-autocomplete.remplacant_autocomplete:enabled:focus .p-autocomplete-input,.p-autocomplete.remplacant_autocomplete:enabled:focus .p-autocomplete-dropdown{box-shadow:none;border:.0625rem solid #c8e6c9;outline:0 none;outline-offset:0;background:white}.p-autocomplete.autre_medecin_autocomplete>input{border-right:none!important;font-size:1rem}@media (max-width: 767px){.p-autocomplete.autre_medecin_autocomplete>input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.autre_medecin_autocomplete>input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.autre_medecin_autocomplete>input{font-size:.8rem!important}}.p-autocomplete.autre_medecin_autocomplete>button{border-left:none!important;color:gray!important;background:white;border-radius:0 .25rem .25rem 0}.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-dropdown{height:3rem!important;border:.0625rem solid #0000003b;box-shadow:none;background:white}@media (min-width: 768px) and (max-width: 991px){.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-dropdown{height:1.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-dropdown{height:2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete .p-autocomplete-dropdown{height:2.4rem!important}}.p-autocomplete.autre_medecin_autocomplete:focus .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete:focus .p-autocomplete-dropdown,.p-autocomplete.autre_medecin_autocomplete:hover .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete:hover .p-autocomplete-dropdown,.p-autocomplete.autre_medecin_autocomplete:active .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete:active .p-autocomplete-dropdown,.p-autocomplete.autre_medecin_autocomplete:enabled:focus .p-autocomplete-input,.p-autocomplete.autre_medecin_autocomplete:enabled:focus .p-autocomplete-dropdown{box-shadow:none;border:.0625rem solid #e6f0fe;outline:0 none;outline-offset:0;background:white}.p-autocomplete.medecin_autocomplete>input{border-right:none!important;font-size:1rem}@media (max-width: 767px){.p-autocomplete.medecin_autocomplete>input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.medecin_autocomplete>input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.medecin_autocomplete>input{font-size:.8rem!important}}.p-autocomplete.medecin_autocomplete>button{border-left:none!important;color:gray!important;background:white;border-radius:0 .25rem .25rem 0}.p-autocomplete.medecin_autocomplete .p-autocomplete-input,.p-autocomplete.medecin_autocomplete .p-autocomplete-dropdown{height:3rem!important;border:.0625rem solid #005999;box-shadow:none;background:white}@media (min-width: 768px) and (max-width: 991px){.p-autocomplete.medecin_autocomplete .p-autocomplete-input,.p-autocomplete.medecin_autocomplete .p-autocomplete-dropdown{height:1.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.medecin_autocomplete .p-autocomplete-input,.p-autocomplete.medecin_autocomplete .p-autocomplete-dropdown{height:2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.medecin_autocomplete .p-autocomplete-input,.p-autocomplete.medecin_autocomplete .p-autocomplete-dropdown{height:2.4rem!important}}.p-autocomplete.medecin_autocomplete:focus .p-autocomplete-input,.p-autocomplete.medecin_autocomplete:focus .p-autocomplete-dropdown,.p-autocomplete.medecin_autocomplete:hover .p-autocomplete-input,.p-autocomplete.medecin_autocomplete:hover .p-autocomplete-dropdown,.p-autocomplete.medecin_autocomplete:active .p-autocomplete-input,.p-autocomplete.medecin_autocomplete:active .p-autocomplete-dropdown,.p-autocomplete.medecin_autocomplete:enabled:focus .p-autocomplete-input,.p-autocomplete.medecin_autocomplete:enabled:focus .p-autocomplete-dropdown{box-shadow:none;border:.0625rem solid #e6f0fe;outline:0 none;outline-offset:0;background:white}.p-autocomplete.commune_autocomplete>input{border-right:none!important;font-size:1rem}@media (max-width: 767px){.p-autocomplete.commune_autocomplete>input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.commune_autocomplete>input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.commune_autocomplete>input{font-size:.8rem!important}}.p-autocomplete.commune_autocomplete>button{border-left:none!important;color:gray!important;background:white;border-radius:0 .25rem .25rem 0}.p-autocomplete.commune_autocomplete .p-autocomplete-input,.p-autocomplete.commune_autocomplete .p-autocomplete-dropdown{height:2.8rem!important;border:.0625rem solid #00000023;box-shadow:none;background:white}@media (min-width: 768px) and (max-width: 991px){.p-autocomplete.commune_autocomplete .p-autocomplete-input,.p-autocomplete.commune_autocomplete .p-autocomplete-dropdown{height:1.6rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-autocomplete.commune_autocomplete .p-autocomplete-input,.p-autocomplete.commune_autocomplete .p-autocomplete-dropdown{height:1.8666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-autocomplete.commune_autocomplete .p-autocomplete-input,.p-autocomplete.commune_autocomplete .p-autocomplete-dropdown{height:2.24rem!important}}.p-autocomplete.commune_autocomplete:focus .p-autocomplete-input,.p-autocomplete.commune_autocomplete:focus .p-autocomplete-dropdown,.p-autocomplete.commune_autocomplete:hover .p-autocomplete-input,.p-autocomplete.commune_autocomplete:hover .p-autocomplete-dropdown,.p-autocomplete.commune_autocomplete:active .p-autocomplete-input,.p-autocomplete.commune_autocomplete:active .p-autocomplete-dropdown,.p-autocomplete.commune_autocomplete:enabled:focus .p-autocomplete-input,.p-autocomplete.commune_autocomplete:enabled:focus .p-autocomplete-dropdown{box-shadow:none;border:.0625rem solid #012d96;outline:0 none;outline-offset:0;background:white}.p-checkbox{width:1.25rem!important;height:1.25rem!important;display:flex!important;justify-content:center;align-items:center}@media (min-width: 768px) and (max-width: 991px){.p-checkbox{width:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-checkbox{width:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-checkbox{width:1rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-checkbox{height:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-checkbox{height:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-checkbox{height:1rem!important}}.p-checkbox .p-checkbox-box{width:1.125rem!important;height:1.125rem!important;border:.125rem solid rgba(13,33,81,.87);color:#495057;border-radius:0!important}@media (min-width: 768px) and (max-width: 991px){.p-checkbox .p-checkbox-box{width:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-checkbox .p-checkbox-box{width:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-checkbox .p-checkbox-box{width:.9rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-checkbox .p-checkbox-box{height:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-checkbox .p-checkbox-box{height:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-checkbox .p-checkbox-box{height:.9rem!important}}.p-checkbox .p-checkbox-box .p-checkbox-icon{color:#012d96;font-size:.875rem!important}@media (min-width: 768px) and (max-width: 991px){.p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:.7rem!important}}.p-checkbox .p-checkbox-box.p-highlight{border-color:#012d96!important;background:transparent!important}.p-button.p-button-icon-only.p-button-rounded{height:1rem!important;width:1rem!important;border-radius:100%!important;padding:.75rem!important;margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon{border-radius:unset}.menu-requisition{width:auto!important;padding:0!important}.menu-requisition>ul>li>a.p-menuitem-link{padding:.375rem 1rem!important;border-radius:.25rem!important}.menu-requisition>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;text-align:left}@media (max-width: 767px){.menu-requisition>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menu-requisition>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menu-requisition>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.7rem!important}}.menu-tarif{width:auto!important;padding:0!important}.menu-tarif>ul>li>a.p-menuitem-link{padding:.375rem 1rem!important;border-radius:.25rem!important}.menu-tarif>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;text-align:left}@media (max-width: 767px){.menu-tarif>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.menu-tarif>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.menu-tarif>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.7rem!important}}.dropdown-action-container{width:auto!important;padding:0;background:#ffffff!important;box-shadow:0 .313rem .313rem -.188px #0003,0 .5rem .625rem .063rem #00000024,0 .188rem .875rem .125rem #0000001f!important;border-radius:.25rem!important}@media (min-width: 1600px){.dropdown-action-container{min-width:14rem}}.dropdown-action-container>ul>li>a.p-menuitem-link{padding:.375rem 1rem!important;border-radius:.25rem!important}.dropdown-action-container>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;text-align:left}@media (max-width: 767px){.dropdown-action-container>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dropdown-action-container>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dropdown-action-container>ul>li>a.p-menuitem-link>span.p-menuitem-text{font-size:.7rem!important}}.p-message-info{background:var(--blue-50)!important;border:none!important;margin:.5rem 0}.p-dropdown .p-dropdown-trigger{background:transparent;color:#6c757d;width:3rem;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}@media (max-width: 767px){.p-dropdown .p-dropdown-trigger{width:2.125rem}}@media (min-width: 992px) and (max-width: 1319px){.p-dropdown .p-dropdown-trigger{width:2.375rem}}@media (min-width: 1320px) and (max-width: 1599px){.p-dropdown .p-dropdown-trigger{width:3.125rem}}.p-dropdown-item,.p-dropdown-empty-message,.p-dropdown-label,.p-autocomplete-item,.p-autocomplete-empty-message,.p-dropdown-filter,.p-tabview-nav-link,.p-datepicker-month,.p-datepicker-year,.p-inputtext,.p-autocomplete-input,.p-yearpicker-year{font-size:1rem}@media (max-width: 767px){.p-dropdown-item,.p-dropdown-empty-message,.p-dropdown-label,.p-autocomplete-item,.p-autocomplete-empty-message,.p-dropdown-filter,.p-tabview-nav-link,.p-datepicker-month,.p-datepicker-year,.p-inputtext,.p-autocomplete-input,.p-yearpicker-year{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dropdown-item,.p-dropdown-empty-message,.p-dropdown-label,.p-autocomplete-item,.p-autocomplete-empty-message,.p-dropdown-filter,.p-tabview-nav-link,.p-datepicker-month,.p-datepicker-year,.p-inputtext,.p-autocomplete-input,.p-yearpicker-year{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dropdown-item,.p-dropdown-empty-message,.p-dropdown-label,.p-autocomplete-item,.p-autocomplete-empty-message,.p-dropdown-filter,.p-tabview-nav-link,.p-datepicker-month,.p-datepicker-year,.p-inputtext,.p-autocomplete-input,.p-yearpicker-year{font-size:.8rem!important}}p-calendar[view=year] .p-datepicker-title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1rem}@media (max-width: 767px){p-calendar[view=year] .p-datepicker-title{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){p-calendar[view=year] .p-datepicker-title{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){p-calendar[view=year] .p-datepicker-title{font-size:.8rem!important}}p-calendar[view=year] .p-calendar{width:100%;border:.063rem solid #0000003a;border-radius:.25rem}p-calendar[view=year] .p-inputtext{border:none}p-calendar[view=year] input::placeholder{font-style:normal}.p-monthpicker>span{font-size:1rem}@media (max-width: 767px){.p-monthpicker>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-monthpicker>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-monthpicker>span{font-size:.8rem!important}}.p-badge{height:1.5rem!important;line-height:1.5rem!important;min-width:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){.p-badge{height:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-badge{height:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-badge{height:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-badge{line-height:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-badge{line-height:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-badge{line-height:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-badge{min-width:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-badge{min-width:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-badge{min-width:1.2rem!important}}.p-badge>span{font-size:1rem}@media (max-width: 767px){.p-badge>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-badge>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-badge>span{font-size:.8rem!important}}.p-tabview-ink-bar{background-color:#3b5cad!important}.pi{font-size:1rem}@media (max-width: 767px){.pi{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.pi{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.pi{font-size:.8rem!important}}.pi.pi-check{height:2.45rem!important;align-content:center}@media (min-width: 768px) and (max-width: 991px){.pi.pi-check{height:1.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.pi.pi-check{height:1.6333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.pi.pi-check{height:1.96rem!important}}.p-dialog-header{padding:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-header{padding:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-header{padding:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-header{padding:1.2rem!important}}.p-dialog-header>span{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.25rem}@media (max-width: 767px){.p-dialog-header>span{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-header>span{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-header>span{font-size:1rem!important}}.p-dialog-content{padding-left:1.5rem!important;padding-right:1.5rem!important;padding-bottom:2rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-content{padding-left:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-content{padding-left:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-content{padding-left:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-content{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-content{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-content{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-content{padding-bottom:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-content{padding-bottom:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-content{padding-bottom:1.6rem!important}}.p-dialog-content>p,.p-dialog-content span :not(footer){font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.p-dialog-content>p,.p-dialog-content span :not(footer){font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-content>p,.p-dialog-content span :not(footer){font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-content>p,.p-dialog-content span :not(footer){font-size:.8rem!important}}.p-dialog-footer{padding-left:1.5rem!important;padding-right:1.5rem!important;padding-bottom:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer{padding-left:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer{padding-left:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer{padding-left:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer{padding-bottom:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer{padding-bottom:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer{padding-bottom:1.2rem!important}}.p-dialog-footer>button{padding:.75rem 1.25rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer>button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer>button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer>button{padding:.6rem 1rem!important}}.p-dialog-footer>button>span{font-size:1rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer>button>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer>button>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer>button>span{font-size:.8rem!important}}.p-dialog-footer .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.3rem 1rem!important}@media (max-width: 767px){.p-dialog-footer .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer .cancel-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .cancel-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .cancel-button{padding:.24rem .8rem!important}}.p-dialog-footer .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.p-dialog-footer .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.p-dialog-footer .cancel-button:focus{box-shadow:none!important}.p-dialog-footer .save-button{font-family:Poppins,sans-serif;border:none;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important;padding:.37rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer .save-button{padding:.2114285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .save-button{padding:.2466666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .save-button{padding:.296rem .8rem!important}}.p-dialog-footer .save-button span{font-size:.9rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left;text-transform:none!important}@media (max-width: 767px){.p-dialog-footer .save-button span{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .save-button span{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .save-button span{font-size:.72rem!important}}.p-dialog-footer .save-button:not([disabled]):hover{transition:none;background:#38803b}.p-dialog-footer .save-button:focus{box-shadow:none!important}.p-dialog-footer .warning-button{font-size:.9rem;border:.0625rem solid #f59e0b!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.3rem 1rem!important}@media (max-width: 767px){.p-dialog-footer .warning-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .warning-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .warning-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-dialog-footer .warning-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dialog-footer .warning-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dialog-footer .warning-button{padding:.24rem .8rem!important}}.p-dialog-footer .warning-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#f59e0b}.p-dialog-footer .warning-button:not([disabled]):hover{background:#d9770644!important;border:.0625rem solid #d97706!important}.p-dialog-footer .warning-button:focus{box-shadow:none!important}.p-toast-message-custom{background-color:#2196f350;border:solid #2196f3;border-width:0 0 0 6px;color:#085491;white-space:pre-line}.p-toast-message-custom .p-toast-icon-close{color:#085491}.custom-panel .p-datepicker-calendar th,.custom-panel .p-datepicker-calendar td{padding:0rem!important;text-align:center}.custom-panel .p-datepicker-calendar th>span,.custom-panel .p-datepicker-calendar td>span{font-size:1rem;display:inline-block;height:1.75rem;width:1.75rem}@media (max-width: 767px){.custom-panel .p-datepicker-calendar th>span,.custom-panel .p-datepicker-calendar td>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.custom-panel .p-datepicker-calendar th>span,.custom-panel .p-datepicker-calendar td>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.custom-panel .p-datepicker-calendar th>span,.custom-panel .p-datepicker-calendar td>span{font-size:.8rem!important}}.p-datepicker{width:25rem!important;padding:0rem!important}@media (min-width: 768px) and (max-width: 991px){.p-datepicker{width:14.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-datepicker{width:16.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-datepicker{width:20rem!important}}.p-datepicker-header{padding:0rem!important}.p-datepicker-month,.p-datepicker-year{padding:.25rem!important}.p-datepicker td>span{margin:0!important}p-calendar[view=year] .p-inputtext{width:17.5rem!important}@media (min-width: 768px) and (max-width: 991px){p-calendar[view=year] .p-inputtext{width:10.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){p-calendar[view=year] .p-inputtext{width:12.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){p-calendar[view=year] .p-inputtext{width:14.3rem!important}}.p-toast-detail{white-space:pre-line}.liste__main__header{height:2.25rem!important;border-bottom:.063rem solid rgba(0,0,0,.12)!important;border-top:.063rem solid rgba(0,0,0,.12)!important}@media (min-width: 768px) and (max-width: 991px){.liste__main__header{height:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__main__header{height:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__main__header{height:1.8rem!important}}.liste__main__header_cell{background:#e8e8e8!important;padding:.5rem!important;border-right:.063rem solid rgba(0,0,0,.12)!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (min-width: 768px) and (max-width: 991px){.liste__main__header_cell{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__main__header_cell{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__main__header_cell{padding:.4rem!important}}@media (max-width: 767px){.liste__main__header_cell{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__main__header_cell{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__main__header_cell{font-size:.8rem!important}}.liste__main__header_cell:last-child{border-right:none!important}.liste__main__header_text{padding:.375rem 0;margin-left:.25rem}@media screen and (max-width: 1200px){.liste__main__header_text{margin-left:0}}.liste__main__header_first_group{width:41%}.liste__main__header_first_group_medecin,.liste__main__header_first_group_planning{width:44%}.liste__main__header_second_group{width:59%}.liste__main__header_second_group_medecin,.liste__main__header_second_group_planning{width:56%}.liste__second__header{height:2.25rem!important;border-bottom:.063rem solid rgba(0,0,0,.12)!important;vertical-align:middle}@media (min-width: 768px) and (max-width: 991px){.liste__second__header{height:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__second__header{height:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__second__header{height:1.8rem!important}}.liste__second__header_cell{background:#f0f0f0!important;padding:0!important;border-right:.063rem solid rgba(0,0,0,.12)!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:.875rem}@media (max-width: 767px){.liste__second__header_cell{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__second__header_cell{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__second__header_cell{font-size:.7rem!important}}.liste__second__header_medecin_xs,.liste__second__header_planning_xs{width:4%}.liste__second__header_medecin_s,.liste__second__header_planning_s{width:6%}.liste__second__header_medecin_m,.liste__second__header_planning_m{width:8%}.liste__second__header_medecin_l,.liste__second__header_planning_l{width:14%}.liste__second__header_medecin_xl,.liste__second__header_planning_xl{width:18%}.liste__second__header_medecin_xxl,.liste__second__header_planning_xxl{width:21%}.liste__second__header_medecin_xxxl,.liste__second__header_planning_xxxl{width:25%}.liste__second__header_medecin>th,.liste__second__header_planning>th{padding-left:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.liste__second__header_medecin>th,.liste__second__header_planning>th{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__second__header_medecin>th,.liste__second__header_planning>th{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__second__header_medecin>th,.liste__second__header_planning>th{padding-left:.4rem!important}}.liste__second__header_medecin>th:last-child,.liste__second__header_planning>th:last-child{border-right:none!important}.liste__second__header_text{padding:.375rem 0;margin-left:.25rem}.liste__second__header_text_center{text-align:center!important}.liste__second__header_text_center>p-checkbox{margin-right:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.liste__second__header_text_center>p-checkbox{margin-right:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.liste__second__header_text_center>p-checkbox{margin-right:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.liste__second__header_text_center>p-checkbox{margin-right:.6rem!important}}.liste__second__header .header-padding{padding:.5rem!important}.liste__second__header_large{width:16%}.liste__second__header_medium{width:13%}.liste__second__header_small{width:6%}.liste__second__header_tiny{width:4%}.row_detail_jour_conteneur{padding:0!important}.table_detail_jour{padding:0}.table_detail_jour__header>th{padding:0 .5rem!important;border:none!important;height:0}.table_detail_jour__header_large{width:16%}.table_detail_jour__header_medium{width:13%}.table_detail_jour__header_small{width:6%}.table_detail_jour__header_tiny{width:4%}.list__wiew_parent_row{background:#f2f2f2!important;height:3.375rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row{height:1.9285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row{height:2.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row{height:2.7rem!important}}.list__wiew_parent_row>td{border-color:#0000001f!important;border-width:.063rem .063rem 0 .063rem!important;padding:1rem .5rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row>td{padding:.5714285714rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row>td{padding:.6666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row>td{padding:.8rem .4rem!important}}.list__wiew_parent_row>td:nth-child(1){border-left:0!important}.list__wiew_parent_row>td:last-child{border-right:0!important}.list__wiew_parent_row_icon{font-size:.75rem!important;width:1rem!important;margin:0 .75rem 0 .25rem;display:flex}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row_icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_icon{font-size:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row_icon{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_icon{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_icon{width:.8rem!important}}.list__wiew_parent_row_conteneur{display:flex;flex-direction:row;align-items:center;gap:.5rem}.list__wiew_parent_row_conteneur_checkbox{padding-left:1rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row_conteneur_checkbox{padding-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_conteneur_checkbox{padding-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_conteneur_checkbox{padding-left:.8rem!important}}.list__wiew_parent_row_nombre_entite{margin-left:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_parent_row_nombre_entite{margin-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_nombre_entite{margin-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_nombre_entite{margin-left:.4rem!important}}.list__wiew_parent_row_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.list__wiew_parent_row_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_text{font-size:.7rem!important}}.list__wiew_parent_row_planning-secteur-text{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem;font-family:unset}@media (max-width: 767px){.list__wiew_parent_row_planning-secteur-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_parent_row_planning-secteur-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_parent_row_planning-secteur-text{font-size:.7rem!important}}.list__wiew_parent_row_action{display:flex;flex-direction:row;justify-content:space-evenly}.list__wiew_parent_row_action>fa-icon{cursor:pointer}.list__wiew_parent_row_action>fa-icon.disabled{cursor:not-allowed;color:gray}.list__wiew_garde_row{background:#ffffff!important;height:3.375rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row{height:1.9285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row{height:2.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row{height:2.7rem!important}}.list__wiew_garde_row>td{border:.063rem solid rgba(0,0,0,.12)!important;padding:1rem .5rem!important;vertical-align:middle}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row>td{padding:.5714285714rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row>td{padding:.6666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row>td{padding:.8rem .4rem!important}}.list__wiew_garde_row>td>span{font-size:.875rem!important;margin-left:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row>td>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row>td>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row>td>span{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row>td>span{margin-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row>td>span{margin-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row>td>span{margin-left:.4rem!important}}.list__wiew_garde_row>td:nth-child(1){border-left:0!important}.list__wiew_garde_row>td:last-child{border-right:0!important}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row>td.typologie{padding:.25rem!important}}.list__wiew_garde_row_icon{font-size:.75rem!important;width:1rem!important;display:flex}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row_icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row_icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row_icon{font-size:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.list__wiew_garde_row_icon{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row_icon{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row_icon{width:.8rem!important}}.list__wiew_garde_row_cell{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem}.list__wiew_garde_row_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.8rem}@media (max-width: 767px){.list__wiew_garde_row_text{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list__wiew_garde_row_text{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list__wiew_garde_row_text{font-size:.64rem!important}}.secteur_medecin{display:flex;flex-direction:row;justify-content:flex-start;gap:.25rem}.horaire_partage_medecin{display:flex;flex-direction:row;justify-content:center;gap:.5rem}.horaire_partage_medecin>div>fa-icon{color:#ed6c02}.affectation_detail{background:#ffffff!important}.affectation_detail_partage_border{border-left:.313rem solid #ed6c02!important}.affectation_detail_requisition_border{border-left:.313rem solid #f44336!important}.affectation_detail>td{border:.063rem solid rgba(0,0,0,.12)!important;padding:.5rem!important;vertical-align:middle}.affectation_detail>td.medecin_align{padding:.7rem!important}.affectation_detail>td.partage_border{border-left:.313rem solid #ed6c02!important}.affectation_detail>td.cell-association{background:white}.affectation_detail>td.detail-medecin,.affectation_detail>td.detail-acte{padding:0!important;margin-left:.5rem}.affectation_detail>td:nth-child(1){border-left:0!important}.affectation_detail>td:last-child{border-right:0!important}.affectation_detail_partage{background:#ed6c0214!important}.affectation_detail_selection{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:.375rem;gap:.25rem}.affectation_detail_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;font-style:italic!important}@media (max-width: 767px){.affectation_detail_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.affectation_detail_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.affectation_detail_text{font-size:.7rem!important}}.center{text-align:center!important}.center.quota_number{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#ed6c02;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.center.quota_number{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.center.quota_number{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.center.quota_number{font-size:.7rem!important}}.center_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#2196f3;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.center_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.center_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.center_text{font-size:.7rem!important}}.align-start-center{text-align:start;align-content:center}.entity_cell{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}.entity_cell__libelle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.entity_cell__libelle_association{border-bottom:.063rem solid #dee2e6;margin:.25rem 0;padding-left:.5rem;width:100%}.entity_cell_last_item{padding-left:.5rem}.entity_cell__chips_requisition{border-radius:1.2rem;font-size:.7rem;font-weight:400;font-family:Roboto,sans-serif;padding:.2em .5em;letter-spacing:.05rem;color:#e6f0fe;background-color:#f44336}@media screen and (max-width: 1400px){.entity_cell__chips_requisition{display:none}}.entity_cell_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.entity_cell_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity_cell_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity_cell_text{font-size:.7rem!important}}.entity_cell_text:hover{text-decoration:underline;cursor:pointer}.entity_cell_no-border{border-bottom:none!important}.empty{height:21px}.medecin_cell{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}.medecin_cell_info{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:.25rem}.medecin_cell_info>.remplacant-icon{margin-right:0!important}.medecin_cell_info .entite_remplacant__icon_etudiant .ng-fa-icon>svg{height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.medecin_cell_info .entite_remplacant__icon_etudiant .ng-fa-icon>svg{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin_cell_info .entite_remplacant__icon_etudiant .ng-fa-icon>svg{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin_cell_info .entite_remplacant__icon_etudiant .ng-fa-icon>svg{height:.8rem!important}}.medecin_cell_info_arrow{color:#0000008c}.medecin_cell_info_arrow .ng-fa-icon>svg{height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.medecin_cell_info_arrow .ng-fa-icon>svg{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin_cell_info_arrow .ng-fa-icon>svg{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin_cell_info_arrow .ng-fa-icon>svg{height:.8rem!important}}.medecin_cell__chips_requisition{border-radius:1.2rem;font-size:.7rem;font-weight:400;font-family:Roboto,sans-serif;padding:.2em .5em;letter-spacing:.05rem;color:#e6f0fe;background-color:#f44336;margin:.25rem}@media screen and (max-width: 1400px){.medecin_cell__chips_requisition{display:none}}.medecin_cell_conteneur{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem;padding:.25rem 0 .25rem .5rem;border-bottom:.063rem solid #dee2e6}.medecin_cell_conteneur:only-child{border-bottom:none!important}.medecin_cell_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.medecin_cell_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin_cell_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin_cell_text{font-size:.7rem!important}}.medecin_cell_text:hover{text-decoration:underline;cursor:pointer}.remplacement-btn-delete{display:flex;width:100%}.remplacement-btn-delete .ng-fa-icon{margin-left:auto;cursor:pointer}.acte_cell{display:flex;flex-direction:column;align-items:stretch;justify-content:center}.acte_cell_conteneur{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.25rem 0;border-bottom:.063rem solid #dee2e6;min-height:1.92rem}.acte_cell_conteneur>span{font-size:.875rem}.acte_cell_conteneur:only-child{border-bottom:none!important}.acte_cell_conteneur_last_item{border-bottom:none}.acte_cell_conteneur_no-border{border-bottom:none!important}.checkbox-content{display:flex;align-items:center;justify-content:center}.row-content{margin-left:.5rem!important;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.row-content{margin-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.row-content{margin-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.row-content{margin-left:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.row-content{gap:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.row-content{gap:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.row-content{gap:.6rem!important}}.dashboard_parent_row{background:white;height:3.375rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row{height:1.9285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row{height:2.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row{height:2.7rem!important}}.dashboard_parent_row>td{border-color:#0000001f!important;border-width:.063rem .063rem 0 .063rem!important;vertical-align:middle;height:4rem}.dashboard_parent_row>td:nth-child(1){border-left:0!important}.dashboard_parent_row>td:last-child{border-right:0!important}.dashboard_parent_row>td.secteur-cell,.dashboard_parent_row>td.etat-cell{padding:0!important}.dashboard_parent_row>td .lisere-bloc{display:flex;width:7%}.dashboard_parent_row_conteneur{display:flex;flex-direction:row;align-items:center;gap:.5rem}.dashboard_parent_row_conteneur_dashboard-checkbox{width:90%}.dashboard_parent_row_text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.dashboard_parent_row_text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_text{font-size:.7rem!important}}.dashboard_parent_row_button{padding:.5rem}.dashboard_parent_row_button .action-to-planning .p-button{display:flex;flex-direction:row;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_button .action-to-planning .p-button{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_button .action-to-planning .p-button{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_button .action-to-planning .p-button{gap:.4rem!important}}.dashboard_parent_row_button .action-to-planning .p-button>span{text-transform:uppercase!important}.dashboard_parent_row_etat-planning{width:14%}.dashboard_parent_row_etat-planning_content{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_etat-planning_content{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_etat-planning_content{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_etat-planning_content{padding:.4rem!important}}.dashboard_parent_row_etat-planning_content .etat-planning-item{display:flex;flex-direction:row;gap:.4rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_etat-planning_content .etat-planning-item{gap:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_etat-planning_content .etat-planning-item{gap:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_etat-planning_content .etat-planning-item{gap:.32rem!important}}@media (max-width: 767px){.dashboard_parent_row_etat-planning_content .etat-planning-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_etat-planning_content .etat-planning-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_etat-planning_content .etat-planning-item{font-size:.7rem!important}}.dashboard_parent_row_etat-planning_content .etat-planning-item>fa-icon{padding-top:.05rem}.dashboard_parent_row_completude{width:18%}.dashboard_parent_row_completude_content{display:flex;flex-direction:row;align-items:center;height:100%;padding-left:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_completude_content{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_completude_content{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_completude_content{padding-left:.4rem!important}}.dashboard_parent_row_completude_content .complet{padding-left:.4rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#2196f3;font-size:.8rem}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_completude_content .complet{padding-left:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_completude_content .complet{padding-left:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_completude_content .complet{padding-left:.32rem!important}}@media (max-width: 767px){.dashboard_parent_row_completude_content .complet{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_completude_content .complet{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_completude_content .complet{font-size:.64rem!important}}.dashboard_parent_row_completude_content .not-complet{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#f44336;font-size:.8rem}@media (max-width: 767px){.dashboard_parent_row_completude_content .not-complet{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_completude_content .not-complet{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_completude_content .not-complet{font-size:.64rem!important}}.dashboard_parent_row_valider-ars,.dashboard_parent_row_mise-a-jour{width:8%}.dashboard_parent_row_etat_pgarde,.dashboard_parent_row_transmission-pgarde{width:14%}.dashboard_parent_row_secteur-text{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem;padding:0!important;font-family:unset}@media (max-width: 767px){.dashboard_parent_row_secteur-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_secteur-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_secteur-text{font-size:.7rem!important}}.dashboard_parent_row_secteur-text_content{display:flex;flex-direction:row;gap:.5rem!important;width:100%;height:100%}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_secteur-text_content{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_secteur-text_content{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_secteur-text_content{gap:.4rem!important}}.dashboard_parent_row_alerte{width:4%}.dashboard_parent_row_tarification{width:8%}.dashboard_parent_row_tarification_content{display:flex;flex-direction:row;align-items:center;height:100%;justify-content:center;padding:.5rem;gap:.5rem}.samu-liste-header{padding-right:.9rem!important}@media (min-width: 768px) and (max-width: 991px){.samu-liste-header{padding-right:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-liste-header{padding-right:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-liste-header{padding-right:.72rem!important}}.samu-liste-table .p-datatable-wrapper{padding:1.2rem}.samu-liste-table .p-datatable-wrapper table td,.samu-liste-table .p-datatable-wrapper table th{border:.063rem solid rgba(0,0,0,.12)!important}.samu-liste-table .p-datatable-wrapper table tr{background-color:#fff!important}.samu-liste-table .p-datatable-wrapper table .adresse-label{color:#3a2d96}.chips-etat-pgarde{display:inline-flex;align-items:center;margin-top:.35rem!important}@media (min-width: 768px) and (max-width: 991px){.chips-etat-pgarde{margin-top:.2rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chips-etat-pgarde{margin-top:.2333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chips-etat-pgarde{margin-top:.28rem!important}}.attestation{width:100%;background-color:#f4f6f4;margin-top:.1rem!important;min-height:91vh!important}@media (min-width: 768px) and (max-width: 991px){.attestation{margin-top:.0571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation{margin-top:.0666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation{margin-top:.08rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation{min-height:52vh!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation{min-height:60.6666666667vh!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation{min-height:72.8vh!important}}.attestation-participation{width:70%;display:flex;flex-direction:column;gap:1.5rem!important;padding:2rem 0rem!important;margin:0 auto}@media (min-width: 768px) and (max-width: 991px){.attestation-participation{gap:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation{gap:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation{gap:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation{padding:1.1428571429rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation{padding:1.3333333333rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation{padding:1.6rem 0rem!important}}.attestation-participation_header{display:flex;flex-direction:column}.attestation-participation_header>h3,.attestation-participation_header>.h3{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.5rem}@media (max-width: 767px){.attestation-participation_header>h3,.attestation-participation_header>.h3{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_header>h3,.attestation-participation_header>.h3{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_header>h3,.attestation-participation_header>.h3{font-size:1.2rem!important}}.attestation-participation_header>span{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;font-size:1rem}@media (max-width: 767px){.attestation-participation_header>span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_header>span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_header>span{font-size:.8rem!important}}.attestation-participation_medecin{display:flex;flex-direction:column;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin{gap:.8rem!important}}.attestation-participation_medecin_header>h4,.attestation-participation_medecin_header>.h4{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.2rem}@media (max-width: 767px){.attestation-participation_medecin_header>h4,.attestation-participation_medecin_header>.h4{font-size:.6857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_header>h4,.attestation-participation_medecin_header>.h4{font-size:.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_header>h4,.attestation-participation_medecin_header>.h4{font-size:.96rem!important}}.attestation-participation_medecin_details{width:100%;display:flex;flex-direction:row;gap:1rem!important;padding-bottom:.5rem!important;background:var(--surface-card);box-shadow:.15rem .15rem #e8e8e8;border:none}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details{gap:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details{padding-bottom:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details{padding-bottom:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details{padding-bottom:.4rem!important}}.attestation-participation_medecin_details .detail-bloc{width:25%;display:flex;flex-direction:column;gap:.2rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details .detail-bloc{gap:.1142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc{gap:.1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc{gap:.16rem!important}}.attestation-participation_medecin_details .detail-bloc_entity{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details .detail-bloc_entity{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_entity{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_entity{padding:.4rem!important}}.attestation-participation_medecin_details .detail-bloc_header{font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.9rem;padding-top:1rem!important;color:#040a18}@media (max-width: 767px){.attestation-participation_medecin_details .detail-bloc_header{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_header{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_header{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details .detail-bloc_header{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_header{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_header{padding-top:.8rem!important}}.attestation-participation_medecin_details .detail-bloc_content{font-family:Poppins,sans-serif;font-style:normal;font-weight:500;letter-spacing:.029rem;text-transform:none;color:#0d2151;font-size:.9rem;padding-right:2rem!important;height:80%;min-height:3rem;border-right:.1rem solid #e8e8e8}@media (max-width: 767px){.attestation-participation_medecin_details .detail-bloc_content{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_content{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_content{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details .detail-bloc_content{padding-right:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_content{padding-right:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_content{padding-right:1.6rem!important}}.attestation-participation_medecin_details .detail-bloc_content_medecin-name{padding-left:.3rem!important;font-size:1.1rem;text-transform:capitalize;font-weight:500}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{padding-left:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{padding-left:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{padding-left:.24rem!important}}@media (max-width: 767px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{font-size:.6285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{font-size:.7333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_medecin_details .detail-bloc_content_medecin-name{font-size:.88rem!important}}.attestation-participation_medecin_details .detail-bloc_content.last-content{border-right:unset}.attestation-participation_secteur{display:flex;flex-direction:column;gap:1rem!important;padding:1rem 0rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_secteur{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur{gap:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_secteur{padding:.5714285714rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur{padding:.6666666667rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur{padding:.8rem 0rem!important}}.attestation-participation_secteur_label{align-items:center;display:flex;flex-direction:row;gap:.2rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_secteur_label{gap:.1142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur_label{gap:.1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur_label{gap:.16rem!important}}.attestation-participation_secteur_label_title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.2rem;text-transform:uppercase}@media (max-width: 767px){.attestation-participation_secteur_label_title{font-size:.6857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur_label_title{font-size:.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur_label_title{font-size:.96rem!important}}.attestation-participation_secteur_detail{display:flex;flex-direction:row;gap:.7rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_secteur_detail{gap:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur_detail{gap:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur_detail{gap:.56rem!important}}.attestation-participation_secteur_detail_type-creneau{width:45%}.attestation-participation_secteur_detail_horaire{width:55%}.attestation-participation_secteur_detail_horaire .p-datatable-footer{padding:1rem!important;background:#fafafa;box-shadow:.02rem .05rem #e8e8e8;border:none}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_secteur_detail_horaire .p-datatable-footer{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_secteur_detail_horaire .p-datatable-footer{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_secteur_detail_horaire .p-datatable-footer{padding:.8rem!important}}.attestation-participation_table_header>th{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.9rem;padding:1rem!important;color:#0d2151!important;background:#f0f0f0!important;border-top:none!important}@media (max-width: 767px){.attestation-participation_table_header>th{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_header>th{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_header>th{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_table_header>th{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_header>th{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_header>th{padding:.8rem!important}}.attestation-participation_table_header>th.first-column{border-left:none!important}.attestation-participation_table_body{font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.8rem;color:#0d2151!important}@media (max-width: 767px){.attestation-participation_table_body{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_body{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_body{font-size:.64rem!important}}.attestation-participation_table_body>td{padding:1rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_table_body>td{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_body>td{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_body>td{padding:.8rem!important}}.attestation-participation_table_body>td.first-column{border-left:none!important}.attestation-participation_table_body>td .creneau-column{display:flex;align-items:center}.attestation-participation_table_body>td.prix-column{text-align:center!important}.attestation-participation_table_summary{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.9rem;display:flex;flex-direction:row;gap:.3rem!important;justify-content:center}@media (max-width: 767px){.attestation-participation_table_summary{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_summary{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_summary{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_table_summary{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_table_summary{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_table_summary{gap:.24rem!important}}.attestation-participation_signature{display:flex;flex-direction:row;gap:.5rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:500;letter-spacing:.029rem;color:#0d2151;font-size:.8rem;padding:0rem 2rem!important;text-transform:none}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_signature{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_signature{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_signature{gap:.4rem!important}}@media (max-width: 767px){.attestation-participation_signature{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_signature{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_signature{font-size:.64rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_signature{padding:0rem 1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_signature{padding:0rem 1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_signature{padding:0rem 1.6rem!important}}.attestation-participation_signature>div>span{text-transform:capitalize}.attestation-participation_button{display:flex;flex-direction:row;gap:.5rem!important;justify-content:flex-end}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_button{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_button{gap:.4rem!important}}.attestation-participation_button_mail-send>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_button_mail-send>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_mail-send>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_button_mail-send>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_mail-send>button.p-button{margin-left:0;margin-right:0}}.attestation-participation_button_mail-send>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#fff;line-height:1.625rem;font-size:.938rem;text-transform:uppercase}@media (max-width: 767px){.attestation-participation_button_mail-send>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_mail-send>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_button_mail-send>button.p-button>span{font-size:.7504rem!important}}.attestation-participation_button_mail-send>button.p-button:focus{box-shadow:unset}.attestation-participation_button_mail-send>button.p-button{background:linear-gradient(to right,#38803b,#4caf50)}.attestation-participation_button_mail-send>button.p-button:hover{border-color:unset;background:#4caf50}.attestation-participation_button_mail-send>button.p-button:disabled{border-color:unset;background:#00000017}.attestation-participation_button_mail-send>button.p-button:disabled span{color:#00000042}.attestation-participation_button_export>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.attestation-participation_button_export>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_export>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_button_export>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_export>button.p-button{margin-left:0;margin-right:0}}.attestation-participation_button_export>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.625rem;font-size:.938rem;text-transform:uppercase}@media (max-width: 767px){.attestation-participation_button_export>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-participation_button_export>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-participation_button_export>button.p-button>span{font-size:.7504rem!important}}.attestation-participation_button_export>button.p-button:focus{box-shadow:unset}.attestation-participation_button_export>button.p-button{background:rgba(52,112,254,.08);border-color:#012d96}.attestation-participation_button_export>button.p-button:hover{background:rgba(52,112,254,.2)}.attestation-participation_button .p-divider-vertical{padding:unset;margin:unset}.legende-attestation-medecin{font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.8rem;color:#0d2151!important;font-style:italic}@media (max-width: 767px){.legende-attestation-medecin{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.legende-attestation-medecin{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legende-attestation-medecin{font-size:.64rem!important}}.detail-ars-link-container{padding-left:.5rem;padding-top:.5rem}.detail-ars-link-container span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:1rem;cursor:pointer;text-decoration:underline}@media (max-width: 767px){.detail-ars-link-container span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-ars-link-container span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-ars-link-container span{font-size:.8rem!important}}.span-top-right{position:absolute;top:0;right:0;background-color:#6757a8;color:#fff;padding:.375rem}.association{display:flex;flex-direction:column;gap:1rem!important;margin-bottom:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.association{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association{gap:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.association{margin-bottom:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association{margin-bottom:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association{margin-bottom:.4rem!important}}.association__title{display:flex;align-items:center}.association__title__name{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.8rem;font-size:1.125rem}@media (max-width: 767px){.association__title__name{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association__title__name{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association__title__name{font-size:.9rem!important}}.association__comment-text{font-size:.8rem;max-height:5rem;text-overflow:ellipsis;overflow:hidden;border:.063rem solid 0}@media (max-width: 767px){.association__comment-text{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association__comment-text{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association__comment-text{font-size:.64rem!important}}.association__switch-gardes{bottom:0}.association__delete-button,.association__delete-button .p-element{width:100%}.association__head-buttons{display:flex;gap:.5rem}.association__gard-button{margin-top:1rem!important}@media (min-width: 768px) and (max-width: 991px){.association__gard-button{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association__gard-button{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association__gard-button{margin-top:.8rem!important}}.card-association{display:flex;flex-direction:column;gap:.5rem!important;padding:.5rem .2rem 0}@media (min-width: 768px) and (max-width: 991px){.card-association{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association{gap:.4rem!important}}.card-association .card-input{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;padding:.5rem!important;width:100%}@media (max-width: 767px){.card-association .card-input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association .card-input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association .card-input{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-association .card-input{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association .card-input{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association .card-input{padding:.4rem!important}}.card-association .card-input-association{border:.063rem solid #6757a8;color:#6757a8!important}.card-association .card-input-label{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#6757a8;line-height:1rem;font-size:.75rem}@media (max-width: 767px){.card-association .card-input-label{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association .card-input-label{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association .card-input-label{font-size:.6rem!important}}.card-association-list>.p-listbox{border-color:#6757a8!important;height:10rem!important;background:#f4f6f4}@media (min-width: 768px) and (max-width: 991px){.card-association-list>.p-listbox{height:5.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list>.p-listbox{height:6.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list>.p-listbox{height:8rem!important}}.card-association-list>.p-listbox .p-listbox-list-wrapper{height:9.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-association-list>.p-listbox .p-listbox-list-wrapper{height:5.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list>.p-listbox .p-listbox-list-wrapper{height:6.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list>.p-listbox .p-listbox-list-wrapper{height:7.6rem!important}}.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list li{border-radius:.25rem}.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.8rem!important;padding:.25rem .5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.44rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1428571429rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.2rem .4rem!important}}.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item.p-highlight,.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:hover,.card-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit}.card-association .p-listbox-list{padding:.75rem 0rem!important}@media (min-width: 768px) and (max-width: 991px){.card-association .p-listbox-list{padding:.4285714286rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association .p-listbox-list{padding:.5rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association .p-listbox-list{padding:.6rem 0rem!important}}.card-association .p-listbox-empty-message{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-association .p-listbox-empty-message{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association .p-listbox-empty-message{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association .p-listbox-empty-message{font-size:.7rem!important}}.card-association-list-item{display:flex;justify-content:flex-start;align-items:center;gap:.5rem!important;color:#0d2151;width:100%}@media (min-width: 768px) and (max-width: 991px){.card-association-list-item{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list-item{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list-item{gap:.4rem!important}}.card-association-list-item span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-association-list-item span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-association-list-item span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-association-list-item span{font-size:.7rem!important}}.information-color{color:#2196f3}.card-medecin-effecteur{display:flex;flex-direction:column;gap:.5rem!important;padding:.5rem .2rem 0}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur{gap:.4rem!important}}.card-medecin-effecteur .card-input{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;width:100%}@media (max-width: 767px){.card-medecin-effecteur .card-input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur .card-input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur .card-input{font-size:.8rem!important}}.card-medecin-effecteur .card-input-medecin{border:.063rem solid #005999;color:#005999!important}.card-medecin-effecteur .card-input-label{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#005999;line-height:1rem;font-size:.75rem}@media (max-width: 767px){.card-medecin-effecteur .card-input-label{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur .card-input-label{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur .card-input-label{font-size:.6rem!important}}.card-medecin-effecteur .p-inputtext:enabled:focus,.card-medecin-effecteur .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.card-medecin-effecteur-list>.p-listbox{border-color:#005999!important;height:10rem!important;background:#f4f6f4}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list>.p-listbox{height:5.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list>.p-listbox{height:6.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list>.p-listbox{height:8rem!important}}.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper{height:9.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper{height:5.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper{height:6.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper{height:7.6rem!important}}.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list li{border-radius:.25rem}.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.8rem!important;padding:.25rem .5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.44rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1428571429rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.2rem .4rem!important}}.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item.p-highlight,.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:hover,.card-medecin-effecteur-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit}.card-medecin-effecteur .p-listbox-list{padding:.75rem 0rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur .p-listbox-list{padding:.4285714286rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur .p-listbox-list{padding:.5rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur .p-listbox-list{padding:.6rem 0rem!important}}.card-medecin-effecteur .p-listbox-empty-message{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-medecin-effecteur .p-listbox-empty-message{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur .p-listbox-empty-message{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur .p-listbox-empty-message{font-size:.7rem!important}}.card-medecin-effecteur-list-item{width:100%;display:flex;justify-content:space-between;color:#0d2151;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list-item{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list-item{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list-item{gap:.4rem!important}}.card-medecin-effecteur-list-item-value{display:flex;align-items:center;flex-grow:1;flex-direction:row}.card-medecin-effecteur-list-item span{vertical-align:middle;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-medecin-effecteur-list-item span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list-item span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list-item span{font-size:.7rem!important}}.card-medecin-effecteur-list-item-pictos{display:flex;align-items:center;gap:.3rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.card-medecin-effecteur-list-item-pictos{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list-item-pictos{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list-item-pictos{gap:.24rem!important}}@media (max-width: 767px){.card-medecin-effecteur-list-item-pictos{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-effecteur-list-item-pictos{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-effecteur-list-item-pictos{font-size:.7rem!important}}.medecins-hors-departement-list-item{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 767px){.medecins-hors-departement-list-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement-list-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement-list-item{font-size:.7rem!important}}.medecins-hors-departement-list-item-pictos{display:flex;align-items:center;gap:.3rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.medecins-hors-departement-list-item-pictos{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement-list-item-pictos{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement-list-item-pictos{gap:.24rem!important}}@media (max-width: 767px){.medecins-hors-departement-list-item-pictos{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement-list-item-pictos{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement-list-item-pictos{font-size:.7rem!important}}.medecins-remplacants-list-item{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 767px){.medecins-remplacants-list-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants-list-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants-list-item{font-size:.7rem!important}}.medecins-remplacants-list-item-pictos{display:flex;align-items:center;gap:.3rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}.medecins-remplacants-list-item-pictos>img{width:1rem!important;height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.medecins-remplacants-list-item-pictos>img{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants-list-item-pictos>img{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants-list-item-pictos>img{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.medecins-remplacants-list-item-pictos>img{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants-list-item-pictos>img{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants-list-item-pictos>img{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.medecins-remplacants-list-item-pictos{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants-list-item-pictos{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants-list-item-pictos{gap:.24rem!important}}@media (max-width: 767px){.medecins-remplacants-list-item-pictos{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-remplacants-list-item-pictos{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-remplacants-list-item-pictos{font-size:.7rem!important}}.medecins-remplacants-nom{display:flex;flex-direction:row;gap:.5rem}.card-selection{display:flex;flex-direction:column;gap:.25rem!important;margin-bottom:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-selection{gap:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection{gap:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection{gap:.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-selection{margin-bottom:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection{margin-bottom:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection{margin-bottom:.4rem!important}}.card-selection-label{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#005999;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.card-selection-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-label{font-size:.8rem!important}}.card-selection .card-input{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;padding:.5rem!important;width:100%}@media (max-width: 767px){.card-selection .card-input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection .card-input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection .card-input{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-selection .card-input{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection .card-input{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection .card-input{padding:.4rem!important}}.card-selection .card-input-selection{border:.063rem solid #005999;color:#005999!important}.card-selection .p-inputtext:enabled:focus,.card-selection .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.card-selection-list>.p-listbox{border-color:#0000003b!important;height:10rem!important;background:#f4f6f4}@media (min-width: 768px) and (max-width: 991px){.card-selection-list>.p-listbox{height:5.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list>.p-listbox{height:6.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list>.p-listbox{height:8rem!important}}.card-selection-list>.p-listbox .p-listbox-list-wrapper{height:9.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-selection-list>.p-listbox .p-listbox-list-wrapper{height:5.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list>.p-listbox .p-listbox-list-wrapper{height:6.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list>.p-listbox .p-listbox-list-wrapper{height:7.6rem!important}}.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list li{border-radius:.25rem}.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.8rem!important;padding:.25rem .5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.44rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1428571429rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.2rem .4rem!important}}.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item.p-highlight,.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:hover,.card-selection-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit}.card-selection-list .p-listbox-list{padding:.75rem 0rem!important}@media (min-width: 768px) and (max-width: 991px){.card-selection-list .p-listbox-list{padding:.4285714286rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list .p-listbox-list{padding:.5rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list .p-listbox-list{padding:.6rem 0rem!important}}.card-selection-list .p-listbox-empty-message{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-selection-list .p-listbox-empty-message{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list .p-listbox-empty-message{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list .p-listbox-empty-message{font-size:.7rem!important}}.card-selection-list-item{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;line-height:1rem;font-size:.875rem;display:flex;justify-content:space-between;color:#0d2151;width:100%}@media (max-width: 767px){.card-selection-list-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list-item{font-size:.7rem!important}}.card-selection-list-item-value{display:flex;flex-grow:1;flex-direction:row}.card-selection-list-item span{vertical-align:middle;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-selection-list-item span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-selection-list-item span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-selection-list-item span{font-size:.7rem!important}}.card-selection-list-item-pictos{display:flex;vertical-align:middle}.entity-selection-hr{height:.063rem;color:#0000003b;margin-top:1rem!important;margin-bottom:1rem!important}@media (min-width: 768px) and (max-width: 991px){.entity-selection-hr{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity-selection-hr{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity-selection-hr{margin-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.entity-selection-hr{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity-selection-hr{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity-selection-hr{margin-bottom:.8rem!important}}.side-panel-card{padding:1.5rem 1rem!important;overflow-y:auto}@media (min-width: 768px) and (max-width: 991px){.side-panel-card{padding:.8571428571rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card{padding:1rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card{padding:1.2rem .8rem!important}}@media screen and (max-width: 1600px){.side-panel-card{max-height:78%}}@media (min-width: 1600px){.side-panel-card{overflow-y:inherit}}.side-panel-card-collapsed{width:100%;padding:0!important}.side-panel-card .p-button{border-radius:9.375rem}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card .p-button{font-size:.9rem}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card .p-button{font-size:.7rem}}.side-panel-card__search-block{margin-top:1.5em;margin-right:.125rem;margin-left:.125rem}.side-panel-card-toggle-container{display:flex;flex-direction:row;align-items:center;gap:.25rem!important}@media (min-width: 768px) and (max-width: 991px){.side-panel-card-toggle-container{gap:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card-toggle-container{gap:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card-toggle-container{gap:.2rem!important}}.side-panel-card-toggle-container .text-toggle-side-panel{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.side-panel-card-toggle-container .text-toggle-side-panel{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card-toggle-container .text-toggle-side-panel{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card-toggle-container .text-toggle-side-panel{font-size:.7rem!important}}.side-panel-card__switch-filter-block{margin-top:1.3rem!important}@media (min-width: 768px) and (max-width: 991px){.side-panel-card__switch-filter-block{margin-top:.7428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card__switch-filter-block{margin-top:.8666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card__switch-filter-block{margin-top:1.04rem!important}}.side-panel-card__legend-block{background-color:#f5f5f5;border-top:.063rem solid rgba(0,0,0,.1);border-right:.063rem solid rgba(0,0,0,.1);position:fixed;bottom:0;left:0;width:18%;padding:.7rem}.remplacement-entity-cell{width:100%;padding:0 .125rem .125rem;display:flex;flex-direction:row;align-items:center}.bandeau-mouvement-planning{align-self:center}.bandeau-mouvement-planning .p-button{border:.0625rem solid #f44336!important;padding:.3rem 1rem!important;background:#f44336!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.bandeau-mouvement-planning .p-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.bandeau-mouvement-planning .p-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.bandeau-mouvement-planning .p-button{padding:.24rem .8rem!important}}.bandeau-mouvement-planning .p-button .p-button-label{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.5rem;font-size:.875rem;letter-spacing:.025rem;text-align:center;text-transform:none}@media (max-width: 767px){.bandeau-mouvement-planning .p-button .p-button-label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.bandeau-mouvement-planning .p-button .p-button-label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.bandeau-mouvement-planning .p-button .p-button-label{font-size:.7rem!important}}.bandeau-mouvement-planning .p-button .pi{color:#fff}.bandeau-mouvement-planning .p-button:hover{background:#f44336!important;color:#f44336!important}.bandeau-mouvement-planning .p-button:hover .pi{color:#fff!important}.nouveau-mouvement-planning{padding-right:2rem;padding-left:3rem;padding-top:.5rem}.nouveau-mouvement-planning .p-card{background-color:#f443361a}.nouveau-mouvement-planning .p-card .p-card-content{padding:0!important;display:flex;flex-direction:row;justify-content:space-between}.nouveau-mouvement-planning .p-card .p-card-body{padding:.5rem!important}.intervention-requise{display:flex;gap:1rem}.intervention-requise span{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#8a261f;line-height:1.5rem;font-size:1rem;font-weight:700}@media (max-width: 767px){.intervention-requise span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.intervention-requise span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.intervention-requise span{font-size:.8rem!important}}.logo-intervention-requise{align-self:center}.message-intervention-requise{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#8a261f;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.message-intervention-requise{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.message-intervention-requise{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.message-intervention-requise{font-size:.7rem!important}}@media (max-width: 767px){.commune-afficher-liste{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.commune-afficher-liste{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.commune-afficher-liste{font-size:.7rem!important}}.hide-overflow{overflow:hidden}.detail-secteur-panel__commune-bloc{margin-top:1rem!important;display:flex;flex-direction:column;height:70%;width:100%}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc{margin-top:.8rem!important}}.detail-secteur-panel__commune-bloc__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.875rem;font-size:1.5rem;display:flex;align-items:center}@media (max-width: 767px){.detail-secteur-panel__commune-bloc__title{font-size:.8571428571rem!important}}.detail-secteur-panel__commune-bloc__subtitle{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1rem;padding-bottom:2rem}.detail-secteur-panel__commune-bloc__note-action{display:flex;justify-content:flex-end}.detail-secteur-panel__commune-bloc__note-action button{margin-left:1rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.8rem!important}}.detail-secteur-panel__commune-bloc__grid-bloc{width:23rem!important}.detail-secteur-panel__commune-bloc__libelle{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.detail-secteur-panel__commune-bloc__libelle{font-size:.5714285714rem!important}}.detail-secteur-panel__commune-bloc__libelle-list{margin-top:1rem!important;display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc__libelle-list{margin-top:.5714285714rem!important}}.commune-afficher-liste{display:flex;justify-content:flex-end;margin-top:1.5rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;cursor:pointer}@media (max-width: 767px){.commune-afficher-liste{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.commune-afficher-liste{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.commune-afficher-liste{font-size:.7rem!important}}.hide-overflow{overflow:hidden}.note-input{margin:1rem 0}.note-input__text{width:100%;height:7rem;vertical-align:top;font-weight:500;color:#0d2151}.note-input__text:disabled{opacity:unset}.note-input__text-event:focus,.note-input__text-event:hover{border:2px solid #005999;box-shadow:none}.note-input__text-event:focus+.note-input__label,.note-input__text-event:hover+.note-input__label{color:#005999}.note-input__audit{display:grid;grid-template-columns:1fr auto;font-family:Montserrat,sans-serif;font-size:small;font-weight:500;color:#0d2151}.note-input__audit__user{grid-column:1;padding-right:1.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.note-input__audit__date{grid-column:2}.note-input .comment-box{background:#ffffff;border:1px solid rgba(0,0,0,.23);border-radius:.25rem}.note-input .comment-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;margin-bottom:0;padding:.75rem 1.25rem .15rem .75rem;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.note-input .comment-text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.note-input .comment-text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.note-input .comment-text{font-size:.8rem!important}}.note-input .comment-text:hover{display:flex;overflow:visible;-webkit-line-clamp:none}.samu-header-horaire-grid{display:grid;grid-template-columns:repeat(20,1fr);column-gap:0;grid-row-gap:0;row-gap:0;grid-column-gap:2rem;background:#fafafa}.samu-header-horaire-grid-horaire{grid-column:span 12}.samu-header-horaire-grid-note-personnelle{grid-column:span 8}.detail-bloc-secteur{display:flex;flex-direction:column;gap:1rem;height:30%;width:100%}.detail-bloc-secteur-entete{display:flex;width:100%}.detail-bloc-secteur-contenu{display:flex;flex-direction:column;border-bottom:.063rem solid rgba(0,0,0,.12);gap:1rem!important;width:100%}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu{gap:.8rem!important}}.detail-bloc-secteur-contenu-regroupement{display:flex;flex-direction:column;gap:.5rem!important}.detail-bloc-secteur-contenu-regroupement-title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151de;line-height:.75rem;font-size:.75rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-regroupement-title{font-size:.4285714286rem!important}}.detail-bloc-secteur-contenu-regroupement-detail{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}.detail-bloc-secteur-contenu-appel{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu-appel{gap:.2857142857rem!important}}.detail-bloc-secteur-contenu-appel-title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151de;line-height:.75rem;font-size:.75rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-appel-title{font-size:.4285714286rem!important}}.detail-bloc-secteur-contenu-appel-detail{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}.detail-bloc-secteur-contenu-button{width:100%;display:flex;justify-content:flex-end}.detail-bloc-secteur-contenu-button-content{width:max-content;border:.0625rem solid rgba(1,45,150,.5);padding:.25rem .625rem;border-radius:.25rem;background:rgba(52,112,254,.08);text-transform:none!important;margin-bottom:1.5rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:500;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;cursor:pointer}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu-button-content{margin-bottom:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-button-content{margin-bottom:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-button-content{margin-bottom:1.2rem!important}}@media (max-width: 767px){.detail-bloc-secteur-contenu-button-content{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-button-content{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-button-content{font-size:.7rem!important}}.detail-bloc-secteur-contenu-button-content:not([disabled]):hover{cursor:pointer;background:rgba(52,112,254,.15)!important}.commune-container{display:flex;height:80%;width:100%}.detail-affectation{background-color:#fff;padding:.5rem 0 .5rem .5rem}.detail-affectation-partage{border-left:.25rem solid #ed6c02}.detail-affectation-medecin .remplacant-detail>.remplacant-detail__top>.remplacant-detail__top-icons{margin-right:.5rem}.detail-affectation__top{display:flex;align-items:center;justify-content:space-between}.detail-affectation__top-icons{margin-left:auto;display:flex;flex-direction:row;gap:.5rem}.detail-affectation__top-icons-medecin{margin-right:.5rem}.detail-affectation__top-icons__bouton-information{color:#0d2151;min-width:1rem}.detail-affectation__top-icons__bouton-suppression{color:#f44336;min-width:1rem}.detail-affectation__top-icons__bouton-partage,.detail-affectation__top-icons__bouton-remplace{color:#0d2151;min-width:1rem}.detail-affectation__top-icons__separator{border-left:1px solid rgba(0,0,0,.12)}.detail-affectation__top-icons__bouton-action{min-width:1rem}.detail-affectation__top-icons__empty-bouton-action{min-width:2.6rem}.detail-affectation__top-icons-filler{margin-right:2rem}.detail-affectation__top-icons-filler-association{margin-right:1.5rem}.detail-affectation__bottom-link{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:143%;font-size:1rem;text-decoration-line:underline}@media (max-width: 767px){.detail-affectation__bottom-link{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-affectation__bottom-link{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-affectation__bottom-link{font-size:.8rem!important}}.detail-affectation-remplacant{background-color:#c8e6c959}.detail-affectation__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.625rem;font-size:1.125rem;margin:.25rem 0}@media (max-width: 767px){.detail-affectation__title{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-affectation__title{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-affectation__title{font-size:.9rem!important}}.remplacant-association-filler{margin-right:.5rem}.remplacant-association-filler>.remplacant-detail>.remplacant-detail__top>.remplacant-detail__top-icons{margin-right:.5rem}.remplacant-filler{margin-right:.5rem}.remplacant-filler>.remplacant-detail>.remplacant-detail__top>.remplacant-detail__top-icons{margin-right:1rem}.remplacant-association-filler-cdom{margin-right:.5rem}.remplacant-association-filler-cdom>.remplacant-detail>.remplacant-detail__top>.remplacant-detail__top-icons{margin-right:2rem}.remplacant-filler-cdom{margin-right:.5rem}.remplacant-filler-cdom>.remplacant-detail>.remplacant-detail__top>.remplacant-detail__top-icons{margin-right:2.5rem}.remplacant-detail{background-color:#c8e6c959;padding:.5rem!important}.remplacant-detail__top{display:flex;align-items:center}.remplacant-detail__top-icons{margin-left:auto;display:flex;flex-direction:row;gap:.5rem}.remplacant-detail__top-icons__bouton-information{color:#0d2151;min-width:1rem}.remplacant-detail__top-icons__bouton-suppression{color:#f44336;min-width:1rem;cursor:pointer}.remplacant-detail__title{display:flex;justify-content:flex-start;font-size:.8125rem;align-items:center}@media (max-width: 767px){.remplacant-detail__title{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacant-detail__title{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacant-detail__title{font-size:.65rem!important}}.remplacant-detail__title__name{font-family:Raleway,sans-serif;font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.5rem;color:#0d2151}.remplacant-detail__title .remplacant-icon{color:#29622d;background-color:#c8e6c9;border-radius:.125rem;width:1rem;display:flex;justify-content:center;align-items:center;margin-right:.5em;font-size:1rem;font-weight:600}.remplacant-detail__title .etudiant-icon{margin-right:.5em}.permutation{display:flex;flex-direction:column;gap:1.5rem!important;margin:2rem}@media (min-width: 768px) and (max-width: 991px){.permutation{gap:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation{gap:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation{gap:1.2rem!important}}.permutation_title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.5rem}@media (max-width: 767px){.permutation_title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_title{font-size:1.2rem!important}}.permutation_bloc{display:flex;flex-direction:column;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.permutation_bloc{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc{gap:.8rem!important}}.permutation_bloc_title{display:flex;flex-direction:column;gap:0rem!important}@media (min-width: 768px) and (max-width: 991px){.permutation_bloc_title{gap:0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc_title{gap:0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc_title{gap:0rem!important}}.permutation_bloc_title_label{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.25rem}@media (max-width: 767px){.permutation_bloc_title_label{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc_title_label{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc_title_label{font-size:1rem!important}}.permutation_bloc_title_description{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (max-width: 767px){.permutation_bloc_title_description{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc_title_description{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc_title_description{font-size:.7rem!important}}.permutation_bloc_medecin{margin-bottom:1rem!important}@media (min-width: 768px) and (max-width: 991px){.permutation_bloc_medecin{margin-bottom:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc_medecin{margin-bottom:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc_medecin{margin-bottom:.8rem!important}}.permutation_bloc_medecin_secteur>#medecin_autocomplete>span>input,.permutation_bloc_medecin_secteur button{height:auto}.permutation_bloc_medecin_secteur_input_label{border-radius:.25rem;display:flex;flex-direction:row;align-items:center;margin:0 .625rem;padding:0 .25rem;background:#ffffff;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#005999;line-height:.75rem;font-size:.875rem;top:.425rem;z-index:1;position:relative;width:4rem}@media (max-width: 767px){.permutation_bloc_medecin_secteur_input_label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.permutation_bloc_medecin_secteur_input_label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.permutation_bloc_medecin_secteur_input_label{font-size:.7rem!important}}.permutation_bloc_medecin_secteur_selection_item{display:flex;flex-direction:row;justify-content:flex-start;gap:.5rem}.permutation_bloc_action{display:flex;flex-direction:row;justify-content:flex-end}.remplacement-action-spacing{margin-top:1rem}.saisie-detail{padding:2.2rem;height:100%}.saisie-detail-formulaire{display:flex;flex-direction:column;gap:1.5rem;height:90%}.saisie-detail-header{display:flex;flex-direction:row;justify-content:space-between}.saisie-detail-header-bloc-title{display:flex;flex-direction:column;align-items:flex-start}.saisie-detail-header-title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.875rem}@media (max-width: 767px){.saisie-detail-header-title{font-size:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-header-title{font-size:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-header-title{font-size:1.5rem!important}}.saisie-detail-header-subtitle{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1rem}@media (max-width: 767px){.saisie-detail-header-subtitle{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-header-subtitle{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-header-subtitle{font-size:.8rem!important}}.saisie-detail-header-close-icon{margin-left:auto}.saisie-detail-header-bloc-icon{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.saisie-detail-data{height:90%;overflow:auto}.saisie-detail-data-tarif{width:7rem!important}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-data-tarif{width:4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-data-tarif{width:4.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-data-tarif{width:5.6rem!important}}.saisie-detail-erreur-tarif-container{cursor:not-allowed;font-size:1rem!important;padding:.75rem!important;width:7rem!important;color:#495057;background:#ffffff;border:.063rem solid #ced4da;appearance:none;border-radius:.375rem}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-erreur-tarif-container{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-erreur-tarif-container{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-erreur-tarif-container{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-erreur-tarif-container{padding:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-erreur-tarif-container{padding:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-erreur-tarif-container{padding:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-erreur-tarif-container{width:4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-erreur-tarif-container{width:4.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-erreur-tarif-container{width:5.6rem!important}}.saisie-detail-erreur-tarif-container .legend-item{padding:0}.saisie-detail-table-header{background-color:#eee}.saisie-detail-table-header>th{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:.875rem;border:.063rem solid rgba(0,0,0,.05)!important;padding:.375rem .5rem!important}@media (max-width: 767px){.saisie-detail-table-header>th{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-header>th{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-header>th{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-table-header>th{padding:.2142857143rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-header>th{padding:.25rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-header>th{padding:.3rem .4rem!important}}.saisie-detail-table-header-date{width:17%}.saisie-detail-table-header-horaire,.saisie-detail-table-header-acte{width:20%}.saisie-detail-table-header-medecin{width:43%}.saisie-detail-table-body-row>td{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;padding:.75rem .5rem!important;vertical-align:middle;border:.063rem solid rgba(0,0,0,.05)!important}@media (max-width: 767px){.saisie-detail-table-body-row>td{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-body-row>td{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-body-row>td{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-table-body-row>td{padding:.4285714286rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-body-row>td{padding:.5rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-body-row>td{padding:.6rem .4rem!important}}.saisie-detail-table-body-row>td.tarif-medecin-association{position:relative}.saisie-detail-table-body-row>td.partage_border{border-left:.313rem solid orange!important}.saisie-detail-table-body-row>td .p-inputtext{font-size:1rem!important;padding:.75rem!important;color:#495057;background:#ffffff;border:.063rem solid #ced4da;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;appearance:none;border-radius:.375rem}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-table-body-row>td .p-inputtext{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-body-row>td .p-inputtext{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-body-row>td .p-inputtext{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.saisie-detail-table-body-row>td .p-inputtext{padding:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.saisie-detail-table-body-row>td .p-inputtext{padding:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.saisie-detail-table-body-row>td .p-inputtext{padding:.6rem!important}}.saisie-detail-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}.detail-secteur-panel__commune-bloc{margin-top:1rem!important;display:flex;flex-direction:column;height:70%;width:100%}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc{margin-top:.8rem!important}}.detail-secteur-panel__commune-bloc__title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.875rem;font-size:1.5rem;display:flex;align-items:center}@media (max-width: 767px){.detail-secteur-panel__commune-bloc__title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__title{font-size:1.2rem!important}}.detail-secteur-panel__commune-bloc__subtitle{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.75rem;font-size:1rem;padding-bottom:2rem}@media (max-width: 767px){.detail-secteur-panel__commune-bloc__subtitle{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__subtitle{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__subtitle{font-size:.8rem!important}}.detail-secteur-panel__commune-bloc__note-action{display:flex;justify-content:flex-end}.detail-secteur-panel__commune-bloc__note-action button{margin-left:1rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__note-action button{margin-left:.8rem!important}}.detail-secteur-panel__commune-bloc__grid-bloc{width:23rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc__grid-bloc{width:13.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__grid-bloc{width:15.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__grid-bloc{width:18.4rem!important}}.detail-secteur-panel__commune-bloc__libelle{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.detail-secteur-panel__commune-bloc__libelle{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__libelle{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__libelle{font-size:.8rem!important}}.detail-secteur-panel__commune-bloc__libelle-list{margin-top:1rem!important;display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px) and (max-width: 991px){.detail-secteur-panel__commune-bloc__libelle-list{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-secteur-panel__commune-bloc__libelle-list{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-secteur-panel__commune-bloc__libelle-list{margin-top:.8rem!important}}.commune-afficher-liste{display:flex;justify-content:flex-end;margin-top:1.5rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;cursor:pointer}@media (min-width: 768px) and (max-width: 991px){.commune-afficher-liste{margin-top:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.commune-afficher-liste{margin-top:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.commune-afficher-liste{margin-top:1.2rem!important}}@media (max-width: 767px){.commune-afficher-liste{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.commune-afficher-liste{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.commune-afficher-liste{font-size:.7rem!important}}.hide-overflow{overflow:hidden}.note-input{margin:1rem 0}.note-input__text{width:100%;height:7rem;vertical-align:top;font-weight:500;color:#0d2151}.note-input__text:disabled{opacity:unset}.note-input__text-event:focus,.note-input__text-event:hover{border:2px solid #005999;box-shadow:none}.note-input__text-event:focus+.note-input__label,.note-input__text-event:hover+.note-input__label{color:#005999}.note-input__audit{display:grid;grid-template-columns:1fr auto;font-family:Montserrat,sans-serif;font-size:small;font-weight:500;color:#0d2151}.note-input__audit__user{grid-column:1;padding-right:1.5rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.note-input__audit__date{grid-column:2}.note-input .comment-box{background:#ffffff;border:1px solid rgba(0,0,0,.23);border-radius:.25rem}.note-input .comment-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;margin-bottom:0;padding:.75rem 1.25rem .15rem .75rem;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.note-input .comment-text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.note-input .comment-text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.note-input .comment-text{font-size:.8rem!important}}.note-input .comment-text:hover{display:flex;overflow:visible;-webkit-line-clamp:none}.samu-header-horaire-grid{display:grid;grid-template-columns:repeat(20,1fr);column-gap:0;grid-row-gap:0;row-gap:0;grid-column-gap:2rem;background:#fafafa}.samu-header-horaire-grid-horaire{grid-column:span 12}.samu-header-horaire-grid-note-personnelle{grid-column:span 8}.detail-bloc-secteur{display:flex;flex-direction:column;gap:1rem;height:30%;width:100%}.detail-bloc-secteur-entete{display:flex;width:100%}.detail-bloc-secteur-contenu{display:flex;flex-direction:column;border-bottom:.063rem solid rgba(0,0,0,.12);gap:1rem!important;width:100%}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu{gap:.8rem!important}}.detail-bloc-secteur-contenu-regroupement{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu-regroupement{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-regroupement{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-regroupement{gap:.4rem!important}}.detail-bloc-secteur-contenu-regroupement-title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151de;line-height:.75rem;font-size:.75rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-regroupement-title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-regroupement-title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-regroupement-title{font-size:.6rem!important}}.detail-bloc-secteur-contenu-regroupement-detail{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-regroupement-detail{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-regroupement-detail{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-regroupement-detail{font-size:.8rem!important}}.detail-bloc-secteur-contenu-appel{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu-appel{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-appel{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-appel{gap:.4rem!important}}.detail-bloc-secteur-contenu-appel-title{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151de;line-height:.75rem;font-size:.75rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-appel-title{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-appel-title{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-appel-title{font-size:.6rem!important}}.detail-bloc-secteur-contenu-appel-detail{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.detail-bloc-secteur-contenu-appel-detail{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-appel-detail{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-appel-detail{font-size:.8rem!important}}.detail-bloc-secteur-contenu-button{width:100%;display:flex;justify-content:flex-end}.detail-bloc-secteur-contenu-button-content{width:max-content;border:.0625rem solid rgba(1,45,150,.5);padding:.25rem .625rem;border-radius:.25rem;background:rgba(52,112,254,.08);text-transform:none!important;margin-bottom:1.5rem!important;font-family:Poppins,sans-serif;font-style:normal;font-weight:500;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.5rem;font-size:.875rem;cursor:pointer}@media (min-width: 768px) and (max-width: 991px){.detail-bloc-secteur-contenu-button-content{margin-bottom:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-button-content{margin-bottom:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-button-content{margin-bottom:1.2rem!important}}@media (max-width: 767px){.detail-bloc-secteur-contenu-button-content{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-bloc-secteur-contenu-button-content{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-bloc-secteur-contenu-button-content{font-size:.7rem!important}}.detail-bloc-secteur-contenu-button-content:not([disabled]):hover{cursor:pointer;background:rgba(52,112,254,.15)!important}.commune-container{display:flex;height:80%;width:100%}.grille-tarifaire{display:flex;flex-direction:column;gap:2rem!important;padding:2.2rem;height:100%}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire{gap:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire{gap:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire{gap:1.6rem!important}}.grille-tarifaire_tab-header{width:50%}.grille-tarifaire_tab-header>a{width:100%;display:flex;justify-content:center;background:unset!important}.grille-tarifaire_tab-header.p-highlight{border-bottom:solid .15rem;border-color:#3b5cad!important;background:linear-gradient(to top,#e8eaf2,white)}.grille-tarifaire_tab-header.p-highlight>a{font-size:1rem!important;color:#3b5cad!important;border:unset!important;box-shadow:unset!important}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire_tab-header.p-highlight>a{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire_tab-header.p-highlight>a{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire_tab-header.p-highlight>a{font-size:.8rem!important}}.grille-tarifaire-header{display:flex;flex-direction:row;justify-content:space-between}.grille-tarifaire-header-bloc-title{display:flex;flex-direction:column;align-items:flex-start}.grille-tarifaire-header-title{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.875rem}@media (max-width: 767px){.grille-tarifaire-header-title{font-size:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-header-title{font-size:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-header-title{font-size:1.5rem!important}}.grille-tarifaire-header-close-icon{margin-left:auto}.grille-tarifaire-header-bloc-icon{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.grille-tarifaire .p-tabview-panels{background:unset;padding:2rem 0rem!important}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire .p-tabview-panels{padding:1.1428571429rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire .p-tabview-panels{padding:1.3333333333rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire .p-tabview-panels{padding:1.6rem 0rem!important}}.grille-tarifaire ul.p-tabview-nav{background:unset;border:unset}.grille-tarifaire-table{padding-bottom:4rem}.grille-tarifaire-table-header{background-color:#eee}.grille-tarifaire-table-header>th{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:.875rem;background-color:#f4f6f4!important;border:.063rem solid rgba(0,0,0,.05)!important;padding:.375rem .5rem!important}@media (max-width: 767px){.grille-tarifaire-table-header>th{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-header>th{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-header>th{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-table-header>th{padding:.2142857143rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-header>th{padding:.25rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-header>th{padding:.3rem .4rem!important}}.grille-tarifaire-table-header-small{width:15%}.grille-tarifaire-table-body-row>td{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;padding:.75rem .5rem!important;vertical-align:middle;border:.063rem solid rgba(0,0,0,.05)!important}@media (max-width: 767px){.grille-tarifaire-table-body-row>td{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-body-row>td{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-body-row>td{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-table-body-row>td{padding:.4285714286rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-body-row>td{padding:.5rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-body-row>td{padding:.6rem .4rem!important}}.grille-tarifaire-table-body-row>td.number{text-align:end!important}.grille-tarifaire-table-body-row>td.horaire{display:flex}.grille-tarifaire-table-footer-row>td{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:.875rem;background-color:#f4f6f4!important;padding:.75rem .5rem!important;border:.063rem solid rgba(0,0,0,.05)!important}@media (max-width: 767px){.grille-tarifaire-table-footer-row>td{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-footer-row>td{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-footer-row>td{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-table-footer-row>td{padding:.4285714286rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-table-footer-row>td{padding:.5rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-table-footer-row>td{padding:.6rem .4rem!important}}.grille-tarifaire-table-footer-row>td.number{text-align:end!important}.grille-tarifaire-regroupement{display:flex;flex-direction:column;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-regroupement{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement{gap:.8rem!important}}.grille-tarifaire-regroupement-header{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151de;line-height:.75rem;font-size:.75rem}@media (max-width: 767px){.grille-tarifaire-regroupement-header{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-header{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-header{font-size:.6rem!important}}.grille-tarifaire-regroupement-libelle{display:flex;font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.grille-tarifaire-regroupement-libelle{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-libelle{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-libelle{font-size:.8rem!important}}.grille-tarifaire-regroupement-secteur_base{display:flex;font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.8rem}@media (max-width: 767px){.grille-tarifaire-regroupement-secteur_base{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-secteur_base{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-secteur_base{font-size:.64rem!important}}.grille-tarifaire-regroupement-card_info{display:flex;flex-direction:row;gap:.7rem!important;padding:1.5rem 1.3rem!important;background:#fdf0e5}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-regroupement-card_info{gap:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info{gap:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info{gap:.56rem!important}}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-regroupement-card_info{padding:.8571428571rem .7428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info{padding:1rem .8666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info{padding:1.2rem 1.04rem!important}}.grille-tarifaire-regroupement-card_info-horaire_detail{display:flex;flex-direction:column;gap:.2rem!important}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-regroupement-card_info-horaire_detail{gap:.1142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info-horaire_detail{gap:.1333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info-horaire_detail{gap:.16rem!important}}.grille-tarifaire-regroupement-card_info-libelle{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#5f2b01;font-size:.92rem}@media (max-width: 767px){.grille-tarifaire-regroupement-card_info-libelle{font-size:.5257142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info-libelle{font-size:.6133333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info-libelle{font-size:.736rem!important}}.grille-tarifaire-regroupement-card_info-detail{font-family:Montserrat,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#5f2b01;font-size:.8rem}@media (max-width: 767px){.grille-tarifaire-regroupement-card_info-detail{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info-detail{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info-detail{font-size:.64rem!important}}.grille-tarifaire-regroupement-card_info-detail .secteur-maitre{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#5f2b01;font-size:.8rem}@media (max-width: 767px){.grille-tarifaire-regroupement-card_info-detail .secteur-maitre{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info-detail .secteur-maitre{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info-detail .secteur-maitre{font-size:.64rem!important}}.grille-tarifaire-regroupement-card_info>fa-icon{color:#ed6c02}.grille-tarifaire-regroupement-card_info>fa-icon>svg{height:1.3rem!important}@media (min-width: 768px) and (max-width: 991px){.grille-tarifaire-regroupement-card_info>fa-icon>svg{height:.7428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-card_info>fa-icon>svg{height:.8666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-card_info>fa-icon>svg{height:1.04rem!important}}.grille-tarifaire-regroupement-detail{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.grille-tarifaire-regroupement-detail{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.grille-tarifaire-regroupement-detail{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.grille-tarifaire-regroupement-detail{font-size:.8rem!important}}.selection-commune{min-width:6rem!important;margin-left:1rem!important;margin-right:1rem!important}@media (min-width: 768px) and (max-width: 991px){.selection-commune{min-width:3.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune{min-width:4rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune{min-width:4.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.selection-commune{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune{margin-left:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.selection-commune{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune{margin-right:.8rem!important}}.selection-commune-item{color:#0d2151;font-size:1rem}@media (max-width: 767px){.selection-commune-item{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune-item{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune-item{font-size:.8rem!important}}.selection-commune-item>span{margin-left:.5rem}.selection-commune-selected input.p-dropdown-label{color:#0d2151;font-size:1rem}@media (max-width: 767px){.selection-commune-selected input.p-dropdown-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune-selected input.p-dropdown-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune-selected input.p-dropdown-label{font-size:.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune .p-dropdown-panel .p-dropdown-header{padding:.625rem 1rem}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune .p-dropdown-panel .p-dropdown-header{padding:.5rem .813rem}}@media (max-width: 767px){.selection-commune .p-dropdown-panel .p-dropdown-header{padding:.375rem .625rem}}.selection-commune .p-dropdown-panel .p-dropdown-header input{font-size:1rem}@media (max-width: 767px){.selection-commune .p-dropdown-panel .p-dropdown-header input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-commune .p-dropdown-panel .p-dropdown-header input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-commune .p-dropdown-panel .p-dropdown-header input{font-size:.8rem!important}}.selection-commune-title{color:#012d96}.selection-secteur{margin-left:1rem!important;margin-right:1rem!important}@media (min-width: 768px) and (max-width: 991px){.selection-secteur{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur{margin-left:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.selection-secteur{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur{margin-right:.8rem!important}}.selection-secteur .p-dropdown .p-dropdown-clear-icon{color:#f44a3e;font-weight:700}.selection-secteur .secteur-dropdown{height:3.6rem!important;min-width:15rem!important}@media (min-width: 768px) and (max-width: 991px){.selection-secteur .secteur-dropdown{height:2.0571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur .secteur-dropdown{height:2.4rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur .secteur-dropdown{height:2.88rem!important}}@media (min-width: 768px) and (max-width: 991px){.selection-secteur .secteur-dropdown{min-width:8.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur .secteur-dropdown{min-width:10rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur .secteur-dropdown{min-width:12rem!important}}.selection-secteur-item,.selection-secteur-selected span.p-dropdown-label{color:#0d2151;font-size:1rem}@media (max-width: 767px){.selection-secteur-item,.selection-secteur-selected span.p-dropdown-label{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur-item,.selection-secteur-selected span.p-dropdown-label{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur-item,.selection-secteur-selected span.p-dropdown-label{font-size:.8rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur .p-dropdown-panel .p-dropdown-header{padding:.625rem 1rem}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur .p-dropdown-panel .p-dropdown-header{padding:.5rem .813rem}}@media (max-width: 767px){.selection-secteur .p-dropdown-panel .p-dropdown-header{padding:.375rem .625rem}}.selection-secteur .p-dropdown-panel .p-dropdown-header input{font-size:1rem}@media (max-width: 767px){.selection-secteur .p-dropdown-panel .p-dropdown-header input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.selection-secteur .p-dropdown-panel .p-dropdown-header input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.selection-secteur .p-dropdown-panel .p-dropdown-header input{font-size:.8rem!important}}.selection-secteur-title{color:#012d96}.envoi-pgarde-erreur{font-size:.9rem;border:.0625rem solid #f59e0b!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.3rem 1rem!important}@media (max-width: 767px){.envoi-pgarde-erreur{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.envoi-pgarde-erreur{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.envoi-pgarde-erreur{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.envoi-pgarde-erreur{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.envoi-pgarde-erreur{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.envoi-pgarde-erreur{padding:.24rem .8rem!important}}.envoi-pgarde-erreur span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#f59e0b}.envoi-pgarde-erreur:not([disabled]):hover{background:#d9770644!important;border:.0625rem solid #d97706!important}.envoi-pgarde-erreur:focus{box-shadow:none!important}.display-flex{display:flex}.bloc-commune{display:flex;width:100%;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.bloc-commune{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.bloc-commune{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.bloc-commune{gap:.8rem!important}}.conteneur-validation-ars{display:flex;flex-direction:row;flex-wrap:nowrap;cursor:pointer}.conteneur-validation-ars>span.etat-validation{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:143%;font-size:.875rem;text-decoration-line:underline}@media (max-width: 767px){.conteneur-validation-ars>span.etat-validation{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-validation-ars>span.etat-validation{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-validation-ars>span.etat-validation{font-size:.7rem!important}}.conteneur-validation-ars>span.suivi-refus-pgarde{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#f59e0b;line-height:143%;font-size:.875rem;text-decoration:underline}@media (max-width: 767px){.conteneur-validation-ars>span.suivi-refus-pgarde{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-validation-ars>span.suivi-refus-pgarde{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-validation-ars>span.suivi-refus-pgarde{font-size:.7rem!important}}.regroupement-secteur-maitre{flex-direction:row;display:flex;align-items:center;margin:0 .3rem 0 0}.regroupement-secteur-maitre-title{font-weight:700;margin-top:0;margin-right:.3rem}.message-regroupement-secteur-maitre{margin-left:1rem!important;margin-right:1rem!important;padding-left:11rem!important;color:#ed6c02;font-weight:700}@media (min-width: 768px) and (max-width: 991px){.message-regroupement-secteur-maitre{margin-left:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.message-regroupement-secteur-maitre{margin-left:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.message-regroupement-secteur-maitre{margin-left:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.message-regroupement-secteur-maitre{margin-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.message-regroupement-secteur-maitre{margin-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.message-regroupement-secteur-maitre{margin-right:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.message-regroupement-secteur-maitre{padding-left:6.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.message-regroupement-secteur-maitre{padding-left:7.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.message-regroupement-secteur-maitre{padding-left:8.8rem!important}}.secteur-flex-column{display:flex;flex-direction:column;align-items:start;gap:.3rem}.secteur-message-space{margin-bottom:.3rem}.dashboard-planning,.dashboard-attestation{display:flex;flex-direction:column;width:100%}.dashboard-profile-selection{display:flex;flex:1 1 auto;background-color:#f4f6f4;border-top:solid .063rem rgba(0,0,0,.23)}.dashboard-main{display:flex;width:100%;height:100%;background-color:#f4f6f4;border-top:solid .063rem rgba(0,0,0,.23);padding-bottom:1rem}.dashboard-side-panel{width:18%;background-color:#fff}.dashboard-calendar{width:100%;padding-left:2rem;padding-right:2rem;padding-top:1rem;min-height:90vh!important}.dashboard-content{width:100%;right:0}.pull-left{width:2.5%!important}.full-screen-medecin{margin:0 auto;padding-top:1rem;width:97.5%}.full-width{width:100%}.full-screen{padding-left:3rem}.last-update-info{display:flex;justify-content:flex-end;padding-top:.5rem;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.25rem;font-size:1rem;font-style:italic}@media (max-width: 767px){.last-update-info{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.last-update-info{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.last-update-info{font-size:.8rem!important}}.regroupement{display:flex;flex-direction:row;align-items:center;gap:.32rem!important}.regroupement_lisere{width:25%}.secteur-base-regroupement-tooltip,.regroupement-libelle-tooltip{border-radius:.5rem}.secteur-base-regroupement-tooltip>.p-tooltip-text,.regroupement-libelle-tooltip>.p-tooltip-text{box-shadow:none!important;color:#0d2151;font-size:.75rem!important;background:white!important}@media (min-width: 768px) and (max-width: 991px){.secteur-base-regroupement-tooltip>.p-tooltip-text,.regroupement-libelle-tooltip>.p-tooltip-text{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.secteur-base-regroupement-tooltip>.p-tooltip-text,.regroupement-libelle-tooltip>.p-tooltip-text{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.secteur-base-regroupement-tooltip>.p-tooltip-text,.regroupement-libelle-tooltip>.p-tooltip-text{font-size:.6rem!important}}.entite-etudiant-licence-invalide{color:#cb180b}.size-text-adaptative{font-size:1rem}@media (max-width: 767px){.size-text-adaptative{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.size-text-adaptative{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.size-text-adaptative{font-size:.8rem!important}}.dashboard-main.flex-column{display:flex;flex-direction:column}.conteneur-action-admin-tarification{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;gap:.5rem}.conteneur-action-admin-tarification .save-button{font-family:Poppins,sans-serif;border:none;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important;padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.conteneur-action-admin-tarification .save-button{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-action-admin-tarification .save-button{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-action-admin-tarification .save-button{padding:.4rem!important}}.conteneur-action-admin-tarification .save-button span{font-size:.9rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left;text-transform:none!important}@media (max-width: 767px){.conteneur-action-admin-tarification .save-button span{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-action-admin-tarification .save-button span{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-action-admin-tarification .save-button span{font-size:.72rem!important}}.conteneur-action-admin-tarification .save-button:not([disabled]):hover{transition:none;background:#38803b}.conteneur-action-admin-tarification .save-button:focus{box-shadow:none!important}.conteneur-selection-admin-tarification{width:100%;padding:0 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1;font-size:1rem}@media (max-width: 767px){.conteneur-selection-admin-tarification{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-selection-admin-tarification{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-selection-admin-tarification{font-size:.8rem!important}}#colonne-mode,#colonne-action{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}#colonne-mode p-radiobutton,#colonne-action p-radiobutton{vertical-align:unset}#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{height:1.5rem!important;width:1.5rem!important}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{height:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{height:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{height:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{width:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{width:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton,#colonne-action .p-radiobutton{width:1.2rem!important}}#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{height:1rem!important;width:1rem!important}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton .p-radiobutton-box,#colonne-action .p-radiobutton .p-radiobutton-box{width:.8rem!important}}#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{height:.75rem!important;width:.75rem!important}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{height:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{height:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{height:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#colonne-mode .p-radiobutton .p-radiobutton-box .p-radiobutton-icon,#colonne-action .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:.6rem!important}}#colonne-mode .p-radiobutton .p-radiobutton-box.p-highlight,#colonne-action .p-radiobutton .p-radiobutton-box.p-highlight{border-color:#2196f3;background:#2196f3}#colonne-mode .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus,#colonne-action .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus{box-shadow:0 0 0 .2rem #0a6ebd}.checkbox-container{display:flex;flex-direction:row;align-items:center;gap:.5rem}#header-row-secteur>th{font-family:Montserrat,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.25rem;width:22%;text-align:center}@media (max-width: 767px){#header-row-secteur>th{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){#header-row-secteur>th{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#header-row-secteur>th{font-size:1rem!important}}#header-row-secteur>th:first-child{width:34%}#header-row-secteur>th div.checkbox-container{justify-content:center}.secteur-table-cell-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.secteur-table-cell-container .data-cell{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.secteur-table-cell-container .data-cell{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.secteur-table-cell-container .data-cell{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.secteur-table-cell-container .data-cell{font-size:.7rem!important}}.secteur-table-cell-container .type-envoi{background-color:#0a6ebd;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1rem;font-size:.75rem;border-radius:.375rem;padding:.25rem .75rem!important;display:inline-block}@media (max-width: 767px){.secteur-table-cell-container .type-envoi{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.secteur-table-cell-container .type-envoi{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.secteur-table-cell-container .type-envoi{font-size:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.secteur-table-cell-container .type-envoi{padding:.1428571429rem .4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.secteur-table-cell-container .type-envoi{padding:.1666666667rem .5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.secteur-table-cell-container .type-envoi{padding:.2rem .6rem!important}}.conteneur-secteur-view{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem!important;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.conteneur-secteur-view{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-secteur-view{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-secteur-view{padding:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.conteneur-secteur-view{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-secteur-view{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-secteur-view{gap:.8rem!important}}.conteneur-secteur-view>.angular-component{width:100%}.conteneur-secteur-view .no-data{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.conteneur-secteur-view .no-data{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur-secteur-view .no-data{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur-secteur-view .no-data{font-size:.8rem!important}}.samu-content{display:flex;flex-direction:column;gap:.5rem!important;width:100%;min-height:90vh}@media (min-width: 768px) and (max-width: 991px){.samu-content{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-content{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-content{gap:.4rem!important}}.samu-jour{display:flex;flex-direction:column;width:100%;background:#fafafa;border:.063rem solid rgba(0,0,0,.12);border-radius:.25rem}.samu__secteur-expire{display:flex;justify-content:center;margin-top:10rem;font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.samu__secteur-expire{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu__secteur-expire{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu__secteur-expire{font-size:.8rem!important}}.samu-date-jour{background:#ffffff;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.samu-date-jour-conteneur{display:flex;flex-direction:row;width:100%;height:2rem;padding:.5rem 1rem}.samu-date-jour hr{color:#0000001f;height:.063rem;margin-top:1rem!important;margin-bottom:0!important}@media (min-width: 768px) and (max-width: 991px){.samu-date-jour hr{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-date-jour hr{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-date-jour hr{margin-top:.8rem!important}}.samu-date-jour.holiday{background-color:#fbf5fe;background-image:url(/content/images/pattern_holidays.svg)}.samu-date-jour.weekend{background:linear-gradient(0deg,rgba(255,181,71,.08),rgba(255,181,71,.08)),#ffffff}.samu-date-jour.date{background:#012d96}.samu-date-jour.date span{color:#fff}.samu-date-jour-label{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:2rem;font-size:1.25rem;text-align:left}@media (max-width: 767px){.samu-date-jour-label{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-date-jour-label{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-date-jour-label{font-size:1rem!important}}.samu-adresse-card div{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.samu-adresse-card div{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-adresse-card div{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-adresse-card div{font-size:.8rem!important}}.samu-chips-container{display:flex;justify-content:center;align-items:center;padding:.125rem .25rem;border-radius:1rem;background:#f44a3e}.samu-chips-container span{padding:0 .325rem;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.125rem;font-size:.813rem}@media (max-width: 767px){.samu-chips-container span{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-chips-container span{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-chips-container span{font-size:.6504rem!important}}.samu-consigne-card{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.samu-consigne-card{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-consigne-card{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-consigne-card{font-size:.8rem!important}}.samu-liste-materiel{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:.75rem;font-size:.875rem;margin-bottom:.5rem}@media (max-width: 767px){.samu-liste-materiel{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-liste-materiel{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-liste-materiel{font-size:.7rem!important}}.empty-contact{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.empty-contact{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.empty-contact{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.empty-contact{font-size:.8rem!important}}.garde-grid{display:grid;grid-template-columns:repeat(20,1fr);grid-column-gap:0;column-gap:0;grid-row-gap:.5rem;row-gap:.5rem;background:#fafafa}.garde-grid .header-padding{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.garde-grid .header-padding{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid .header-padding{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid .header-padding{padding:.4rem!important}}.garde-grid-entite{grid-column:span 3}.garde-grid-adresse{grid-column:span 4}.garde-grid-telephone{grid-column:span 5}.garde-grid-consigne{grid-column:span 8}.garde-grid-header-container{display:grid;grid-template-columns:repeat(20,1fr);grid-column-gap:0;column-gap:0;grid-row-gap:0;row-gap:0;grid-column:span 20;background:#fafafa}.garde-grid-association{background:#efebff}.garde-grid-association-block{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.garde-grid-association-block{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-association-block{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-association-block{padding:.4rem!important}}.garde-grid-affectation{background:#ffffff}.garde-grid-affectation,.garde-grid-association{display:grid;grid-template-columns:repeat(20,1fr);grid-column-gap:0;column-gap:0;grid-row-gap:0;row-gap:0;grid-column:span 20}.garde-grid-affectation-medecin,.garde-grid-association-medecin{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.garde-grid-affectation .samu-association-adresse,.garde-grid-association .samu-association-adresse{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.garde-grid-affectation .samu-association-adresse,.garde-grid-association .samu-association-adresse{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation .samu-association-adresse,.garde-grid-association .samu-association-adresse{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation .samu-association-adresse,.garde-grid-association .samu-association-adresse{font-size:.8rem!important}}.garde-grid-affectation .jhi-chips-entite-span-20,.garde-grid-association .jhi-chips-entite-span-20{grid-column:span 20;padding:.5rem .5rem 0}.garde-grid-affectation .item-remplacement,.garde-grid-association .item-remplacement{margin-bottom:0}.garde-grid-affectation .filler,.garde-grid-association .filler{grid-column:span 20;padding:.5rem .5rem 0;margin:0 .5rem}.garde-grid-affectation .filler-remplacement,.garde-grid-association .filler-remplacement{height:.25rem!important;grid-column:span 20;padding:.5rem .5rem 0;margin:0 .5rem;background:#c8e6c959}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation .filler-remplacement,.garde-grid-association .filler-remplacement{height:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation .filler-remplacement,.garde-grid-association .filler-remplacement{height:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation .filler-remplacement,.garde-grid-association .filler-remplacement{height:.2rem!important}}.garde-grid-affectation .container-chips-remplacement,.garde-grid-association .container-chips-remplacement{margin:0 .5rem;background:#c8e6c959}.garde-grid-affectation .remplacant-display-first-cell,.garde-grid-association .remplacant-display-first-cell{margin-left:.5rem}.garde-grid-affectation .remplacant-display-last-cell,.garde-grid-association .remplacant-display-last-cell{margin-right:.5rem}.garde-grid-affectation .jhi-chips-entite-span-10,.garde-grid-association .jhi-chips-entite-span-10{grid-column:span 10;padding:.5rem .5rem 0}.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{grid-column:span 3;padding-top:1rem!important;padding-right:1.5rem!important;padding-left:.5rem!important;padding-bottom:0;margin-bottom:.5rem}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-medecin-card,.garde-grid-affectation .samu-association-name,.garde-grid-association jhi-samu-medecin-card,.garde-grid-association .samu-association-name{padding-left:.4rem!important}}.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{grid-column:span 4;padding-top:1rem!important;padding-right:1.5rem!important;padding-left:.5rem!important;padding-bottom:0;margin-bottom:.5rem;border-right:.063rem solid rgba(0,0,0,.12)}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-adresse-card,.garde-grid-affectation .samu-association-adresse,.garde-grid-association jhi-samu-adresse-card,.garde-grid-association .samu-association-adresse{padding-left:.4rem!important}}.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{grid-column:span 5;padding-top:1rem!important;padding-right:1.5rem!important;padding-left:.5rem!important;padding-bottom:0;margin-bottom:.5rem;border-right:.063rem solid rgba(0,0,0,.12)}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-contact-card,.garde-grid-affectation .samu-association-contact,.garde-grid-association jhi-samu-contact-card,.garde-grid-association .samu-association-contact{padding-left:.4rem!important}}.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{grid-column:span 8;padding-top:1rem!important;padding-right:1.5rem!important;padding-left:.5rem!important;padding-bottom:0;margin-bottom:.5rem}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation .samu-association-consigne,.garde-grid-association .samu-association-consigne{padding-left:.4rem!important}}.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{grid-column:span 8;padding-top:1rem!important;padding-right:1.5rem!important;padding-left:.5rem!important;padding-bottom:0;margin-bottom:.5rem}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-right:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-right:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-right:1.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-left:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-left:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-affectation jhi-samu-consigne-card,.garde-grid-association jhi-samu-consigne-card{padding-left:.4rem!important}}.garde-grid-item{padding:.5rem;justify-items:center}.garde-grid-border{border-right:.063rem solid rgba(0,0,0,.12)}.garde-grid-header{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#424242;line-height:1rem;font-size:.875rem;letter-spacing:.025rem;text-align:left}@media (max-width: 767px){.garde-grid-header{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.garde-grid-header{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.garde-grid-header{font-size:.7rem!important}}.direction-flex-row{display:flex;flex-direction:row;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.direction-flex-row{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.direction-flex-row{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.direction-flex-row{gap:.4rem!important}}.background-remplacant{background:#c8e6c959}.background-partage{background:#ed6c0226;border-left:.188rem solid #ed6c02;padding:.5rem}.direction-flex-row-reverse{display:flex;flex-direction:row-reverse}.border-right{border-right:.063rem solid rgba(0,0,0,.12)}.samu-association-name{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.samu-association-name{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-association-name{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-association-name{font-size:.8rem!important}}.samu-association-adresse-text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;white-space:pre-line}@media (max-width: 767px){.samu-association-adresse-text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-association-adresse-text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-association-adresse-text{font-size:.8rem!important}}.samu-association-adresse-text:first-line{line-height:0}.samu-header-horaire{flex-direction:row-reverse;justify-content:space-between;padding:0 1.5rem 0 .5rem}.samu-header-horaire-time{display:flex;flex-direction:row;gap:.5rem!important;align-items:center}@media (min-width: 768px) and (max-width: 991px){.samu-header-horaire-time{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-header-horaire-time{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-header-horaire-time{gap:.4rem!important}}.samu-header-horaire-value{font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.8rem;font-size:1.125rem;text-align:left}@media (max-width: 767px){.samu-header-horaire-value{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-header-horaire-value{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-header-horaire-value{font-size:.9rem!important}}.samu-header-horaire-note{display:flex;flex-direction:row-reverse;gap:.5rem!important;align-items:center;text-transform:uppercase;cursor:pointer}@media (min-width: 768px) and (max-width: 991px){.samu-header-horaire-note{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-header-horaire-note{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-header-horaire-note{gap:.4rem!important}}.samu-header-horaire-note-plus-logo{color:#012d96}.samu-header-horaire-note-label{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#012d96;line-height:1.375rem;font-size:.75rem}@media (max-width: 767px){.samu-header-horaire-note-label{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-header-horaire-note-label{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-header-horaire-note-label{font-size:.6rem!important}}.samu-horaire{padding:1rem .5rem}.samu-intervalle{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle{gap:.4rem!important}}.samu-intervalle-header-filter{margin-left:.5rem}.samu-intervalle-title{padding-top:1rem!important;padding-left:0;padding-right:0;padding-bottom:0;font-family:Montserrat,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.625rem;font-size:1rem}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-title{padding-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-title{padding-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-title{padding-top:.8rem!important}}@media (max-width: 767px){.samu-intervalle-title{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-title{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-title{font-size:.8rem!important}}.samu-intervalle-input{width:100%;display:flex;flex-direction:row;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-input{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input{gap:.4rem!important}}.samu-intervalle-input-label{position:absolute;background-color:#fff;padding:.125rem .25rem;margin-left:.75rem;margin-top:-.5rem;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem;z-index:2;pointer-events:none;border-radius:.25rem}@media (max-width: 767px){.samu-intervalle-input-label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input-label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input-label{font-size:.7rem!important}}.samu-intervalle-input .custom-calendar *:focus{box-shadow:unset;border-color:#d3d3d3}.samu-intervalle-input .custom-calendar *:focus:enabled{border-color:#d3d3d3}.samu-intervalle-input .custom-calendar *:hover{border-color:#d3d3d3}.samu-intervalle-input .custom-calendar input{padding-right:.75rem!important;padding-left:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-input .custom-calendar input{padding-right:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input .custom-calendar input{padding-right:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input .custom-calendar input{padding-right:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-input .custom-calendar input{padding-left:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input .custom-calendar input{padding-left:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input .custom-calendar input{padding-left:.6rem!important}}.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{padding:.75rem 0rem!important;width:2rem!important}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{padding:.4285714286rem 0rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{padding:.5rem 0rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{padding:.6rem 0rem!important}}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-input .custom-calendar>.p-calendar-w-btn .p-datepicker-trigger{width:1.6rem!important}}.samu-intervalle-input-debut,.samu-intervalle-input-fin{width:50%}.samu-intervalle-button{width:100%}.samu-intervalle-button .samu-reinit-btn{width:100%;height:2rem;background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5)!important;padding:.75rem 1.25rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.samu-intervalle-button .samu-reinit-btn{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-button .samu-reinit-btn{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-button .samu-reinit-btn{padding:.6rem 1rem!important}}.samu-intervalle-button .samu-reinit-btn>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-align:left;color:#012d96!important}@media (max-width: 767px){.samu-intervalle-button .samu-reinit-btn>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-intervalle-button .samu-reinit-btn>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-intervalle-button .samu-reinit-btn>span{font-size:.7rem!important}}.samu-intervalle-button .samu-reinit-btn:hover{background:rgba(52,112,254,.15)!important}.samu-intervalle-button .samu-reinit-btn span{text-align:center}.samu-medecin-card-content{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.samu-medecin-card-content{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-medecin-card-content{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-medecin-card-content{font-size:.8rem!important}}.contact-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.25rem 0}.contact-row-label{display:flex;flex-direction:row;gap:.25rem!important;align-items:center}@media (min-width: 768px) and (max-width: 991px){.contact-row-label{gap:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label{gap:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label{gap:.2rem!important}}.contact-row-label span:first-child{border:.063rem solid #207c8880;border-radius:1.25rem;padding:.25rem .375rem;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#207c8880;line-height:.875rem;font-size:.75rem;letter-spacing:.025rem;text-align:left;margin-right:.5rem!important}@media (max-width: 767px){.contact-row-label span:first-child{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span:first-child{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span:first-child{font-size:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.contact-row-label span:first-child{margin-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span:first-child{margin-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span:first-child{margin-right:.4rem!important}}.contact-row-label span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;text-align:left;margin-right:.25rem!important}@media (max-width: 767px){.contact-row-label span{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.contact-row-label span{margin-right:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span{margin-right:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span{margin-right:.2rem!important}}.contact-row-label span.chips{padding:0rem .375rem!important;border:.063rem solid rgba(0,0,0,.23);border-radius:1rem;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#424242;line-height:1rem;font-size:.813rem}@media (min-width: 768px) and (max-width: 991px){.contact-row-label span.chips{padding:0rem .2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span.chips{padding:0rem .25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span.chips{padding:0rem .3rem!important}}@media (max-width: 767px){.contact-row-label span.chips{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label span.chips{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label span.chips{font-size:.6504rem!important}}.contact-row-label .conteneur-visibilite{display:flex;flex-direction:row;align-items:center;gap:.25rem!important}@media (min-width: 768px) and (max-width: 991px){.contact-row-label .conteneur-visibilite{gap:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label .conteneur-visibilite{gap:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label .conteneur-visibilite{gap:.2rem!important}}.contact-row-label .conteneur-visibilite .lock-icon{color:#0000008c;font-size:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.contact-row-label .conteneur-visibilite .lock-icon{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-label .conteneur-visibilite .lock-icon{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-label .conteneur-visibilite .lock-icon{font-size:.6rem!important}}.contact-row-icon{display:flex;flex-direction:row;gap:.5rem!important;font-size:1rem!important}@media (min-width: 768px) and (max-width: 991px){.contact-row-icon{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-icon{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-icon{gap:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.contact-row-icon{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-row-icon{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-row-icon{font-size:.8rem!important}}.contact-row-icon span{cursor:pointer;padding:.25rem}.available{color:#4caf50}.inactive-phone{color:#979c9f}.unavailable{color:#f44336}.samu{padding-left:2rem!important;padding-right:1rem!important;display:flex;flex-direction:column;gap:.5rem!important;padding-top:1.5rem}@media (min-width: 768px) and (max-width: 991px){.samu{padding-left:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu{padding-left:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu{padding-left:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.samu{padding-right:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu{padding-right:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu{padding-right:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.samu{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu{gap:.4rem!important}}.contact-button-container{display:flex;flex-direction:row;flex-grow:1;min-height:1.7rem;width:50%}.contact-button{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.contact-button>p-button{width:100%}.contact-button>p-button>button{width:100%;display:flex;justify-content:center}.contact-button>p-button>button>span{padding-left:.5rem}.contact-medecin-dialog{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.contact-medecin-dialog{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-medecin-dialog{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-medecin-dialog{gap:.4rem!important}}.contact-medecin-dialog-content{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#000;line-height:1.5rem;font-size:1rem}@media (max-width: 767px){.contact-medecin-dialog-content{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-medecin-dialog-content{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-medecin-dialog-content{font-size:.8rem!important}}.contact-medecin-dialog-footer{display:flex;flex-direction:row;gap:.5rem!important;justify-content:flex-end}@media (min-width: 768px) and (max-width: 991px){.contact-medecin-dialog-footer{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-medecin-dialog-footer{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-medecin-dialog-footer{gap:.4rem!important}}.contact-medecin-dialog-annuler>button.p-button{padding:.375rem 1rem!important;border-radius:.25rem;background:linear-gradient(white,white) padding-box,linear-gradient(270deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 23.36%,rgba(0,0,0,0) 73.88%,rgba(0,0,0,.12) 100%) border-box;border:.063rem solid transparent;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-transform:none!important;color:#00000075!important}@media (min-width: 768px) and (max-width: 991px){.contact-medecin-dialog-annuler>button.p-button{padding:.2142857143rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-medecin-dialog-annuler>button.p-button{padding:.25rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-medecin-dialog-annuler>button.p-button{padding:.3rem .8rem!important}}.contact-medecin-dialog-annuler>button.p-button:focus{background:linear-gradient(#f8f9fa,#f8f9fa) padding-box,linear-gradient(270deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 23.36%,rgba(0,0,0,0) 73.88%,rgba(0,0,0,.12) 100%) border-box;border:.063rem solid transparent;box-shadow:unset}.contact-medecin-dialog-annuler>button.p-button:hover{background:linear-gradient(#f8f9fa,#f8f9fa) padding-box,linear-gradient(270deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 23.36%,rgba(0,0,0,0) 73.88%,rgba(0,0,0,.12) 100%) border-box;border:.063rem solid transparent;color:#00000075}.contact-medecin-dialog-valider>button.p-button{padding:.375rem 1rem!important;border-radius:.25rem;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%);border:none;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-transform:none!important;color:#fff!important}@media (min-width: 768px) and (max-width: 991px){.contact-medecin-dialog-valider>button.p-button{padding:.2142857143rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.contact-medecin-dialog-valider>button.p-button{padding:.25rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.contact-medecin-dialog-valider>button.p-button{padding:.3rem .8rem!important}}.contact-medecin-dialog-valider>button.p-button:focus{box-shadow:unset}.contact-medecin-dialog-valider>button.p-button:hover{border-color:unset;background:#4caf50}.card-medecin-association{display:flex;flex-direction:column;gap:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association{gap:.4rem!important}}.card-medecin-association .card-input{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.5rem;font-size:1rem;padding:.5rem!important;width:100%}@media (max-width: 767px){.card-medecin-association .card-input{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association .card-input{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association .card-input{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association .card-input{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association .card-input{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association .card-input{padding:.4rem!important}}.card-medecin-association .card-input-medecin-association{border:.063rem solid #005999;color:#005999!important}.card-medecin-association .card-input-label{font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#005999;line-height:1rem;font-size:.75rem}@media (max-width: 767px){.card-medecin-association .card-input-label{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association .card-input-label{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association .card-input-label{font-size:.6rem!important}}.card-medecin-association-list>.p-listbox{border-color:#0000003b!important;height:10rem!important;background:#f4f6f4}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association-list>.p-listbox{height:5.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association-list>.p-listbox{height:6.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association-list>.p-listbox{height:8rem!important}}.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper{height:9.5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper{height:5.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper{height:6.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper{height:7.6rem!important}}.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list li{border-radius:.25rem}.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.8rem!important;padding:.25rem .5rem!important}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{height:1.44rem!important}}@media (min-width: 768px) and (max-width: 991px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1428571429rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.1666666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item{padding:.2rem .4rem!important}}.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item.p-highlight,.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:hover,.card-medecin-association-list>.p-listbox .p-listbox-list-wrapper .p-listbox-list .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit}.card-medecin-association-list-item{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;line-height:1rem;font-size:.875rem;display:flex;justify-content:space-between;color:#0d2151;width:100%}@media (max-width: 767px){.card-medecin-association-list-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association-list-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association-list-item{font-size:.7rem!important}}.card-medecin-association .p-listbox-empty-message{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1rem;font-size:.875rem}@media (max-width: 767px){.card-medecin-association .p-listbox-empty-message{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.card-medecin-association .p-listbox-empty-message{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.card-medecin-association .p-listbox-empty-message{font-size:.7rem!important}}.card-medecin-association .p-listbox-item:hover,.card-medecin-association .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:inherit}.card-medecin-association .p-listbox-item.p-highlight{color:inherit;outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #bfdbfe}.card-medecin-association .p-listbox-item:not(.p-highlight):focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #f4f6f4}.profile-selection__group{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%}.profile-selection__button{width:20%;background-color:#3470fe14!important;border:.0625rem solid rgba(1,45,150,.5)!important;padding:.75rem 1.25rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.profile-selection__button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.profile-selection__button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.profile-selection__button{padding:.6rem 1rem!important}}.profile-selection__button>span{font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-transform:none!important;color:#012d96!important;text-align:center}.profile-selection__button:hover{background:rgba(52,112,254,.15)!important;color:#012d96!important}.departement-selection__group{margin-top:1rem!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem!important;width:100%}@media (min-width: 768px) and (max-width: 991px){.departement-selection__group{margin-top:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.departement-selection__group{margin-top:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.departement-selection__group{margin-top:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.departement-selection__group{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.departement-selection__group{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.departement-selection__group{gap:.8rem!important}}.departement-selection__group .p-button{border:.0625rem solid rgba(1,45,150,.5)!important;padding:.5rem 1rem!important;background:rgba(1,45,150,.08)!important}@media (min-width: 768px) and (max-width: 991px){.departement-selection__group .p-button{padding:.2857142857rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.departement-selection__group .p-button{padding:.3333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.departement-selection__group .p-button{padding:.4rem .8rem!important}}.departement-selection__group .p-button span{font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-transform:none!important;color:#012d96!important;text-align:center}.departement-selection__group .p-button:hover{background:rgba(52,112,254,.15)!important;color:#012d96!important}.information-logo{display:flex}.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{height:1rem!important;width:1rem!important}@media (min-width: 768px) and (max-width: 991px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecins-hors-departement-list-item-pictos .conteneur_medecin_horaire_specifique__clock{width:.8rem!important}}:host-context(.resume-medecin) .conteneur_medecin_horaire_specifique__clock{height:1.375rem;width:1.375rem}:host-context(.medecin-informations .resume-medecin) .conteneur_medecin_horaire_specifique__clock{height:1rem;width:1rem}.conteneur_medecin_horaire_specifique__clock{background:url(/content/images/lock-clock-icon.svg) no-repeat center center;background-size:contain!important;display:inline-block;vertical-align:middle;height:1.145625rem;width:1.145625rem!important}.chip-tarif{display:flex;flex-direction:column;align-items:center;padding:.25rem;flex-wrap:wrap;justify-content:center;border-radius:1rem}.chip-tarif__manquant{background-color:#ed6c02}.chip-tarif__erreur{background-color:#f44336}.chip-tarif__text{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:138%;font-size:1rem;text-align:center}@media (max-width: 767px){.chip-tarif__text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chip-tarif__text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chip-tarif__text{font-size:.8rem!important}}.dashboard-dropdown-planning-state{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-dropdown-planning-state{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-dropdown-planning-state{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-dropdown-planning-state{padding:.4rem!important}}.dashboard-dropdown-planning-state-header .p-inputtext{padding:.5rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard-dropdown-planning-state-header .p-inputtext{padding:.2857142857rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-dropdown-planning-state-header .p-inputtext{padding:.3333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-dropdown-planning-state-header .p-inputtext{padding:.4rem .8rem!important}}.dashboard-dropdown-planning-state .etat-planning-item{display:flex;flex-direction:row;gap:.4rem!important;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.dashboard-dropdown-planning-state .etat-planning-item{gap:.2285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-dropdown-planning-state .etat-planning-item{gap:.2666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-dropdown-planning-state .etat-planning-item{gap:.32rem!important}}@media (max-width: 767px){.dashboard-dropdown-planning-state .etat-planning-item{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-dropdown-planning-state .etat-planning-item{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-dropdown-planning-state .etat-planning-item{font-size:.7rem!important}}.dashboard-dropdown-planning-state .etat-planning-item>fa-icon{padding-top:.05rem}.dashboard-dropdown-planning-state .etat-planning-item__inactive{color:#979c9f;pointer-events:none}.dashboard-dropdown-planning-state .etat-planning-item__dark-blue{color:#012d96}.dashboard-dropdown-planning-state .etat-planning-item__light-blue{color:#0b79d0}.dashboard-dropdown-planning-state .etat-planning-item__green{color:#3b873e}.dashboard-dropdown-planning-state .etat-planning-item__orange{color:#c77700}.dashboard-dropdown-planning-state .etat-planning-item__red{color:#e31b0c}.dashboard_parent_row_dropdown{width:18%}.dashboard_parent_row_dropdown_content{padding:.5rem!important}@media (min-width: 768px) and (max-width: 991px){.dashboard_parent_row_dropdown_content{padding:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_parent_row_dropdown_content{padding:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_parent_row_dropdown_content{padding:.4rem!important}}.dashboard-dropdown-planning-state>* .p-disabled *{pointer-events:auto}.p-chip img{padding:.5rem;margin-right:0rem}.p-chip .p-chip-text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#6757a8;font-size:.7rem}@media (max-width: 767px){.p-chip .p-chip-text{font-size:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-chip .p-chip-text{font-size:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-chip .p-chip-text{font-size:.56rem!important}}.p-chip{background-color:#efebff;height:50%;padding:0 .65rem}.custom-chip{width:auto;display:inline-block}.custom-chip img,.custom-chip-refus img{width:1.9rem!important}@media (min-width: 768px) and (max-width: 991px){.custom-chip img,.custom-chip-refus img{width:1.7285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.custom-chip img,.custom-chip-refus img{width:1.7666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.custom-chip img,.custom-chip-refus img{width:1.82rem!important}}.custom-chip-refus{width:auto;display:inline-block;max-width:10.75em}.custom-chip-refus div:first-child{background-color:#ffd6cc}.custom-chip-refus .p-chip-text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#f44336;font-size:.7rem;color:#f44336!important;margin:.2rem}@media (max-width: 767px){.custom-chip-refus .p-chip-text{font-size:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.custom-chip-refus .p-chip-text{font-size:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.custom-chip-refus .p-chip-text{font-size:.56rem!important}}.custom-chip-lecture-seul{width:auto;display:inline-block;max-width:12em;margin-right:0!important}.custom-chip-lecture-seul fa-icon{margin-top:.375rem;margin-bottom:.375rem;padding-right:.5rem!important}.custom-chip-lecture-seul .p-chip-text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#e0e0e0;font-size:.875rem;color:#474747!important;padding-left:0!important}@media (max-width: 767px){.custom-chip-lecture-seul .p-chip-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.custom-chip-lecture-seul .p-chip-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.custom-chip-lecture-seul .p-chip-text{font-size:.7rem!important}}.custom-chip-lecture-seul div:first-child{background-color:#e0e0e0;margin-top:0!important}.rejete-pgarde,.erreur-technique{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#f44336;font-size:.7rem}@media (max-width: 767px){.rejete-pgarde,.erreur-technique{font-size:.4rem!important}}@media (min-width: 992px) and (max-width: 1319px){.rejete-pgarde,.erreur-technique{font-size:.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.rejete-pgarde,.erreur-technique{font-size:.56rem!important}}.dashboard_mise_a_jour{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:143%;font-size:.875rem;text-decoration-line:underline;cursor:pointer}@media (max-width: 767px){.dashboard_mise_a_jour{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_mise_a_jour{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_mise_a_jour{font-size:.7rem!important}}.dashboard_mise_a_jour>div{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-line;margin-bottom:1rem}.dashboard_mise_a_jour:hover>div{display:inline}.dashboard__row-action{display:flex;flex-direction:row;gap:.5rem!important;align-items:center}@media (min-width: 768px) and (max-width: 991px){.dashboard__row-action{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__row-action{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__row-action{gap:.4rem!important}}td p-selectButton{display:flex;align-items:center;justify-content:center}.dashboard__action-btn .p-button span{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:.875rem}@media (max-width: 767px){.dashboard__action-btn .p-button span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__action-btn .p-button span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__action-btn .p-button span{font-size:.7rem!important}}.dashboard__action-btn__nouveau-mouvement button.p-button.p-component{background:#fff0ef!important}.dashboard__action-btn__nouveau-mouvement button.p-button.p-component span,.dashboard__action-btn__nouveau-mouvement button.p-button.p-component fa-icon{color:#911108}.list-planning__action-button{display:flex;flex-direction:row;align-items:center;gap:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.list-planning__action-button{gap:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__action-button{gap:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__action-button{gap:.6rem!important}}.p-dropdown .p-dropdown-label.p-placeholder{font-size:1rem}@media (max-width: 767px){.p-dropdown .p-dropdown-label.p-placeholder{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-dropdown .p-dropdown-label.p-placeholder{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-dropdown .p-dropdown-label.p-placeholder{font-size:.8rem!important}}.etat-planning-item{font-size:1rem}@media (max-width: 767px){.etat-planning-item{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.etat-planning-item{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.etat-planning-item{font-size:.8rem!important}}.dashboard__header{padding-top:1.25rem}.filtre-secteur__text{font-size:1rem}@media (max-width: 767px){.filtre-secteur__text{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.filtre-secteur__text{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.filtre-secteur__text{font-size:.8rem!important}}.dashboard{display:flex;flex-direction:column;gap:.3rem!important;flex:1 1 auto}@media (min-width: 768px) and (max-width: 991px){.dashboard{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard{gap:.24rem!important}}.dashboard_main{display:flex;flex:1 1 auto}.dashboard__calendrier{display:flex;flex-direction:row;gap:1.5rem!important;align-items:center;margin-bottom:1rem;justify-content:space-between}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier{gap:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier{gap:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier{gap:1.2rem!important}}.dashboard__calendrier__title{color:#0d2151;letter-spacing:-.06em;font-family:Montserrat,sans-serif;margin-bottom:unset;font-size:2rem}@media (max-width: 767px){.dashboard__calendrier__title{font-size:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__title{font-size:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__title{font-size:1.6rem!important}}.dashboard__calendrier__selected-date__year-container{display:flex;flex-direction:row;gap:.5rem!important;align-items:center;padding:.5rem 1rem!important;border:.1rem solid #d6dbdf;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier__selected-date__year-container{gap:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__selected-date__year-container{gap:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__selected-date__year-container{gap:.4rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier__selected-date__year-container{padding:.2857142857rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__selected-date__year-container{padding:.3333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__selected-date__year-container{padding:.4rem .8rem!important}}.dashboard__calendrier__selected-date__year-container>fa-icon{font-size:1rem;color:#979c9f;cursor:pointer}@media (max-width: 767px){.dashboard__calendrier__selected-date__year-container>fa-icon{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__selected-date__year-container>fa-icon{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__selected-date__year-container>fa-icon{font-size:.8rem!important}}.dashboard__calendrier__selected-date__year-container .year-input{padding:.5rem 1rem!important;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:100%;font-size:.875rem}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier__selected-date__year-container .year-input{padding:.2857142857rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__selected-date__year-container .year-input{padding:.3333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__selected-date__year-container .year-input{padding:.4rem .8rem!important}}@media (max-width: 767px){.dashboard__calendrier__selected-date__year-container .year-input{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__selected-date__year-container .year-input{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__selected-date__year-container .year-input{font-size:.7rem!important}}.dashboard__calendrier__month-list{display:flex;flex-direction:row;border:.1rem solid #d6dbdf;border-radius:.25rem;padding:.5rem 1.25rem!important;flex-wrap:nowrap;justify-content:space-between;width:100%}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier__month-list{padding:.2857142857rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__month-list{padding:.3333333333rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__month-list{padding:.4rem 1rem!important}}.dashboard__calendrier__month-list .month-button{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:100%;font-size:.875rem;padding:.5rem 1.25rem!important;text-transform:capitalize;flex:0 0 auto}@media (max-width: 767px){.dashboard__calendrier__month-list .month-button{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__month-list .month-button{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__month-list .month-button{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){.dashboard__calendrier__month-list .month-button{padding:.2857142857rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard__calendrier__month-list .month-button{padding:.3333333333rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard__calendrier__month-list .month-button{padding:.4rem 1rem!important}}.dashboard__calendrier__month-list .month-button.selected_month{background-color:#e6f0fe;color:#005999}.dashboard__calendrier__month-list .month-button:focus{border:unset;box-shadow:unset}.dashboard__calendrier__month-list .month-button:active{background-color:unset;box-shadow:unset}.list-planning{display:flex;width:100%;height:100%;min-height:72vh}.list-planning__side-panel__filter{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.8rem;display:flex;flex-direction:column;gap:1rem!important}@media (max-width: 767px){.list-planning__side-panel__filter{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__side-panel__filter{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__side-panel__filter{font-size:.64rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-planning__side-panel__filter{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__side-panel__filter{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__side-panel__filter{gap:.8rem!important}}.list-planning__side-panel__filter__title{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem}@media (max-width: 767px){.list-planning__side-panel__filter__title{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__side-panel__filter__title{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__side-panel__filter__title{font-size:.8rem!important}}.list-planning__side-panel__filter .filter-dashboard{display:flex;flex-direction:row;gap:.3rem!important;align-items:center}@media (min-width: 768px) and (max-width: 991px){.list-planning__side-panel__filter .filter-dashboard{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__side-panel__filter .filter-dashboard{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__side-panel__filter .filter-dashboard{gap:.24rem!important}}.list-planning__side-panel__filter .filter-dashboard_detail,.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail{display:flex;flex-direction:row;align-items:center;gap:.3rem}.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail_number{display:flex}.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail .ajust-text{font-size:.75rem}@media (max-width: 767px){.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail .ajust-text{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail .ajust-text{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__side-panel__filter .filter-dashboard .filter-completude_detail .ajust-text{font-size:.6rem!important}}.list-planning__side-panel .p-inputtext:enabled:focus,.list-planning__side-panel .p-inputtext:enabled:hover+.p-autocomplete-dropdown{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.list-planning__table{width:100%;display:flex;flex-direction:column;gap:1rem!important;padding:1.5rem!important;background-color:#f4f6f4}@media (min-width: 768px) and (max-width: 991px){.list-planning__table{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__table{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__table{gap:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.list-planning__table{padding:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__table{padding:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__table{padding:1.2rem!important}}.list-planning__table__title{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.6rem;font-family:Montserrat,sans-serif;margin-bottom:unset}@media (max-width: 767px){.list-planning__table__title{font-size:.9142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__table__title{font-size:1.0666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__table__title{font-size:1.28rem!important}}.list-planning__action-container{margin-left:auto;display:flex;justify-content:flex-end;flex-grow:7;align-items:center}.list-planning__action-container__buttons{display:flex;flex-direction:column;gap:.3rem!important;align-items:flex-end}.list-planning__action-container__buttons button>span{text-transform:uppercase!important}@media (min-width: 768px) and (max-width: 991px){.list-planning__action-container__buttons{gap:.1714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__action-container__buttons{gap:.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__action-container__buttons{gap:.24rem!important}}.list-planning__action-container .export-button{padding:.5rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.list-planning__action-container .export-button{padding:.2857142857rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__action-container .export-button{padding:.3333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__action-container .export-button{padding:.4rem .8rem!important}}.list-planning__selected-slots{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:.9rem}@media (max-width: 767px){.list-planning__selected-slots{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.list-planning__selected-slots{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.list-planning__selected-slots{font-size:.72rem!important}}.notification .p-card .p-card-content{padding:0;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.251rem;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 767px){.notification .p-card .p-card-content{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.notification .p-card .p-card-content{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.notification .p-card .p-card-content{font-size:.7rem!important}}.notification .p-card .p-card-body{padding:0 .5rem;background:linear-gradient(to right,#f5f7fb,#ffffff)}.notification .p-card-header img{width:auto!important}.notification .p-card-header{display:flex;justify-content:space-between;margin-top:.75rem;background:linear-gradient(to right,#f5f7fb,#ffffff)}.notification .p-panel .p-panel-content{padding:.5rem}.notification .tag-notification{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#fff;line-height:1.125rem;font-size:.813rem;border-radius:.375rem;margin:.375rem;padding:.188rem .75rem;display:inline-block}@media (max-width: 767px){.notification .tag-notification{font-size:.4645714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.notification .tag-notification{font-size:.542rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.notification .tag-notification{font-size:.6504rem!important}}.notification .tag-notification-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.notification .nouvelle-notification{background-color:#2196f3}.notification .joignabilite-notification{background-color:purple}.notification .pgarde{background-color:#01b9f5}.notification .notif-garde{background-color:#0c66e4}.notification .close-notification{margin:.375rem}.notification__access-all-button{display:flex;justify-content:flex-end}.notification__access-all-button .p-button:hover{border-radius:9.375rem}.contenu-notification{white-space:pre-line}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.selected{background-color:#3470fe33!important}.fc{display:flex;flex-direction:column;font-size:1rem;font-family:Raleway,sans-serif}@media (max-width: 767px){.fc{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc{font-size:.8rem!important}}.fc .fc-toolbar-title{font-family:Raleway,sans-serif;font-size:1.75rem;font-weight:700;line-height:2rem;letter-spacing:.015625rem;text-align:center;padding:0 1.5rem}@media (max-width: 767px){.fc .fc-toolbar-title{font-size:1rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc .fc-toolbar-title{font-size:1.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc .fc-toolbar-title{font-size:1.4rem!important}}.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc .fc-toolbar .fc-button{font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:.8125rem;display:inline-block;background:#012d9614;border:.0625rem solid rgba(1,45,150,.5);border-radius:7.5rem;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;padding:.2rem .625rem!important;text-transform:none}@media (max-width: 767px){.fc .fc-toolbar .fc-button{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc .fc-toolbar .fc-button{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc .fc-toolbar .fc-button{font-size:.65rem!important}}@media (min-width: 768px) and (max-width: 991px){.fc .fc-toolbar .fc-button{padding:.1142857143rem .3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc .fc-toolbar .fc-button{padding:.1333333333rem .4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc .fc-toolbar .fc-button{padding:.16rem .5rem!important}}.fc .fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc .fc-button-group .fc-nextButton-button{padding:.2rem .625rem!important}@media (min-width: 768px) and (max-width: 991px){.fc .fc-button-group .fc-nextButton-button{padding:.1142857143rem .3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc .fc-button-group .fc-nextButton-button{padding:.1333333333rem .4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc .fc-button-group .fc-nextButton-button{padding:.16rem .5rem!important}}.fc .fc-button-group .fc-prevButton-button{padding:.2rem .625rem!important}@media (min-width: 768px) and (max-width: 991px){.fc .fc-button-group .fc-prevButton-button{padding:.1142857143rem .3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc .fc-button-group .fc-prevButton-button{padding:.1333333333rem .4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc .fc-button-group .fc-prevButton-button{padding:.16rem .5rem!important}}.fc .fc-flex-end-group{display:flex;align-items:flex-end}.p-calendar{position:relative;display:inline-flex;max-width:100%}.p-calendar .p-inputtext{flex:1 1 auto;width:1%}#calendar-container{max-width:100vw;height:auto;margin:1.25rem auto;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}#calendar-container .fc{width:100%}#calendar-container .calendar{width:100%;height:100%;margin:0 auto;overflow-x:auto;overflow-y:hidden;border-spacing:0;border-collapse:separate;border-radius:.5rem;border:.0625rem solid #0000003b}#calendar-container .calendar table{width:100%;table-layout:fixed}#calendar-container .calendar table tr .day{font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:.875rem;padding:.375rem .5rem!important;background-color:#f8f9fa;box-sizing:border-box;border:.0625rem solid #0000003b!important;text-decoration:none!important;font-family:Roboto,sans-serif;letter-spacing:.009375rem;text-align:center}@media (max-width: 767px){#calendar-container .calendar table tr .day{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table tr .day{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table tr .day{font-size:.7rem!important}}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table tr .day{padding:.2142857143rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table tr .day{padding:.25rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table tr .day{padding:.3rem .4rem!important}}#calendar-container .calendar table .case-out-month{padding:.4375rem .5rem!important;position:relative;height:21vh;font-size:1rem;font-weight:700;color:#ccc;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.23)!important;background:#eceef4!important}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table .case-out-month{padding:.25rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-out-month{padding:.2916666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-out-month{padding:.35rem .4rem!important}}@media (max-width: 767px){#calendar-container .calendar table .case-out-month{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-out-month{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-out-month{font-size:.8rem!important}}#calendar-container .calendar table .case-out-month:after{content:"";display:block;position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACJJREFUGFdjZEAC79+//88I44M4goKCjGABGAfEZkTmgAQAE6YP0XLUdNIAAAAASUVORK5CYII=);width:100%;height:100%;right:0;top:0}#calendar-container .calendar table .case-out-month div{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}#calendar-container .calendar table .case-out-month div .day-number{font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:600;font-size:1em;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem;z-index:50;display:flex;align-items:center;text-align:right;opacity:.5;padding:0 .5rem;padding-right:.5rem!important}@media (max-width: 767px){#calendar-container .calendar table .case-out-month div .day-number{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-out-month div .day-number{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-out-month div .day-number{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table .case-out-month div .day-number{padding-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-out-month div .day-number{padding-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-out-month div .day-number{padding-right:.4rem!important}}#calendar-container .calendar table .case-out-month div .week-number{z-index:50;font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:600;font-size:.84em;font-style:normal;letter-spacing:.15px;color:#0d2151de;font-size:.84rem;text-align:right;text-decoration:unset;padding:.2em .8em!important;border-radius:1rem!important;background-color:#f5f5f5;position:relative}@media (max-width: 767px){#calendar-container .calendar table .case-out-month div .week-number{font-size:.48rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-out-month div .week-number{font-size:.56rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-out-month div .week-number{font-size:.672rem!important}}#calendar-container .calendar table .weekend{background-color:#fff9f1!important}#calendar-container .calendar table .full:after{content:"";position:absolute;display:flex;justify-content:center;align-items:center;bottom:-.0625rem;left:0;width:100%;height:15%;background:linear-gradient(270deg,white 0%,#ebeef7 100%);border-bottom:.0625rem solid rgba(0,0,0,.5)}#calendar-container .calendar table .case-in-month{position:relative;padding:.4375rem .5rem!important;height:21vh;font-size:1rem;font-weight:700;color:#2c5999;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.23)!important;background-color:#fff}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table .case-in-month{padding:.25rem .2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month{padding:.2916666667rem .3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month{padding:.35rem .4rem!important}}@media (max-width: 767px){#calendar-container .calendar table .case-in-month{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month{font-size:.8rem!important}}#calendar-container .calendar table .case-in-month .header-case{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin-bottom:.25rem!important}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table .case-in-month .header-case{margin-bottom:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .header-case{margin-bottom:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .header-case{margin-bottom:.2rem!important}}#calendar-container .calendar table .case-in-month .header-case .week-number{z-index:50;font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:600;font-size:.84em;font-style:normal;letter-spacing:.15px;color:#0d2151de;font-size:.84rem;text-align:right;text-decoration:unset;padding:.2em .8em!important;margin:.2em;border-radius:1rem!important;background-color:#f5f5f5;position:relative}@media (max-width: 767px){#calendar-container .calendar table .case-in-month .header-case .week-number{font-size:.48rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .header-case .week-number{font-size:.56rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .header-case .week-number{font-size:.672rem!important}}#calendar-container .calendar table .case-in-month .header-case .day-number{font-family:Raleway,sans-serif!important;display:flex;align-items:center;z-index:50;font-family:Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem;text-align:right;padding:0 .5rem;padding-right:.5rem!important}@media (max-width: 767px){#calendar-container .calendar table .case-in-month .header-case .day-number{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .header-case .day-number{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .header-case .day-number{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){#calendar-container .calendar table .case-in-month .header-case .day-number{padding-right:.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .header-case .day-number{padding-right:.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .header-case .day-number{padding-right:.4rem!important}}#calendar-container .calendar table .case-in-month .header-case .day-number:hover{cursor:pointer}#calendar-container .calendar table .case-in-month .header-case .current-day{color:#085491;padding:0 .5rem!important;border-radius:50%;background-color:#eef7fe}#calendar-container .calendar table .case-in-month .complet{display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif!important;font-family:Roboto,sans-serif;font-weight:600;letter-spacing:.15px;color:#2196f3;line-height:1.375rem;font-size:.8125rem;font-style:normal;letter-spacing:.02875rem;text-transform:uppercase;padding:.25rem 0;gap:.5rem}@media (max-width: 767px){#calendar-container .calendar table .case-in-month .complet{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .complet{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .complet{font-size:.65rem!important}}#calendar-container .calendar table .case-in-month .horaire-container{height:min-content;margin:0;padding:0;left:2.5%;right:2.5%;width:95%}#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell{width:100%;display:block;flex-direction:column;border-radius:.25rem;padding:.125rem 0}#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell:after{content:"";display:flex;width:100%;height:.0625rem;margin-top:.3125rem;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,0) 100%)}#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell:hover{cursor:pointer}#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell .horaire{display:flex;align-items:center}#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell .horaire .evenement{color:#000;font-size:.8rem}@media (max-width: 767px){#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell .horaire .evenement{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell .horaire .evenement{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#calendar-container .calendar table .case-in-month .horaire-container .horaire-cell .horaire .evenement{font-size:.64rem!important}}.menubar__top-border{height:.625rem!important}.p-menubar{background:white;border-radius:0!important;padding:0!important;box-shadow:0 .0625rem .625rem #012d961f,0 .25rem .3125rem #012d9624,0 .125rem .25rem -.0625rem #012d9633}.p-menubar .menubar__start{padding-top:.75rem!important;padding-bottom:.75rem!important}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__start{padding-top:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__start{padding-top:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__start{padding-top:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__start{padding-bottom:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__start{padding-bottom:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__start{padding-bottom:.6rem!important}}.p-menubar .menubar__role-text{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:1.375rem;font-family:Raleway,sans-serif!important;letter-spacing:-.0625rem;text-align:left}@media (max-width: 767px){.p-menubar .menubar__role-text{font-size:.7857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__role-text{font-size:.9166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__role-text{font-size:1.1rem!important}}.p-menubar .menubar__end{display:flex;align-items:center;gap:.5rem}.p-menubar .menubar__end__encadre{display:flex;padding:1rem 1.5rem;align-items:center;gap:.5rem;background:#fafafa;border-width:0 0 .0625rem .0625rem;border-style:solid;border-color:#0000001f;box-shadow:0 .0625rem .5rem #012d961f;border-radius:.75rem 0 0 .75rem}.p-menubar .menubar__end__encadre .notification-section{position:relative}.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{background:#eaeffa;border:.0625rem solid rgba(1,45,150,.5);border-radius:7.5rem;width:2.25rem!important;height:2.25rem!important;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{width:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{width:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{width:1.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{height:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{height:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon{height:1.8rem!important}}.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{width:1rem!important;height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .notification-section .menubar__button-notification__icon img{height:.8rem!important}}.p-menubar .menubar__end__encadre .menubar__button-account,.p-menubar .menubar__end__encadre .menubar__button-account-clicked{border:.0625rem solid rgba(1,45,150,.5);background:rgba(52,112,254,.08);border-radius:3.0625rem;display:flex;align-items:center;box-shadow:none;margin:.3rem 0 .3rem .15rem!important}.p-menubar .menubar__end__encadre .menubar__button-account:hover,.p-menubar .menubar__end__encadre .menubar__button-account-clicked:hover{background:linear-gradient(90deg,#d5d5d5 0%,#ffffff 100%);border-color:#fff}.p-menubar .menubar__end__encadre .menubar__button-account:hover .menubar-info-user,.p-menubar .menubar__end__encadre .menubar__button-account-clicked:hover .menubar-info-user{display:flex;flex-direction:column;margin-right:2rem;margin-bottom:.2rem}.p-menubar .menubar__end__encadre .menubar__button-account:hover .menubar-info-user .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked:hover .menubar-info-user .menubar__button-account__text__account-name{font-weight:700}.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{background:linear-gradient(90deg,#1056fe 0%,#0f9dcc 77.08%,#11cae9 100%);align-items:center;display:flex;justify-content:center;padding:0!important;border-radius:100%;width:2.25rem!important;height:2.25rem!important;box-shadow:.1875rem .25rem .8125rem #ffffff4d;margin:.1rem .5rem .15rem -.1rem!important}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{width:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{width:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{width:1.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{height:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{height:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__icon,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon{height:1.8rem!important}}.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{height:1.875rem!important;width:1.875rem!important;margin-top:.25rem}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{height:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{height:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{height:1.5rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{width:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{width:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__icon img,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__icon img{width:1.5rem!important}}.p-menubar .menubar__end__encadre .menubar__button-account .menubar-info-user,.p-menubar .menubar__end__encadre .menubar__button-account-clicked .menubar-info-user{display:flex;flex-direction:column;margin-right:2rem;margin-bottom:.2rem}.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1rem;line-height:1.5rem!important;letter-spacing:.009375rem;text-align:left;margin:0!important;padding:0!important}@media (max-width: 767px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{line-height:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{line-height:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-name,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-name{line-height:1.2rem!important}}.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;letter-spacing:.15px;color:#0d2151c2;font-size:.75rem;line-height:.875rem!important;letter-spacing:.025rem;text-align:left}@media (max-width: 767px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{font-size:.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{line-height:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{line-height:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-account__text__account-role,.p-menubar .menubar__end__encadre .menubar__button-account-clicked__text__account-role{line-height:.7rem!important}}.p-menubar .menubar__end__encadre .menubar__button-logout{display:flex;align-items:center;background:transparent;justify-content:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;width:2.25rem!important;height:2.25rem!important}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-logout{width:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-logout{width:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-logout{width:1.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-logout{height:1.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-logout{height:1.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-logout{height:1.8rem!important}}.p-menubar .menubar__end__encadre .menubar__button-logout__icon{display:flex;align-items:center;justify-content:center}.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{width:1rem!important;height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-menubar .menubar__end__encadre .menubar__button-logout__icon img{height:.8rem!important}}.p-menubar .menubar__end__encadre .menubar__button-logout:hover{background:rgba(150,150,150,.05)}jhi-detail-jour>div::-webkit-scrollbar{width:.5rem;height:100%}.p-sidebar-right{border-radius:.25rem 0 0 .25rem}.detail-panel__item{border-bottom:.0625rem solid rgba(0,0,0,.12);padding-bottom:.5rem}.detail-panel__entete h2,.detail-panel__entete .h2{font-family:Raleway,sans-serif;font-size:1.875rem;font-weight:700;letter-spacing:.015625rem;line-height:2.20125rem;margin:0}@media (max-width: 767px){.detail-panel__entete h2,.detail-panel__entete .h2{font-size:1.0714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-panel__entete h2,.detail-panel__entete .h2{font-size:1.25rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-panel__entete h2,.detail-panel__entete .h2{font-size:1.5rem!important}}.detail-panel__close-icon,.detail-panel__close-icon-nomargin{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem;margin-right:.625rem}.detail-panel__close-icon:hover,.detail-panel__close-icon-nomargin:hover{background:rgba(150,150,150,.05)}.detail-panel__close-icon svg,.detail-panel__close-icon-nomargin svg{height:.5625rem;width:.625rem}.regroupement svg{height:1rem}@media (min-width: 992px) and (max-width: 1319px){.regroupement svg{height:.8rem}}.detail-horaire-element{font-weight:700;border-bottom:none}.detail-horaire-element svg{vertical-align:auto}.detail-horaire-element .fa-square{padding-top:.35rem}.detail-horaire-element__header{display:flex;align-items:center}.detail-horaire-element__header__title{margin:0;font-family:Raleway,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.015625rem;line-height:2.00125rem}@media (max-width: 767px){.detail-horaire-element__header__title{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__header__title{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__header__title{font-size:1.2rem!important}}.detail-horaire-element__header__quota{font-family:Raleway,sans-serif;font-size:1.5rem;font-weight:700;line-height:2.00125rem;letter-spacing:.015625rem;margin:0 0 0 .25rem}@media (max-width: 767px){.detail-horaire-element__header__quota{font-size:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__header__quota{font-size:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__header__quota{font-size:1.2rem!important}}.detail-horaire-element__header-end{border-radius:.25rem;overflow:hidden}.detail-horaire-element__add-entity{color:#313149;display:flex;position:relative;z-index:0;padding:.25rem .625rem;margin-right:.625rem}.detail-horaire-element__add-entity:hover{background:rgba(239,134,48,.15)}.detail-horaire-element__add-entity:before{content:"";position:absolute;z-index:-1;inset:0;padding:.0625rem;border-radius:.25rem;background:linear-gradient(270deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 23.36%,rgba(0,0,0,0) 73.88%,rgba(0,0,0,.12) 100%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.detail-horaire-element__add-icon-libelle{font-size:.8125rem;font-family:Raleway,sans-serif!important;font-weight:700;line-height:1.375rem;text-transform:none;letter-spacing:.02875rem}@media (max-width: 767px){.detail-horaire-element__add-icon-libelle{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-horaire-element__add-icon-libelle{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-horaire-element__add-icon-libelle{font-size:.65rem!important}}.logo-information{border-radius:.25rem}.logo-information .p-tooltip-text{box-shadow:0 .0625rem .1875rem #012d961f,0 .0625rem .0625rem #012d9624,0 .125rem .0625rem -.0625rem #012d9633;color:#255071;font-size:.75rem;background:#ebf6fe!important;font-family:Roboto,sans-serif;line-height:.875rem;text-align:justify}@media (max-width: 767px){.logo-information .p-tooltip-text{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.logo-information .p-tooltip-text{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.logo-information .p-tooltip-text{font-size:.6rem!important}}.logo-information .p-tooltip-arrow{border-bottom-color:#ebf6fe!important}.card-conteneur-affectation{display:block}.card-conteneur-affectation-partage{padding:.5rem;background-color:#ed6c0214;border-left:.25rem solid #ed6c02;box-shadow:none}.card-conteneur-affectation-partage .detail-affectation{box-shadow:0 .0625rem .1875rem #012d961f,0 .0625rem .0625rem #012d9624,0 .125rem .0625rem -.0625rem #012d9633}.card-conteneur-affectation-partage .chips-container__chips-entite__partage{background-color:#ed6c0214;border:.0625rem solid #ed6c02;color:#ed6c02}.chips-container{border-radius:1rem;gap:.5rem}.chips-container__chips-entite{font-size:.8125rem;letter-spacing:.01rem;line-height:1.125rem;padding:.25rem .5rem}@media (max-width: 767px){.chips-container__chips-entite{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chips-container__chips-entite{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chips-container__chips-entite{font-size:.65rem!important}}.chips-container__chips-entite__exemption{background-color:#ed6c0214;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.125rem;letter-spacing:.01rem;text-align:left;padding:.1875rem .375rem}@media (max-width: 767px){.chips-container__chips-entite__exemption{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chips-container__chips-entite__exemption{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chips-container__chips-entite__exemption{font-size:.65rem!important}}.detail-affectation__title,.detail-garde--element__title{font-size:1.125rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem}@media (max-width: 767px){.detail-affectation__title,.detail-garde--element__title{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.detail-affectation__title,.detail-garde--element__title{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.detail-affectation__title,.detail-garde--element__title{font-size:.9rem!important}}.detail-affectation__top-icons,.detail-garde--element__top-icons{gap:.5rem;padding:0 1rem 0 0;align-items:center}.detail-affectation__top-icons__bouton-remplace,.detail-garde--element__top-icons__bouton-remplace{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem}.detail-affectation__top-icons__bouton-remplace:hover,.detail-garde--element__top-icons__bouton-remplace:hover{background:rgba(1,45,150,.1)}.detail-affectation__top-icons__bouton-remplace svg,.detail-garde--element__top-icons__bouton-remplace svg{height:.75rem;width:.75rem}.detail-affectation__top-icons__bouton-partage,.detail-garde--element__top-icons__bouton-partage{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem}.detail-affectation__top-icons__bouton-partage:hover,.detail-garde--element__top-icons__bouton-partage:hover{background:rgba(1,45,150,.1)}.detail-affectation__top-icons__bouton-partage svg,.detail-garde--element__top-icons__bouton-partage svg{height:.75rem;width:.9375rem}.detail-affectation__top-icons__bouton-suppression,.detail-garde--element__top-icons__bouton-suppression{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem}.detail-affectation__top-icons__bouton-suppression:hover,.detail-garde--element__top-icons__bouton-suppression:hover{background:rgba(247,113,104,.25)}.detail-affectation__top-icons__bouton-suppression svg,.detail-garde--element__top-icons__bouton-suppression svg{height:.75rem;width:.75rem}.detail-affectation__top-icons__bouton-action div,.detail-garde--element__top-icons__bouton-action div{cursor:pointer;display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:50%;background-color:#3470fe14;height:1.75rem;width:1.75rem}.detail-affectation__top-icons__bouton-action div:hover,.detail-garde--element__top-icons__bouton-action div:hover{background:rgba(52,112,254,.25)}.detail-affectation__top-icons__bouton-action div img,.detail-garde--element__top-icons__bouton-action div img{height:.75rem;width:.75rem}.remplacant-detail__title__name{font-size:1.125rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem}@media (max-width: 767px){.remplacant-detail__title__name{font-size:.6428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.remplacant-detail__title__name{font-size:.75rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.remplacant-detail__title__name{font-size:.9rem!important}}.remplacant-detail__top-icons{gap:.5rem;padding:0 .75rem 0 0}.remplacant-detail__top-icons__bouton-suppression{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem}.remplacant-detail__top-icons__bouton-suppression:hover{background:rgba(247,113,104,.25)}.remplacant-detail__top-icons__bouton-suppression svg{height:.75rem;width:.75rem}.detail-garde-element__top-icons{padding:0 1rem 0 0}.detail-garde-element__top-icons__bouton-suppression{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem;height:1.75rem;width:1.75rem}.detail-garde-element__top-icons__bouton-suppression:hover{background:rgba(247,113,104,.25)}.detail-garde-element__top-icons__bouton-suppression svg{height:.75rem;width:.75rem}.dashboard-side-panel{width:22.2%;z-index:100}.das .dashboard-sidebar{height:100%;position:relative;box-shadow:0 1rem 1.5rem .125rem #012d9624}.das .dashboard-sidebar .unpin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f;padding:.375rem!important;height:2rem!important;width:2rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);top:.375rem;left:75%;position:absolute;z-index:10}@media (min-width: 768px) and (max-width: 991px){.das .dashboard-sidebar .unpin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.das .dashboard-sidebar .unpin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.das .dashboard-sidebar .unpin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.das .dashboard-sidebar .unpin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.das .dashboard-sidebar .unpin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.das .dashboard-sidebar .unpin-side-panel{width:1.6rem!important}}.das .dashboard-sidebar .unpin-side-panel:hover{background:#012d96}.das .dashboard-sidebar .pin-side-panel{cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 .125rem .063rem -.063rem #0003,0 .063rem .063rem #00000024,0 .063rem .2125rem #0000001f;padding:.375rem!important;height:2rem!important;width:2rem!important;border-radius:50%;background:linear-gradient(90deg,#013ccb 0%,#012d96 100%);top:.375rem;left:96.5%;position:absolute;z-index:10;gap:.25rem}@media (min-width: 768px) and (max-width: 991px){.das .dashboard-sidebar .pin-side-panel{height:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.das .dashboard-sidebar .pin-side-panel{height:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.das .dashboard-sidebar .pin-side-panel{height:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.das .dashboard-sidebar .pin-side-panel{width:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.das .dashboard-sidebar .pin-side-panel{width:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.das .dashboard-sidebar .pin-side-panel{width:1.6rem!important}}.das .dashboard-sidebar .pin-side-panel:hover{background:#012d96}.collapsed-content__menu{font-size:.875rem;font-weight:500;line-height:1.375rem;letter-spacing:.00625rem;text-align:left}@media (max-width: 767px){.collapsed-content__menu{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.collapsed-content__menu{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.collapsed-content__menu{font-size:.7rem!important}}.collapsed-content__menu__menu-text{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.375rem;letter-spacing:.00625rem;text-align:left;gap:.5rem}@media (max-width: 767px){.collapsed-content__menu__menu-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.collapsed-content__menu__menu-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.collapsed-content__menu__menu-text{font-size:.7rem!important}}.collapsed-content__menu .chips-container__chips-entite{font-size:.8125rem;letter-spacing:.01rem;line-height:1.125rem;padding:.5rem .25rem}@media (max-width: 767px){.collapsed-content__menu .chips-container__chips-entite{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.collapsed-content__menu .chips-container__chips-entite{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.collapsed-content__menu .chips-container__chips-entite{font-size:.65rem!important}}.side-panel-card{position:sticky;top:0}.side-panel-card__header-legend{display:flex;flex-direction:row;align-items:center;padding:0;margin:0;border-bottom:.0625rem solid rgba(1,45,150,.5);background:linear-gradient(180deg,rgba(1,45,150,.08) 0%,rgba(1,45,150,0) 100%)}.side-panel-card__header-legend img{width:1.125rem;height:1rem;margin:1rem .9375rem;cursor:pointer}.side-panel-card__header-legend p{font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.009375rem;text-align:left;margin:auto 0;color:#0d2151}@media (max-width: 767px){.side-panel-card__header-legend p{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card__header-legend p{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card__header-legend p{font-size:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.side-panel-card__header-legend p{line-height:.8571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-card__header-legend p{line-height:1rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-card__header-legend p{line-height:1.2rem!important}}.side-panel-card__legend-block{padding:0;gap:.625rem}.side-panel-card__legend-block .legend-container{padding:.7rem}.attribuer-garde-entity__title{font-family:Raleway,sans-serif;font-size:1.25rem;font-weight:700;line-height:2rem;letter-spacing:.009375rem;margin:0}@media (max-width: 767px){.attribuer-garde-entity__title{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attribuer-garde-entity__title{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attribuer-garde-entity__title{font-size:1rem!important}}.card-selection-list-item-pictos{gap:.5rem}.card-medecin-effecteur__list-item__pictos{display:flex;align-items:center;gap:.5rem}.card-medecin-effecteur__label-medecin{color:#005999!important}.card-medecin-effecteur ul span{width:auto}.card-medecin-effecteur span{width:100%}.card-medecin-effecteur span input{width:100%;border:.0625rem solid #005999!important}.card-medecin-effecteur span__icon{display:inline-block;align-items:center}.p-listbox-list-wrapper{right:0!important}.card-association__input-icon{display:flex!important;align-items:center}.fiche-garde-button{border:.0625rem solid rgba(1,45,150,.5);background:rgba(52,112,254,.08);text-transform:none;border-radius:.25rem;padding:.25rem .625rem;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;flex-grow:1;width:50%}@media (max-width: 767px){.fiche-garde-button{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fiche-garde-button{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fiche-garde-button{font-size:.7rem!important}}.fiche-garde-button:not([disabled]):hover{cursor:pointer;background:rgba(52,112,254,.15)!important;border:.0625rem solid rgba(1,45,150,.5)}.fiche-garde-button__contenu{width:100%;text-align:center;align-items:center;display:flex;justify-content:center;gap:.5rem;height:100%}.fiche-garde-button__contenu__text{font-family:Raleway,sans-serif;font-size:.8125rem;font-weight:700;line-height:1.375rem;letter-spacing:.02875rem;text-transform:none;color:#012d96}@media (max-width: 767px){.fiche-garde-button__contenu__text{font-size:.4642857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fiche-garde-button__contenu__text{font-size:.5416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fiche-garde-button__contenu__text{font-size:.65rem!important}}.resume-medecin__titre-header{display:flex;gap:1rem}.resume__button_grid{align-items:normal!important}.entity-button-label{color:#313149;display:flex;position:relative;z-index:0;padding:.25rem .625rem!important;margin-right:.625rem!important;margin-top:.625rem!important;gap:.5rem}.entity-button-label:before{content:"";position:absolute;z-index:-1;inset:0;padding:.0625rem;border-radius:7.5rem;background:linear-gradient(270deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 23.36%,rgba(0,0,0,0) 73.88%,rgba(0,0,0,.12) 100%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.entity-button-label .p-button-label{font-size:.9rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.375rem;letter-spacing:.02875rem;text-align:left;color:#012d96!important}@media (max-width: 767px){.entity-button-label .p-button-label{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.entity-button-label .p-button-label{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.entity-button-label .p-button-label{font-size:.72rem!important}}.entity-button-label .p-button-label:first-letter{text-transform:uppercase}.cnom-info-button .p-button{padding:0!important;border:none!important;background:none!important;text-transform:none;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;width:100%;border-radius:7.5rem}@media (max-width: 767px){.cnom-info-button .p-button{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.cnom-info-button .p-button{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.cnom-info-button .p-button{font-size:.7rem!important}}.cnom-info-button .p-button:hover{background:none!important}.cnom-info-button .p-button span{text-align:center}.cnom-info-button .p-button:focus{box-shadow:none!important}.cnom-info-button .entity-button-label{padding:.1875rem 1rem!important;gap:.5rem;border-radius:7.5rem;width:100%}.cnom-info-button .entity-button-label:not([disabled]):hover{background:rgba(52,112,254,.15)!important}.p-message-info{background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),#2196f3!important;border-left:.1875rem solid #2196f3!important;border-radius:.25rem!important;padding:.375rem 1rem!important}.comment-box{align-items:flex-start!important}.comment-box .information-color{padding:.4375rem 0!important}.medecin-informations .comment-box{align-items:flex-start!important}.medecin-informations .comment-box .information-color{padding:.4375rem 0!important}.medecin-informations .comment-box .comment-text{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:.009375rem;text-align:left;color:#0d3c61}@media (max-width: 767px){.medecin-informations .comment-box .comment-text{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.medecin-informations .comment-box .comment-text{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.medecin-informations .comment-box .comment-text{font-size:.7rem!important}}.association-post-button{border:.0625rem solid rgba(1,45,150,.5);background:rgba(52,112,254,.08);text-transform:none;border-radius:.25rem;padding:.25rem .625rem;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem}@media (max-width: 767px){.association-post-button{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.association-post-button{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.association-post-button{font-size:.7rem!important}}.association-post-button:not([disabled]):hover{background:rgba(52,112,254,.15)!important;border:.0625rem solid rgba(1,45,150,.5);cursor:pointer}.cnom-delete-button .p-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5);background:rgba(244,67,54,.08);text-transform:none;border-radius:.25rem;padding:.375rem 1rem;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem}@media (max-width: 767px){.cnom-delete-button .p-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.cnom-delete-button .p-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.cnom-delete-button .p-button{font-size:.72rem!important}}.cnom-delete-button .p-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.second_header .menubar{background:white;padding:0!important}.second_header .menubar li a{border-radius:0!important;font-family:Raleway,sans-serif!important;font-size:1.25rem;font-weight:500;line-height:1.5rem;letter-spacing:-.04375rem;text-align:left;padding:1rem 1.5rem!important}@media (max-width: 767px){.second_header .menubar li a{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.second_header .menubar li a{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.second_header .menubar li a{font-size:1rem!important}}.second_header .menubar li a span{color:#012d96!important}.second_header .menubar li a:hover{background:linear-gradient(180deg,rgba(1,45,150,0) 0%,rgba(1,45,150,.08) 100%)!important}.second_header .menubar li .p-menuitem-link-active{font-weight:700!important;background:linear-gradient(180deg,rgba(1,45,150,0) 0%,rgba(1,45,150,.08) 100%)!important}.second_header .menubar li .p-menuitem-link-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.125rem;background-color:#012d96}.dashboard_header__title{font-family:Raleway,sans-serif;font-size:2.125rem;font-weight:700;line-height:2.625rem;letter-spacing:.015625rem;text-align:left;color:#0d2151!important}@media (max-width: 767px){.dashboard_header__title{font-size:1.2142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__title{font-size:1.4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__title{font-size:1.7rem!important}}.dashboard-header-label{font-family:Roboto,sans-serif!important;font-size:.875rem;font-weight:400!important;letter-spacing:.009375rem!important;text-align:center!important;color:#0d2151c2!important}@media (max-width: 767px){.dashboard-header-label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard-header-label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard-header-label{font-size:.7rem!important}}.p-dropdown:not(.p-disabled):hover{border-color:#ced4da}.p-inputwrapper .p-dropdown:not(.p-disabled).p-focus{box-shadow:unset}.dashboard-header__start{align-items:center}.dashboard_header__secteur_data__fiche{font-family:Raleway,sans-serif;font-size:1.25rem;font-weight:700;line-height:2rem;letter-spacing:.009375rem;text-align:left;color:#012d96!important}@media (max-width: 767px){.dashboard_header__secteur_data__fiche{font-size:.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.dashboard_header__secteur_data__fiche{font-size:.8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.dashboard_header__secteur_data__fiche{font-size:1rem!important}}.dashboard_header__secteur_data__fiche__icon{background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5);border-radius:7.5rem;width:2.25rem;height:2.25rem;display:flex;justify-content:center;align-items:center}.dashboard_header__secteur_data__fiche__icon:hover{background:rgba(52,112,254,.15)}.side-panel-export-button>span,.export-button>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-align:left;text-transform:capitalize;color:#012d96!important}@media (max-width: 767px){.side-panel-export-button>span,.export-button>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-export-button>span,.export-button>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-export-button>span,.export-button>span{font-size:.7rem!important}}.export-button{border:.0625rem solid rgba(1,45,150,.5)!important;padding:.3rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.export-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-button{padding:.24rem .8rem!important}}.side-panel-export-button{background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5)!important;padding:.75rem 1.25rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.side-panel-export-button{padding:.4285714286rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.side-panel-export-button{padding:.5rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.side-panel-export-button{padding:.6rem 1rem!important}}.side-panel-export-button:hover,.export-button.p-button:hover{background:rgba(52,112,254,.15)!important}.export-button-caret{border:.0625rem solid rgba(1,45,150,.5)!important;padding:.3rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.export-button-caret{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.export-button-caret{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.export-button-caret{padding:.24rem .8rem!important}}.export-button-caret:hover{background:rgba(52,112,254,.15)!important;color:#012d96!important}.save-button{padding-right:1rem!important}.save-button>button.p-button{background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)}.save-button>button.p-button span{text-transform:capitalize;font-size:.875rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left}@media (max-width: 767px){.save-button>button.p-button span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.save-button>button.p-button span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.save-button>button.p-button span{font-size:.7rem!important}}.save-button>button.p-button:hover{transition:.5s;background:linear-gradient(90deg,#38803b 0%,#38803b 100%)}.evenement__add-icon,.evenement__add-icon-alone{display:flex;justify-content:center;align-items:center;border:.0625rem solid rgba(1,45,150,.5);border-radius:.25rem!important;width:1rem!important;height:1rem!important}@media (min-width: 768px) and (max-width: 991px){.evenement__add-icon,.evenement__add-icon-alone{border-radius:.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__add-icon,.evenement__add-icon-alone{border-radius:.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__add-icon,.evenement__add-icon-alone{border-radius:.2rem!important}}@media (min-width: 768px) and (max-width: 991px){.evenement__add-icon,.evenement__add-icon-alone{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__add-icon,.evenement__add-icon-alone{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__add-icon,.evenement__add-icon-alone{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.evenement__add-icon,.evenement__add-icon-alone{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.evenement__add-icon,.evenement__add-icon-alone{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.evenement__add-icon,.evenement__add-icon-alone{height:.8rem!important}}.evenement__add-icon img,.evenement__add-icon-alone img{width:100%;height:100%}.evenement__add-icon:hover,.evenement__add-icon-alone:hover{background:rgba(239,134,48,.15)}.evenement__add-icon-alone{margin-left:auto}.left-border-medecin-remplace{border-radius:.25rem!important}.left-border-medecin-remplace .entite_container{border-radius:0}.specification-medecin-tooltip{border-radius:.25rem}.specification-medecin-tooltip .p-tooltip-text{color:#fff;background:#616161;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:500;line-height:.875rem;text-align:justify}@media (max-width: 767px){.specification-medecin-tooltip .p-tooltip-text{font-size:.4285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.specification-medecin-tooltip .p-tooltip-text{font-size:.5rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.specification-medecin-tooltip .p-tooltip-text{font-size:.6rem!important}}#association-input{height:3rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){#association-input{height:1.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){#association-input{height:2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#association-input{height:2.4rem!important}}#medecin-input{height:3rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){#medecin-input{height:1.7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){#medecin-input{height:2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){#medecin-input{height:2.4rem!important}}.pi-search{margin-top:0!important;top:33%!important;right:1rem!important;position:absolute}.button-annuaire-medecin{border:.0625rem solid rgba(1,45,150,.5)!important;padding:.3rem 1rem!important;background:rgba(1,45,150,.08)}@media (min-width: 768px) and (max-width: 991px){.button-annuaire-medecin{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.button-annuaire-medecin{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.button-annuaire-medecin{padding:.24rem .8rem!important}}.button-annuaire-medecin span{font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:.875rem;letter-spacing:.025rem;text-align:left;text-transform:none}@media (max-width: 767px){.button-annuaire-medecin span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.button-annuaire-medecin span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.button-annuaire-medecin span{font-size:.7rem!important}}.button-annuaire-medecin:hover{background:rgba(52,112,254,.15)!important;color:#012d96!important}.attestation-button .p-button,.mouvement-envoie .p-button{background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important}.attestation-button .p-button span,.mouvement-envoie .p-button span{text-transform:none!important;font-size:.875rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left}.attestation-button .p-button:hover,.mouvement-envoie .p-button:hover{transition:.5s!important;background:linear-gradient(90deg,#38803b 0%,#38803b 100%)!important}.legend-button-prefecture{padding:.25rem .625rem!important;border:.0625rem solid rgba(1,45,150,.5)!important}@media (min-width: 768px) and (max-width: 991px){.legend-button-prefecture{padding:.1428571429rem .3571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.legend-button-prefecture{padding:.1666666667rem .4166666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.legend-button-prefecture{padding:.2rem .5rem!important}}.legend-button-prefecture:hover{background:rgba(52,112,254,.15)!important}.legend-button-prefecture span{font-family:Raleway,sans-serif;font-size:.875rem!important;letter-spacing:.025rem;text-align:center;color:#012d96!important;text-transform:none!important;font-weight:500!important}.p-toast .p-toast-message-error .p-toast-message-content .p-toast-message-icon{display:none}.conteneur .save-button,.saisie-detail-footer .save-button{font-family:Poppins,sans-serif;border:none;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important;padding:.5rem 1.25rem!important}@media (min-width: 768px) and (max-width: 991px){.conteneur .save-button,.saisie-detail-footer .save-button{padding:.2857142857rem .7142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur .save-button,.saisie-detail-footer .save-button{padding:.3333333333rem .8333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur .save-button,.saisie-detail-footer .save-button{padding:.4rem 1rem!important}}.conteneur .save-button span,.saisie-detail-footer .save-button span{font-size:.9rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left;text-transform:none!important}@media (max-width: 767px){.conteneur .save-button span,.saisie-detail-footer .save-button span{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.conteneur .save-button span,.saisie-detail-footer .save-button span{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.conteneur .save-button span,.saisie-detail-footer .save-button span{font-size:.72rem!important}}.conteneur .save-button:not([disabled]):hover,.saisie-detail-footer .save-button:not([disabled]):hover{transition:none;background:#38803b}.conteneur .save-button:focus,.saisie-detail-footer .save-button:focus{box-shadow:none!important}.req-action-button{background:rgba(52,112,254,.08);border:.0625rem solid rgba(1,45,150,.5)!important;padding:.25rem 1rem!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.req-action-button{padding:.1428571429rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.req-action-button{padding:.1666666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.req-action-button{padding:.2rem .8rem!important}}.req-action-button>span{font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700;line-height:1.5rem!important;letter-spacing:.025rem;text-align:left;color:#012d96!important}@media (max-width: 767px){.req-action-button>span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.req-action-button>span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.req-action-button>span{font-size:.7rem!important}}.req-action-button:hover{background:rgba(52,112,254,.15)!important}.req-cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.25rem 1rem!important}@media (max-width: 767px){.req-cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.req-cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.req-cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.req-cancel-button{padding:.1428571429rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.req-cancel-button{padding:.1666666667rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.req-cancel-button{padding:.2rem .8rem!important}}.req-cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.req-cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.req-cancel-button:focus{box-shadow:none!important}.tab-view-menu{height:100%;width:100%}.tab-view-menu_tab-header>a{width:100%;display:flex;justify-content:center;background:unset!important}.tab-view-menu_tab-header.p-highlight{background:linear-gradient(to top,#e8eaf2,white)}.tab-view-menu_tab-header.p-highlight>a{font-size:1rem!important;color:#3b5cad!important;border:unset!important;box-shadow:unset!important}@media (min-width: 768px) and (max-width: 991px){.tab-view-menu_tab-header.p-highlight>a{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.tab-view-menu_tab-header.p-highlight>a{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.tab-view-menu_tab-header.p-highlight>a{font-size:.8rem!important}}.tab-view-menu .p-tabview{height:100%}.tab-view-menu .p-tabview .p-tabview-panels{padding:unset;height:100%}.tab-view-menu .p-tabview .p-tabview-panels .p-tabview-panel{height:100%}@media print{.printable{position:absolute;top:2rem;visibility:visible}body,.not-printable{visibility:hidden}}.nouveau-mouvement{display:flex;flex-direction:column;flex:1 1 auto}.nouveau-mouvement_header{padding:1rem!important;display:flex;flex-direction:column;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.nouveau-mouvement_header{padding:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.nouveau-mouvement_header{padding:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.nouveau-mouvement_header{padding:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.nouveau-mouvement_header{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.nouveau-mouvement_header{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.nouveau-mouvement_header{gap:.8rem!important}}.nouveau-mouvement_header_title{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.8rem;font-family:Montserrat,sans-serif}@media (max-width: 767px){.nouveau-mouvement_header_title{font-size:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.nouveau-mouvement_header_title{font-size:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.nouveau-mouvement_header_title{font-size:1.44rem!important}}.nouveau-mouvement_filtre{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between;padding:0 0 0 2rem;border-bottom:.063rem solid #0000003b;gap:1rem;background:#ffffff}.nouveau-mouvement_filtre__end{display:flex;flex-direction:row;gap:2rem!important}@media (min-width: 768px) and (max-width: 991px){.nouveau-mouvement_filtre__end{gap:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.nouveau-mouvement_filtre__end{gap:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.nouveau-mouvement_filtre__end{gap:1.6rem!important}}.nouveau-mouvement_filtre__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.nouveau-mouvement_filtre__container__reinit_btn span{text-transform:uppercase!important}.nouveau-mouvement_filtre__date-filtre{display:flex;flex-direction:row;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.nouveau-mouvement_filtre__date-filtre{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.nouveau-mouvement_filtre__date-filtre{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.nouveau-mouvement_filtre__date-filtre{gap:.8rem!important}}.nouveau-mouvement_filtre__date-filtre #moisSelection .p-dropdown-item,.nouveau-mouvement_filtre__date-filtre #moisSelection.p-inputwrapper-filled .p-dropdown-label{text-transform:capitalize}.nouveau-mouvement_filtre__date-filtre .p-dropdown-clear-icon{color:#6c757d!important;font-weight:700}.nouveau-mouvement_envoie-modification{display:flex;justify-content:flex-end;width:100%;padding:1.1rem 0}.nouveau-mouvement_envoie-modification span{text-transform:uppercase!important}.nouveau-mouvement .tab-view-menu{height:unset}.nouveau-mouvement__table{padding:0 1.1rem}.nouveau-mouvement__table .mouvement-row{background-color:#fff!important;border-color:#0000001f!important;border-width:.063rem!important}.nouveau-mouvement__table .mouvement-row .mouvement_type__ajout{color:#4caf50}.nouveau-mouvement__table .mouvement-row .mouvement_type__suppression{color:#e5291b}.nouveau-mouvement__table .mouvement-row__transmission-pgarde{display:flex;justify-content:space-around}.nouveau-mouvement__table .mouvement-row__transmission-pgarde_default-envoyer .p-checkbox-box:focus,.nouveau-mouvement__table .mouvement-row__transmission-pgarde_default-envoyer .p-checkbox-box:hover{border-color:#4caf50!important}.nouveau-mouvement__table .mouvement-row__transmission-pgarde_default-ne-pas-envoyer .p-checkbox-box:focus,.nouveau-mouvement__table .mouvement-row__transmission-pgarde_default-ne-pas-envoyer .p-checkbox-box:hover{border-color:#e5291b!important}.nouveau-mouvement__table .mouvement-row__transmission-pgarde .envoyer-selected .p-checkbox-box{border-color:#4caf50!important;background-color:#4caf50!important;box-shadow:none!important}.nouveau-mouvement__table .mouvement-row__transmission-pgarde .envoyer-selected .p-checkbox-box:hover,.nouveau-mouvement__table .mouvement-row__transmission-pgarde .envoyer-selected .p-checkbox-box:focus{border-color:#4caf50!important;background-color:#4caf50!important}.nouveau-mouvement__table .mouvement-row__transmission-pgarde .ne-pas-envoyer-selected .p-checkbox-box{border-color:#e5291b!important;background-color:#e5291b!important;box-shadow:none!important}.nouveau-mouvement__table .mouvement-row__transmission-pgarde .ne-pas-envoyer-selected .p-checkbox-box:hover,.nouveau-mouvement__table .mouvement-row__transmission-pgarde .ne-pas-envoyer-selected .p-checkbox-box:focus{border-color:#e5291b!important;background-color:#e5291b!important}.menu-saisie-tarif{display:flex;justify-content:center;cursor:pointer;border-radius:50%;width:50%;margin-left:30%}.menu-saisie-tarif:hover{background-color:#dee2e6}.transmission-pgarde{width:15rem}.p-checkbox-box:not(.p-highlight){box-shadow:none!important}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{border-color:#0d2151}.attestation-container{display:flex;flex-direction:column;flex:1 1 auto}.attestation-container_header{padding:2rem!important;display:flex;flex-direction:column;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-container_header{padding:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-container_header{padding:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-container_header{padding:1.6rem!important}}@media (min-width: 768px) and (max-width: 991px){.attestation-container_header{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-container_header{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-container_header{gap:.8rem!important}}.attestation-container_header_title{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;font-size:1.8rem;font-family:Montserrat,sans-serif}@media (max-width: 767px){.attestation-container_header_title{font-size:1.0285714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-container_header_title{font-size:1.2rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-container_header_title{font-size:1.44rem!important}}.attestation-container_filtre{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between;border-bottom:.063rem solid #0000003b;border-top:.063rem solid #0000003b;gap:1rem;background:#ffffff;padding:1rem 0 1rem 2rem}.attestation-container_filtre__end{display:flex;flex-direction:row;gap:2rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-container_filtre__end{gap:1.1428571429rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-container_filtre__end{gap:1.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-container_filtre__end{gap:1.6rem!important}}.attestation-container_filtre__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.attestation-container_filtre__container__reinit_btn span{text-transform:uppercase!important}.attestation-container_filtre__date-filtre{display:flex;flex-direction:row;gap:1rem!important}@media (min-width: 768px) and (max-width: 991px){.attestation-container_filtre__date-filtre{gap:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.attestation-container_filtre__date-filtre{gap:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.attestation-container_filtre__date-filtre{gap:.8rem!important}}.attestation-container_filtre__date-filtre #moisSelection{text-transform:capitalize}.attestation-container_filtre__date-filtre .p-dropdown .p-dropdown-panel{min-width:10rem}:host{display:flex;flex:1 1 auto}body,h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-weight:300}a{color:#533f03;font-weight:700}a:not([href]):not([tabindex]):hover.dropdown-item{color:#fff}.dropdown-item.active:hover{background-color:#396286}a:hover{cursor:pointer;color:#533f03}.dropdown-item:hover{color:#fff}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.jh-card{padding:1.5%;margin-top:20px;border:none}.pad{padding:10px}.w-40{width:40%!important}.w-60{width:60%!important}.break{white-space:normal;word-break:break-all}.form-control{background-color:#fff}.readonly{background-color:#eee;opacity:1}.footer{border-top:1px solid rgba(0,0,0,.125)}.hand,[jhisortby]{cursor:pointer}input::placeholder{font-style:italic}.alerts .alert{text-overflow:ellipsis}.alerts .alert pre{background:none;border:none;font:inherit;color:inherit;padding:0;margin:0}.alerts .alert .popover pre{font-size:10px}.alerts .jhi-toast{position:fixed;width:100%}.alerts .jhi-toast.left{left:5px}.alerts .jhi-toast.right{right:5px}.alerts .jhi-toast.top{top:55px}.alerts .jhi-toast.bottom{bottom:55px}@media screen and (min-width: 480px){.alerts .jhi-toast{width:50%}}.nav,.pagination,.carousel,.panel-title a{cursor:pointer}.thread-dump-modal-lock{max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-menu{padding-left:0}.ribbon{left:-3.5em;transform:rotate(-45deg)}.p-overlaypanel{margin-top:.4rem!important;box-shadow:0 6px 12px 6px #012d961f}.p-overlaypanel:after,.p-overlaypanel:before{display:none}.p-overlaypanel .p-overlaypanel-content{padding:0}.cnom-text-primary{color:#012d96}body{font-family:Poppins,sans-serif}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:0!important;margin-right:0!important}.p-dropdown{width:100%;border:1px solid rgba(0,0,0,.23);border-radius:.25rem}.p-autocomplete{width:100%}.p-float-label label{top:-.625rem!important;background-color:#fff;padding:.125rem .25rem;margin-left:-.25rem;margin-top:0!important;font-size:.875rem!important;font-family:Roboto,sans-serif;font-weight:700;font-size:.875rem}@media (max-width: 767px){.p-float-label label{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-float-label label{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-float-label label{font-size:.7rem!important}}.cnom-primary-button .p-button{width:100%;background-color:#012d9614;color:#012d96;border:1px solid rgba(1,45,150,.5)}.cnom-primary-button .p-button:hover{background-color:#012d96;color:#fff}.cnom-primary-button .p-button:hover .white-on-hover{filter:invert(96%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(108%) contrast(100%)}.cnom-tertiary-button .p-button{width:100%;background-color:#00599914;color:#012d96;border:1px solid rgba(0,89,153,.08)}.cnom-tertiary-button .p-button:hover{background-color:#012d96;color:#fff;border:1px solid rgba(0,89,153,.08)}.cnom-quaternary-button .p-button{width:100%;background-color:#012d96;color:#fff;border:1px solid #012d96}.cnom-quaternary-button .p-button:hover{background-color:#00599914;color:#012d96;border:1px solid #012d96}.cnom-list-button-height .p-button{border:.0625rem solid rgba(1,45,150,.5)!important;padding:.3rem 1rem!important;background:rgba(1,45,150,.08)!important;border-radius:.25rem}@media (min-width: 768px) and (max-width: 991px){.cnom-list-button-height .p-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.cnom-list-button-height .p-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.cnom-list-button-height .p-button{padding:.24rem .8rem!important}}.cnom-list-button-height .p-button>fa-icon{color:#012d96}.cnom-list-button-height .p-button span{font-family:Raleway,sans-serif!important;font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#012d96;line-height:1.5rem;font-size:.875rem;letter-spacing:.025rem;text-align:center;text-transform:none}@media (max-width: 767px){.cnom-list-button-height .p-button span{font-size:.5rem!important}}@media (min-width: 992px) and (max-width: 1319px){.cnom-list-button-height .p-button span{font-size:.5833333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.cnom-list-button-height .p-button span{font-size:.7rem!important}}.cnom-list-button-height .p-button:hover{background:rgba(52,112,254,.15)!important;color:#012d96!important}.reinit-btn{margin-top:1.2em}.reinit-btn .p-element{width:100%}@media (min-width: 1320px) and (max-width: 1599px){.reinit-btn .p-element{font-size:.625rem}}.chip{display:flex;flex-direction:row;align-items:center;padding:.25rem;flex-wrap:wrap;justify-content:center;background-color:#f5f5f5;border-radius:1rem}.chip_cell{width:100%}.chip_text{text-align:center;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:.8rem;line-height:138%;letter-spacing:.01rem;color:#424242}@media (max-width: 767px){.chip_text{font-size:.4571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.chip_text{font-size:.5333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.chip_text{font-size:.64rem!important}}.dashboard{display:flex;min-height:100%}.dashboard--main{flex-grow:1}.fc{max-height:115vh}@media screen and (max-width: 1600px){.fc{max-height:120vh}}.fc td,.fc th{border-color:#e8e8e8!important}.fc .fc-toolbar.fc-header-toolbar{margin-top:.5rem!important;margin-bottom:-.25em!important}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table,.fc .fc-daygrid-body{height:-webkit-fill-available}.fc.fc-theme-standard .fc-toolbar .fc-button{background:rgba(1,45,150,.08);border:.063rem solid rgba(1,45,150,.5);color:#012d96;font-size:1rem;font-weight:700;border-radius:3.125rem}@media (max-width: 767px){.fc.fc-theme-standard .fc-toolbar .fc-button{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.fc.fc-theme-standard .fc-toolbar .fc-button{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.fc.fc-theme-standard .fc-toolbar .fc-button{font-size:.8rem!important}}.fc.fc-theme-standard .fc-toolbar .fc-button:disabled{color:#0000001f;border:1px solid #0000001f;background:#82828214}.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child{border-top-left-radius:50px;border-bottom-left-radius:50px}.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child{border-top-right-radius:50px;border-bottom-right-radius:50px}.fc-timegrid-axis-cushion{font-size:.8rem}.fc .fc-timegrid-now-indicator-line{border:0 solid #012d96!important;border-color:#012d96!important;border-top:1px solid #012d96!important}.fc .fc-timegrid-now-indicator-arrow{border-color:var(--fc-now-indicator-color, #012d96)!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.fc-daygrid-event-harness{margin-top:0!important}.fc .fc-daygrid-day-number{font-size:1em}.fc-day-other{position:relative}.fc-day-other:after{content:"";display:block;position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACJJREFUGFdjZEAC79+//88I44M4goKCjGABGAfEZkTmgAQAE6YP0XLUdNIAAAAASUVORK5CYII=);width:100%;height:100%;right:0;top:0}.fc-day-other.fc-day-future *{opacity:1!important}td.fc-day.holiday-day{background-color:#fbf5fe;background-image:url(pattern_holidays.d849282175cedf9f.svg)}.ferie{background-color:#fbf5fe!important;background-image:url(pattern_holidays.d849282175cedf9f.svg)}td.fc-day-today{background-color:transparent!important}td.fc-day-today .fc-daygrid-day-number{display:flex;border-radius:50%;height:1.5em;width:1.5em;justify-content:center;align-items:center;background:rgba(33,150,243,.08);margin-bottom:.2em}.fc .fc-daygrid-day.fc-day-today{padding-top:.3em}td.fc-day-sat,td.fc-day-sun,.fc-day-other.fc-day-sat,.fc-day-other.fc-day-sun{background:linear-gradient(0deg,rgba(255,181,71,.08),rgba(255,181,71,.08)),#ffffff}.fc-direction-ltr .fc-daygrid-week-number{color:#424242!important;text-decoration:unset;padding:.2em .8em!important;margin:.2em;border-radius:16px!important;font-weight:500;font-size:.84em}@media (min-width: 992px) and (max-width: 1319px){.fc-direction-ltr .fc-daygrid-week-number{font-size:.7rem}}.samu-fc-toolbar-title,.fc-toolbar-title,.fc-daygrid-day-number,.fc-col-header-cell-cushion{color:#0d2151!important;text-transform:capitalize;font-family:Raleway,sans-serif!important;font-weight:700;line-height:2rem;letter-spacing:.015625rem;text-align:center;font-size:1.75rem}@media (max-width: 767px){.samu-fc-toolbar-title,.fc-toolbar-title,.fc-daygrid-day-number,.fc-col-header-cell-cushion{font-size:1rem!important}}@media (min-width: 992px) and (max-width: 1319px){.samu-fc-toolbar-title,.fc-toolbar-title,.fc-daygrid-day-number,.fc-col-header-cell-cushion{font-size:1.1666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.samu-fc-toolbar-title,.fc-toolbar-title,.fc-daygrid-day-number,.fc-col-header-cell-cushion{font-size:1.4rem!important}}.fc-toolbar-title:hover{cursor:pointer!important;box-shadow:.14em .1em #0000004d,0 .17em #0000004d!important;padding:0rem 1.5rem;border-radius:1.25rem!important}.fc-daygrid-day-frame{padding:0 7px!important;border:6px solid transparent}.fc-daygrid-day-frame .fc-daygrid-day-events{position:absolute;padding:0!important;margin:0;left:0;right:0}.fc-daygrid-day-frame .fc-daygrid-event{margin:0}.fc-daygrid-day-frame:hover{border:6px solid rgba(1,45,150,.15);border-style:inset}.fc-dayGridMonth-view .medical-care{margin-left:5px!important;margin-right:0!important;display:flex;flex-direction:row;flex-wrap:nowrap}.fc-dayGridMonth-view .medical-care .fc-daygrid-event-dot{border-color:red!important;border-width:3px!important}.fc-dayGridMonth-view .medical-care .fc-event-time{margin-right:10px!important}.fc-dayGridMonth-view .medical-care:after{content:"";height:2px;width:70px;width:-webkit-fill-available;background-color:#000;padding-left:10px;margin-left:auto;align-self:center}.p-dialog-title{color:#0d2151}.p-dialog{width:37.5rem}.horaire_specifique,.suppression_garde_dialog,.requisition_dialog,.notification_dialog,.exemption_provisoire,.fiche-garde-dialog,.ars-approval-dialog,.saisie-dialog,.suspension,.permuter_medecin{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.horaire_specifique,.suppression_garde_dialog,.requisition_dialog,.notification_dialog,.exemption_provisoire,.fiche-garde-dialog,.ars-approval-dialog,.saisie-dialog,.suspension,.permuter_medecin{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique,.suppression_garde_dialog,.requisition_dialog,.notification_dialog,.exemption_provisoire,.fiche-garde-dialog,.ars-approval-dialog,.saisie-dialog,.suspension,.permuter_medecin{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique,.suppression_garde_dialog,.requisition_dialog,.notification_dialog,.exemption_provisoire,.fiche-garde-dialog,.ars-approval-dialog,.saisie-dialog,.suspension,.permuter_medecin{font-size:.8rem!important}}.horaire_specifique_medecin,.suppression_garde_dialog_medecin,.requisition_dialog_medecin,.notification_dialog_medecin,.exemption_provisoire_medecin,.fiche-garde-dialog_medecin,.ars-approval-dialog_medecin,.saisie-dialog_medecin,.suspension_medecin,.permuter_medecin_medecin{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;letter-spacing:.15px;color:#0d2151;line-height:1.25rem;font-size:1rem}@media (max-width: 767px){.horaire_specifique_medecin,.suppression_garde_dialog_medecin,.requisition_dialog_medecin,.notification_dialog_medecin,.exemption_provisoire_medecin,.fiche-garde-dialog_medecin,.ars-approval-dialog_medecin,.saisie-dialog_medecin,.suspension_medecin,.permuter_medecin_medecin{font-size:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique_medecin,.suppression_garde_dialog_medecin,.requisition_dialog_medecin,.notification_dialog_medecin,.exemption_provisoire_medecin,.fiche-garde-dialog_medecin,.ars-approval-dialog_medecin,.saisie-dialog_medecin,.suspension_medecin,.permuter_medecin_medecin{font-size:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique_medecin,.suppression_garde_dialog_medecin,.requisition_dialog_medecin,.notification_dialog_medecin,.exemption_provisoire_medecin,.fiche-garde-dialog_medecin,.ars-approval-dialog_medecin,.saisie-dialog_medecin,.suspension_medecin,.permuter_medecin_medecin{font-size:.8rem!important}}.horaire_specifique__content,.suppression_garde_dialog__content,.requisition_dialog__content,.notification_dialog__content,.exemption_provisoire__content,.fiche-garde-dialog__content,.ars-approval-dialog__content,.saisie-dialog__content,.suspension__content,.permuter_medecin__content{display:flex;align-items:center;gap:1rem}.horaire_specifique__content__icon,.suppression_garde_dialog__content__icon,.requisition_dialog__content__icon,.notification_dialog__content__icon,.exemption_provisoire__content__icon,.fiche-garde-dialog__content__icon,.ars-approval-dialog__content__icon,.saisie-dialog__content__icon,.suspension__content__icon,.permuter_medecin__content__icon{font-size:2rem}.horaire_specifique__content-base-line,.suppression_garde_dialog__content-base-line,.requisition_dialog__content-base-line,.notification_dialog__content-base-line,.exemption_provisoire__content-base-line,.fiche-garde-dialog__content-base-line,.ars-approval-dialog__content-base-line,.saisie-dialog__content-base-line,.suspension__content-base-line,.permuter_medecin__content-base-line{display:flex;align-items:baseline;gap:1rem}.horaire_specifique__detail,.suppression_garde_dialog__detail,.requisition_dialog__detail,.notification_dialog__detail,.exemption_provisoire__detail,.fiche-garde-dialog__detail,.ars-approval-dialog__detail,.saisie-dialog__detail,.suspension__detail,.permuter_medecin__detail{font-weight:700;color:#063e93}.horaire_specifique__footer,.suppression_garde_dialog__footer,.requisition_dialog__footer,.notification_dialog__footer,.exemption_provisoire__footer,.fiche-garde-dialog__footer,.ars-approval-dialog__footer,.saisie-dialog__footer,.suspension__footer,.permuter_medecin__footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{font-size:.9rem;border:.0625rem solid rgba(244,67,54,.5)!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.3rem 1rem!important}@media (max-width: 767px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .cancel-button,.suppression_garde_dialog__footer .cancel-button,.requisition_dialog__footer .cancel-button,.notification_dialog__footer .cancel-button,.exemption_provisoire__footer .cancel-button,.fiche-garde-dialog__footer .cancel-button,.ars-approval-dialog__footer .cancel-button,.saisie-dialog__footer .cancel-button,.suspension__footer .cancel-button,.permuter_medecin__footer .cancel-button{padding:.24rem .8rem!important}}.horaire_specifique__footer .cancel-button span,.suppression_garde_dialog__footer .cancel-button span,.requisition_dialog__footer .cancel-button span,.notification_dialog__footer .cancel-button span,.exemption_provisoire__footer .cancel-button span,.fiche-garde-dialog__footer .cancel-button span,.ars-approval-dialog__footer .cancel-button span,.saisie-dialog__footer .cancel-button span,.suspension__footer .cancel-button span,.permuter_medecin__footer .cancel-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#ef4444}.horaire_specifique__footer .cancel-button:not([disabled]):hover,.suppression_garde_dialog__footer .cancel-button:not([disabled]):hover,.requisition_dialog__footer .cancel-button:not([disabled]):hover,.notification_dialog__footer .cancel-button:not([disabled]):hover,.exemption_provisoire__footer .cancel-button:not([disabled]):hover,.fiche-garde-dialog__footer .cancel-button:not([disabled]):hover,.ars-approval-dialog__footer .cancel-button:not([disabled]):hover,.saisie-dialog__footer .cancel-button:not([disabled]):hover,.suspension__footer .cancel-button:not([disabled]):hover,.permuter_medecin__footer .cancel-button:not([disabled]):hover{background:rgba(244,67,54,.15)!important;border:.0625rem solid rgba(244,67,54,.5)}.horaire_specifique__footer .cancel-button:focus,.suppression_garde_dialog__footer .cancel-button:focus,.requisition_dialog__footer .cancel-button:focus,.notification_dialog__footer .cancel-button:focus,.exemption_provisoire__footer .cancel-button:focus,.fiche-garde-dialog__footer .cancel-button:focus,.ars-approval-dialog__footer .cancel-button:focus,.saisie-dialog__footer .cancel-button:focus,.suspension__footer .cancel-button:focus,.permuter_medecin__footer .cancel-button:focus{box-shadow:none!important}.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{font-size:.9rem;border:.0625rem solid #f59e0b!important;background:rgba(244,67,54,.08)!important;border-radius:.25rem;padding:.3rem 1rem!important}@media (max-width: 767px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{font-size:.72rem!important}}@media (min-width: 768px) and (max-width: 991px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{padding:.1714285714rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{padding:.2rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .warning-button,.suppression_garde_dialog__footer .warning-button,.requisition_dialog__footer .warning-button,.notification_dialog__footer .warning-button,.exemption_provisoire__footer .warning-button,.fiche-garde-dialog__footer .warning-button,.ars-approval-dialog__footer .warning-button,.saisie-dialog__footer .warning-button,.suspension__footer .warning-button,.permuter_medecin__footer .warning-button{padding:.24rem .8rem!important}}.horaire_specifique__footer .warning-button span,.suppression_garde_dialog__footer .warning-button span,.requisition_dialog__footer .warning-button span,.notification_dialog__footer .warning-button span,.exemption_provisoire__footer .warning-button span,.fiche-garde-dialog__footer .warning-button span,.ars-approval-dialog__footer .warning-button span,.saisie-dialog__footer .warning-button span,.suspension__footer .warning-button span,.permuter_medecin__footer .warning-button span{text-transform:none;font-family:Raleway,sans-serif;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;color:#f59e0b}.horaire_specifique__footer .warning-button:not([disabled]):hover,.suppression_garde_dialog__footer .warning-button:not([disabled]):hover,.requisition_dialog__footer .warning-button:not([disabled]):hover,.notification_dialog__footer .warning-button:not([disabled]):hover,.exemption_provisoire__footer .warning-button:not([disabled]):hover,.fiche-garde-dialog__footer .warning-button:not([disabled]):hover,.ars-approval-dialog__footer .warning-button:not([disabled]):hover,.saisie-dialog__footer .warning-button:not([disabled]):hover,.suspension__footer .warning-button:not([disabled]):hover,.permuter_medecin__footer .warning-button:not([disabled]):hover{background:#d9770644!important;border:.0625rem solid #d97706!important}.horaire_specifique__footer .warning-button:focus,.suppression_garde_dialog__footer .warning-button:focus,.requisition_dialog__footer .warning-button:focus,.notification_dialog__footer .warning-button:focus,.exemption_provisoire__footer .warning-button:focus,.fiche-garde-dialog__footer .warning-button:focus,.ars-approval-dialog__footer .warning-button:focus,.saisie-dialog__footer .warning-button:focus,.suspension__footer .warning-button:focus,.permuter_medecin__footer .warning-button:focus{box-shadow:none!important}.horaire_specifique__footer .save-button,.suppression_garde_dialog__footer .save-button,.requisition_dialog__footer .save-button,.notification_dialog__footer .save-button,.exemption_provisoire__footer .save-button,.fiche-garde-dialog__footer .save-button,.ars-approval-dialog__footer .save-button,.saisie-dialog__footer .save-button,.suspension__footer .save-button,.permuter_medecin__footer .save-button{font-family:Poppins,sans-serif;border:none;background:linear-gradient(90deg,#4caf50 0%,#38803b 100%)!important;padding:.35rem 1rem!important}@media (min-width: 768px) and (max-width: 991px){.horaire_specifique__footer .save-button,.suppression_garde_dialog__footer .save-button,.requisition_dialog__footer .save-button,.notification_dialog__footer .save-button,.exemption_provisoire__footer .save-button,.fiche-garde-dialog__footer .save-button,.ars-approval-dialog__footer .save-button,.saisie-dialog__footer .save-button,.suspension__footer .save-button,.permuter_medecin__footer .save-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .save-button,.suppression_garde_dialog__footer .save-button,.requisition_dialog__footer .save-button,.notification_dialog__footer .save-button,.exemption_provisoire__footer .save-button,.fiche-garde-dialog__footer .save-button,.ars-approval-dialog__footer .save-button,.saisie-dialog__footer .save-button,.suspension__footer .save-button,.permuter_medecin__footer .save-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .save-button,.suppression_garde_dialog__footer .save-button,.requisition_dialog__footer .save-button,.notification_dialog__footer .save-button,.exemption_provisoire__footer .save-button,.fiche-garde-dialog__footer .save-button,.ars-approval-dialog__footer .save-button,.saisie-dialog__footer .save-button,.suspension__footer .save-button,.permuter_medecin__footer .save-button{padding:.28rem .8rem!important}}.horaire_specifique__footer .save-button span,.suppression_garde_dialog__footer .save-button span,.requisition_dialog__footer .save-button span,.notification_dialog__footer .save-button span,.exemption_provisoire__footer .save-button span,.fiche-garde-dialog__footer .save-button span,.ars-approval-dialog__footer .save-button span,.saisie-dialog__footer .save-button span,.suspension__footer .save-button span,.permuter_medecin__footer .save-button span{font-size:.9rem;font-weight:700;line-height:1.5rem;letter-spacing:.025rem;text-align:left;text-transform:none!important}@media (max-width: 767px){.horaire_specifique__footer .save-button span,.suppression_garde_dialog__footer .save-button span,.requisition_dialog__footer .save-button span,.notification_dialog__footer .save-button span,.exemption_provisoire__footer .save-button span,.fiche-garde-dialog__footer .save-button span,.ars-approval-dialog__footer .save-button span,.saisie-dialog__footer .save-button span,.suspension__footer .save-button span,.permuter_medecin__footer .save-button span{font-size:.5142857143rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__footer .save-button span,.suppression_garde_dialog__footer .save-button span,.requisition_dialog__footer .save-button span,.notification_dialog__footer .save-button span,.exemption_provisoire__footer .save-button span,.fiche-garde-dialog__footer .save-button span,.ars-approval-dialog__footer .save-button span,.saisie-dialog__footer .save-button span,.suspension__footer .save-button span,.permuter_medecin__footer .save-button span{font-size:.6rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__footer .save-button span,.suppression_garde_dialog__footer .save-button span,.requisition_dialog__footer .save-button span,.notification_dialog__footer .save-button span,.exemption_provisoire__footer .save-button span,.fiche-garde-dialog__footer .save-button span,.ars-approval-dialog__footer .save-button span,.saisie-dialog__footer .save-button span,.suspension__footer .save-button span,.permuter_medecin__footer .save-button span{font-size:.72rem!important}}.horaire_specifique__footer .save-button:not([disabled]):hover,.suppression_garde_dialog__footer .save-button:not([disabled]):hover,.requisition_dialog__footer .save-button:not([disabled]):hover,.notification_dialog__footer .save-button:not([disabled]):hover,.exemption_provisoire__footer .save-button:not([disabled]):hover,.fiche-garde-dialog__footer .save-button:not([disabled]):hover,.ars-approval-dialog__footer .save-button:not([disabled]):hover,.saisie-dialog__footer .save-button:not([disabled]):hover,.suspension__footer .save-button:not([disabled]):hover,.permuter_medecin__footer .save-button:not([disabled]):hover{transition:none;background:#38803b}.horaire_specifique__footer .save-button:focus,.suppression_garde_dialog__footer .save-button:focus,.requisition_dialog__footer .save-button:focus,.notification_dialog__footer .save-button:focus,.exemption_provisoire__footer .save-button:focus,.fiche-garde-dialog__footer .save-button:focus,.ars-approval-dialog__footer .save-button:focus,.saisie-dialog__footer .save-button:focus,.suspension__footer .save-button:focus,.permuter_medecin__footer .save-button:focus{box-shadow:none!important}.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{margin-left:0;margin-right:0}}.horaire_specifique__accept-button-actif>button.p-button>span,.suppression_garde_dialog__accept-button-actif>button.p-button>span,.requisition_dialog__accept-button-actif>button.p-button>span,.notification_dialog__accept-button-actif>button.p-button>span,.exemption_provisoire__accept-button-actif>button.p-button>span,.fiche-garde-dialog__accept-button-actif>button.p-button>span,.ars-approval-dialog__accept-button-actif>button.p-button>span,.saisie-dialog__accept-button-actif>button.p-button>span,.suspension__accept-button-actif>button.p-button>span,.permuter_medecin__accept-button-actif>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:#fff;line-height:1.625rem;font-size:.938rem;text-transform:capitalize}@media (max-width: 767px){.horaire_specifique__accept-button-actif>button.p-button>span,.suppression_garde_dialog__accept-button-actif>button.p-button>span,.requisition_dialog__accept-button-actif>button.p-button>span,.notification_dialog__accept-button-actif>button.p-button>span,.exemption_provisoire__accept-button-actif>button.p-button>span,.fiche-garde-dialog__accept-button-actif>button.p-button>span,.ars-approval-dialog__accept-button-actif>button.p-button>span,.saisie-dialog__accept-button-actif>button.p-button>span,.suspension__accept-button-actif>button.p-button>span,.permuter_medecin__accept-button-actif>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-actif>button.p-button>span,.suppression_garde_dialog__accept-button-actif>button.p-button>span,.requisition_dialog__accept-button-actif>button.p-button>span,.notification_dialog__accept-button-actif>button.p-button>span,.exemption_provisoire__accept-button-actif>button.p-button>span,.fiche-garde-dialog__accept-button-actif>button.p-button>span,.ars-approval-dialog__accept-button-actif>button.p-button>span,.saisie-dialog__accept-button-actif>button.p-button>span,.suspension__accept-button-actif>button.p-button>span,.permuter_medecin__accept-button-actif>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__accept-button-actif>button.p-button>span,.suppression_garde_dialog__accept-button-actif>button.p-button>span,.requisition_dialog__accept-button-actif>button.p-button>span,.notification_dialog__accept-button-actif>button.p-button>span,.exemption_provisoire__accept-button-actif>button.p-button>span,.fiche-garde-dialog__accept-button-actif>button.p-button>span,.ars-approval-dialog__accept-button-actif>button.p-button>span,.saisie-dialog__accept-button-actif>button.p-button>span,.suspension__accept-button-actif>button.p-button>span,.permuter_medecin__accept-button-actif>button.p-button>span{font-size:.7504rem!important}}.horaire_specifique__accept-button-actif>button.p-button:focus,.suppression_garde_dialog__accept-button-actif>button.p-button:focus,.requisition_dialog__accept-button-actif>button.p-button:focus,.notification_dialog__accept-button-actif>button.p-button:focus,.exemption_provisoire__accept-button-actif>button.p-button:focus,.fiche-garde-dialog__accept-button-actif>button.p-button:focus,.ars-approval-dialog__accept-button-actif>button.p-button:focus,.saisie-dialog__accept-button-actif>button.p-button:focus,.suspension__accept-button-actif>button.p-button:focus,.permuter_medecin__accept-button-actif>button.p-button:focus{box-shadow:unset}.horaire_specifique__accept-button-actif>button.p-button,.suppression_garde_dialog__accept-button-actif>button.p-button,.requisition_dialog__accept-button-actif>button.p-button,.notification_dialog__accept-button-actif>button.p-button,.exemption_provisoire__accept-button-actif>button.p-button,.fiche-garde-dialog__accept-button-actif>button.p-button,.ars-approval-dialog__accept-button-actif>button.p-button,.saisie-dialog__accept-button-actif>button.p-button,.suspension__accept-button-actif>button.p-button,.permuter_medecin__accept-button-actif>button.p-button{background:linear-gradient(to right,#38803b,#4caf50)}.horaire_specifique__accept-button-actif>button.p-button:hover,.suppression_garde_dialog__accept-button-actif>button.p-button:hover,.requisition_dialog__accept-button-actif>button.p-button:hover,.notification_dialog__accept-button-actif>button.p-button:hover,.exemption_provisoire__accept-button-actif>button.p-button:hover,.fiche-garde-dialog__accept-button-actif>button.p-button:hover,.ars-approval-dialog__accept-button-actif>button.p-button:hover,.saisie-dialog__accept-button-actif>button.p-button:hover,.suspension__accept-button-actif>button.p-button:hover,.permuter_medecin__accept-button-actif>button.p-button:hover{border-color:unset;background:#4caf50}.horaire_specifique__accept-button-actif>button.p-button:disabled,.suppression_garde_dialog__accept-button-actif>button.p-button:disabled,.requisition_dialog__accept-button-actif>button.p-button:disabled,.notification_dialog__accept-button-actif>button.p-button:disabled,.exemption_provisoire__accept-button-actif>button.p-button:disabled,.fiche-garde-dialog__accept-button-actif>button.p-button:disabled,.ars-approval-dialog__accept-button-actif>button.p-button:disabled,.saisie-dialog__accept-button-actif>button.p-button:disabled,.suspension__accept-button-actif>button.p-button:disabled,.permuter_medecin__accept-button-actif>button.p-button:disabled{border-color:unset;background:#00000017}.horaire_specifique__accept-button-actif>button.p-button:disabled span,.suppression_garde_dialog__accept-button-actif>button.p-button:disabled span,.requisition_dialog__accept-button-actif>button.p-button:disabled span,.notification_dialog__accept-button-actif>button.p-button:disabled span,.exemption_provisoire__accept-button-actif>button.p-button:disabled span,.fiche-garde-dialog__accept-button-actif>button.p-button:disabled span,.ars-approval-dialog__accept-button-actif>button.p-button:disabled span,.saisie-dialog__accept-button-actif>button.p-button:disabled span,.suspension__accept-button-actif>button.p-button:disabled span,.permuter_medecin__accept-button-actif>button.p-button:disabled span{color:#00000042}.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{padding:.35rem 1rem!important;border-radius:.25rem;border-color:unset}@media (min-width: 768px) and (max-width: 991px){.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{padding:.2rem .5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{padding:.2333333333rem .6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{padding:.28rem .8rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{margin-left:0;margin-right:0}}.horaire_specifique__accept-button-disabled>button.p-button>span,.suppression_garde_dialog__accept-button-disabled>button.p-button>span,.requisition_dialog__accept-button-disabled>button.p-button>span,.notification_dialog__accept-button-disabled>button.p-button>span,.exemption_provisoire__accept-button-disabled>button.p-button>span,.fiche-garde-dialog__accept-button-disabled>button.p-button>span,.ars-approval-dialog__accept-button-disabled>button.p-button>span,.saisie-dialog__accept-button-disabled>button.p-button>span,.suspension__accept-button-disabled>button.p-button>span,.permuter_medecin__accept-button-disabled>button.p-button>span{font-family:Poppins,sans-serif;font-style:normal;font-weight:600;letter-spacing:.029rem;text-transform:none;color:gray;line-height:1.625rem;font-size:.938rem;text-transform:capitalize}@media (max-width: 767px){.horaire_specifique__accept-button-disabled>button.p-button>span,.suppression_garde_dialog__accept-button-disabled>button.p-button>span,.requisition_dialog__accept-button-disabled>button.p-button>span,.notification_dialog__accept-button-disabled>button.p-button>span,.exemption_provisoire__accept-button-disabled>button.p-button>span,.fiche-garde-dialog__accept-button-disabled>button.p-button>span,.ars-approval-dialog__accept-button-disabled>button.p-button>span,.saisie-dialog__accept-button-disabled>button.p-button>span,.suspension__accept-button-disabled>button.p-button>span,.permuter_medecin__accept-button-disabled>button.p-button>span{font-size:.536rem!important}}@media (min-width: 992px) and (max-width: 1319px){.horaire_specifique__accept-button-disabled>button.p-button>span,.suppression_garde_dialog__accept-button-disabled>button.p-button>span,.requisition_dialog__accept-button-disabled>button.p-button>span,.notification_dialog__accept-button-disabled>button.p-button>span,.exemption_provisoire__accept-button-disabled>button.p-button>span,.fiche-garde-dialog__accept-button-disabled>button.p-button>span,.ars-approval-dialog__accept-button-disabled>button.p-button>span,.saisie-dialog__accept-button-disabled>button.p-button>span,.suspension__accept-button-disabled>button.p-button>span,.permuter_medecin__accept-button-disabled>button.p-button>span{font-size:.6253333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.horaire_specifique__accept-button-disabled>button.p-button>span,.suppression_garde_dialog__accept-button-disabled>button.p-button>span,.requisition_dialog__accept-button-disabled>button.p-button>span,.notification_dialog__accept-button-disabled>button.p-button>span,.exemption_provisoire__accept-button-disabled>button.p-button>span,.fiche-garde-dialog__accept-button-disabled>button.p-button>span,.ars-approval-dialog__accept-button-disabled>button.p-button>span,.saisie-dialog__accept-button-disabled>button.p-button>span,.suspension__accept-button-disabled>button.p-button>span,.permuter_medecin__accept-button-disabled>button.p-button>span{font-size:.7504rem!important}}.horaire_specifique__accept-button-disabled>button.p-button:focus,.suppression_garde_dialog__accept-button-disabled>button.p-button:focus,.requisition_dialog__accept-button-disabled>button.p-button:focus,.notification_dialog__accept-button-disabled>button.p-button:focus,.exemption_provisoire__accept-button-disabled>button.p-button:focus,.fiche-garde-dialog__accept-button-disabled>button.p-button:focus,.ars-approval-dialog__accept-button-disabled>button.p-button:focus,.saisie-dialog__accept-button-disabled>button.p-button:focus,.suspension__accept-button-disabled>button.p-button:focus,.permuter_medecin__accept-button-disabled>button.p-button:focus{box-shadow:unset}.horaire_specifique__accept-button-disabled>button.p-button,.suppression_garde_dialog__accept-button-disabled>button.p-button,.requisition_dialog__accept-button-disabled>button.p-button,.notification_dialog__accept-button-disabled>button.p-button,.exemption_provisoire__accept-button-disabled>button.p-button,.fiche-garde-dialog__accept-button-disabled>button.p-button,.ars-approval-dialog__accept-button-disabled>button.p-button,.saisie-dialog__accept-button-disabled>button.p-button,.suspension__accept-button-disabled>button.p-button,.permuter_medecin__accept-button-disabled>button.p-button{background:#d6dbdf}.fiche-garde-dialog{font-weight:400}.calendar-header__title{margin-bottom:-1.5rem!important}.date-picker .p-datepicker{width:25rem;margin-top:1rem;margin-left:-1.2rem}.date-picker .p-inputtext{display:none}.fc-button-disabled{color:#0000001f!important;border-color:#0000001f!important;background-color:#82828214!important;pointer-events:none}.p-inputswitch .p-inputswitch-slider:before{background:#fafafa;width:1rem!important;height:1rem!important;left:-.0625rem!important;margin-top:-.5rem!important;border-radius:50%;transition-duration:.2s;box-shadow:0 .12em .09em #0000004d,0 0 .15em #0000004d}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch .p-inputswitch-slider:before{width:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch .p-inputswitch-slider:before{width:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch .p-inputswitch-slider:before{width:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch .p-inputswitch-slider:before{height:.5714285714rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch .p-inputswitch-slider:before{height:.6666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch .p-inputswitch-slider:before{height:.8rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch .p-inputswitch-slider:before{left:-.0357142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch .p-inputswitch-slider:before{left:-.0416666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch .p-inputswitch-slider:before{left:-.05rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch .p-inputswitch-slider:before{margin-top:-.2857142857rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch .p-inputswitch-slider:before{margin-top:-.3333333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch .p-inputswitch-slider:before{margin-top:-.4rem!important}}.p-inputswitch{width:2.2rem!important;height:.89rem!important;display:flex!important}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch{width:1.2571428571rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch{width:1.4666666667rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch{width:1.76rem!important}}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch{height:.5085714286rem!important}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch{height:.5933333333rem!important}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch{height:.712rem!important}}.p-inputswitch-checked .p-inputswitch-slider:before{background-color:#012d96!important}.p-inputswitch-checked .p-inputswitch-slider{background:#4cacc7!important}p-inputswitch{vertical-align:middle}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translate(1.4rem)}@media (min-width: 768px) and (max-width: 991px){.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translate(.68rem)}}@media (min-width: 992px) and (max-width: 1319px){.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translate(.88rem)}}@media (min-width: 1320px) and (max-width: 1599px){.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translate(1rem)}}.fc-popover-header,.fc-popover-body{display:none!important}.left-border-medecin-remplace{border-left:#ed6c02 .188rem solid}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover,.p-autocomplete-multiple-container:not(.p-disabled):focus{box-shadow:none;border-color:initial;outline:0 none;outline-offset:0}.p-inputswitch.p-focus .p-inputswitch-slider{box-shadow:none}.no-padding{padding:0!important}.no-margin{margin:0!important}.margin-bottom-mid{margin-bottom:1.5rem}.warning-permutation-garde{color:orange;font-style:italic;font-size:.9em}.break-line{white-space:pre-line}::-webkit-scrollbar{width:.375rem}::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:.25rem}::-webkit-scrollbar-track{background-color:#f5f5f5}@-moz-document url-prefix(){*{scrollbar-width:thin;scrollbar-color:#bdbdbd #f5f5f5}}.p-listbox{overflow:hidden}.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default!important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}input[type=button],input[type=submit],input[type=reset],input[type=file]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default!important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url(color.dae87a04d07ca92b.png) no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url(hue.8b1818380241e6ac.png) no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea~label{top:1rem}.p-float-label input:focus~label,.p-float-label input.p-filled~label,.p-float-label textarea:focus~label,.p-float-label textarea.p-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label .p-inputwrapper-filled~label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill~label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-password-clearable{position:relative}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none!important}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}@font-face{font-family:primeicons;font-display:block;src:url(primeicons.964f445f3ea9db80.eot);src:url(primeicons.964f445f3ea9db80.eot?#iefix) format("embedded-opentype"),url(primeicons.5f5d08cd089b4e5d.ttf) format("truetype"),url(primeicons.29151a741d66863a.woff) format("woff"),url(primeicons.76044b1c189cc4d7.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{animation:fa-spin 2s infinite linear}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}
