.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#007bff;--bs-indigo:#6610f2;--bs-purple:#593196;--bs-pink:#e83e8c;--bs-red:#fc3939;--bs-orange:#fd7e14;--bs-yellow:#efa31d;--bs-green:#13b955;--bs-teal:#20c997;--bs-cyan:#009cdc;--bs-white:#fff;--bs-gray:#868e96;--bs-gray-dark:#343a40;--bs-primary:#593196;--bs-secondary:#a991d4;--bs-success:#13b955;--bs-info:#009cdc;--bs-warning:#efa31d;--bs-danger:#fc3939;--bs-light:#f9f8fc;--bs-dark:#17141f;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;color:#444;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.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-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{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{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:underline}a,a:hover{color:#593196}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#e83e8c;font-size:.875em}a>code{color:inherit}kbd{background-color:#17141f;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#868e96;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-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-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}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-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#868e96;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #ededed;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#868e96;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)/-2);margin-right:calc(var(--bs-gutter-x)/-2);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2);width:100%}.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.3333333333%}.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.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.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.3333333333%}.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.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.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:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.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.3333333333%}.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.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.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:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.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.3333333333%}.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.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.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:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.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.3333333333%}.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.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.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:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.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.3333333333%}.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.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.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:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.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-bg:transparent;--bs-table-striped-color:#444;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#444;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#444;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:rgba(0,0,0,.05);color:#444;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#ded6ea;--bs-table-striped-bg:#d3cbde;--bs-table-striped-color:#000;--bs-table-active-bg:#c8c1d3;--bs-table-active-color:#000;--bs-table-hover-bg:#cdc6d8;--bs-table-hover-color:#000;border-color:#c8c1d3;color:#000}.table-secondary{--bs-table-bg:#eee9f6;--bs-table-striped-bg:#e2ddea;--bs-table-striped-color:#000;--bs-table-active-bg:#d6d2dd;--bs-table-active-color:#000;--bs-table-hover-bg:#dcd8e4;--bs-table-hover-color:#000;border-color:#d6d2dd;color:#000}.table-success{--bs-table-bg:#d0f1dd;--bs-table-striped-bg:#c6e5d2;--bs-table-striped-color:#000;--bs-table-active-bg:#bbd9c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c0dfcc;--bs-table-hover-color:#000;border-color:#bbd9c7;color:#000}.table-info{--bs-table-bg:#ccebf8;--bs-table-striped-bg:#c2dfec;--bs-table-striped-color:#000;--bs-table-active-bg:#b8d4df;--bs-table-active-color:#000;--bs-table-hover-bg:#bdd9e5;--bs-table-hover-color:#000;border-color:#b8d4df;color:#000}.table-warning{--bs-table-bg:#fcedd2;--bs-table-striped-bg:#efe1c8;--bs-table-striped-color:#000;--bs-table-active-bg:#e3d5bd;--bs-table-active-color:#000;--bs-table-hover-bg:#e9dbc2;--bs-table-hover-color:#000;border-color:#e3d5bd;color:#000}.table-danger{--bs-table-bg:#fed7d7;--bs-table-striped-bg:#f1cccc;--bs-table-striped-color:#000;--bs-table-active-bg:#e5c2c2;--bs-table-active-color:#000;--bs-table-hover-bg:#ebc7c7;--bs-table-hover-color:#000;border-color:#e5c2c2;color:#000}.table-light{--bs-table-bg:#f9f8fc;--bs-table-striped-bg:#edecef;--bs-table-striped-color:#000;--bs-table-active-bg:#e0dfe3;--bs-table-active-color:#000;--bs-table-hover-bg:#e6e5e9;--bs-table-hover-color:#000;border-color:#e0dfe3;color:#000}.table-dark{--bs-table-bg:#17141f;--bs-table-striped-bg:#23202a;--bs-table-striped-color:#fff;--bs-table-active-bg:#2e2c35;--bs-table-active-color:#fff;--bs-table-hover-bg:#282630;--bs-table-hover-color:#fff;border-color:#2e2c35;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#868e96;font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #cbc8d0;border-radius:0;color:#444;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not(:-moz-read-only){cursor:pointer}.form-control[type=file]:not(:disabled):not(:read-only){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#593196;box-shadow:0 0 0 .25rem rgba(89,49,150,.25);color:#444;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:-moz-read-only{background-color:#f9f8fc;opacity:1}.form-control:disabled,.form-control:read-only{background-color:#f9f8fc;opacity:1}.form-control::file-selector-button{background-color:#f9f8fc;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#444;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;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(:-moz-read-only)::file-selector-button{background-color:#edecef}.form-control:hover:not(:disabled):not(:read-only)::file-selector-button{background-color:#edecef}.form-control::-webkit-file-upload-button{background-color:#f9f8fc;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#444;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;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::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button{background-color:#edecef}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#444;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;max-width:3rem;padding:.375rem}.form-control-color:not(:disabled):not(:-moz-read-only){cursor:pointer}.form-control-color:not(:disabled):not(:read-only){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em}.form-control-color::-webkit-color-swatch{height:1.5em}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #cbc8d0;border-radius:0;color:#444;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;width:100%}.form-select:focus{border-color:#593196;box-shadow:0 0 0 .25rem rgba(89,49,150,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#f9f8fc}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #444}.form-select-sm{font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#593196;box-shadow:0 0 0 .25rem rgba(89,49,150,.25);outline:0}.form-check-input:checked{background-color:#593196;border-color:#593196}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%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]{background-image:url("data:image/svg+xml;charset=utf-8,%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:#593196;background-image:url("data:image/svg+xml;charset=utf-8,%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");border-color:#593196}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23593196'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(89,49,150,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(89,49,150,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#593196;border:0;height:1rem;margin-top:-.25rem;-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;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#cdc1e0}.form-range::-webkit-slider-runnable-track{background-color:#ededed;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#593196;border:0;height: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;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#cdc1e0}.form-range::-moz-range-track{background-color:#ededed;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{border:1px solid transparent;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;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::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#f9f8fc;border:1px solid #cbc8d0;color:#444;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px}.valid-feedback{color:#13b955;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(19,185,85,.9);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313b955' 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-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#13b955;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#13b955;box-shadow:0 0 0 .25rem rgba(19,185,85,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#13b955}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2313b955' 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-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#13b955;box-shadow:0 0 0 .25rem rgba(19,185,85,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#13b955}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#13b955}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(19,185,85,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#13b955}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{color:#fc3939;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(252,57,57,.9);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fc3939'%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='%23fc3939' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#fc3939;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#fc3939;box-shadow:0 0 0 .25rem rgba(252,57,57,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#fc3939}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fc3939'%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='%23fc3939' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#fc3939;box-shadow:0 0 0 .25rem rgba(252,57,57,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#fc3939}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#fc3939}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(252,57,57,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#fc3939}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.btn{background-color:transparent;border:1px solid transparent;border-radius:0;color:#444;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#444}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem rgba(89,49,150,.25);outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#593196;border-color:#593196;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#4c2a80;border-color:#472778;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(114,80,166,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#472778;border-color:#432571;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(114,80,166,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#593196;border-color:#593196;color:#fff}.btn-secondary{background-color:#a991d4;border-color:#a991d4;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#907bb4;border-color:#8774aa;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(182,162,218,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#8774aa;border-color:#7f6d9f;color:#fff}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(182,162,218,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#a991d4;border-color:#a991d4;color:#fff}.btn-success{background-color:#13b955;border-color:#13b955;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#109d48;border-color:#0f9444;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(54,196,111,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#0f9444;border-color:#0e8b40;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(54,196,111,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#13b955;border-color:#13b955;color:#fff}.btn-info{background-color:#009cdc;border-color:#009cdc;color:#fff}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{background-color:#0085bb;border-color:#007db0;color:#fff}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(38,171,225,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#007db0;border-color:#0075a5;color:#fff}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,171,225,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#009cdc;border-color:#009cdc;color:#fff}.btn-warning{background-color:#efa31d;border-color:#efa31d}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#cb8b19;border-color:#bf8217;color:#fff}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(241,177,63,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#bf8217;border-color:#b37a16;color:#fff}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(241,177,63,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#efa31d;border-color:#efa31d;color:#fff}.btn-danger{background-color:#fc3939;border-color:#fc3939;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#d63030;border-color:#ca2e2e;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(252,87,87,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#ca2e2e;border-color:#bd2b2b;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(252,87,87,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#fc3939;border-color:#fc3939;color:#fff}.btn-light{background-color:#f9f8fc;border-color:#f9f8fc;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#faf9fc;border-color:#faf9fc;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(260,4%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#faf9fd;border-color:#faf9fc;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(260,4%,83%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f9f8fc;border-color:#f9f8fc;color:#000}.btn-dark{background-color:#17141f;border-color:#17141f;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#14111a;border-color:#121019;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(58,55,65,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#121019;border-color:#110f17;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(58,55,65,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#17141f;border-color:#17141f;color:#fff}.btn-outline-primary{border-color:#593196;color:#593196}.btn-outline-primary:hover{background-color:#593196;border-color:#593196;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(89,49,150,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#593196;border-color:#593196;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(89,49,150,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#593196}.btn-outline-secondary{border-color:#a991d4;color:#a991d4}.btn-outline-secondary:hover{background-color:#a991d4;border-color:#a991d4;color:#fff}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(169,145,212,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#a991d4;border-color:#a991d4;color:#fff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(169,145,212,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#a991d4}.btn-outline-success{border-color:#13b955;color:#13b955}.btn-outline-success:hover{background-color:#13b955;border-color:#13b955;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(19,185,85,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#13b955;border-color:#13b955;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(19,185,85,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#13b955}.btn-outline-info{border-color:#009cdc;color:#009cdc}.btn-outline-info:hover{background-color:#009cdc;border-color:#009cdc;color:#fff}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(0,156,220,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#009cdc;border-color:#009cdc;color:#fff}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(0,156,220,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#009cdc}.btn-outline-warning{border-color:#efa31d;color:#efa31d}.btn-outline-warning:hover{background-color:#efa31d;border-color:#efa31d;color:#fff}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(239,163,29,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#efa31d;border-color:#efa31d;color:#fff}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(239,163,29,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#efa31d}.btn-outline-danger{border-color:#fc3939;color:#fc3939}.btn-outline-danger:hover{background-color:#fc3939;border-color:#fc3939;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(252,57,57,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#fc3939;border-color:#fc3939;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(252,57,57,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#fc3939}.btn-outline-light{border-color:#f9f8fc;color:#f9f8fc}.btn-outline-light:hover{background-color:#f9f8fc;border-color:#f9f8fc;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(249,248,252,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f9f8fc;border-color:#f9f8fc;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(249,248,252,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f9f8fc}.btn-outline-dark{border-color:#17141f;color:#17141f}.btn-outline-dark:hover{background-color:#17141f;border-color:#17141f;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(23,20,31,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#17141f;border-color:#17141f;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(23,20,31,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#17141f}.btn-link{font-weight:400;text-decoration:underline}.btn-link,.btn-link:hover{color:#593196}.btn-link.disabled,.btn-link:disabled{color:#868e96}.btn-group-lg>.btn,.btn-lg{border-radius:0;font-size:1.25rem;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:0;font-size:.875rem;padding:.25rem .5rem}.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}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#444;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid rgba(0,0,0,.15);height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#444;display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#593196;color:#fff}.dropdown-item.active,.dropdown-item:active{background-color:#593196}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#868e96;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1rem;white-space:nowrap}.dropdown-item-text{color:#444;display:block;padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:rgba(0,0,0,.15);color:#ededed}.dropdown-menu-dark .dropdown-item{color:#ededed}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#593196;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#ededed}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#593196;display:block;padding:.5rem 1rem;text-decoration:none;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:focus,.nav-link:hover{color:#593196}.nav-link.disabled{color:#868e96;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #ededed}.nav-tabs .nav-link{background:none;border:1px solid transparent;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#593196;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#868e96}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#ededed #ededed #fff;color:#444}.nav-tabs .dropdown-menu{margin-top:-1px}.nav-pills .nav-link{background:none;border:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#593196;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{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{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:1.2rem;padding-top:1.2rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;font-size:1.25rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.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-left:.5rem;padding-right:.5rem}.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}}@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-left:.5rem;padding-right:.5rem}.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}}@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-left:.5rem;padding-right:.5rem}.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}}@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-left:.5rem;padding-right:.5rem}.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}}@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-left:.5rem;padding-right:.5rem}.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{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-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.4)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.2)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.7)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.4)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.4)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.4)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.7)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:hsla(0,0%,100%,.9)}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:hsla(0,0%,100%,.9)}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:hsla(0,0%,100%,.9)}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-width:0}.card>.list-group:last-child{border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0}.card-footer,.card-header{background-color:rgba(0,0,0,.03);padding:.5rem 1rem}.card-footer{border-top:1px solid rgba(0,0,0,.125)}.card-header-tabs{border-bottom:0;margin-bottom:-.5rem}.card-header-pills,.card-header-tabs{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-group>.card{margin-bottom:.75rem}@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{border-left:0;margin-left:0}}.accordion-button{align-items:center;background-color:#fff;border:0;color:#444;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;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;width:100%}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#eeeaf5;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#502c87}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23502c87'%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");transform:rotate(-180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444'%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");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:transform .2s ease-in-out;width:1.25rem}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#593196;box-shadow:0 0 0 .25rem rgba(89,49,150,.25);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:not(:first-of-type){border-top:0}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#868e96;content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#868e96}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #ededed;color:#593196;display:block;position:relative;text-decoration:none;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{border-color:#ededed;z-index:2}.page-link:focus,.page-link:hover{background-color:#f9f8fc;color:#593196}.page-link:focus{box-shadow:0 0 0 .25rem rgba(89,49,150,.25);outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#593196;border-color:#593196;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#ededed;color:#868e96;pointer-events:none}.page-link{padding:.375rem .75rem}.pagination-lg .page-link{font-size:1.25rem;padding:.75rem 1.5rem}.pagination-sm .page-link{font-size:.875rem;padding:.25rem .5rem}.badge{color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid transparent;margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#ded6ea;border-color:#cdc1e0;color:#351d5a}.alert-primary .alert-link{color:#2a1748}.alert-secondary{background-color:#eee9f6;border-color:#e5def2;color:#65577f}.alert-secondary .alert-link{color:#514666}.alert-success{background-color:#d0f1dd;border-color:#b8eacc;color:#0b6f33}.alert-success .alert-link{color:#095929}.alert-info{background-color:#ccebf8;border-color:#b3e1f5;color:#005e84}.alert-info .alert-link{color:#004b6a}.alert-warning{background-color:#fcedd2;border-color:#fae3bb;color:#8f6211}.alert-warning .alert-link{color:#724e0e}.alert-danger{background-color:#fed7d7;border-color:#fec4c4;color:#972222}.alert-danger .alert-link{color:#791b1b}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#959597}.alert-light .alert-link{color:#777779}.alert-dark{background-color:#d1d0d2;border-color:#b9b9bc;color:#0e0c13}.alert-dark .alert-link{color:#0b0a0f}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{background-color:#ededed;display:flex;font-size:.75rem;height:1rem;overflow:hidden}.progress-bar{white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#444;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#2e283e;color:#444;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#f9f8fc;color:#444}.list-group-item{background-color:#17141f;border:1px solid transparent;color:#17141f;display:block;padding:.5rem 1rem;position:relative;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{background-color:#17141f;color:#5c507c;pointer-events:none}.list-group-item.active{background-color:#17141f;border-color:#17141f;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#ded6ea;color:#351d5a}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#c8c1d3;color:#351d5a}.list-group-item-primary.list-group-item-action.active{background-color:#351d5a;border-color:#351d5a;color:#fff}.list-group-item-secondary{background-color:#eee9f6;color:#65577f}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#d6d2dd;color:#65577f}.list-group-item-secondary.list-group-item-action.active{background-color:#65577f;border-color:#65577f;color:#fff}.list-group-item-success{background-color:#d0f1dd;color:#0b6f33}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bbd9c7;color:#0b6f33}.list-group-item-success.list-group-item-action.active{background-color:#0b6f33;border-color:#0b6f33;color:#fff}.list-group-item-info{background-color:#ccebf8;color:#005e84}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#b8d4df;color:#005e84}.list-group-item-info.list-group-item-action.active{background-color:#005e84;border-color:#005e84;color:#fff}.list-group-item-warning{background-color:#fcedd2;color:#8f6211}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e3d5bd;color:#8f6211}.list-group-item-warning.list-group-item-action.active{background-color:#8f6211;border-color:#8f6211;color:#fff}.list-group-item-danger{background-color:#fed7d7;color:#972222}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#e5c2c2;color:#972222}.list-group-item-danger.list-group-item-action.active{background-color:#972222;border-color:#972222;color:#fff}.list-group-item-light{background-color:#fefefe;color:#959597}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e5e5e5;color:#959597}.list-group-item-light.list-group-item-action.active{background-color:#959597;border-color:#959597;color:#fff}.list-group-item-dark{background-color:#d1d0d2;color:#0e0c13}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bcbbbd;color:#0e0c13}.list-group-item-dark.list-group-item-action.active{background-color:#0e0c13;border-color:#0e0c13;color:#fff}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat;border:0;box-sizing:content-box;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem rgba(89,49,150,.25);opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{max-width:100%;pointer-events:none;width:-moz-max-content;width:max-content}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);color:#868e96;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1060}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@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% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-top:1px solid #ededed;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;height:100%}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;height:100%}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;height:100%}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;height:100%}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;height:100%}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;height:100%}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;font-size:1rem;margin-bottom:0;padding:.5rem 1rem}.popover-header:empty{display:none}.popover-body{color:#444;padding:1rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1050}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid rgba(0,0,0,.2);right:0;top:0;transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid rgba(0,0,0,.2);top:0;transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix:after{clear:both;content:"";display:block}.link-primary{color:#593196}.link-primary:focus,.link-primary:hover{color:#472778}.link-secondary{color:#a991d4}.link-secondary:focus,.link-secondary:hover{color:#8774aa}.link-success{color:#13b955}.link-success:focus,.link-success:hover{color:#0f9444}.link-info{color:#009cdc}.link-info:focus,.link-info:hover{color:#007db0}.link-warning{color:#efa31d}.link-warning:focus,.link-warning:hover{color:#bf8217}.link-danger{color:#fc3939}.link-danger:focus,.link-danger:hover{color:#ca2e2e}.link-light{color:#f9f8fc}.link-light:focus,.link-light:hover{color:#faf9fd}.link-dark{color:#17141f}.link-dark:focus,.link-dark:hover{color:#121019}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width: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.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow: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-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:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.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:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #ededed!important}.border-0{border:0!important}.border-top{border-top:1px solid #ededed!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #ededed!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #ededed!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #ededed!important}.border-start-0{border-left:0!important}.border-primary{border-color:#593196!important}.border-secondary{border-color:#a991d4!important}.border-success{border-color:#13b955!important}.border-info{border-color:#009cdc!important}.border-warning{border-color:#efa31d!important}.border-danger{border-color:#fc3939!important}.border-light{border-color:#f9f8fc!important}.border-dark{border-color:#17141f!important}.border-white{border-color:#fff!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}.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}.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}.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-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top: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}.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-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!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{color:#593196!important}.text-secondary{color:#a991d4!important}.text-success{color:#13b955!important}.text-info{color:#009cdc!important}.text-warning{color:#efa31d!important}.text-danger{color:#fc3939!important}.text-light{color:#f9f8fc!important}.text-dark{color:#17141f!important}.text-white{color:#fff!important}.text-body{color:#444!important}.text-muted{color:#868e96!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#593196!important}.bg-secondary{background-color:#a991d4!important}.bg-success{background-color:#13b955!important}.bg-info{background-color:#009cdc!important}.bg-warning{background-color:#efa31d!important}.bg-danger{background-color:#fc3939!important}.bg-light{background-color:#f9f8fc!important}.bg-dark{background-color:#17141f!important}.bg-body,.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float: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-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}.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}.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-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top: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}.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}.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-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}.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}.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-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top: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}.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}.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-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}.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}.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-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top: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}.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}.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-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}.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}.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-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top: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}.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}.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-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}.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}.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-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top: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}.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-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}}.btn.active:focus,.btn:active,.btn:active:focus,.btn:focus{outline:none}.btn-secondary{background-color:#fff;border-color:#ccc;color:#17141f}.btn-secondary:hover{background-color:#ededed;border-color:#adb5bd;color:#17141f}.btn-secondary.disabled{background-color:#fff;border-color:#d9d9d9;color:#231e2f}.btn-warning{color:#fff}.btn-primary:focus{box-shadow:0 0 5px #703ebc}.btn-secondary:focus{box-shadow:0 0 5px #cbc8d0}.btn-success:focus{box-shadow:0 0 5px #18e76a}.btn-info:focus{box-shadow:0 0 5px #10b9ff}.btn-warning:focus{box-shadow:0 0 5px #f2b64d}.btn-danger:focus{box-shadow:0 0 5px #fd6b6b}.btn.disabled:focus{box-shadow:none}.table .thead-dark th{background-color:#a991d4;border-color:rgba(0,0,0,.05)}.form-control:focus{box-shadow:0 0 5px rgba(100,65,164,.4)}.nav-tabs .nav-link,.nav-tabs .nav-link.active{border-width:0 0 1px}.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover,.nav-tabs .nav-link:hover{border-bottom:1px solid #593196}.nav-tabs .nav-item+.nav-item{margin-left:0}.breadcrumb-item.active{color:#444}.badge.bg-light{color:#17141f}.progress{height:8px}.list-group-item{color:hsla(0,0%,100%,.8)}.list-group-item.active,.list-group-item:focus,.list-group-item:hover{color:#fff}.list-group-item.active{font-weight:700}.list-group-item.active:hover{background-color:#2e283e}.list-group-item.disabled:hover{color:#5c507c}body{background-color:#f9f9fb!important;color:#212529;font-family:Geologica!important;margin:0}a{color:#533f03;font-weight:700}*,.app-container,:after,:before{box-sizing:border-box}.app-container .view-container{height:100%;overflow-x:hidden;overflow-y:auto;padding:0!important;width:100%}.app-container .view-container .card{background-color:#f9f9fb!important;border:none;padding:1rem}.app-container .view-container .view-routes,.app-container .view-container .view-routes>div{height:100%}.fullscreen{height:calc(100vh - 110px)!important;left:0;margin:5px;padding:5px 25px 50px!important;position:fixed;top:100px;width:99%!important;z-index:1000}.browserupgrade{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}.icon-button>.btn{line-height:1rem;padding:.5rem}.icon-button>.btn,.icon-button>.btn:hover{background-color:transparent;border-color:transparent}.icon-button>.btn:focus{box-shadow:none}.invalid-feedback{display:inline}.title{font-size:1.25em;margin:1px 10px}.description{font-size:.9em;margin:1px 10px}.shadow{border-radius:2px;box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12)}.error{background-color:red;color:#fff}.break{white-space:normal;word-break:break-all}.break-word{white-space:normal;word-break:keep-all}.preserve-space{white-space:pre-wrap}.pad{padding:10px!important}.pad-2{padding:2px!important}.pad-3{padding:3px!important}.pad-5{padding:5px!important}.pad-10{padding:10px!important}.pad-20{padding:20px!important}.pad-25{padding:25px!important}.pad-30{padding:30px!important}.pad-50{padding:50px!important}.pad-75{padding:75px!important}.pad-100{padding:100px!important}.pad-top-4{padding-top:4px!important}.pad-top-5{padding-top:5px!important}.pad-top-10{padding-top:10px!important}.pad-top-20{padding-top:20px!important}.pad-top-25{padding-top:25px!important}.pad-top-30{padding-top:30px!important}.pad-top-50{padding-top:50px!important}.pad-top-75{padding-top:75px!important}.pad-top-100{padding-top:100px!important}.pad-bottom-4{padding-bottom:4px!important}.pad-bottom-5{padding-bottom:5px!important}.pad-bottom-10{padding-bottom:10px!important}.pad-bottom-20{padding-bottom:20px!important}.pad-bottom-25{padding-bottom:25px!important}.pad-bottom-30{padding-bottom:30px!important}.pad-bottom-50{padding-bottom:50px!important}.pad-bottom-75{padding-bottom:75px!important}.pad-bottom-100{padding-bottom:100px!important}.pad-right-5{padding-right:5px!important}.pad-right-10{padding-right:10px!important}.pad-right-20{padding-right:20px!important}.pad-right-25{padding-right:25px!important}.pad-right-30{padding-right:30px!important}.pad-right-50{padding-right:50px!important}.pad-right-75{padding-right:75px!important}.pad-right-100{padding-right:100px!important}.pad-left-5{padding-left:5px!important}.pad-left-10{padding-left:10px!important}.pad-left-20{padding-left:20px!important}.pad-left-25{padding-left:25px!important}.pad-left-30{padding-left:30px!important}.pad-left-50{padding-left:50px!important}.pad-left-75{padding-left:75px!important}.pad-left-100{padding-left:100px!important}.no-padding-left{padding-left:0!important}.no-padding-right{padding-right:0!important}.no-padding-top{padding-top:0!important}.no-padding-bottom{padding-bottom:0!important}.no-padding{padding:0!important}.no-margin{margin:0}.voffset{margin-top:2px!important}.voffset-5{margin-top:5px!important}.voffset-10{margin-top:10px!important}.voffset-15{margin-top:15px!important}.voffset-30{margin-top:30px!important}.voffset-40{margin-top:40px!important}.voffset-60{margin-top:60px!important}.voffset-80{margin-top:80px!important}.voffset-100{margin-top:100px!important}.voffset-150{margin-top:150px!important}.readonly{background-color:#eee;opacity:1}.hand,a:hover{cursor:pointer}button.anchor-btn{align-items:normal;background:none;border:none;padding:0;text-align:initial;width:100%}a.anchor-btn:hover{text-decoration:none}#healthCheck .popover,#threadDump .popover{display:block;font-size:10px;max-width:1024px;top:inherit}.thread-dump-modal-lock{max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#healthCheck .popover{margin-left:-50px}.health-details{min-width:400px}.width-min{width:1%!important}.modal-xl{max-width:95%!important}.ribbon{background-color:rgba(170,0,0,.5);left:-3.5em;opacity:.75;overflow:hidden;position:absolute;top:30px;transform:rotate(-45deg);white-space:nowrap;width:15em;z-index:99999}.ribbon,.ribbon a{pointer-events:none}.ribbon a{color:#fff;display:block;font-weight:400;margin:1px 0;padding:10px 50px;text-align:center;text-decoration:none;text-shadow:0 0 5px #444}.navbar-version{color:#bbb;font-size:10px;padding:0 0 0 10px}.brand-logo:hover{text-decoration:none}.brand-logo .brand-icon{display:inline-block;width:auto}.brand-logo .brand-icon img{width:172px}.brand-title{color:#fff;font-size:24px;margin-left:5px}.brand-title:hover{color:#ccc;text-decoration:none}.loading-bar{background-color:#009cd8;height:3px;position:absolute;top:0;z-index:1031}.hipster{background:url(../content/60a2f255dc65d005c8fbf7f8725a23b3.png) no-repeat top;background-size:contain;display:inline-block;height:497px;width:100%}.ml15{margin-left:15px}.homeCreateButtons{background-color:#fff!important;border:1.23px solid #000!important;color:#000!important;display:flex;font-family:DM Sans,sans-serif!important;font-size:20px!important;font-weight:400!important;justify-content:center;min-height:76px!important;text-align:center;width:100%}.homeCreateButtons:hover{border:3px solid #000!important;color:#000!important;text-decoration:none!important}.homeCreateButtons:focus{box-shadow:none!important}.homeDropdownItem:active,.homeDropdownMenu .homeDropdownItem.active{background-color:#fff!important;color:#fff!important;text-decoration:none!important}.accordionTitle{box-shadow:none!important;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700;height:100%;text-transform:uppercase;width:100%}.accordionTitle:hover{color:#000!important;font-size:18px}.homeCard{height:100%;margin:20px auto;min-height:138px;width:100%}.homeCardTitle{background-color:#c90019;border-radius:20px 20px 0 0;color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;margin-left:auto!important;margin-right:auto!important;min-height:32px;padding:12px 24px}.homeCardContent,.homeCardTitle{height:100%;justify-content:space-between;width:100%}.homeCardContent{background-color:#f2f1fa;border-radius:0 0 20px 20px;margin:auto!important;padding:15px 30px}.homeCardContentTitle{color:#000;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400}.homeCardContentCol,.homeCardContentColTitle,.homeCardContentTableCol,.homeCardContentTableRow,.homeCardContentTitle{height:100%;margin:auto!important;width:100%}.homeCardContentTableRows{color:#000;font-family:DM Sans,sans-serif;font-size:13px;font-weight:400;height:100%;width:100%!important}.homeCardButtonCol,.homeCardContentTableCols{height:100%;margin:auto!important;width:100%}.homeCardButtonCol{align-items:center!important;justify-content:center!important}.homeCardButton{background-color:#f2f1fa!important;border:1.5px solid #000!important;color:#000!important;font-size:13px!important;font-weight:400!important}.homeCardButton:hover{border:2px solid #000!important;color:#000!important;font-weight:500!important}.homeCreateButtons{align-items:center;align-self:center!important;background:#fff!important;border:1px solid #e9e9ec!important;border-radius:16px!important;border-radius:8px!important;box-shadow:0 4px 8px -2px #2d364314!important;display:flex!important;gap:24px!important;justify-content:center!important;margin-bottom:5px!important;min-height:120px!important;min-width:220px!important;padding:0 24px!important;width:100%!important}.homeCreateButtons:active,.homeCreateButtons:focus,.homeCreateButtons:hover{background-color:#f6f6f9!important;border:1px solid #c1c8d1!important;border-radius:8px!important;box-shadow:0 4px 8px -2px #2d364314!important;color:#000!important;text-decoration:none!important}.homeCreateTitle{color:#0d102d;font-family:Geologica,sans-serif;font-size:24px;font-weight:500;margin:0}.homeCreateButtons>a{align-items:center;display:inherit;font-size:15px;min-height:60px}.krizDetayButtons{align-items:center;background-color:#bcbacd;border-radius:12px;display:flex;height:65px;justify-content:center;margin-bottom:4px;margin-left:1%;max-width:250px;text-align:center;width:100%}.br16{border-radius:16px}.goBackBtn{display:flex;flex-direction:row;justify-content:space-between}.goBackBtn,.radiusBtn{border-radius:12px}.newRecordBtn{background-color:#239828;border-color:transparent;border-radius:12px;color:#fff}.newRecordBtn:active,.newRecordBtn:focus,.newRecordBtn:hover{background-color:#125014;border-color:transparent;color:#fff}.btn-secondary:not(:disabled):not(.disabled):active{background-color:#000;border-color:transparent;color:#fff}.updateRecordBtn{background-color:#4572d3;border-color:transparent;color:#fff}.updateRecordBtn:active,.updateRecordBtn:focus,.updateRecordBtn:hover{background-color:#1b4194;border-color:transparent;color:#fff}.deleteRecordBtn{background-color:#fc3939;border-color:transparent;border-radius:12px;color:#fff}.deleteRecordBtn:active,.deleteRecordBtn:focus,.deleteRecordBtn:hover{background-color:#820e0e;border-color:transparent;color:#fff}.table td,.table th{vertical-align:middle!important}.adtButtons{align-items:center;border-radius:12px;display:flex;height:72px;justify-content:center;margin-bottom:4px;width:100%}.buttonCancel{margin:15px}.buttonCancel,.buttonSave{border-radius:8px;float:right}.buttonSave{margin:15px 65px 15px 15px}.buttonBox{display:flex;flex-direction:row;justify-content:space-between!important}.boxKatilimci.buttonBox{display:flex;flex-direction:row;justify-content:space-between}.boxKatilimci button.buttonSave.btn.btn-primary{background:#34404f;border-color:#34404f;margin-right:15px;max-width:120px;width:120px}.boxKatilimci button.buttonCancel.btn.btn-info{background:#f2f3f5;border:#f2f3f5;color:#000;margin-left:0;max-width:120px;width:120px}.css-6s1xft-MuiGrid-root>.MuiGrid-item{padding-left:15px}.MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-2.css-6s1xft-MuiGrid-root,.noteAddBtn{justify-content:space-between}.noteAddBtn{background-color:#239828;border-radius:10px;color:#fff;display:flex;flex-direction:row;padding:8px}.gorevDurumBtn{border-radius:10px;margin-left:1px;margin-right:1px}.gorevDurumContainer,.saglikDurumuAddBtn{display:flex;flex-direction:row;justify-content:space-between}.saglikDurumuAddBtn{background-color:#fc3939;border-radius:10px;color:#fff;padding:8px;width:-moz-max-content;width:max-content}.saglikDurumuAddBtn:focus,.saglikDurumuAddBtn:hover{background-color:#820e0e;border-color:transparent;color:#fff}.gorevlerBadge{background-color:#f2f3f5;border-radius:4px;font-size:12px;margin-right:6px;padding:5px 15px}.gorevlerRowBtn{border:1px solid #f2f3f5;border-radius:8px;cursor:pointer;font-size:14px;gap:8px;margin-right:12px;padding:8px}.gorevlerGorevBox{background-color:#fff;border:1px solid #d8d8d8;border-radius:8px;margin-bottom:8px;padding:8px}.searchBox{background-color:#fff!important;border-color:gray!important;border-radius:8px!important;margin-left:5px;padding:8px!important}.searchButtonBox{background-color:gray!important}.searchBoxFilled,.searchButtonBox{border-color:transparent!important;border-radius:8px!important;margin-left:5px;padding:8px!important}.searchBoxFilled{background-color:#ccc!important}.searchBoxFilled:active,.searchBoxFilled:focus,.searchBoxFilled:hover{background-color:gray!important;border-color:transparent!important;border-radius:8px!important;padding:8px!important}.moreActionBtn{cursor:pointer;position:absolute;right:20px}.moreActionLabel{cursor:pointer;justify-content:center;right:20px}.moreActionBox,.moreActionLabel{display:flex;flex-direction:column;margin-top:8px;position:absolute;top:0}.moreActionBox{border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);right:50px;width:180px;z-index:999999}.moreActionBtnStyle{align-items:center;cursor:pointer;display:flex;padding:8px}.overlay{background-color:hsla(0,0%,100%,.7);height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.container-area{border:1px solid #ccc;flex:1;height:50vh}.container-chat-area{flex:1}.H3-headings{color:#5d5a88;font-size:24px;font:DM Sans;font-weight:500;line-height:34px}.eventArea{align-items:center!important;background-color:#fff!important;border:1px solid #dadee3!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #0000000d;color:#49586a!important;display:flex!important;font-family:Geologica;font-size:16px!important;font-weight:500!important;gap:12px;line-height:24px!important;padding:12px 18px!important;text-align:left!important}.eventArea:hover{background-color:#dadee3!important;border:1px solid #f2f3f5!important;box-shadow:0 1px 2px 0 #0000000d!important}.sm-eventArea{background-color:#fff!important;border-radius:8px!important;color:#5d5a88!important;font-size:16px!important;height:44px!important;min-width:-moz-fit-content;min-width:fit-content;text-align:left!important}button.eventArea.btn.btn-secondary{text-align:center!important}.moreActionArea{background-color:#fff!important;border-radius:8px!important;height:30px!important;width:170px!important}.inputArea,.moreActionArea{color:#5d5a88!important;font-size:16px!important;text-align:left!important}.newRecordArea{width:194px!important}.newRecordArea,.sm-newRecordArea{background-color:#5d5a88!important;border-radius:8px!important;color:#fff!important;font-size:16px!important;height:44px!important;text-align:left!important}.sm-newRecordArea{width:100px!important}hr.vertical{border:none;border-left:1px solid #cbd5e1;height:40px!important;margin:0}.starButton{background-color:#f8f8f8;border:1px solid #ccc;cursor:pointer;padding:10px}.modal-container-area{background-color:#fff!important;max-height:450px;overflow-y:auto}.container-info-area,.modal-container-area{border-radius:8px;margin-bottom:8px;margin-top:8px;overflow-y:hidden;padding:8px}.container-info-area{background-color:#f9f9ff;color:#5d5a88}.container{max-width:1296px!important}.required{color:red;margin-left:4px}.close-button{background-color:#fff;border-radius:50%;color:red;cursor:pointer;display:inline-block;font-size:20px;padding:5px}.close-button:hover{background-color:#f9f9f9}.ballonArea{border:1px solid gray!important;border-bottom:none!important;border-radius:30% 30% 0 0!important;flex:1;font-size:16px!important;height:80%!important;text-align:center!important;width:"80%"!important;width:90px!important}.ballonArea:hover{background-color:#5d5a88}.watermarked-background{display:flex;flex-wrap:wrap;gap:50px;height:100%;width:100%}.watermarked-background .column{display:flex;flex-direction:column;position:relative}.watermarked-background .watertext{color:#c705110a;font-family:Geologica,sans-serif;font-size:72px;line-height:44px;margin-bottom:220px;transform:rotate(330deg)}.watermarked-background .column:nth-child(2n) .watertext{margin-bottom:220px}.separator{height:24px;width:7px}.link-text,.separator{color:#1f2833;flex:none;flex-grow:0;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.3px;line-height:28px;order:0}.link-text{height:28px}.icon-text{align-items:center!important;display:flex!important;justify-content:center!important;text-align:center}.header-frame-text{align-items:center;color:#1f2833;display:flex;flex:none;flex-grow:0;font-family:Geologica;font-size:32px;font-style:normal;font-weight:600;height:44px;letter-spacing:-.5px;line-height:44px;order:0;width:429px}.create-button{align-items:center!important;background-color:#34404f!important;border:none!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#fff!important;display:flex!important;font-size:16px!important;font-weight:500!important;gap:12px!important;height:36px!important;justify-content:center!important;letter-spacing:0!important;line-height:24px!important;padding:12px 18px!important;text-align:left!important}.create-button:focus{box-shadow:none!important}.create-button:hover{background:#c70511!important;box-shadow:0 1px 2px 0 #e3061314!important}.download-button{align-items:center!important;background-color:#fff!important;border:1px solid #dadee3!important;border-radius:6px!important;color:#49586a!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:10px!important;height:36px!important;justify-content:center!important;letter-spacing:-.200000003px!important;line-height:24px!important;padding:6px,12px!important;text-align:left!important}.download-button:focus{box-shadow:none!important}.download-button:hover{background-color:#34404f!important;border:1px solid #34404f!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.download-button:hover img{filter:brightness(0) invert(1)}.delete-button{align-items:center!important;background-color:#fce6e7!important;border:1px solid #c70511!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#c70511!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:40px!important;justify-content:center!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important}.delete-button:focus{box-shadow:none!important}.delete-button:hover{background-color:#e8333e!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.delete-button:hover img{filter:brightness(0) invert(1)}.filtre-temizle{align-items:center!important;background-color:#fce6e7!important;border:1px solid #c70511!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#c70511!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:36px!important;justify-content:center!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important}.filtre-temizle:focus{box-shadow:none!important}.filtre-temizle:hover{background-color:#e8333e!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.filtre-temizle:hover img{filter:brightness(0) invert(1)}.edit-button,.view-button{height:40px!important}.edit-button,.view-button,.view-button-icon{align-items:center!important;background-color:#fff!important;border:1px solid #c1c8d1!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#607083!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;justify-content:center!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important}.view-button-icon{height:40px;width:40px}.edit-custom-button{align-items:center!important;background-color:#f2f3f5!important;border:none!important;border:1px solid #f2f3f5;border-radius:6px!important;color:#49586a!important;display:flex!important;gap:8px!important;height:40px!important;justify-content:center!important}.edit-button:focus,.edit-button:hover,.edit-custom-button:focus,.edit-custom-button:hover,.view-button-icon:focus,.view-button-icon:hover,.view-button:focus,.view-button:hover{background-color:#34404f!important;border:1px solid #34404f!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.edit-button:focus img,.edit-button:hover img,.edit-custom-button:focus img,.edit-custom-button:hover img,.view-button-icon:focus img,.view-button-icon:hover img,.view-button:focus img,.view-button:hover img{filter:brightness(0) invert(1)}.cancel-button{background-color:#fff!important;border:1px solid #f2f3f5!important;border-radius:6px!important;color:#49586a!important;height:48px!important;text-transform:uppercase!important}.cancel-button:hover{background-color:#dadee3!important}.cancel-button:focus,.cancel-button:hover{box-shadow:none!important}.duyuru-taslak-button{align-items:center!important;background-color:#fff!important;background-color:#f2f3f5!important;border:1px solid #f2f3f5!important;border-radius:6px!important;color:#49586a!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:400!important;height:48px!important;justify-content:center!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important}.duyuru-taslak-button:focus,.duyuru-taslak-button:hover{background-color:#dadee3!important;box-shadow:none!important}.save-button{align-items:center;background-color:#e30613!important;border:1px solid #e30613!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#fff!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:400!important;height:48px!important;justify-content:center!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important}.onay-button:focus,.onay-button:hover,.save-button:focus,.save-button:hover{background-color:#c70511!important;border:1px solid #c70511!important;box-shadow:0 1px 2px 0 #e3061314!important}.onay-button{background-color:#34404f!important;border:1px solid #34404f!important;border-radius:6px!important;color:#fff!important;font-family:Geologica!important;font-size:14px!important;font-weight:400!important;height:40px!important;text-transform:uppercase!important}.attach-file-button{align-items:center!important;background-color:#fff!important;border:1px solid #c1c8d1!important;border-radius:6px!important;color:#49586a!important;display:flex!important;height:40px!important;justify-content:center!important}.attach-file-button:focus{box-shadow:none!important}.attach-file-button:hover{background-color:#f6f6f9!important;box-shadow:none!important}.disabled-attach-file-button{height:40px!important}.disabled-attach-file-button,.download-file-button{align-items:center!important;background-color:#fff!important;border:1px solid #c1c8d1!important;border-radius:6px!important;color:#49586a!important;display:flex!important;justify-content:center!important}.download-file-button{gap:12px!important;height:36px!important;padding:6px 9px!important}.download-file-button:focus{box-shadow:none!important}.download-file-button:hover{background-color:#f6f6f9!important;box-shadow:none!important}.link-a-text{align-items:center!important;color:inherit!important;cursor:pointer;display:flex!important;justify-content:center!important;text-decoration:none!important}#ref-kriz-turu-katilimci-heading .form-group{margin-bottom:0;margin-left:5px!important;max-width:250px;width:100%}#ref-kriz-turu-katilimci-heading button.searchBoxFilled.btn.btn-info{font-size:14px;margin-left:10px!important;max-width:250px;width:100%}.seachiconposition{flex-wrap:wrap!important;gap:10px!important;justify-content:left}.buttonsHeader,.seachiconposition{align-items:center;display:flex;position:relative}.buttonsHeader{background-color:#34404f;border-radius:4px;cursor:pointer;height:40px;padding:8px;width:40px}.seachicon{align-items:center!important;margin-left:10px;position:absolute;top:5px!important}.seachinput{margin-bottom:10px;padding-left:40px!important}.title-frame{align-items:center!important;display:flex!important;gap:16px}.title-text{display:contents;font-family:Geologica;font-size:32px;font-weight:600;letter-spacing:-.5px;line-height:44px;text-align:left}.search-input{background-color:#fff!important;border-radius:6px!important;box-shadow:none!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:8px!important;height:36px!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:8px 8px 8px 40px!important;text-align:left!important;width:300px!important}.search-input,.search-input:hover{border:1px solid #c1c8d1!important}.search-input:hover{background-color:#f6f6f9!important}.search-input:active,.search-input:focus{background-color:#fff!important;border:1px solid #5fb6ff!important}.search-frame{align-items:center;flex-wrap:wrap;gap:10px!important;justify-content:space-between}.export-add-frame,.search-frame{display:flex;flex-direction:row;margin-bottom:15px}.export-add-frame{justify-content:flex-end}.content-area{background-color:#fff;border:1px solid #f2f3f5;border-radius:4px;box-shadow:0 8px 11px -4px #2d36430a;box-shadow:0 20px 24px -4px #2d36430a;gap:16px;padding:16px 24px}.content-table{background-color:#fff;border:1px solid #dadee3;border-radius:12px;overflow-x:auto!important;width:100%!important}.content-table.responsive-table-container{max-width:100%}.content-table.responsive-table-container table{table-layout:auto;width:100%}@media(max-width:1400px){.content-table.responsive-table-container table{min-width:1200px}}@media(max-width:1200px){.content-table.responsive-table-container table{min-width:1000px}}.accordion-content-table{background-color:#fff;border:1px solid #fff;border-radius:10px;overflow-y:auto!important}.content-table-istasyon{border:none;border-radius:4px}.table-title-cell-istasyon{color:#607083!important;font-family:Geologica!important;font-size:14px!important;font-weight:400!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:10px 15px!important;text-align:left!important;text-transform:uppercase;white-space:nowrap}@media(max-width:1400px){.table-title-cell-istasyon{font-size:13px!important;padding:8px 12px!important}}.table-title-cell{color:#49586a!important;font-family:Geologica!important;font-size:14px!important;font-weight:600!important;letter-spacing:-.200000003px!important;padding:10px 20px!important;text-transform:uppercase!important}.table-content-cell-istasyon{word-wrap:break-word;color:#5e718d!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;hyphens:auto;letter-spacing:-.3000000119px!important;line-height:20px!important;overflow-wrap:break-word;padding:12px 15px!important;vertical-align:left!important}@media(max-width:1400px){.table-content-cell-istasyon{font-size:14px!important;line-height:14px!important;padding:10px 12px!important}}@media(max-width:1200px){.table-content-cell-istasyon{font-size:13px!important;line-height:13px!important;padding:8px 10px!important}}.table-content-blue-cell,.table-content-cell{padding:10px 20px!important}.table-content-blue-cell{color:#1175d2!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.3000000119px!important;vertical-align:middle!important}.content-table-title-area{background-color:#fafafa!important}.content-table-title-area-istasyon{background:#fafafa}@media(max-width:1400px){.content-table-title-area-istasyon .tableHeaderContainer{align-items:center;display:flex;justify-content:space-between;min-height:32px}.responsive-table-container .epostaText{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.responsive-table-container .epostaText:hover{background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:visible;padding:4px;position:relative;white-space:normal;z-index:10}}@media(max-width:1200px){.responsive-table-container .table-content-cell-istasyon:nth-child(5),.responsive-table-container .table-content-cell-istasyon:nth-child(6),.responsive-table-container .table-title-cell-istasyon:nth-child(5),.responsive-table-container .table-title-cell-istasyon:nth-child(6){display:none}}@media(max-width:768px){.responsive-table-container .table-content-cell-istasyon:nth-child(2),.responsive-table-container .table-title-cell-istasyon:nth-child(2){display:none}}.table-head-row{height:50px!important}.table-cell-row{height:52px!important;padding:0!important}.pagination-title{color:#49586a;font-family:Geologica;font-size:14px;font-weight:400;letter-spacing:.400000006px;line-height:23px;text-align:left}.modal-style{margin:auto!important;max-height:100%!important;max-width:40%!important;padding:30px!important}.modal-header .close{align-items:center;background-color:transparent;border:1px solid #fff!important;border-radius:4px;color:#fff;display:flex;font-weight:100;height:32px;justify-content:center;margin:0!important;opacity:1!important;padding:8px!important}.modal-body-row,.modal-detail-body-row{display:flex!important;margin:auto!important}.modal-detail-body-row{height:500px!important}.modal-footer{background:#fbfbfb!important;border-radius:0 0 4px 4px!important;border-top:1px solid #e3e3e4!important;height:80px!important;justify-content:space-between!important;padding:10px 24px!important}.deneme{border-radius:6!important;max-width:200!important;min-width:200!important}a.active.chatActive.nav-link{border-color:#1175d2;border-width:0 0 2px;color:#1175d2;font-weight:600}a.active.chatActive.nav-link,a.chatActive.nav-link{font-size:16px;line-height:28px;text-transform:uppercase}a.chatActive.nav-link{color:#626263;font-weight:400;padding:15px 16px}.chatClose{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between}.rightChatDrawer{background-color:#fff;box-shadow:-1px 4px 4px 0 #00000012;height:100vh;position:fixed!important;right:0;top:60px;width:29%}.newChatAdd{font-family:Geologica,sans-serif;font-size:16px;font-weight:500;line-height:24px}.cardChat{background-color:transparent!important;border:solid #dadee3!important;border-radius:0!important;border-width:0 0 1px!important;cursor:pointer;padding:16px!important}.gonderenKatilimciStyle{color:#34404f;font-size:20px;font-weight:500;line-height:25px}.singleMessage{height:65%}.newMessage,.singleMessage{background:#f2f3f580;border-radius:12px;flex:1 1 0%;margin-top:12px;overflow:hidden auto;padding:20px;width:100%}.newMessage{height:60%}.aliciMessage{color:#49586a;font-size:12px;font-weight:400;margin-right:10px}.dateMessage span{color:#a9b3be;font-size:12px;font-weight:400}.dateMessage{display:flex}button.sendMessage.btn.btn-primary{align-items:center;background-color:#1175d2!important;height:32px;line-height:14px;margin-right:10px;padding:8px;right:10px;width:32px}.sendMessageAndFiles{align-items:center;display:flex;justify-content:flex-end;position:absolute;right:0}.inputMessage:focus{z-index:0!important}.singleMessage .list-group{height:100%}.groupName{color:#202226;font-size:20px;font-weight:500;margin:0 0 0 5px}.groupNameStyle{align-items:center;display:flex;justify-content:flex-start;margin:24px 0}.container-chat-area{height:100%}.singleMessage::-webkit-scrollbar{background-color:#eaeaea;border-left:1px solid #ccc;width:8px}.singleMessage::-webkit-scrollbar-thumb{background-color:#1175d2}.singleMessage::-webkit-scrollbar-thumb:hover{background-color:#c70511}.chatScroll{height:300px;margin-bottom:20px;overflow-x:hidden;overflow-y:auto}.chatScroll::-webkit-scrollbar{background-color:#eaeaea;border-left:1px solid #ccc;width:8px}.chatScroll::-webkit-scrollbar-thumb{background-color:#1175d2}.chatScroll::-webkit-scrollbar-thumb:hover{background-color:#c70511}.buttonChatDuyuru{background-color:#34404f!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#5d5a88!important;height:48px!important;margin-right:5px!important;width:48px!important}.hiddeninfoTable{height:100vh;position:fixed!important;right:0;top:60px}.detailKeyStyle{color:#34404f;font-weight:500}.detailKeyStyle,.detailValStyle{font-family:Geologica,sans-serif;font-size:15px}.detailValStyle{color:#607083;font-weight:400}.chatUyeTotal{color:#93989a;font-size:14px;font-weight:400;line-height:18px;margin:0 0 0 5px}.tasksTotal{background-color:#fff;border:1px solid #f2f3f5;margin-bottom:20px;max-height:120px;padding:8px 24px}.taskTotalNumber{font-size:24px;font-weight:600;line-height:36px}.taskTotalNumber span{font-size:20px;font-weight:400;line-height:32px}.gorevDurumText{font-size:16px;font-weight:700;line-height:22px}.gorevCard{background-color:#fff;padding:24px}.toplamGorev{font-size:24px;font-weight:300}.toplamGorev span{font-size:24px;font-weight:600}.contentKeyTitle{color:#1f2833;font-family:Geologica,sans-serif;font-size:32px;font-weight:600;line-height:44px;margin:0}.goBackBtn.goBackInfoTable,.goBackBtn.goBackInfoTable:hover{background:transparent;border:transparent;color:#1f2833}.MuiBreadcrumbs-li span,.breadcrumbText{color:#1f2833;font-family:Geologica,sans-serif;font-size:16px;font-weight:400}.breadcrumb-link{color:#1f2833!important}.css-63vwl1-MuiTypography-root-MuiBreadcrumbs-root{color:#1f2833}.app-container .view-container{background-color:#f9f9fb!important}.kriz-katilimci-name{color:#34404f;font-family:Geologica,sans-serif;font-size:22px;font-weight:500}.gorevDurumuName{background:#f2f3f5;left:0;padding:10px;top:0;width:100%}.gorevDurumuName p{color:#1175d2;font-family:Geologica,sans-serif;font-size:16px;font-weight:300}.model-title-info.gorevDurumu{align-items:center;display:flex;margin-bottom:20px!important}.model-title-info.gorevDurumu p{color:#49586a;font-family:Geologica,sans-serif;font-size:16px;font-weight:400;margin-left:15px!important}.en,.tr{color:#34404f;font-size:20px;font-weight:500}.gorevDurumlari .dilGroup,.gorevDurumlari .form-group{padding:1rem}.gorevDurumlari .dilGroup .form-group{padding:0}.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active{color:#39ab59!important}.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root{color:#607083!important}.css-1hv8oq8-MuiStepLabel-label.Mui-active{color:#1f2833;font-size:22px;font-weight:400}.css-1hv8oq8-MuiStepLabel-label{font-size:22px!important}.krizGenelBilgi{background-color:#fff;border:1px solid #e9e9ec;border-radius:8px;margin-bottom:20px;padding:24px}.css-14yr603-MuiStepContent-root{border-left:none!important;margin-left:0!important;padding-left:0!important;padding-right:0!important}.krizGenelBilgi h4{color:#1f2833;font-size:24px;font-weight:500;margin-bottom:25px}.krizDetayBilgi{background-color:#fff;border:1px solid #e9e9ec;border-radius:8px;margin-bottom:20px;padding:24px}.krizDetayBilgi h4{color:#1f2833;font-size:24px;font-weight:500;margin-bottom:25px}.aciklamaSend{background-color:#fff;border:1px solid #e9e9ec;border-radius:8px;padding:24px}.krizButton{background-color:#34404f!important;border-color:#34404f!important;box-shadow:0 1px 2px 0 #79889a14!important}.krizButton,.krizButtonCancel{border-radius:6px!important;padding:12px 16px!important}.show-havalimani-modal,.show-map-modal{background-color:#f3f8ff!important;border:1px solid #b8deff!important;border-radius:4px!important;color:#005ba6!important;font-size:16px!important;font-weight:500!important;margin-top:15px!important;padding:8px 16px!important;width:100%!important}.show-map-modal{margin-bottom:10px!important}.ucusUcakBaslik{color:#34404f;font-size:18px;font-weight:500}.ucusUcakSec{color:#79889a;font-size:16px;font-weight:300}.ucakUcusButton{background-color:#f3f8ff!important;border:1px solid #b8deff!important;border-radius:4px!important;color:#005ba6!important;font-size:16px!important;font-weight:500!important;margin-bottom:10px!important;margin-top:15px!important;padding:8px 16px!important;width:100%!important}.ucakUcusButton span{margin-left:10px}.krizDetayBilgi tr{align-items:center;background:#f2f3f5;border:1px solid #dadee3;border-radius:4px;display:flex;justify-content:center;margin-bottom:10px;width:100%}.krizDetayBilgi td{border-top:initial!important;color:#34404f;font-size:14px;font-weight:400;padding:10px!important;text-align:center;width:100%}.rightArrow{border:1px solid #1f2833;border-radius:50%;padding:2px}.deleteUcusUcakButton{background:transparent!important;border:transparent!important;color:#0000008f!important}.krizGenelBilgi tr{align-items:center;background:#f2f3f5;border:1px solid #dadee3;border-radius:4px;display:flex;justify-content:center;margin-bottom:10px;width:100%}.krizGenelBilgi td{border-top:initial!important;color:#34404f;font-size:14px;font-weight:400;padding:10px!important;text-align:center;width:100%}.havalimaniDelete{background:transparent!important;border:transparent!important;color:#0000008f!important}.entitySearchButton{background:#34404f!important;border-color:#34404f!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #79889a14!important;color:#fff!important}.accordion-title-row{background:#f9f9f9!important;border:1px solid #fff!important;border-radius:4px 4px 0 0!important;height:56px!important;height:50px!important;padding-bottom:90px!important}.accordion-title-cell{background:#f9fafb!important;border:none!important;color:#607083!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important;text-transform:uppercase;vertical-align:middle!important}.accordion-icon{background-color:#f4f6f5!important}.css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root:hover{background-color:#cecfd2!important}.accordion-content-row{background:#f4f6f5!important;border:none!important;border-radius:4px 4px 0 0!important;cursor:pointer;height:62px!important;margin-top:10px!important}.accordion-content-cell{border:none!important;color:#607083!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;letter-spacing:-.2px!important;line-height:24px!important;padding:10px 14px!important;vertical-align:middle!important}.accordion-content-cell-button-area{align-items:center!important;border:none!important;display:flex!important;flex-wrap:wrap!important;height:100%!important;height:52px!important;justify-content:flex-end!important}.accordion-box{border-radius:4px 4px 4px 4px!important;margin:20px 8px!important}.accordion-typography{font-family:Geologica!important;font-size:22px!important;font-weight:500!important;letter-spacing:-.3000000119px!important;line-height:35px!important;text-align:left!important}.accordion-table{border:1px solid #dadee3!important;border-radius:0 20px 20px 20px!important}.accordion-table-title-row{background-color:#f9fafb!important;border:1px solid #dadee3!important;height:50px!important}.accordion-table-title-cell{color:#607083!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important;text-transform:uppercase}.accordion-table-content-row{border-bottom:1px solid #fff!important;height:50px!important;padding:0!important}.accordion-table-content-cell{background-color:#fff!important;color:#607083!important;font-size:14px!important;font-weight:300!important;letter-spacing:-.200000003px!important;line-height:24px!important;padding:13px 14px!important}.accordion-table-content-cell,.item-total-count{font-family:Geologica!important;vertical-align:middle!important}.item-total-count{align-items:flex-end!important;color:#34404f!important;display:flex!important;font-size:16px!important;font-weight:400!important;justify-content:space-between!important;letter-spacing:-.3000000119px!important;line-height:28px!important;margin-bottom:10px!important;text-align:left!important}.totalListItemText{color:#607083;font-family:Geologica;font-size:12px;font-weight:300;line-height:19px;text-align:left}.accordion-create-button{align-items:center!important;background-color:#1175d2!important;border:none!important;border-radius:6px!important;color:#fff!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:40px!important;justify-content:center!important;letter-spacing:0!important;line-height:20px!important;text-align:left!important}.accordion-create-button:focus{box-shadow:none!important}.accordion-create-button:hover{background-color:#005ba6!important;box-shadow:none!important}.krizChecked{background:#fff;border:1px solid #f2f3f5;padding:16px 24px}.toplamKrizKatilimci{color:#919dac;font-family:Geologica,sans-serif;font-size:14px;font-weight:400;margin-left:10px}.krizCreateButton{justify-content:flex-end;margin-bottom:15px}.cancelkrizCreate{background:#fff!important;border:1px solid #49586a!important;color:#49586a!important;font-size:16px!important;font-weight:500!important;padding:12px 18px!important}.krizChecked h4{color:#49586a;font-family:Geologica,sans-serif;font-size:16px;font-weight:400;margin-bottom:15px}.ucusCards{background-color:#fff;box-shadow:0 4px 8px -2px #2d364314;padding:16px}.ucusCard{width:100%}.ucusCard,.ucusSvg{align-items:center;display:flex;justify-content:space-between}.ucusSvg{position:relative}.ucusSolidBorder{border:1px solid #34404f}.ucusSolidBorder,.ucusdoshedBorder{height:1px;margin:0 10px;width:90px}.ucusdoshedBorder{border:1px dashed #34404f}.ucusSvg svg{color:#34404f;transform:rotate(90deg)}.ucusSvg h4{font-size:16px;font-weight:700}.kalkisZamani,.ucusSvg h4{color:#34404f;font-family:Geologica,sans-serif}.kalkisZamani{font-size:22px;font-weight:600}.ucusIcon{align-items:center;display:flex;justify-content:space-between}.ucusIcon h4{font-weight:500;margin:0 0 0 15px}.ucusCard.ucakCard h4,.ucusIcon h4{color:#34404f;font-family:Geologica,sans-serif;font-size:16px}.ucusCard.ucakCard h4{font-weight:700}.ucusCard.ucakCard h6{color:#34404f;font-family:Geologica,sans-serif;font-size:16px;font-weight:400}.show-havalimani-modal span{margin-left:10px}.entitySearchButton:hover,.krizButton:hover{background-color:#e30613!important;border-color:#e30613!important;box-shadow:0 1px 2px 0 #e3061314!important}.cancelkrizCreate:hover{border-color:#e30613!important;color:#e30613!important}.floating-label-input{margin-bottom:20px;position:relative}.floating-label-input label{color:#aaa;font-size:14px;left:10px;pointer-events:none;position:absolute;top:-7px;transition:top .3s,font-size .3s,color .3s}.floating-label-input.focused label{background:#fff;color:#007bff;font-size:12px;margin:0 2px;top:-25px}.floating-label-input input{border:1px solid #ccc;border-radius:5px;outline:none;padding:10px;transition:border-color .3s ease;width:100%}.floating-label-input.focused input:focus,.floating-label-input.focused input:valid{border-color:#007bff}.securityButton{font-size:14px!important;margin-left:10px;width:100%!important}.securityModalFooter{flex-wrap:nowrap!important}.modalDogrula{align-items:center;display:flex}.timerSms{font-weight:400;margin-top:15px}.timerSms,.timerSms span{color:#1175d2;font-size:16px}.timerSms span{font-weight:700}.inputDigit .form-group input{border:none!important;border-bottom:2px solid #34404f!important;border-radius:0!important;font-size:24px!important;margin-right:5px!important;outline-offset:0!important;text-align:left!important;width:100%!important}.inputDigit .form-group input:focus-visible{outline:none}a.krizDetayButtons.btn.btn-secondary{background-color:#fff;border:1px solid #dadee3;box-shadow:0 4px 8px -2px #2d364314;color:#49586a;font-size:18px;font-weight:500;height:auto;margin-bottom:15px;margin-left:0;margin-right:15px;max-width:275px;padding:24px;width:100%}.krizdetay-image img{width:35px}.krizdetay-image{background:#f2f3f5;border-radius:50%;display:inline-block;margin-bottom:15px;padding:10px}.krizDetayButtons:hover{background-color:#f6f6f9!important;border:1px solid #dadee3!important;box-shadow:0 4px 8px -2px #2d364314!important}.krizDetayButtons:hover .krizdetay-image{background:#fff}.krizDetayButtons:not(:disabled):not(.disabled):active{background-color:#f6f6f9!important;border:1px solid #dadee3!important;box-shadow:0 4px 8px -2px #2d364314!important;color:#49586a!important}.krizCeride.MuiBox-root.css-8atqhb{background:#fff;border:1px solid #f2f3f5;border-radius:8px;padding:16px 24px}.krizCerides{align-items:center;display:flex;justify-content:space-between}.krizCerides h4{color:#32324d;font-size:18px;font-weight:600}.tableHeader{background:#f2f3f580;border-radius:4px 4px 0 0}.tableHeader tr th{border-bottom:none!important;border-top:none}p.kymKrizCeride{background:#e6f3ff;border:1px solid #8acaff;border-radius:8px}p.adtKrizCeride,p.kymKrizCeride{display:inline-block;margin:0;padding:4px 8px}p.adtKrizCeride{background:#f2f3f5;border:1px solid #c1c8d1;border-radius:8px}.accordionMainTitle{padding:0!important}.acordionRadius{border-radius:16px!important;box-shadow:0 8px 11px -4px #2d36430a;box-shadow:0 20px 24px -4px #2d36430a!important;margin-bottom:24px!important}.acordionRadius:last-child{margin-bottom:0!important}.homeMainKey{font-weight:500}.homeMainKey,.homeMainValue{color:#34404f;font-family:Geologica;font-size:17px;margin:0;text-transform:uppercase}.homeMainValue{font-weight:700}.titleHome{color:#1f2833;font-family:Geologica;font-size:24px;font-weight:600;margin:0}.activeKrizNot{color:#79889a;font-size:20px;font-weight:300;margin-bottom:0;margin-left:15px}.acordionDetail{padding:0!important}.homeBottom{margin-bottom:32px}.accordionMainTitle .css-i4bv87-MuiSvgIcon-root{border:2px;color:#7b8794}.gecmisKriz{background-color:#34404f!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #79889a14!important;color:#f2f3f5!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:12px!important;margin-left:0!important;padding:12px 24px!important}.homeCreateButtons.dropdown-toggle:after{display:none}.TableKrizHome thead tr th{color:#607083;font-family:Geologica!important;font-size:16px;font-weight:300;padding-bottom:10px}.TableKrizHome tbody tr td,.TableKrizHome tbody tr th{color:#1f2833;font-family:Geologica!important;font-size:16px;font-weight:500;padding:10px 16px}.accordionTitle .css-1betqn-MuiAccordionSummary-content{align-items:center;height:100px;margin:0;max-height:100px}.tableHeader tr th{color:#607083;font-family:Geologica!important;font-size:14px;font-weight:600;text-transform:uppercase}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#1976d2!important;font-family:Geologica!important;font-size:16px!important;font-weight:600!important}.MuiTab-textColorPrimary{font-family:Geologica!important;font-size:16px!important;font-weight:400!important}.view-button-uye{align-items:center!important;background-color:#f2f3f5!important;border:none!important;border:1px solid #f2f3f5;border-radius:6px!important;color:#49586a!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:40px!important;justify-content:center!important;letter-spacing:0!important;line-height:20px!important;text-align:left!important;width:100%!important}.modal-backdrop{opacity:.5!important}.tableList thead tr th{color:#607083!important;font-family:Geologica!important;font-size:14px!important;font-weight:600!important;text-transform:uppercase!important}.edit-button.refresh-button{height:36px!important}.table-content-cell{color:#34404f!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.3000000119px!important;line-height:28px!important;vertical-align:middle!important}.modal-save-button:hover{border:1px solid #c70511!important;box-shadow:none!important}.modal-save-button{background-color:#34404f!important;border:1px solid #34404f!important}.modal-cancel-button,.modal-save-button{align-items:center;display:flex;height:40px!important;justify-content:center;width:85px!important}.modal-cancel-button{border:1px solid #f2f3f5!important}.modal-cancel-button:hover{box-shadow:none!important}.modal-content-title{align-items:center;font-family:Geologica;font-size:16px;font-weight:500;justify-content:space-between;letter-spacing:-.200000003px;line-height:20px;text-align:left}.modal-title{display:inline-block;margin-right:30px}.modal-title span{display:block}.modal-content-text{font-family:Geologica;font-size:16px;font-weight:300;letter-spacing:-.200000003px;line-height:18px;margin-left:0;margin-top:10px;text-align:left}.modal-cancel-button{background-color:#fff!important;border:1px solid #dadee3!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #0000000d;color:#49586a!important;height:48px!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important}.modal-cancel-button:hover{background-color:#dadee3!important;border:1px solid #f2f3f5!important;box-shadow:0 1px 2px 0 #0000000d}.modal-cancel-button:focus{background-color:#fff!important;border:1px solid #49586a!important;box-shadow:0 1px 2px 0 #0000000d!important}.modal-delete-button{background-color:#e30613!important;border:1px solid #e30613!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314!important;color:#fff!important;height:48px!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important}.modal-delete-button:hover{background-color:#c70511!important;border:1px solid #c70511!important;box-shadow:0 1px 2px 0 #e3061314!important}.modal-delete-button:focus{border:1px solid #f28d92!important}.btn-modal-delete-button,.modal-delete-button:focus{background-color:#e30613!important;box-shadow:0 1px 2px 0 #e3061314!important}.btn-modal-delete-button{border:1px solid #e30613!important;border-radius:6px!important;color:#fff!important;height:48px!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important;width:85px!important}.btn-modal-delete-button:hover{background-color:#c70511!important;border:1px solid #c70511!important;box-shadow:0 1px 2px 0 #e3061314!important}.btn-modal-delete-button:focus{background-color:#e30613!important;border:1px solid #f28d92!important;box-shadow:0 1px 2px 0 #e3061314!important}.modal-save-button{background-color:#e30613!important;border:none!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314;color:#fff!important;height:48px!important;margin:0!important;padding:12px 16px!important;text-transform:uppercase!important}.modal-save-button:hover{background-color:#c70511!important;box-shadow:0 1px 2px 0 #e3061314}.modal-save-button:focus{background-color:#e30613!important;box-shadow:0 1px 2px 0 #e3061314!important}.btn-modal-save-button{background-color:#e30613!important;border:none!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314;color:#fff!important;height:48px!important;padding:12px 16px!important;text-transform:uppercase!important}.btn-modal-save-button:hover{background-color:#c70511!important;box-shadow:0 1px 2px 0 #e3061314}.btn-modal-save-button:focus{background-color:#e30613!important;box-shadow:0 1px 2px 0 #e3061314!important}.btn-modal-cancel-button{background-color:#fff!important;border:1px solid #dadee3!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #0000000d;color:#49586a!important;height:48px!important;padding:12px 16px!important;text-transform:uppercase!important}.btn-modal-cancel-button:hover{background-color:#dadee3!important;border:1px solid #f2f3f5!important;box-shadow:0 1px 2px 0 #0000000d}.btn-modal-cancel-button:focus{background-color:#fff!important;border:1px solid #49586a!important;box-shadow:0 1px 2px 0 #0000000d!important}.havalimani-checkbox-text{align-items:center;color:#34404f!important;display:flex;font-family:Geologica!important;font-size:18px;font-weight:400;justify-content:flex-start;line-height:30px}.irtibat-tipi-buttons-nav{border:1px solid #dcdce4!important;border-radius:4px!important;margin:5px!important}.irtibat-tipi-buttons-nav-active{border:1px solid #34404f!important;border-radius:4px!important;margin:5px!important}.irtibat-tipi-buttons-nav-active:focus,.irtibat-tipi-buttons-nav-active:hover{border:1px solid #c70511!important}.irtibat-tipi-buttons-navlink{background-color:#fff!important;border:1px solid #dcdce4!important;border-radius:4px!important;color:#34404f!important}.irtibat-tipi-buttons-navlink,.irtibat-tipi-buttons-navlink-active{font-family:Geologica!important;font-size:16px!important;height:46px!important;margin:5px!important}.irtibat-tipi-buttons-navlink-active{background-color:#34404f!important;border:1px solid #34404f!important;border-radius:0!important;border-radius:4px!important;color:#fff!important}.irtibat-tipi-buttons-navlink:focus,.irtibat-tipi-buttons-navlink:hover{background-color:#eee!important;border:1px solid #dcdce4!important}.irtibat-tipi-buttons-navlink-active:focus,.irtibat-tipi-buttons-navlink-active:hover{background-color:#c70511!important;border:1px solid #c70511!important}.tableList .css-1q1u3t4-MuiTableRow-root{border:1px solid #dadee3}.approved-button{align-items:center!important;background-color:#fff!important;border:1px solid #13b955!important;border-radius:6px!important;box-shadow:0 0 6px 0 #00000066;color:#13b955!important;display:flex!important;font-size:14px!important;font-weight:500!important;gap:8px!important;justify-content:center!important;letter-spacing:0!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important;width:115px!important}.approved-button:focus{box-shadow:none!important}.approved-button:hover{background-color:#13b955!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.approved-button:hover img{filter:brightness(0) invert(1)}.modal-style-lg{margin:auto!important;max-height:100%!important;max-width:80%!important;padding:40px}.ek-dosya-title{color:#34404f;font-family:Geologica;font-size:15px;font-weight:500;letter-spacing:-.200000003px;line-height:20px;text-align:left}.ek-dosya-text{color:#000;font-size:16px;letter-spacing:.150000006px;line-height:28px}.ek-dosya-size,.ek-dosya-text{font-family:Geologica;font-weight:400;text-align:left}.ek-dosya-size{color:#00000099;font-size:14px;letter-spacing:.1700000018px;line-height:20.02px}table.gorevIstasyonGrubu.table{margin-bottom:0}.gorevIstasyonGrubu thead th{font-size:14px;line-height:14px;padding:5px!important;vertical-align:middle!important}.modal-title span{font-size:20px}.gorevIstasyonGrubu td{vertical-align:middle!important}.sortIcon{cursor:pointer;margin-left:5px;margin-top:-3px;width:24px}.downIcon.sortIcon{transform:rotate(180deg)}.sablon-switch-button .css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked{color:#39ab59!important}.sablon-switch-button .css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#39ab59!important}.modal-header{align-items:center!important;background-color:#34404f!important;border-radius:4px 4px 0 0!important;color:#fff;font-family:Geologica;font-size:24px;font-weight:500;letter-spacing:-.3000000119px;line-height:30px;min-height:98px;padding:16px 24px!important;text-align:left}.modal-content{border:none!important;border-radius:4px!important}.tableHeaderContainer{align-items:center;display:flex}.epostaText{color:#1175d2;font-family:Geologica;font-size:14px;font-weight:400;line-height:28px;text-align:left}.nav-tabs{border-bottom:1px solid #dadee3!important;margin-bottom:30px!important}.custom-nav-tabs{margin-top:20px!important;padding:0!important}.custom-nav-link{color:#79889a!important;font-family:Geologica!important;font-size:14px!important;font-weight:600!important;letter-spacing:-.3000000119px!important;line-height:16px!important;text-align:center!important}.custom-nav-link.active{background-color:transparent!important;border-bottom:2px solid!important;border-color:#1175d2!important;color:#1175d2!important;font-size:18px;font-weight:600;letter-spacing:-.3000000119px;line-height:30px;text-align:center}.accordion-content-area{background-color:#fff!important;border-bottom:#fff!important;padding:10px 30px!important}.flex-start-frame{justify-content:flex-start!important;width:100%!important}.accordion-create-button,.accordion-create-button:focus,.flex-start-frame{align-items:center!important;display:flex!important;margin:15px 0!important}.accordion-create-button,.accordion-create-button:focus{background-color:#fff!important;border:1px solid #005ba6!important;border-radius:6px!important;box-shadow:none!important;color:#005ba6!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:12px!important;height:48px!important;justify-content:center!important;line-height:24px!important;padding:12px 18px!important;text-align:left!important}.accordion-create-button:hover{background-color:#f3f5f2!important;border:1px solid #005ba6!important;color:#005ba6!important}.savedButton,.savedButton:focus{align-items:center!important;background-color:#fff!important;border-radius:4px!important;box-shadow:none!important;cursor:unset!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:36px!important;justify-content:center!important;line-height:16px!important;text-align:left!important}.savedButton,.savedButton:focus,.savedButton:hover{border:1px solid #39ab59!important;color:#39ab59!important}.savedButton:hover{background-color:#f2f3f5!important}.ucakUcusButton,.ucakUcusButton:focus{align-items:center!important;background-color:#fff!important;border:1px solid #1175d2!important;border-radius:4px!important;box-shadow:none!important;color:#1175d2!important;display:flex!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:8px!important;height:44px!important;justify-content:center!important;line-height:16px!important;padding:8px 16px!important;text-align:left!important}.ucakUcusButton:hover{background-color:#f2f3f5!important;border:1px solid #1175d2!important;color:#1175d2!important}.slideDesign,.slideImage{height:100%;position:relative}.slideImage:before{background:#00000047;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.slideNavLeft{left:10px}.slideNavLeft,.slideNavRight{position:relative!important;top:50%}.slideNavRight{right:10px}.slideText{align-items:center;color:#fff;display:flex;height:100%;left:10%;padding:16px;position:absolute;top:0;width:80%}.slideText,.slideTitle{text-align:justify!important}.slideTitle{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff!important;display:-webkit-box;font-family:Geologica!important;font-size:32px!important;font-weight:800!important;letter-spacing:.01em!important;line-height:40px!important;max-height:80px!important;overflow:hidden;padding-right:1.5ch;text-overflow:ellipsis;white-space:normal;word-break:break-word}.icerikSlide p,.slideTitle p{margin-bottom:0!important}.slideDescription{font-size:24px!important;font-weight:400!important;line-height:30px!important;margin-top:10px!important;text-align:justify!important}.slideButton,.slideDescription{color:#fff!important;font-family:Geologica!important}.slideButton{background:#e30613!important;border-radius:300px!important;font-size:20px!important;font-weight:700!important;gap:10px!important;line-height:27.32px!important;padding:12px 26px!important;text-align:left!important;text-transform:none!important}.cardHome{background:#fff;border-radius:20px;box-shadow:0 0 10px 0 #0f1c3a12;display:flex;flex-direction:column;flex-wrap:wrap;gap:40px;max-height:100%;min-height:226px;padding:24px 32px;position:relative;width:100%}.cardHome-count{bottom:15px;color:#1f2833!important;font-size:40px;font-weight:500;line-height:40px;position:absolute;width:100%}.cardHome h1,.cardHome-count{font-family:Geologica;text-align:left}.cardHome h1{color:#1f2833;font-size:20px;font-weight:400;letter-spacing:-.3000000119px;line-height:22px}.cardHomeImg{background:#fce6e7;border-radius:50px;height:40px;margin-bottom:10px;width:40px}.cardHomeImg img{align-items:center;display:flex;height:100%;justify-content:inherit;padding:8px;width:100%}.tabHome{margin-top:60px}.tabTitleHome button{color:#607083!important;font-weight:400!important;letter-spacing:-.2599999905px!important}.tabTitleHome button,.tabTitleHome button.Mui-selected{font-family:Geologica!important;font-size:22px!important;line-height:28px!important;text-align:center!important;text-transform:none}.tabTitleHome button.Mui-selected{color:#1f2833!important;font-weight:500!important;letter-spacing:-.2599999905px;position:relative}.tabTitleHome button.Mui-selected:before{background:#c70511;bottom:0;content:"";height:4px;position:absolute;transition:left .3s ease-in-out;width:48px}.tabHome .css-1aquho2-MuiTabs-indicator{display:none!important}.cardsHome{display:flex;flex-wrap:wrap;gap:1rem;margin-top:60px;padding-left:12px;padding-right:12px}.cardHome{box-sizing:border-box;flex:1 1 calc(25% - 1rem)}@media(max-width:768px){.cardHome{flex:1 1 calc(50.33% - 1rem)}}@media(max-width:576px){.cardHome{flex:1 1 100%}}.tabTitleHome .MuiTabs-flexContainer{justify-content:space-between;overflow-x:auto}.tabTitleHome{margin-bottom:30px}.titleTab{color:#1f2833;display:inline-block;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;margin:0;position:relative;text-align:left}.edit-icon{cursor:pointer;position:absolute;right:0;top:0}.ql-editor h1,.ql-editor h2,.ql-editor span p{margin-top:20px!important}.descriptionTab{color:#607083;font-family:Geologica;font-size:25px;font-weight:300;letter-spacing:-.02em;line-height:37.5px;text-align:left}.buttonTab{background:#fff!important;border:1px solid #f2f3f5!important;border-radius:6px!important;color:#607083!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:12px!important;line-height:24px!important;margin-top:20px;padding:12px 18px!important;text-align:left!important}.buttonTab:active,.buttonTab:focus,.buttonTab:hover{background:#dadee3!important;border:1px solid #f2f3f5!important;box-shadow:0 1px 2px 0 #0000000d!important;color:#17141f!important}.contentTitle{color:#1f2833!important;font-family:Geologica!important;font-size:40px!important;font-weight:600!important;line-height:60px!important;text-align:left!important}.contentDescription{color:#607083;font-family:Geologica;font-size:25px;font-weight:300;letter-spacing:-.02em;line-height:37.5px;text-align:left}.iletisimHome{background:#fff;border-radius:20px;box-shadow:0 0 20px 0 #0f1c3a12;margin-top:30px;padding:40px}.iletisimGec h1{color:#1f2833;font-size:36px;font-weight:700;letter-spacing:-.03em;line-height:54px}.iletisimGec h1,.iletisimGec p{font-family:Geologica;text-align:left}.iletisimGec p{color:#607083;font-size:25px;font-weight:300;letter-spacing:-.02em;line-height:37.5px}.footerLine{border-top:1px solid #a9b3be;margin-top:60px}.footerLine p{color:#607083;font-family:Geologica;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:24px;margin:1rem 0!important;text-align:center}.iletisimHome .input-text{background-color:#f9f9fb!important;border-color:#f9f9fb!important;border-radius:10px!important}.iletisimButton{background:#e30613;border-color:#e30613;border:none!important;border-radius:300px;color:#fff;font-family:Geologica;font-size:20px;font-weight:500;line-height:25px;text-align:left}.iletisimButton,.iletisimButton:hover{gap:10px;padding:12px 26px;text-transform:none!important}.iletisimButton:hover{background:#e30613!important;border:none!important;border-radius:300px;color:#fff!important;font-family:Geologica!important;font-size:20px!important;font-weight:500!important;line-height:25px!important;text-align:left!important;text-decoration:none!important}.istasyonHeader h1{color:#34404f;font-size:56px;font-weight:700;letter-spacing:-1.7999999523px;line-height:58px}.istasyonHeader h1,.istasyonHeader p{font-family:Geologica;text-align:left}.istasyonHeader p{color:#607083;font-size:25px;font-weight:300;letter-spacing:-.200000003px;line-height:41px}.search-input-istasyon{background:#f2f3f5!important;border:1px solid #f2f3f5!important;border-radius:6px!important;box-shadow:none!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:8px!important;height:48px!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:8px 8px 8px 40px!important;text-align:left!important;width:100%!important}.search-input-istasyon:hover{background-color:#f6f6f9!important;border:1px solid #c1c8d1!important}.search-input-istasyon:active,.search-input-istasyon:focus{background-color:#fff!important;border:1px solid #5fb6ff!important}.seachiconpositionistasyon{align-items:center;display:flex;justify-content:right;position:relative;width:100%!important}.searchiconIstasyon{align-items:center;background:linear-gradient(90deg,#c70511,#ed6068);border-radius:0 8px 8px 0;display:flex;height:100%;padding:10px;position:absolute}.havalimanlari{align-items:center;flex-wrap:wrap;gap:20px;margin-top:30px;width:100%}.havalimani{background:#f2f3f5;border-radius:2px;gap:8px;margin-bottom:5px;padding:8px 12px}.istasyonButton{font-size:20px}.istasyonButton,.istasyonButton:focus,.istasyonButton:hover{align-items:center;background:#e30613;border:none!important;border-radius:300px;color:#fff;display:flex;font-family:Geologica;font-weight:500;gap:10px;line-height:25px;margin-top:30px;padding:12px 26px;text-align:left}.istasyonButton img{filter:brightness(0) invert(1)}.rakamlar{background-color:#fff;margin-top:60px;padding:50px}.istasyonRakamlar{align-items:center;display:flex;justify-content:space-between}.istasyonRakam{text-align:center}.istasyonRakam img{margin-bottom:1.5rem}.istasyonRakam h3{color:#1f2833;font-size:48px;font-weight:600;letter-spacing:-1.7999999523px;line-height:58px}.istasyonRakam h3,.istasyonRakam p{font-family:Geologica;text-align:center}.istasyonRakam p{color:#49586a;font-size:20px;font-weight:400;letter-spacing:-.200000003px;line-height:24px}.stations{margin-top:0}.stations h1{color:#34404f;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;text-align:left}.cardStation{background:#fff;border-radius:20px;box-shadow:0 0 8.2px 0 #0f1c3a12;flex-wrap:wrap!important;gap:10px!important;margin-bottom:10px;margin-top:20px;padding:24px}.cardStation h1{color:#1f2833;font-size:22px;font-weight:400;line-height:20px}.buttonIstasyon,.cardStation h1{font-family:Geologica;text-align:left}.buttonIstasyon{background:#fff;border:1px solid #dadee3;border-radius:6px;color:#607083;font-size:14px;font-weight:500;gap:10px;height:36px;letter-spacing:-.200000003px;line-height:30px;line-height:24px;padding:6px 12px}.buttonIstasyon,.dosyaTipiBg{align-items:center;display:flex}.dosyaTipiBg{background:#f2f3f5;border-radius:50%;height:32px;justify-content:center;width:32px}.dosyaAciklama p{color:#49586a;font-weight:500;line-height:24px;margin:0!important}.dosyaAciklama p,.dosyaAciklama span{font-family:Geologica;font-size:12px;letter-spacing:-.200000003px;text-align:left}.dosyaAciklama span{color:#607083;font-weight:400;line-height:20px}.delete-button-icon{align-items:center;background-color:#fff;border:1px solid #c70511;border-radius:6px;box-shadow:0 1px 2px 0 #e3061314;display:flex;height:40px;justify-content:center;width:40px}.delete-button-icon:hover{background-color:#c70511!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.delete-button-icon:focus{align-items:center;background-color:#fff;border:1px solid #c70511;border-radius:6px;box-shadow:0 1px 2px 0 #e3061314;display:flex;height:40px;justify-content:center;width:40px}.delete-button-icon:hover img{filter:brightness(0) invert(1)}.autocomplete-container{align-items:center;display:flex;position:relative}.search-input-istasyon{padding-right:40px}.search-icon{position:absolute;right:10px;z-index:1}.headerIstasyon{position:relative}.headerIstasyon:before{background-color:#000;content:"";height:100%;opacity:.4;position:absolute;width:100%}.headerIstasyon-title{align-items:center;display:flex;height:100%;justify-content:space-around;left:0;position:absolute;top:0;width:100%}.headerIstasyon-title h1{font-size:48px!important;letter-spacing:-1.7999999523px!important;line-height:58px!important}.headerIstasyon-title h1,.headerIstasyon-title p{color:#fff!important;font-family:Geologica!important;font-weight:700!important;margin:0!important;text-align:left!important}.headerIstasyon-title p{font-size:20px!important;letter-spacing:0!important;line-height:41px!important}.cardStation h3{color:#455468;font-family:Geologica;font-size:22px;font-weight:500;letter-spacing:-.3000000119px;line-height:35px;margin-bottom:0;text-align:left}.custom-select-container{margin-bottom:0;width:300px}.custom-select-container .input-text{background-color:#34404f!important;border:1px solid #ccc!important;border-radius:4px!important;box-sizing:border-box!important;color:#fff!important;padding:6px!important;width:100%!important}.custom-select-container .input-text option{background-color:#fff!important;color:#000!important}.accordion-title-row-istasyon{background-color:#f9fafb!important;border:none!important;border-radius:4px 4px 0 0!important;height:56px!important}.accordion-content-row-istasyon{background-color:#f4f5f6!important;border:none!important;border-radius:4px 4px 0 0!important;cursor:pointer;height:62px!important}.accordion-content-cell-istasyon{border:none!important;color:#34404f!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.3000000119px!important;line-height:28px!important}.icon-acordion{border:none!important}.personelGorevGrubTitle p{color:#455468;font-family:Geologica;font-size:16px;font-weight:400;letter-spacing:-.3000000119px;line-height:28px;margin:0!important;text-align:left}.personelGorevGrubTitle span{color:#1175d2;font-family:Geologica;font-size:12px;font-weight:400;letter-spacing:-.200000003px;line-height:20px;text-align:left}.accordion-table-istasyon{border:1px solid #dadee3!important;border-radius:4px 4px 4px 4px!important;margin-bottom:20px;margin-top:20px}.accordion-content-area-istasyon{background-color:#fff!important;padding:0!important}.accordion-table-content-cell-istasyon{border:none!important;color:#34404f!important;font-size:16px!important;font-weight:400!important;height:52px!important;letter-spacing:-.3000000119px!important;line-height:28px!important;vertical-align:middle!important}.buttonIstasyon:hover{background:#dadee3;border:1px solid #f2f3f5;box-shadow:0 1px 2px 0 #0000000d}.gorevGrubuPersonel{background:#e6f3ff;border-radius:6px;color:#005ba6;font-family:Geologica;font-size:12px;font-weight:400;gap:10px;letter-spacing:-.200000003px;line-height:20px;margin-bottom:5px;padding:2px 8px;text-align:left}.custom-autocomplete{background-color:#fff;width:100%}.custom-chip{background-color:#e6f3ff!important;border:1px solid #8acaff!important;border-radius:4px!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.200000003px!important;line-height:18px!important;margin:5px!important;text-align:left!important}.custom-chip,.custom-chip .MuiChip-deleteIcon{color:#005ba6!important}.custom-chip .MuiChip-deleteIcon :hover{color:#002d53!important}.custom-chip .MuiChip-label{border-right:1px solid #005ba6!important;margin-right:10px!important}.irtibatTipiTable{border:1px solid #e9eff6;border-radius:20px;margin-bottom:10px;padding:20px}.irtibatTipiTable h4{color:#49586a;font-family:Geologica;font-size:14px;font-weight:600;letter-spacing:-.200000003px;line-height:24px;text-align:left}.irtibatTipiTableKategori{align-items:center;display:flex;gap:20px}.irtibatTipiTableKategori p{background:#e6f3ff;border-radius:6px;color:#005ba6;font-family:Geologica;font-size:12px;font-weight:500;gap:10px;letter-spacing:-.200000003px;line-height:20px;margin-bottom:.5rem;padding:2px 8px;text-align:left}.irtibatCreate{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.tanimlanmamisBilgi{align-items:center;display:flex;gap:6px}.tanimlanmamisBilgi img{margin-bottom:.5rem}.tanimlanmamisBilgi p{background-color:transparent!important;color:#c70511!important;font-family:Geologica!important;font-size:13px!important;font-weight:500!important;line-height:20px!important;text-align:left!important}.destekStation{align-items:center;display:flex;gap:20px;margin-bottom:10px}.destekStation p{background-color:#f2f3f5!important;border-radius:6px!important;font-family:Geologica!important;font-size:13px!important;font-weight:500!important;letter-spacing:-.200000003px!important;line-height:20px!important;margin-bottom:0!important;padding:2px 8px!important;text-align:left!important}.arrowIconIstatistik{margin-bottom:20px}.arrowIconIstatistik,.istatistikTarih{align-items:center;display:flex;gap:10px}.istatistikStation{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.arrowIconIstatistik h2{color:#455468;font-family:Geologica;font-size:24px;font-weight:600;letter-spacing:-.3000000119px;line-height:35px;margin-bottom:0;text-align:left}.istatistikTarih span{font-weight:300}.istatistikTarih p,.istatistikTarih span{color:#455468;font-family:Geologica;font-size:18px;letter-spacing:-.3000000119px;line-height:35px;text-align:left}.istatistikTarih p{display:grid!important;font-weight:600;margin-bottom:0}.cardIstatistik{align-items:center;display:flex;justify-content:space-between;margin:15px 0 0}.cardIstatistik p{font-size:48px;line-height:40px}.cardIstatistik .gorev_grubu_ist,.cardIstatistik p{color:#262527;font-family:Geologica;font-weight:500;margin-bottom:0;text-align:left}.cardIstatistik .gorev_grubu_ist{font-size:30px;line-height:20px}.istatistikBilgileri{margin-bottom:60px}.destekIstasyonCard{align-items:center;background:#f4f5f6;display:flex;justify-content:space-between;margin-bottom:10px;padding:16px}.destekIstasyonCard p{color:#1175d2;font-family:Geologica;font-size:14px;font-weight:500;letter-spacing:-.200000003px;line-height:24px;margin-bottom:0;text-align:center}.breadCrumb{align-items:center;background:#fff;display:flex;height:64px;margin-top:30px!important}.breadCrumb .css-1wuw8dw-MuiBreadcrumbs-separator{color:#1175d2}.breadcrumb-link-kriz{color:#1175d2!important;font-family:Geologica;font-size:16px;font-weight:600;line-height:20px;text-align:left}.loginUser,.profilTop{align-items:center;display:flex}.profilTop{justify-content:space-between;margin-top:30px}.profilButtonlar{gap:10px;margin-top:20px}.profilButtonlar,.uyeList{align-items:center;display:flex}.uyeList{color:#49586a;flex-wrap:wrap;font-family:Geologica;font-size:14px;font-weight:400;gap:5px;letter-spacing:-.200000003px;line-height:18px;margin-top:15px;text-align:right}.uyeList span{background:#e8feef;border:1px solid #c3fad2;border-radius:4px;padding:4px 12px}.adtProfil{align-items:center;display:flex;justify-content:space-between}.uyeOl,.uyeOl.disabled{align-items:center;background:#e30613;border:none!important;border-radius:6px;box-shadow:0 1px 2px 0 #e3061314;color:#fff;display:flex;font-family:Geologica;font-size:14px;font-weight:400;gap:8px;height:36px!important;line-height:20px;padding:10px 14px;text-align:left}.uyeOl:hover{background:#34404f;border:none!important;box-shadow:0 1px 2px 0 #79889a14}.uyeOl2{align-items:center;background:#fff;border:1px solid #db5465;border-radius:8px;box-shadow:0 1px 2px 0 #e3061314;color:#c90019;display:flex;font-family:Geologica;font-size:16px;font-weight:400;gap:8px;height:36px!important;line-height:24px;padding:10px 14px;text-align:left}.uyeOl2:active,.uyeOl2:focus,.uyeOl2:hover{background:#f0f0f0;border:1px solid #db5465;box-shadow:0 1px 2px 0 #79889a14;color:#c90019}.modal-title-info{background-color:#c1c8d1;border-radius:3px;color:#34404f;display:inline-block;font-family:Geologica;font-size:15px;font-weight:600;gap:10px;letter-spacing:-.0839999989px;line-height:16px;margin-bottom:5px;padding:2px 4px;text-align:left}.warningAdt,.warningAdt p{text-align:center}.warningAdt p{color:#596780;font-family:Geologica;font-size:20px;font-weight:400;letter-spacing:-.02em;line-height:30px}.adtEgitimler{align-items:center;display:flex;justify-content:space-between}.textRich .ql-container.ql-snow{height:200px}textarea.form-control{min-height:120px!important}.tabForm{border-bottom:1px solid #e9e9e9;margin-bottom:20px}.timBasvurulari{padding:24px}.timBasvurulari:hover{background:#f2f3f5;border-radius:20px}.timRight{align-items:center;display:flex;justify-content:flex-end}.timBasvurulari:hover .timRight img{filter:brightness(0) invert(1)}.timBasvuru h3{color:#1f2833;font-size:24px;font-weight:600;letter-spacing:-.03em;line-height:36px}.timBasvuru h3,.timBasvuru-text{font-family:Geologica;margin:0!important;text-align:left}.timBasvuru-text{color:#596780;font-size:19px!important;font-weight:400;letter-spacing:-.02em;line-height:28.5px!important}.statikSayfa h3{color:#34404f;font-family:Plus Jakarta Sans;font-size:72px;font-weight:700;letter-spacing:-.03em;line-height:80px;margin-bottom:50px;text-align:center}.krizYonetimiHeader{margin:50px auto;max-width:1000px}.krizYonetimiCountTitle h3{color:#1f2833;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;text-align:left;width:100%}.krizYonetimiCount p{border-bottom:1px solid;border-image-slice:1;border-image-source:linear-gradient(90deg,#c70511,#ed6068);font-size:86px;font-weight:600;margin-bottom:20px}.krizYonetimiCount p,.krizYonetimiCount p>span{color:#1f2833;font-family:Plus Jakarta Sans;letter-spacing:-.03em;line-height:80px;text-align:left}.krizYonetimiCount p>span{font-size:36px!important;font-weight:400}.krizYonetimiCountTitle p{color:#607083;font-family:Geologica;font-size:25px;font-weight:300;letter-spacing:-.02em;line-height:37.5px;text-align:left}.statikSayfaAralik{margin-top:60px}.statikContent.krizYonetimiCountTitle{align-items:center;display:flex;gap:50px;justify-content:space-between;margin-bottom:30px}.editIndir,.editIndir:active,.editIndir:hover{background-color:transparent;border-radius:7px;bottom:34px;filter:brightness(0) invert(1);height:31px!important;line-height:5px;position:absolute;right:76px;z-index:10}.editFoto{border:none!important;bottom:30px;position:absolute;right:30px;z-index:10}.editFoto,.editFoto:hover{background-color:transparent}.breadcrumb-page-name{color:#6e7d8b!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;line-height:20px!important}.page-title{color:#1f2833;font-size:24px;font-weight:500;line-height:36px}.page-title,.page-title-info{font-family:Geologica;text-align:left}.page-title-info{color:#a9b3be;font-size:16px;font-weight:200;letter-spacing:-.02em;line-height:24px}.button-text{color:#fff!important;font-size:14px!important;font-weight:300!important;line-height:24px!important;text-align:left!important}.modal-file-area{width:100%}.modal-dashed-file-area,.modal-file-area{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:100%}.modal-dashed-file-area{border:1px dashed rgba(0,0,0,.12);min-height:186px}.modal-dashed-file-area:hover{border:1px dashed #1175d2}.modal-file-list-area{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:100%;width:100%}.modal-file-list-row{border:1px solid #f2f3f5;border-radius:4px;display:flex;margin:10px 0;padding:16px;width:100%}.modal-file-text{font-size:20px;font-weight:400!important;letter-spacing:.150000006px;line-height:35px;text-align:left}.modal-upload-file-text{color:#1175d2;cursor:pointer}.modal-upload-file-text:hover{color:#1260a8;text-decoration:underline}.modal-file-name{color:rgba(0,0,0,.87);font-size:16px;font-weight:400;letter-spacing:.150000006px;line-height:28px;text-align:left}.modal-file-size{color:#607083;font-size:14px;font-weight:400;letter-spacing:.1700000018px;line-height:20.02px;text-align:left}.flex-space-between-frame{align-items:center!important;display:flex!important;justify-content:space-between!important;margin:15px 0!important;width:100%!important}.menuItem-text,.select-input{font-family:Geologica!important;font-size:14px!important;font-weight:500!important;letter-spacing:-.2px!important;line-height:20px!important;text-align:left!important}.profilTitle span{background:#e6f3ff;border-radius:80px;color:#005ba6;font-size:16px;line-height:16px;padding:8px 12px}.profilTitle h3,.profilTitle span{font-family:Geologica;font-weight:500;text-align:left}.profilTitle h3{color:#34404f;font-size:24px;letter-spacing:-.400000006px;line-height:36px;margin:10px 0!important}.profilTitle p{color:#607083;font-family:Geologica;font-size:20px;font-weight:200;letter-spacing:-.200000003px;line-height:20px;margin:0!important;text-align:left}.profilimTitle{align-items:center;display:flex;gap:15px}.profilimTitle span{background:#e6f3ff;border-radius:80px;color:#005ba6;font-size:16px;line-height:16px;padding:8px 12px}.profilimTitle h3,.profilimTitle span{font-family:Geologica;font-weight:500;text-align:left}.profilimTitle h3{color:#34404f;font-size:24px;letter-spacing:-.400000006px;line-height:36px;margin:0!important}.profilimTitle p{color:#607083;font-family:Geologica;font-size:20px;font-weight:200;letter-spacing:-.200000003px;line-height:20px;margin:0!important;text-align:left}.iletisimBilgiProfil{align-items:center;display:flex;gap:10px}.iletisimBilgiProfil p{color:#34404f;font-family:Geologica;font-size:20px;font-weight:400;letter-spacing:-.400000006px;line-height:36px;margin:0!important;text-align:left}.iletisimBilgiProfil span{font-family:Geologica;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:26px;text-align:left}.talepEgitimler{align-items:center;border-bottom:1px solid #f2f3f5;display:flex;gap:10px;margin-bottom:20px;padding:0 0 10px}.talepEgitimler h1{color:#49586a;font-family:Geologica;font-size:20px;font-weight:500;line-height:20px;margin:0;text-align:left}.filters{align-items:center;display:flex;justify-content:space-between}.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover,.nav-tabs .nav-link:hover{border-bottom:1px solid #2e75d6}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#2e75d6}.message-send-button,.message-send-button:focus{background-color:#34404f!important;border-radius:4px!important;box-shadow:none!important;gap:10px!important;height:42px!important;padding:8px!important;width:42px!important}.message-send-button:hover{background-color:#fff!important;border:1px solid #34404f!important}.message-send-button:hover img{filter:brightness(0) saturate(100%) invert(18%) sepia(24%) saturate(506%) hue-rotate(172deg) brightness(97%)}.message-close-button,.message-close-button:focus{align-items:center!important;background-color:#fff!important;border:1px solid #c1c8d1!important;border-radius:6px!important;box-shadow:0 1px 2px 0 #e3061314;color:#607083!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:40px!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important}.message-close-button:hover{background-color:#34404f!important;border:1px solid #34404f!important;box-shadow:0 0 6px 0 #00000066!important;color:#fff!important}.message-close-button:hover img{filter:brightness(0) invert(1)}.message-start-button,.message-start-button:focus{align-items:center!important;background-color:#e8feef!important;border:1px solid #146f2e!important;border-radius:6px!important;box-shadow:none!important;color:#146f2e!important;display:flex!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;gap:8px!important;height:40px!important;line-height:20px!important;padding:10px 14px!important;text-align:left!important}.message-start-button:hover{background-color:#146f2e!important;color:#e8feef!important}.message-area{height:600px;margin:20px 0;overflow-y:auto;padding-right:20px}.message-area::-webkit-scrollbar{background-color:#fff;border-radius:12px;width:6px}.message-area::-webkit-scrollbar-thumb{background-color:#607083;border-radius:12px;height:106px;width:6px}.text-level-3{background-color:#c1c8d1;border-radius:3px;color:#34404f;display:inline-block;font-size:15px;font-weight:600;gap:10px;letter-spacing:-.0839999989px;line-height:16px;margin-bottom:5px;padding:2px 4px}.text-level-2,.text-level-3{font-family:Geologica;text-align:left}.text-level-2{color:#fff;font-size:24px;font-weight:500;letter-spacing:-.3000000119px;line-height:30px}.hoverable-image-container{display:inline-block;position:relative}.hoverable-image,.hoverable-image-user{height:50px;transition:transform .3s;width:50px}.hoverable-image-container:hover .hoverable-image{position:relative;transform:scale(3);z-index:99999}.transferBox{background-clip:padding-box!important;background-color:#fff!important;border:1px solid rgba(0,0,0,.2)!important;border-radius:.3rem!important;display:flex!important;flex-direction:column!important;max-width:600px!important;outline:0!important;padding:0!important;pointer-events:auto!important;position:relative!important}.transferList-header{background-color:#34404f!important;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:#fff;font-family:Geologica;font-size:24px;font-weight:500;height:98px;letter-spacing:-.3000000119px;line-height:30px;max-height:98px;padding:1rem;text-align:left;width:100%}.transfer-list-wrapper{align-items:center;display:flex;flex-direction:column;width:100%}.transfer-list-container{align-items:flex-start;display:flex;justify-content:center;width:100%}.transfer-list-column{max-height:60vh!important;overflow:hidden;width:500px}.transfer-list-buttons,.transfer-list-column{display:flex;flex-direction:column;margin:8px}.transfer-list-buttons{align-items:center;align-self:center}.drag-container{align-items:center;display:flex;flex-direction:column;margin:8px}.transfer-list{height:100vh;overflow:auto;width:100%}.list-item{align-items:center;display:flex}.list-item .MuiListItemIcon-root{margin-right:8px;min-width:0}.droppable-container{height:100%;overflow-y:auto;width:100%}.drag-item{align-items:center;background-color:#fff;border:1px solid #d3d3d3;border-radius:2px;display:flex;margin-bottom:8px;padding:8px}button.btndoublebutton.btn.btn-secondary.btn-small{background:transparent;border-color:#5fb6ff;border-radius:4px!important;margin-bottom:5px;max-width:75px;padding:4px 10px!important;width:75px}button.btnsinglebutton.btn.btn-secondary.btn-small{background:transparent;border-color:#607083;border-radius:4px!important;margin-bottom:5px;max-width:75px;padding:4px 10px!important;width:75px}.boxKatilimci{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.75rem;width:100%}.google-visualization-tooltip{background:transparent!important;border:none!important;box-shadow:none!important;pointer-events:none}.toplamChart{color:#1f2833;font-family:Geologica;font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.custom-tooltip,.google-visualization-tooltip{background-color:#fff;border-radius:8px;box-shadow:0 0 8px -4px #00000026;color:#000;display:inline-block;font-size:14px;padding:10px}.chartBottomBilgi{align-items:center;display:flex;justify-content:space-around;margin-top:20px}.message-header-row{justify-content:space-between;width:100%}.message-header-row,.message-header-user{align-items:center;display:flex}.message-header-user-name{color:#455468;font-family:Geologica;font-size:19px;font-weight:600;letter-spacing:-.3000000119px;line-height:28px;text-align:left}.message-header-user-sicil{color:#1175d2;font-family:Geologica;font-size:12px;font-weight:400;letter-spacing:-.200000003px;line-height:20px;text-align:left}.message-header-close-chat{display:flex;gap:10px;margin-left:auto}.meesage-area{background-color:#f2f3f54d;border-radius:20px;flex:1 1 auto;justify-content:flex-end;margin:20px 0;overflow-y:auto;padding:20px}.meesage-area,.message-list{display:flex;flex-direction:column}.message-list{gap:10px}.message{display:flex;flex-direction:column}.message-right{align-items:flex-end}.message-left{align-items:flex-start;display:flex;flex-direction:row}.message-body-right{align-items:flex-end;display:flex;flex-direction:column}.message-body-left{align-items:flex-start;display:flex;flex-direction:column}.message-content{color:#34404f;font-family:Geologica;font-size:16px;font-weight:400;letter-spacing:-.3000000119px;line-height:25px;padding:4px 8px;text-align:left}.message-edit-icon{cursor:pointer;margin-bottom:10px;margin-left:20px}.message-right .message-content{background-color:#e6f3ff;border-radius:16px 16px 0 16px}.message-left .message-content{background-color:#dadee3;border-radius:16px 16px 16px 0}.message-date{align-self:flex-start;color:#a9b3be;font-size:12px}.message-right .message-date{align-self:flex-end;margin-right:10px}.message-left .message-date{align-self:flex-start;margin-left:10px}.message-admin-name{align-self:flex-start;color:#a9b3be;font-size:10px}.message-input-area{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:12px;display:flex;flex:1 1 auto;padding:11px 24px}.message-input,.message-input:focus-visible{background-color:#fff;border:none;flex:1 1 auto;margin-right:10px;outline:none;padding:10px 15px}.message-input:disabled{background-color:#f0f0f0;border-radius:12px;color:#999;cursor:not-allowed}.table-cell-badge-active{background-color:#e8feef;border-radius:12px;color:#146f2e;height:24px;padding:2px 12px}.table-cell-badge-passive{background-color:#fce6e7;border-radius:12px;color:#8e040c;height:24px;padding:2px 12px}.anketTitle{color:#fff;font-family:Geologica;font-size:24px;font-weight:500;letter-spacing:-.3000000119px;line-height:30px;text-align:left}.anketAciklama{color:#79889a!important;font-family:Geologica!important;font-size:16px!important;font-weight:300!important;text-align:left}.anketCard{border:1px solid #dadee3;border-radius:8px;margin-bottom:15px}.anketKullanici{font-weight:400}.anketKullanici,.anketKullaniciAdi{color:#34404f;font-size:19px;line-height:19px}.anketKullaniciAdi{font-weight:700;text-transform:uppercase}.adtForm{margin-top:30px}.adtForm textarea.form-control{background:#fff!important;border-radius:20px!important}.adtForm .input-text,.adtForm textarea.form-control{box-shadow:0 0 15px 0 #0f1c3a12!important}.adtForm .input-text:focus,.adtForm textarea.form-control:focus{border-color:#2e8ffd!important}.dokumanDoldur{margin:20px 0}.dokumanDoldur a,.dokumanDoldur a:hover{color:#1f2833;font-family:Geologica;font-size:22px;font-weight:400;letter-spacing:-.3000000119px;line-height:30px;text-align:left}.dokumanDoldur a:hover{text-decoration:none!important}.dokumanDoldurFlex{align-items:center;display:flex;gap:10px}.dokumanDoldurFlex input{height:24px!important;margin:0!important;position:relative!important;width:24px!important}.adtBasvuruButtonlar{align-items:center;display:flex;justify-content:flex-end;margin-top:30px;text-align:right}.cancel-save{background:#fff;border:1px solid #f2f3f5;border-radius:6px;box-shadow:0 1px 2px 0 #0000000d;color:#49586a;font-family:Geologica;font-size:16px;font-weight:400;gap:12px;line-height:24px;padding:12px 18px;text-align:left}.success-save,.success-save:focus,.success-save:hover{align-items:center;background-color:#e30613!important;border:none!important;border-radius:6px;color:#f2f3f5;display:flex;font-family:Geologica;font-size:14px;font-weight:400;gap:12px;line-height:20px;padding:12px 16px;text-align:left}.adtBasvuruDetail{background-color:#fff;border-radius:10px;box-shadow:2px 2px 2px 0 #d1d1d1;padding:10px!important}.acordionHead{box-shadow:none;margin-bottom:10px}.acordionHead:before{display:none}.success-save:disabled{color:#f2f3f5}.adtBasvuruEkDosyalar{align-items:center;background:#fff;border:1px solid #f2f3f5;border-radius:20px;box-shadow:0 0 50px 0 #0f1c3a12;display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.adtBasvuruEkdosyaTitle{color:#1f2833;font-family:Geologica;font-size:15px;font-weight:500;letter-spacing:-.200000003px;line-height:20px;text-align:left}.sabitForm{background:#fff;border-radius:20px;box-shadow:0 0 50px 0 #0f1c3a12;padding:24px}.tab-content-subhead{font-weight:400!important}.tab-content-subhead,.tab-content-subhead-area{color:#004279!important;font-family:Geologica!important;font-size:15px!important;letter-spacing:-.0839999989px!important;line-height:16px!important;text-align:center!important}.tab-content-subhead-area{background-color:#b8deff!important;border-radius:3px!important;font-weight:600!important;gap:10px!important;height:auto!important;padding:4px!important}.card-form{background:#f2f3f580!important;border-radius:12px!important;color:#49586a!important;gap:8px!important;padding:16px 24px!important}.form-group{margin-bottom:1rem}.form-control,.form-control .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{background-color:#fff!important;border-color:#a9b3be!important;color:#34404f!important;font-family:Geologica;font-size:16px!important;font-weight:300!important;line-height:20px!important;min-height:36px!important;text-align:left}.form-control:focus{background-color:#fff!important;border:1px solid #2e8ffd!important;box-shadow:none!important;outline:0!important}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root.Mui-disabled,.form-control:disabled{background-color:#dadee3!important;color:#34404f!important}.button-mesaj-dowland{float:right;margin:10px 10px 0;text-align:right!important}.custom-nav-link-header{color:#79889a!important;font-family:Geologica!important;font-size:20px!important;font-weight:600!important;letter-spacing:-.3000000119px!important;line-height:16px!important;text-align:center!important}.custom-nav-link-header.active{background-color:transparent!important;border-bottom:2px solid!important;border-color:#1175d2!important;color:#1175d2!important;font-family:Geologica!important;font-size:20px;font-weight:600;letter-spacing:-.3000000119px;line-height:30px;text-align:center}.custom_duyurular{color:#34404f!important;font-family:Geologica!important;font-size:20px!important;font-weight:400!important;line-height:16px!important;text-align:center!important}.duyuru_detail h1{color:#34404f;font-size:20px;font-weight:600;letter-spacing:-.150000006px}.duyuru_detail h1,.duyuru_icerik p{font-family:Geologica;line-height:21px;text-align:left}.duyuru_icerik p{color:#607083;font-size:12px;font-weight:300;letter-spacing:-.200000003px}.duyuruGorsel{margin-bottom:30px}.duyuruEkDosya h3{color:#34404f;font-family:Geologica;font-size:16px;font-weight:400;letter-spacing:-.150000006px;line-height:21px;text-align:left}.duyuruEkleri{align-items:center;border:1px solid #dadee3;border-radius:4px;margin:0;padding:16px}.icerikSlide{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4em;max-height:4em;overflow:hidden;padding-right:1.5ch;text-overflow:ellipsis;word-break:break-word}.clonla img{filter:brightness(0) invert(1)}.modal-body{max-height:600px!important;overflow:auto!important}.delete-file-button,.delete-file-button:focus{background-color:#fff!important;border:none!important;border-radius:50%!important;box-shadow:none!important;min-height:30px!important;min-width:30px!important}.delete-file-button:focus-visible,.delete-file-button:hover{background-color:#dadee3!important;border:none!important;border-radius:50%!important;box-shadow:none!important}table{border-collapse:separate!important;border-spacing:0}.sticky-right{background-color:#fff!important;justify-content:flex-end;text-align:center;z-index:10!important}.sticky-right,.sticky-right-header{position:sticky!important;right:0!important}.sticky-right-header{background-color:#fafafa!important;margin-right:0!important;z-index:1!important}.table-responsive{overflow-x:hidden!important}.create-area{display:flex;flex-wrap:wrap;gap:10px!important;justify-content:flex-start}.navbar{background-color:#1f2833!important;box-shadow:0 4px 5px 0 #00000024;gap:10px;height:80px;padding:.5rem 1rem}.navbar-nav{align-items:center}.accordion-sticky-right{background-color:#f4f6f5!important;border-right:1px solid #fff!important;justify-content:flex-end;position:sticky!important;right:0!important;text-align:center;z-index:10!important}.accordion-sticky-right-header{background-color:#f9fafb!important;border:none!important;margin-right:0!important;position:sticky!important;right:0!important;z-index:1!important}.tk24Header{margin-top:60px}.tk24Header h2{color:#34404f;font-family:Plus Jakarta Sans;font-size:72px;font-weight:700;letter-spacing:-.03em;line-height:81px;text-align:center}.tk24Araclar{gap:50px;margin-top:60px}.headerAlt,.tk24Araclar{align-items:center;display:flex;justify-content:center}.headerAlt{gap:10px}.headerAlt p{color:linear-gradient(180deg,#f6f6f7,#7e808f 31%);font-family:Geologica;font-size:48px;font-weight:500;letter-spacing:-.03em;line-height:56px;margin-bottom:0!important;text-align:center}.tk24Button{margin-top:60px;text-align:center}.titleTabStatik{color:#1f2833;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;text-align:left}.arrowIconIstatistik img{cursor:pointer}.custom-select-container .form-control:focus{background-color:#34404f!important}.surecHeader h2 p{color:#1f2833;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;text-align:left}.statikSayfa .surecHeader p{text-align:left}.titleTabHeader h1 p,.titleTabHeader p{-webkit-text-fill-color:transparent;background:linear-gradient(90.39deg,#c70511 10.06%,#f57d84 78.49%);-webkit-background-clip:text}.titleTabHeader h1 p,.titleTabHeader p,.titleTabHeader p .ql-size-large{font-family:Plus Jakarta Sans;font-size:72px;font-weight:600;letter-spacing:-.03em;line-height:97.2px;text-align:left}.titleTabHeader p .ql-size-large{-webkit-text-fill-color:transparent;background:linear-gradient(90.39deg,#1f2833 10.06%,#1f2833 78.49%);-webkit-background-clip:text}.custom-navbar{background-color:#fff!important}.custom-navbar .navbar-toggler{border:none!important;color:#000!important;display:block!important;padding:0!important}.custom-navbar .navbar-toggler:focus{box-shadow:none!important;outline:none!important}.navbar-search-icon{align-items:center!important;margin-left:10px;position:absolute}.navbar-search-input{background-color:#f2f3f5!important;border:1px solid #dadee3!important;border-radius:10px!important;box-shadow:none!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;gap:8px!important;height:36px!important;letter-spacing:-.3000000119px!important;line-height:20px!important;padding:8px 8px 8px 40px!important;text-align:left!important}.navbar-search-input:hover{background-color:#f2f3f5!important;border:1px solid #79889a!important}.navbar-search-input:active,.navbar-search-input:focus{background-color:#fff!important;border:1px solid #79889a!important}.sistemYoneticisi::-webkit-scrollbar{background-color:#fff;border-radius:12px;width:6px}.sistemYoneticisi::-webkit-scrollbar-thumb{background-color:#607083;border-radius:12px;height:106px;width:6px}.sistemYoneticisi{background-color:#fff;border:.5px solid #f2f3f5!important;border-radius:4px!important;box-shadow:0 10px 15px 0 #0000000d,0 25px 37px 0 #0000001a;display:none!important;gap:20px;grid-template-columns:repeat(3,1fr)!important;height:50vh!important;overflow:auto!important;padding:24px!important;width:90vh!important}.sistemYoneticisi.show{display:grid!important}.sistemYoneticisi .dropdown-item,.sistemYoneticisi .nav-link{border:none!important;padding:3px 0!important}.sistemYoneticisi .dropdown-item:hover{background-color:#fff!important}.sistemYoneticisi .dropdown-item .dropdownItemText{color:#49586a!important;font-family:Geologica!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;text-align:left!important}.sistemYoneticisi .dropdown-item .dropdownItemText:hover{color:#c70511!important}.dropdown-menu{border-radius:4px!important;box-shadow:0 5px 5px -3px #00000033,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.dropdown-item{border-bottom:1px solid #f2f3f5!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.3000000119px;line-height:28px!important;text-align:left!important}.dropdown-item.active,.dropdown-item:active{background-color:#e9ecef;color:#fff;text-decoration:none}.dropdown-item.active:hover{background-color:#f2f3f5!important;border-left:4px solid #d5353b!important}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef!important;color:#16181b!important;text-decoration:none!important}.locale-dropdown{align-items:center;border:none;display:flex;padding:0}.locale-button{align-items:center!important;background-color:#fff!important;border:1px solid #ddd!important;border-radius:6px!important;box-shadow:none!important;color:#1f2833!important;display:flex!important;height:40px!important}.locale-flag{margin-right:5px}.locale-name{color:#333;font-size:14px}.dropdown-toggle:after{margin-left:5px}.navbar-search-icon-position{align-items:center;display:flex;flex-wrap:wrap!important;gap:10px!important;justify-content:left;margin-left:10%!important}#account-menu a{color:#1f2833!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.3000000119px!important;line-height:24px!important;text-align:center!important}.menu-column{width:100%}.menu-column-title{word-wrap:break-word;color:#a9b3be!important;font-family:Geologica!important;font-size:12px!important;font-weight:300!important;line-height:24px!important;overflow-wrap:break-word;text-align:left!important;white-space:normal}.dropdownItem{white-space:normal}.menu-uygulama-title{color:#49586a!important;font-family:Geologica!important;font-size:16px!important;font-weight:600!important;line-height:24px!important;text-align:left!important}.menu-uygulama-content{color:#79889a!important;font-weight:400!important}.menu-uygulama-content,.menu-uygulama-link{font-family:Geologica!important;font-size:14px!important;line-height:20px!important;text-align:left!important}.menu-uygulama-link{color:#c70511!important;cursor:pointer;font-weight:600!important}.menu-uygulama-link:hover{text-decoration:underline}.mainTitle{color:#34404f;font-family:Geologica;font-size:14px;font-weight:400;letter-spacing:-.3000000119px;line-height:30px;text-align:left}.mainTitle:hover{background-color:#e9ecef!important;color:#34404f!important}.mainTitle.selected{border-right:2px solid #c70511!important;color:#c70511}.mainTitle.selected:hover{background-color:#e9ecef!important;color:#c70511!important}.menu-toggle{border:1px solid #dadee3;border-radius:6px;color:#1f2833!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;gap:8px!important;height:40px!important;letter-spacing:-.3000000119px!important;line-height:24px!important;padding:6px 12px!important;text-align:left;text-decoration:none!important}.menu-toggle:after{display:none!important}.menu{background-color:#fff;height:92vh;margin-top:0;overflow-x:hidden;overflow-y:hidden;padding:24px 0 10px 8px;position:fixed;z-index:2}.activeMenu{background-color:#dadee3;border-left:4px solid #d5353b}.menu.closed,.menu.open{left:0;transition:margin-left .3s ease}.menu.closed{display:none}.menu .collapsing{transition:none!important}.container-fluid.view-container.open{margin-left:15%;transition:margin-left .3s ease}.container-fluid.view-container.closed{margin-left:0;transition:margin-left .3s ease}li.nav-item{list-style:none;padding:0!important}.menu-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow-y:auto;position:relative}.logout-container{background-color:#fff;bottom:20px;position:sticky;width:100%}.logout{align-items:center;display:flex;justify-content:center;padding:10px}.menu::-webkit-scrollbar{background-color:#fff;border-radius:12px;width:6px}.menu::-webkit-scrollbar-thumb{background-color:#c70511;border-radius:12px;height:106px;width:6px}.box-select-area{max-width:220px!important;min-width:220px!important}.krizYonetimiHeader h2 p{background:linear-gradient(90.39deg,#c70511 10.06%,#f57d84 78.49%);-webkit-background-clip:text;font-weight:600;letter-spacing:-.02em;line-height:108px}.krizYonetimiHeader h2 .ql-size-large,.krizYonetimiHeader h2 p{-webkit-text-fill-color:transparent;font-family:Plus Jakarta Sans;font-size:72px;text-align:center}.krizYonetimiHeader h2 .ql-size-large{background:linear-gradient(90.39deg,#34404f 10.06%,#34404f 78.49%);-webkit-background-clip:text;color:#34404f;font-weight:700;letter-spacing:-.03em;line-height:80px;margin-bottom:50px}h1 p{color:#34404f;font-family:Geologica;font-size:40px;font-weight:600;line-height:60px;margin-bottom:0!important;width:100%}h1 p,span p{text-align:left}span p{color:#607083;font-family:Plus Jakarta Sans;font-size:24px;font-weight:400;letter-spacing:-.02em;line-height:36px;margin:0 0 15px!important}.statikContent.statikSayfaAralik{align-items:center;display:flex;gap:100px;justify-content:space-between;margin-bottom:30px}.istasyonHeader h1 p{color:#34404f;font-family:Geologica;font-size:56px;font-weight:700;letter-spacing:-1.7999999523px;line-height:58px;text-align:left}.profilTop h2 p{margin-bottom:0!important}.navbar-header{height:0!important;justify-content:flex-end!important;overflow:visible!important;position:relative!important;transition:none!important}.bilgiDuzenle,.bilgiDuzenle:active,.bilgiDuzenle:focus,.bilgiDuzenle:hover{background-color:transparent!important;border:none!important;box-shadow:none!important;margin-top:-7px}.css-ttwr4n{display:none}.modal-title-info span p{margin-bottom:0!important}.dasboard-img{border-radius:12px!important;height:500px!important;width:100%!important}.kriz-yönetim-content-img{height:50px!important;width:50px!important}.calısan-icon,.istasyonlar-icon,.ucak-icon{height:40px!important;width:40px!important}.card-center{align-items:center!important;margin-top:60px!important}.modal-style-xlg{height:100vh!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.modal-style-xlg .modal-content{height:100%}.modal-style-xlg .modal-body{max-height:100%!important}.modal-style-xlg .modal-body td{font-size:11px;line-height:15px;padding:5px!important}.navbar-search-icon-position{position:relative}.search-results{background-color:#fff;border:1px solid #ccc;border-radius:10px;left:0;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:10px;position:absolute;right:0;top:100%;z-index:1000}.search-result-item{color:#000;cursor:pointer;font-family:Plus Jakarta Sans;font-size:15px;font-weight:400;letter-spacing:-.02em;line-height:30px;text-align:left}.search-result-item:hover{background-color:#f0f0f0}.search-results::-webkit-scrollbar{background-color:#fff;border-radius:10px;width:6px}.search-results::-webkit-scrollbar-thumb{background-color:#607083;border-radius:10px;height:106px;width:6px}.toplam-adt-uye{align-items:center;background:#fce6e7;border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:24px;padding:10px;width:60px}.adt-istatistik p{font-size:24px;line-height:34px;margin-bottom:60px}.adt-istatistik h2,.adt-istatistik p{color:#1f2833;font-family:Geologica;font-weight:400;text-align:left}.adt-istatistik h2{font-size:48px;letter-spacing:-.02em;line-height:44px}.adt-istatistik h1{color:#262527;font-family:Geologica;font-size:20px;font-weight:400;line-height:20px;text-align:left}.chart-legend{align-items:center;display:flex;gap:30px;justify-content:space-between}.chartBottomBilgi-adt{align-items:center;display:flex;justify-content:space-around;margin-top:0}.adt-card-istatistik{margin-bottom:20px;min-height:400px;padding-bottom:0}.adt-istatistik-table{height:280px;overflow-y:scroll}.adt-istatistik-table::-webkit-scrollbar{background-color:#fff;border-radius:12px;width:6px}.adt-istatistik-table::-webkit-scrollbar-thumb{background-color:#607083;border-radius:12px;height:106px;width:6px}.scrollable-chart-container{max-height:clamp(200px,32vh,340px);overflow-x:hidden;overflow-y:auto}.scrollable-chart-container::-webkit-scrollbar{background-color:#fff;border-radius:12px;width:6px}.scrollable-chart-container::-webkit-scrollbar-thumb{background-color:#607083;border-radius:12px;height:106px;width:6px}.search-result-item a{color:#34404f!important;font-family:Geologica!important;font-size:16px!important;font-weight:400!important;letter-spacing:-.3000000119px!important;line-height:20px!important;text-align:left!important;text-decoration:none!important}.anasayfa-img{border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);height:500px!important;width:100%!important}.istasyon-img{height:500px!important}.istasyon-img,.kriz-yonetimi-img{border-radius:12px!important;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%}.kriz-yonetimi-img{height:523px!important}.kriz-img{max-height:861px!important}.kriz-img,.surec-img{border-radius:12px!important;width:100%!important}.surec-img{box-shadow:0 4px 8px rgba(0,0,0,.1);max-height:500px!important}.mevcutDegilBilgi,.mevcutDegilBilgi:focus,.mevcutDegilBilgi:hover{background:transparent;border:none!important;color:#17141f}button.adresBilgisi.btn.btn-secondary,button.adresBilgisi:active,button.adresBilgisi:focus,button.adresBilgisi:hover,button.iletisimBilgileri.btn.btn-secondary,button.iletisimBilgileri:active,button.iletisimBilgileri:focus,button.iletisimBilgileri:hover{background-color:transparent!important;border:transparent!important;box-shadow:none!important;padding:0}.MuiTooltip-tooltip{z-index:2000}.buttonIstasyon:active,.buttonIstasyon:focus,.buttonIstasyon:hover{background:#dadee3!important;border:1px solid #f2f3f5!important;box-shadow:0 1px 2px 0 #0000000d!important;color:#17141f!important}.uyeOl:active,.uyeOl:focus,.uyeOl:hover{align-items:center;background-color:#d40713!important;border:none!important;border-radius:6px;box-shadow:0 1px 2px 0 #e3061314!important;color:#fff;display:flex;font-family:Geologica;font-size:14px;font-weight:400;gap:8px;height:36px!important;line-height:20px;padding:10px 14px;text-align:left}.istatistikUyari{font-size:13px;text-align:center}.editorUyari,.istatistikUyari{color:#ababab;font-style:italic!important}.editorUyari{font-size:11px;text-align:left}.breadCrumb li:before{display:none!important}.breadCrumb li{padding:0!important}.nav-item:before{display:none!important}.duyuru_detail p img{max-width:100%}.css-1qltlow-MuiTabs-indicator{display:none!important}.ekDosyaImageContainer.duyuruGorsel{height:310px}.menu-toggle-uygulama{align-items:center;background:#c90019;border-radius:8px;display:inline-flex;font-family:Geologica;font-size:14px;font-weight:400;gap:8px;height:40px!important;letter-spacing:-.3000000119px;line-height:24px;padding:12px 14px;text-align:left}.menu-toggle-uygulama:hover{background:#a30014!important;border-radius:8px!important;font-family:Geologica!important;font-size:14px!important;font-weight:400!important;gap:8px!important;height:40px!important;letter-spacing:-.3000000119px!important;line-height:24px!important;padding:12px 14px!important;text-align:left!important;text-decoration:none!important}.imgKontrol{color:#ababab;font-size:13px;font-style:italic!important;margin-bottom:10px;text-align:left}.css-jkmkwa{display:none!important}.detayModal .modal-content img{max-width:100%}.proje_img{border-radius:20px;height:500px;width:416px}.proje-yazi-title{font-size:32px;font-weight:600;letter-spacing:-.03em;line-height:48px;margin-top:20px!important}.proje-yazi-content,.proje-yazi-title{color:#fff;font-family:Geologica;text-align:left;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.proje-yazi-content{font-size:17px;font-weight:400;line-height:27.2px;margin-top:15px}.proje-yazi-title p{font-size:32px;font-weight:600;letter-spacing:-.03em;line-height:48px;margin-top:20px!important}.proje-yazi-content p,.proje-yazi-title p{color:#fff;font-family:Geologica;text-align:left;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.proje-yazi-content p{font-size:17px;font-weight:400;line-height:27.2px;margin-top:15px}.projeBg{gap:32px;height:500px;padding:32px;position:relative;transition:all .3s ease}.projeBg,.projeBg:before{border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%}.projeBg:before{background-color:#0000003b;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .3s ease}.projeDetail{left:32px;right:32px;transition:bottom .3s ease}.projeDetail,.projeIcon{bottom:50px;position:absolute}.projeIcon{background:#fff;border-radius:70px;gap:42px;opacity:0;padding:16px 32px;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}.projeBg:hover:before{background-color:#0000007d}.projeBg:hover .projeDetail{bottom:140px}.projeBg:hover .projeIcon{opacity:1;visibility:visible}.timEklenenGorseller img{height:92px;max-width:235px}.projeDetail .edit-icon{filter:brightness(0) invert(1)}.table-cell-row.istayonOzel{height:auto!important}.istayonOzel,.istayonOzel .table-title-cell{color:#49586a!important;font-family:Geologica!important;font-size:12px!important;font-weight:600!important;letter-spacing:-.200000003px!important;text-transform:none!important}.istayonOzel .table-title-cell{padding:5px 10px!important}.istayonOzel .table-content-cell{color:#34404f!important;font-family:Geologica!important;font-size:12px!important;font-weight:400!important;letter-spacing:-.3000000119px!important;line-height:28px!important;padding:5px 10px!important;text-align:center;vertical-align:middle!important}.menu-parameter-header-title,.menu-parameter-header-title-adt{text-align:left;white-space:nowrap}.mobil-button{display:none!important}.detayModal h2{margin-bottom:20px}.slide-menu{display:flex;gap:5px;justify-content:center;position:absolute;transform:translateY(-400%);width:100%}.go-to-page,.sayfa-satir{align-items:center;display:flex;margin-left:10px}.sayfalama{align-items:center;display:flex;justify-content:flex-end}.kriz-select-background{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")}.loginMobil,.mobil-sistem-button,.mobilActions,.searchMobil{display:none}.bildirim-izinleri span{font-family:Geologica!important}.crisys-img{width:100%!important}.modalPortal .modal-title{align-items:center;display:inline-block;display:flex;justify-content:space-between;margin-right:30px;width:100%}.progress-bar{background-color:#593196;border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:normal}.katilimciSayisi{font-size:20px}.katilimciSayisi,.katilimciSayisi span{color:#1f2833;font-family:Geologica;font-weight:500;line-height:28px;text-align:center}.katilimciSayisi span{font-size:18px}.two-line-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box!important;line-height:50px;overflow:hidden;padding:0 20px;text-overflow:ellipsis}.raporBolumAdi,.raporSoruAdi{color:#1f2833;font-family:Geologica;font-size:22px;font-weight:500;line-height:24px;padding:10px;text-align:left}.raporBolumAdi{background-color:#f2f3f5}.raporUnvan{color:#1175d2;font-size:12px;font-weight:400;line-height:20px}.raporKullanici,.raporUnvan{letter-spacing:-.200000003px;text-align:left}.raporKullanici{color:#49586a;font-size:13px;font-weight:500;line-height:24px}.irtibatForm{font-weight:700!important;padding:13px 60px!important}.tox .tox-statusbar{justify-content:flex-end!important}.tox .tox-statusbar__text-container{display:none!important}.formSoruSecenekHizalama .form-group{margin-bottom:0!important}.pdfDocumentStyle{max-height:550px;overflow-y:auto}.pdfPageStyle{margin-bottom:20px}.form-check-input:checked{background-color:#0d6efd!important;border-color:#0d6efd!important}.form-check-input:focus{border-color:#0d6efd!important;box-shadow:none!important;outline:0!important}.custom-checkbox{border-radius:.25em!important;height:18px!important;width:18px!important}.css-8ge7h6-MuiList-root-MuiMultiSectionDigitalClockSection-root{overflow-y:scroll!important;width:100%!important}.close:hover{background-color:#fce6e7;border:1px solid #c70511!important;color:#e30613!important;text-decoration:none}.sticky-right-form{background-color:#f9f9fb!important;justify-content:flex-end;position:sticky!important;right:0!important;text-align:center;z-index:10!important}.editIconDesign,.ql-editor{display:inline-block}.ql-editor{position:relative;width:100%}.MuiTooltip-popper{z-index:99999!important}.adt-istatistik-card-loading{align-content:center!important;min-height:inherit!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.input-label,.secmeliSorular label{color:#32324d;font-weight:500;line-height:20px}.input-label,.input-text,.secmeliSorular label{font-family:Geologica;font-size:16px;letter-spacing:-.200000003px;text-align:left}.input-text{border-radius:4px!important;box-shadow:none!important;color:#79889a;font-weight:300;line-height:18px}.table-pagination-dropdown-text{color:#79889a!important;font-family:Geologica;font-size:14px;font-weight:400;letter-spacing:.400000006px;line-height:23px;text-align:left}.table-pagination-dropdown .btn-secondary{background-color:#fff!important;border:1px solid #a9b3be!important;border-radius:4px!important;color:#79889a!important;font-size:14px;gap:8px!important;height:38px!important;margin-left:10px;padding:5px 5px 6px 10px!important;width:57px!important}.table-pagination-dropdown .btn-secondary:hover{border:1px solid #959ea7!important;box-shadow:none}.table-pagination-dropdown .btn-secondary .dropdown-toggle:focus,.table-pagination-dropdown .btn-secondary:focus{box-shadow:none!important}.table-pagination-dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#79889a!important;display:none;float:left;font-size:14px;left:0;list-style:none;margin:0;min-width:57px!important;padding:0;position:absolute;text-align:left;top:100%;width:57px!important;z-index:1000}.table-pagination-dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem .75rem!important;text-align:inherit;white-space:nowrap;width:57px!important}.table-pagination-dropdown-item:active{background-color:#a9b3be!important;color:#fff;text-decoration:none;width:57px!important}.table-pagination-input-text{color:#79889a!important;font-family:Geologica;font-size:14px;font-weight:400;letter-spacing:.400000006px;line-height:23px;text-align:left}.table-pagination-input-area{background-color:#fff!important;border:1px solid #a9b3be!important;border-radius:4px!important;color:#79889a!important;font-size:14px!important;gap:8px!important;height:38px!important;margin-left:10px;padding:5px 5px 6px 10px!important;width:57px!important}.table-pagination-input-area:active,.table-pagination-input-area:focus,.table-pagination-input-area:focus-visible,.table-pagination-input-area:hover{border:1px solid #959ea7!important;border-radius:0!important;box-shadow:none!important}.table-pagination-pagination{color:#79889a!important}.table-pagination-pagination ul{gap:10px;margin:0 5px!important;padding:0!important}.table-pagination-pagination li{padding:0!important}.table-pagination-pagination li:before{display:none}.table-pagination-pagination-item{color:#79889a!important}.table-pagination-pagination .page-item.active .page-link{background-color:#f2f3f5!important;border-color:#49586a!important;color:#607083;z-index:3}.table-pagination-pagination .page-link{background-color:#fff!important;border:1px solid #a9b3be!important;border-radius:4px;color:#79889a!important;height:38px!important;min-width:44px!important;z-index:2}.table-pagination-pagination .page-link:hover{border:1px solid #959ea7!important}.table-pagination-pagination .page-link:focus{box-shadow:none!important}.table-pagination-pagination-link{align-items:center!important;display:flex!important;font-size:xx-large;font-weight:300;justify-content:center!important;padding-bottom:11px!important}@media(min-width:1100px)and (max-width:1300px){.adt-card-istatistik{min-height:300px}.kriz-yonetimi-img{height:auto!important}.chatScroll{height:200px}.brand-logo .brand-icon img{width:140px}.menu-toggle{font-size:14px!important}.locale-button,.menu-toggle,.menu-toggle-uygulama,.menu-toggle-uygulama:hover{height:36px!important}.cardStation{padding:16px}.cardStation h3{font-size:16px;line-height:20px}.buttonIstasyon{font-size:12px}.accordion-content-cell-istasyon{font-size:14px!important}.gorevIstasyonGrubu thead th{font-size:12px!important;line-height:12px!important;padding:5px!important;vertical-align:middle!important}.modal-style-xlg .modal-body td{font-size:9px;line-height:13px;padding:5px!important}.modal-header{font-size:22px;min-height:80px}.modal-title span{font-size:18px}.cardsHome{margin-top:0}.cardHome h1{font-size:14px;line-height:15px}.cardHome-count{font-size:25px}.cardHome p{font-size:38px;line-height:15px;margin-bottom:0}.cardHome{gap:20px;min-height:160px}.tabHome{margin-top:30px}.tabTitleHome button.Mui-selected{font-size:20px!important;line-height:26px!important}.titleTab{font-size:38px;line-height:54px}.descriptionTab{font-size:23px;line-height:28.5px}.buttonTab{font-size:14px!important;line-height:22px!important;padding:10px 16px!important}.istasyonHeader h1{font-size:54px;line-height:56px}.istasyonHeader p{font-size:22px;line-height:30px}.istasyonButton{font-size:18px;line-height:23px;padding:10px 20px}.rakamlar{background-color:#fff;margin-top:30px;padding:30px}.istasyonRakam h3{font-size:46px;line-height:56px}.istasyonRakam p{font-size:18px;line-height:22px;margin-bottom:0}.stations{margin-top:0!important}.stations h1{font-size:38px!important;line-height:55px!important;margin-bottom:0!important}.stations p{font-size:16px!important;line-height:28px!important}.talepEgitimler h1{color:#49586a!important;font-size:20px!important;margin:0!important}.irtibatTipiTableKategori p,.talepEgitimler h1{font-family:Geologica!important;font-weight:500!important;line-height:20px!important;text-align:left!important}.irtibatTipiTableKategori p{background:#e6f3ff!important;border-radius:6px!important;color:#005ba6!important;font-size:12px!important;gap:10px!important;letter-spacing:-.200000003px!important;margin-bottom:.5rem!important;padding:2px 8px!important}.tanimlanmamisBilgi p{background-color:transparent!important;color:#c70511!important}.destekStation p,.tanimlanmamisBilgi p{font-family:Geologica!important;font-size:13px!important;font-weight:500!important;line-height:20px!important;text-align:left!important}.destekStation p{background-color:#f2f3f5!important;border-radius:6px!important;padding:2px 8px!important}.destekIstasyonCard p,.destekStation p{letter-spacing:-.200000003px!important;margin-bottom:0!important}.destekIstasyonCard p{color:#1175d2!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;line-height:24px!important;text-align:center!important}.arrowIconIstatistik h2{font-size:22px;line-height:30px}.tk24Header h2{font-size:60px;line-height:70px;margin-top:30px}.headerAlt p{color:linear-gradient(180deg,#f6f6f7,#7e808f 31%);font-family:Geologica;font-size:46px;font-weight:500;letter-spacing:-.03em;line-height:54px;text-align:center}.titleTabStatik{color:#1f2833;font-family:Geologica;font-size:38px;font-weight:600;line-height:58px;text-align:left}.download-button,.download-button:focus{font-size:14px!important;height:36px!important;line-height:18px!important}.edit-button,.edit-button:focus,.view-button,.view-button:focus{font-size:12px!important;height:30px!important;line-height:12px!important}.delete-button,.delete-button:focus{height:30px!important}.create-button{font-size:14px!important;height:36px!important;line-height:18px!important}.duyuru-taslak-button,.save-button{height:36px!important;line-height:12px!important}.cancel-button{font-size:12px!important;height:36px!important;padding:10px 16px!important}.accordion-title-cell{line-height:18px!important}.accordion-content-cell,.accordion-title-cell{font-size:12px!important;padding:0 10px!important}.accordion-content-cell{line-height:24px!important}.accordion-content-row{height:50px!important;padding:0 16px}.breadcrumb-link-kriz,.breadcrumb-page-name{font-size:14px!important;line-height:18px!important}.page-title{font-size:20px!important;line-height:36px!important}.profilTop{margin-top:15px!important}.breadCrumb{height:45px!important;margin-top:10px!important}.table-title-cell{font-size:14px!important;line-height:24px!important;padding:0 10px!important}.table-cell-row{height:48px!important}.table-content-cell{font-size:14px!important;line-height:26px!important;padding:5px 10px!important}.sticky-right{padding:5px 16px!important}.accordion-table-content-cell{line-height:18px!important;padding:5px 14px!important}.accordion-table-title-cell{line-height:18px!important;padding:0 14px!important}.modal-style-lg{max-width:80%!important;padding:40px}.modal-style,.modal-style-lg{margin:auto!important;max-height:100%!important}.modal-style{max-width:40%!important;padding:15px}.modal-body{max-height:70vh!important;overflow-y:auto!important}.approved-button{font-size:12px!important;height:30px!important;line-height:12px!important;padding:0 14px!important}.search-frame{margin-bottom:10px}.box-select-area{margin-right:10px!important;max-width:175px!important;min-width:175px!important}.table-content-blue-cell{font-size:14px!important;line-height:26px!important;padding:0 10px!important}.message-header-user-name{font-size:16px!important;line-height:20px!important}.tabTitleHome{margin-bottom:10px!important}.cardHomeImg{height:36px!important;width:36px!important}.tk24Araclar{gap:40px!important}.tk24Araclar,.tk24Button{margin-top:30px!important}.tk24Button{margin-bottom:15px!important}.krizYonetimiHeader h2 p{font-size:60px!important;line-height:80px!important}.krizYonetimiHeader h2 .ql-size-large{font-size:60px!important;line-height:72px!important;margin-bottom:40px!important}.krizYonetimiCount p{font-size:70px!important;line-height:70px!important}.krizYonetimiCount p>span{font-size:30px!important;line-height:70px!important}h1 p{font-size:36px!important;line-height:60px!important}.statikSayfaAralik{margin-top:30px!important}.titleTabHeader p,.titleTabHeader p .ql-size-large{font-size:60px!important;line-height:80px!important}.titleTabHeader p .ql-size-large{letter-spacing:-.03em!important}.delete-button-icon,.view-button-icon{height:30px!important;width:30px!important}.dasboard-img{width:80%!important}.istasyonHeader h1 p{font-size:52px!important;line-height:54px!important}.surecHeader h2 p{font-size:36px!important;line-height:56px!important}span p{font-size:18px!important;line-height:32px!important}.kriz-yönetim-content-img{height:46px!important;width:46px!important}.krizYonetimiHeader{margin-bottom:30px!important;margin-top:30px!important}.container{max-width:1140px!important}.arrowIconIstatistik{margin-bottom:15px}.table-content-cell-istasyon{font-size:14px!important;line-height:16px!important;padding:5px 10px!important}.table-title-cell-istasyon{font-size:14px!important;line-height:20px!important;padding:0 10px!important}.card-center{margin-top:0!important}.crisys-img{height:559px!important}.dasboard-img{height:250px!important}}@media(min-width:1300px)and (max-width:1600px){.adt-card-istatistik{min-height:300px}.dasboard-img{height:300px!important}.chatScroll{height:200px}.gorevIstasyonGrubu thead th{font-size:12px!important;line-height:12px!important;padding:5px!important;vertical-align:middle!important}.modal-style-xlg .modal-body td{font-size:9px;line-height:13px;padding:5px!important}.modal-header{font-size:22px;min-height:80px}.modal-title span{font-size:18px}.cardsHome{margin-top:10px}.cardHome h1{font-size:18px;line-height:20px}.cardHome p{font-size:38px;line-height:15px;margin-bottom:0}.cardHome{gap:20px;min-height:180px}.tabHome{margin-top:30px}.tabTitleHome button.Mui-selected{font-size:20px!important;line-height:26px!important}.titleTab{font-size:38px;line-height:54px}.descriptionTab{font-size:23px;line-height:28.5px}.buttonTab{font-size:14px!important;line-height:22px!important;padding:10px 16px!important}.istasyonHeader h1{font-size:54px;line-height:56px}.istasyonHeader p{font-size:22px;line-height:30px}.istasyonButton{font-size:18px;line-height:23px;padding:10px 20px}.rakamlar{background-color:#fff;margin-top:30px;padding:30px}.istasyonRakam h3{font-size:46px;line-height:56px}.istasyonRakam p{font-size:18px;line-height:22px;margin-bottom:0}.stations{margin-top:0!important}.stations h1{font-size:38px!important;line-height:55px!important;margin-bottom:0!important}.stations p{font-size:16px!important;line-height:28px!important}.talepEgitimler h1{color:#49586a!important;font-size:20px!important;margin:0!important}.irtibatTipiTableKategori p,.talepEgitimler h1{font-family:Geologica!important;font-weight:500!important;line-height:20px!important;text-align:left!important}.irtibatTipiTableKategori p{background:#e6f3ff!important;border-radius:6px!important;color:#005ba6!important;font-size:12px!important;gap:10px!important;letter-spacing:-.200000003px!important;margin-bottom:.5rem!important;padding:2px 8px!important}.tanimlanmamisBilgi p{background-color:transparent!important;color:#c70511!important}.destekStation p,.tanimlanmamisBilgi p{font-family:Geologica!important;font-size:13px!important;font-weight:500!important;line-height:20px!important;text-align:left!important}.destekStation p{background-color:#f2f3f5!important;border-radius:6px!important;padding:2px 8px!important}.destekIstasyonCard p,.destekStation p{letter-spacing:-.200000003px!important;margin-bottom:0!important}.destekIstasyonCard p{color:#1175d2!important;font-family:Geologica!important;font-size:14px!important;font-weight:500!important;line-height:24px!important;text-align:center!important}.arrowIconIstatistik h2{font-size:22px;line-height:30px}.tk24Header h2{font-size:40px;line-height:56px;margin-top:0}.headerAlt p{color:linear-gradient(180deg,#f6f6f7,#7e808f 31%);font-family:Geologica;font-size:46px;font-weight:500;letter-spacing:-.03em;line-height:54px;text-align:center}.titleTabStatik{color:#1f2833;font-family:Geologica;font-size:38px;font-weight:600;line-height:58px;text-align:left}.download-button,.download-button:focus{font-size:14px!important;height:36px!important;line-height:18px!important}.edit-button,.edit-button:focus,.view-button,.view-button:focus{font-size:12px!important;height:30px!important;line-height:12px!important}.delete-button,.delete-button:focus{height:30px!important}.create-button{font-size:14px!important;height:36px!important;line-height:18px!important}.duyuru-taslak-button,.save-button{height:36px!important;line-height:12px!important}.cancel-button{font-size:12px!important;height:36px!important;padding:10px 16px!important}.accordion-title-cell{line-height:18px!important}.accordion-content-cell,.accordion-title-cell{font-size:12px!important;padding:0 10px!important}.accordion-content-cell{line-height:24px!important}.accordion-content-row{height:50px!important;padding:0 16px}.breadcrumb-link-kriz,.breadcrumb-page-name{font-size:14px!important;line-height:18px!important}.page-title{font-size:18px!important;line-height:20px!important}.accordion-content-area{padding:5px 30px!important}.accordion-create-button,.accordion-create-button:focus{font-size:14px!important;height:36px!important}.profilTop{margin-top:15px!important}.breadCrumb{height:45px!important;margin-top:10px!important}.table-title-cell{font-size:13px!important;line-height:21px!important;padding:0 10px!important}.table-cell-row{height:48px!important}.table-content-cell{font-size:14px!important;line-height:24px!important;padding:5px 10px!important}.timBasvuru-text{font-size:14px!important;line-height:19.5px!important}.timEklenenGorseller img{height:auto;max-width:150px}.kriz-yonetimi-img{height:auto!important;width:100%}.sticky-right{padding:5px 16px!important}.accordion-table-content-cell{line-height:18px!important;padding:5px 14px!important}.accordion-table-title-cell{line-height:18px!important;padding:0 14px!important}.modal-style-lg{max-width:80%!important;padding:40px}.modal-style,.modal-style-lg{margin:auto!important;max-height:100%!important}.modal-style{max-width:40%!important;padding:15px}.modal-body{max-height:70vh!important;overflow-y:auto!important}.approved-button{font-size:12px!important;height:30px!important;line-height:12px!important;padding:0 14px!important}.search-frame{margin-bottom:10px}.box-select-area{margin-right:10px!important;max-width:175px!important;min-width:175px!important}.table-content-blue-cell{font-size:14px!important;line-height:26px!important;padding:0 10px!important}.message-header-user-name{font-size:16px!important;line-height:20px!important}.tabTitleHome{margin-bottom:10px!important}.cardHomeImg{height:36px!important;width:36px!important}.tk24Araclar{gap:40px!important}.tk24Araclar,.tk24Button{margin-top:30px!important}.tk24Button{margin-bottom:15px!important}.krizYonetimiHeader h2 p{font-size:60px!important;line-height:80px!important}.krizYonetimiHeader h2 .ql-size-large{font-size:60px!important;line-height:72px!important;margin-bottom:40px!important}.krizYonetimiCount p{font-size:70px!important;line-height:70px!important}.krizYonetimiCount p>span{font-size:30px!important;line-height:70px!important}h1 p{font-size:30px!important;line-height:50px!important}.titleTabHeader p{font-size:55px;line-height:68.2px}.anasayfa-img,.dasboard-img,.istasyon-img{height:auto!important}.surec-img{max-height:auto!important}.proje_img{height:auto}.statikSayfaAralik{margin-top:30px!important}.titleTabHeader p,.titleTabHeader p .ql-size-large{font-size:60px!important;line-height:80px!important}.titleTabHeader p .ql-size-large{letter-spacing:-.03em!important}.delete-button-icon,.view-button-icon{height:30px!important;width:30px!important}.dasboard-img{width:80%!important}.istasyonHeader h1 p{font-size:52px!important;line-height:54px!important}.surecHeader h2 p{font-size:36px!important;line-height:56px!important}span p{font-size:14px!important;line-height:24px!important}.kriz-yönetim-content-img{height:46px!important;width:46px!important}.krizYonetimiHeader{margin-bottom:30px!important;margin-top:30px!important}.container{max-width:1140px!important}.arrowIconIstatistik{margin-bottom:15px}.table-content-cell-istasyon{font-size:14px!important;line-height:16px!important;padding:5px 10px!important}.table-title-cell-istasyon{font-size:14px!important;line-height:20px!important;padding:0 10px!important}.card-center{margin-top:0!important}.crisys-img{height:auto!important}}@media(max-width:1550px){.menu-parameter-header-title-adt{display:none!important}}@media(max-width:1350px){.menu-parameter-header-title,.show-on-lg{display:none!important}}@media(min-width:1301px){.show-on-lg{display:inline!important}}@media(max-width:998px){.custom-select-container{margin-bottom:0;width:100%}.filters{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.modal-style{margin:auto!important;max-height:100%!important;max-width:100%!important;padding:10px!important}.ekDosyaImageContainer.duyuruGorsel{height:auto}.container-fluid.view-container.open{margin-left:0;transition:margin-left .3s ease}.menu.open{left:0;transition:margin-left .3s ease;width:auto!important;z-index:9999}.desktop-button{display:none!important}.mobil-button{display:flex!important}.mobil-sistem-button{display:block!important}.mobilMainTitle{align-items:center;display:flex;gap:20px;margin-bottom:15px;padding-left:24px}.menu-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow-y:auto;position:relative}ul.locale-dropdown-menu{list-style:none!important;margin:0!important;padding:0 15px!important}.istasyon-img{border-radius:12px!important;width:100%}.anasayfa-img,.istasyon-img{box-shadow:0 4px 8px rgba(0,0,0,.1);height:100%!important}.anasayfa-img{border-radius:12px;width:100%!important}.tabTitleHome button,.tabTitleHome button.Mui-selected{font-size:20px!important;line-height:26px!important}h1 p{font-size:35px;line-height:40px}span p{color:#607083;font-family:Plus Jakarta Sans;font-size:20px;font-weight:400;letter-spacing:-.02em;line-height:30px;margin:0!important;text-align:left}.modal-style-lg{margin:auto!important;max-height:100%!important;max-width:100%!important;padding:10px}.desktopActions{display:none}.mobilActions{display:flex;justify-content:flex-end}.searchDesktop{display:none}.searchMobil{display:block}.navbar-search-icon{align-items:center!important;display:flex;height:100%;margin-left:10px;position:absolute}.navbar-search-icon-position{margin-left:7%!important;margin-right:6%!important}.dropdown-menu{border:none!important;border-radius:4px!important;box-shadow:none!important;width:100%!important}.krizYonetimiHeader h2 .ql-size-large,.krizYonetimiHeader h2 p{font-size:35px;line-height:50px}.krizYonetimiCount p{font-size:40px;line-height:70px}.krizYonetimiCount p>span{font-size:25px!important;line-height:70px}.kriz-yonetimi-img{border-radius:12px!important;box-shadow:0 4px 8px rgba(0,0,0,.1);height:100%!important;width:100%}.statikContent.statikSayfaAralik{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:15px}.proje-yazi-title,.proje-yazi-title p{font-size:20px;line-height:30px}.arrowIconIstatistik{align-items:center;display:flex;gap:10px;margin-bottom:15px}.go-to-page{margin-left:0;padding:10px 0}}@media(min-width:768px)and (max-width:998px){.anasayfa-img,.istasyon-img{height:100%!important}.surec-img{max-height:100%!important}.tk24Header h2{font-size:58px}.crisys-img{height:100%!important;width:100%!important}.surecHeader h2 p{font-size:38px;line-height:58px}.titleTabHeader p,.titleTabHeader p .ql-size-large{font-size:35px;line-height:40px}span p{font-size:22px;line-height:34px}h1 p{font-size:34px;line-height:56px}.dasboard-img{height:100%!important;width:100%!important}}@media(max-width:767px){.edit-icon{cursor:pointer;position:absolute;right:0;top:0}.ql-editor{display:flex;position:relative}.ql-editor h1,.ql-editor h2,.ql-editor span p{margin-top:20px!important}.adtProfil{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}.timEklenenGorseller img{height:100%;margin-bottom:15px;max-width:150px}.profilTitle h3{color:#34404f;font-family:Geologica;font-size:18px;font-weight:500;letter-spacing:-.400000006px;line-height:20px;margin:10px 0!important;text-align:left}.profilTitle p{color:#607083;font-weight:200;letter-spacing:-.200000003px;line-height:14px}.iletisimBilgiProfil p,.profilTitle p{font-family:Geologica;font-size:15px;margin:0!important;text-align:left}.iletisimBilgiProfil p{color:#34404f;font-weight:400;letter-spacing:-.400000006px;line-height:30px}.timRight{justify-content:flex-start;margin-top:15px}.profilimTitle,.timRight{align-items:center;display:flex}.profilimTitle{flex-wrap:wrap;gap:15px}.istasyon-img{border-radius:12px!important;width:100%}.anasayfa-img,.istasyon-img{box-shadow:0 4px 8px rgba(0,0,0,.1);height:100%!important;margin-bottom:15px}.anasayfa-img{border-radius:12px;width:100%!important}.buttonTab{margin-bottom:20px;margin-top:0}span p{font-size:22px;line-height:34px}h1 p{font-size:28px;line-height:50px}.titleTabHeader p,.titleTabHeader p .ql-size-large{font-size:50px;line-height:60px}.surec-img{max-height:100%!important}.surecHeader h2 p{font-size:36px;line-height:56px}.table-pagination-pagination ul{flex-wrap:wrap;gap:10px;margin:0!important;padding:10px 0!important}.sayfa-satir{margin-left:0;padding:10px 0}.crisys-img,.dasboard-img{height:100%!important;width:100%!important}.seachiconpositionistasyon{align-items:center;display:flex;justify-content:right;margin-bottom:15px;position:relative;width:100%!important}.headerIstasyon-title h1{font-size:40px!important;line-height:50px!important;margin:15px!important}.istasyonButton{font-size:16px;line-height:25px;padding:5px 16px}.headerIstasyon-title p{font-size:16px!important;line-height:28px!important;margin:15px!important}.arrowIconIstatistik h2{font-size:20px;line-height:30px}.istatistikTarih span{font-size:14px;line-height:32px}.cardIstatistik p{font-size:30px;line-height:36px}.adt-card-istatistik{min-height:260px}.adt-istatistik p{color:#1f2833;font-family:Geologica;font-size:20px;font-weight:400;line-height:26px;margin-bottom:25px;text-align:left}.sayfalama{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.table-pagination-pagination .page-link{background-color:#fff!important;border:1px solid #a9b3be!important;border-radius:4px;color:#79889a!important;height:30px!important;line-height:15px;min-width:35px!important;z-index:2}.css-1toxriw-MuiList-root-MuiMenu-list{list-style:none;margin:0;outline:0;padding:0;position:relative}.timBasvuru h3{font-size:18px;line-height:26px}.tk24Header h2{color:#34404f;font-family:Plus Jakarta Sans;font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:64px;text-align:center}.h1,h1{font-size:30px;line-height:35px}}@media(max-width:600px){.custom-nav-tabs{gap:10px}.edit-icon{cursor:pointer;position:absolute;right:0;top:0}.ql-editor{display:flex;position:relative}.stations{margin-top:0}.irtibatTipiTableKategori{flex-wrap:wrap}.timBasvurulari{padding:24px 0}.ql-editor h1,.ql-editor h2,.ql-editor span p{margin-top:20px!important}.card-center{align-items:center!important;margin-top:30px!important}.headerIstasyon-title{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:flex-start;left:16px;position:absolute;top:0;width:100%}.istatistikStation{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:space-between;margin-bottom:30px}.search-input{background-color:#fff!important;border:1px solid #c1c8d1!important;border-radius:6px!important;box-shadow:none!important;font-family:Geologica!important;font-size:16px!important;font-weight:500!important;gap:8px!important;height:36px!important;letter-spacing:-.200000003px!important;line-height:20px!important;padding:8px 8px 8px 40px!important;text-align:left!important;width:100%!important}.headerIstasyon-title h1{font-size:25px!important;line-height:30px!important;margin:15px!important}.pagination{display:flex;flex-wrap:wrap;gap:10px 0;list-style:none;padding-left:0}.MuiTabs-flexContainer{display:inline-grid;width:100%}.cardHome{min-height:200px}.tabTitleHome .MuiTabs-flexContainer{display:inline-grid;justify-content:space-between;justify-content:center;overflow-x:auto;width:100%}.slideButton{font-size:14px!important;padding:5px 12px!important}.slideTitle{font-size:26px!important;line-height:38px!important}.slideDescription{font-size:22px!important;line-height:28px!important}h1 p{line-height:35px}span p{font-size:16px;line-height:21px}.titleTabHeader p,.titleTabHeader p .ql-size-large{font-size:35px;line-height:60.2px}.surecHeader h2 p{font-size:25px;line-height:35px}.stations h1{font-size:20px;line-height:30px}.profilimTitle h3{color:#34404f;font-family:Geologica;font-size:18px;font-weight:500;letter-spacing:-.400000006px;line-height:17px;margin:0!important;text-align:left}h1 p{font-size:25px;line-height:30px}.buttonTab{font-size:14px!important;line-height:22px!important;padding:5px 12px!important}.crisys-img{height:100%!important;width:100%!important}.tk24Header h2{font-size:30px;line-height:35px}.titleTabStatik{font-size:25px;line-height:35px}.loginDesktop{display:none}.loginMobil{display:block}.seachiconpositionistasyon{margin-bottom:15px}.istasyonHeader p{font-size:18px;line-height:30px}.istasyonHeader h1 p{font-size:35px;line-height:50px}.h1,h1{font-size:25px;line-height:30px}}@media(max-width:370px){.slideButton{font-size:14px!important;padding:5px 12px!important}.slideTitle{font-size:26px!important;line-height:38px!important}.slideDescription{font-size:22px!important;line-height:28px!important}.crisys-img{height:100%!important;width:100%!important}.tanimlanmamisBilgi p{font-size:12px!important}}@media(max-width:250px){.brand-logo .brand-icon img{width:125px}}.pdf-container{display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.controls{margin:20px}@media print{.pdf-container{display:none}}