.preloader{position:fixed;z-index:999999;background:#edf1f5;width:100%;height:100%}.preloader-content{border:0 solid transparent;border-radius:50%;width:150px;height:150px;position:absolute;top:calc(50vh - 75px);left:calc(50vw - 75px)}.preloader-content:before,.preloader-content:after{content:"";border:1em solid var(--primary-color);border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0}.preloader-content:before{animation-delay:.5s}@keyframes loader{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}*{box-sizing:border-box}html{height:100%;font-size:14px}body{font-family:Gill Sans,sans-serif;color:var(--text-color);background-color:var(--surface-ground);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color)}.layout-theme-light{background-color:#edf1f5}.layout-topbar{position:fixed;height:5rem;z-index:997;left:0;top:0;width:100%;padding:0 2rem;background-color:var(--surface-card);transition:left .2s;display:flex;align-items:center;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-topbar .layout-topbar-logo{display:flex;align-items:center;color:var(--surface-900);font-size:1.5rem;font-weight:500;height:3rem;border-radius:12px}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button{display:inline-flex;justify-content:center;align-items:center;position:relative;color:var(--text-color-secondary);border-radius:50%;width:3rem;height:3rem;cursor:pointer;transition:background-color .2s}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}@media (width < 62em){.layout-topbar{justify-content:space-between;padding:0 1rem}.layout-topbar .layout-topbar-logo{width:auto;margin-left:1rem;order:2}.layout-topbar .layout-menu-button{margin-left:0;order:1}.layout-topbar .layout-topbar-menu-button{display:inline-flex;margin-left:0;order:3}.layout-topbar .layout-topbar-menu{margin-left:0;position:absolute;flex-direction:column;background-color:var(--surface-overlay);box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);border-radius:12px;padding:1rem;right:2rem;top:5rem;min-width:15rem}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:0;display:flex;width:100%;height:auto;justify-content:flex-start;border-radius:12px;padding:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button i{font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{position:fixed;width:300px;height:calc(100vh - 8.6rem);z-index:999;overflow-y:auto;user-select:none;top:6rem;left:1.5rem;transition:transform .2s,left .2s;background-color:var(--surface-overlay);border-radius:12px;padding:1rem;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-menu{list-style-type:none;margin:0;padding:0}.layout-menu li{margin-top:.6rem}.layout-menu li.layout-menuitem-category{margin-top:.75rem}.layout-menu li.layout-menuitem-category:first-child{margin-top:0}.layout-menu li .layout-menuitem-root-text{text-transform:uppercase;color:var(--surface-900);font-weight:600;margin-bottom:.5rem;font-size:.875rem}.layout-menu li a{cursor:pointer;text-decoration:none;margin-top:.5rem;align-items:center;color:var(--text-color);transition:color .2s;border-radius:12px;padding:.5rem .7rem;transition:background-color .15s}.layout-menu li a span{margin-left:.5rem}.layout-menu li a .menuitem-toggle-icon{margin-left:auto}.layout-menu li a:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:inset var(--focus-ring)}.layout-menu li a:hover{background-color:var(--surface-hover)}.layout-menu li a.router-link-exact-active{font-weight:700;color:var(--primary-color)}.layout-menu li a .p-badge{margin-left:auto}.layout-menu li.active-menuitem>a .menuitem-toggle-icon:before{content:""}.layout-menu li ul{list-style-type:none;margin:0 0 0 .5rem;padding:0}.layout-menu li ul.layout-submenu-wrapper-enter-from,.layout-menu li ul.layout-submenu-wrapper-leave-to{max-height:0}.layout-menu li ul.layout-submenu-wrapper-enter-to,.layout-menu li ul.layout-submenu-wrapper-leave-from{max-height:1000px}.layout-menu li ul.layout-submenu-wrapper-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.layout-menu li ul.layout-submenu-wrapper-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}.layout-menu li ul ul{padding-left:1rem}.layout-config{position:fixed;top:0;padding:0;right:0;width:20rem;z-index:999;height:100vh;transform:translate(100%);transition:transform .2s;backface-visibility:hidden;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important;color:var(--text-color);background-color:var(--surface-overlay);border-top-left-radius:12px;border-bottom-left-radius:12px}.layout-config.layout-config-active{transform:translate(0)}.layout-config .layout-config-button{display:block;position:absolute;width:52px;height:52px;line-height:52px;background-color:var(--primary-color);color:var(--primary-color-text);text-align:center;top:230px;left:-52px;z-index:-1;overflow:hidden;cursor:pointer;border-top-left-radius:12px;border-bottom-left-radius:12px;transition:background-color .2s}.layout-config .layout-config-button i{font-size:32px;line-height:inherit;cursor:pointer;transform:rotate(0);transition:color .2s,transform 1s}.layout-config .layout-config-close{position:absolute;right:1rem;top:1rem;z-index:1}.layout-config .layout-config-content{position:relative;overflow:auto;height:100vh;padding:2rem}.layout-config .config-scale{display:flex;align-items:center;margin:1rem 0 2rem}.layout-config .config-scale .p-button{margin-right:.5rem}.layout-config .config-scale i{margin-right:.5rem;font-size:.75rem;color:var(--text-color-secondary)}.layout-config .config-scale i.scale-active{font-size:1.25rem;color:var(--primary-color)}.layout-config .free-themes img{width:2rem;border-radius:4px;transition:transform .2s}.layout-config .free-themes img:hover{transform:scale(1.1)}.layout-config .free-themes span{font-size:.75rem;margin-top:.25rem}.layout-main-container{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 10rem);padding-top:6rem;padding-right:.9rem;padding-bottom:0;padding-left:.9rem;transition:margin-left .2s;overflow:hidden}.layout-main{flex:1 1 auto;min-height:calc(100vh - 10rem);overflow:hidden}.droptarget-wrapper{position:relative!important;display:flex;flex-grow:1}.drop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:996;border:3px dashed var(--primary-color);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;overflow:hidden}.drop-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--primary-color);opacity:.3;z-index:-1;border-radius:var(--border-radius)}.droptarget-wrapper.highlightDropTarget{pointer-events:none}.layout-footer{transition:margin-left .2s;display:flex;align-items:center;justify-content:center;padding-top:1rem}@media (width >= 67em){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translate(-100%);max-width:66vw;left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper.layout-overlay.layout-overlay-sidebar-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px;padding-left:2.5rem}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-sidebar{transform:translate(-100%);left:0}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media (width < 67em){.layout-wrapper .layout-main-container{margin-left:0;padding-left:1rem}.layout-wrapper .layout-sidebar{transform:translate(-100%);max-width:66vw;left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg)}.layout-wrapper .layout-mask.layout-mask-enter-from,.layout-wrapper .layout-mask.layout-mask-leave-to{background-color:transparent}.layout-wrapper.layout-mobile-sidebar-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-mobile-sidebar-active .layout-mask{display:block}.body-overflow-hidden{overflow:hidden}}.card{background-color:var(--surface-card);padding:1.5rem;color:var(--surface-900);margin-bottom:1rem;border-radius:12px;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)!important}.card.card-w-title{padding-bottom:1rem}.card.card-w-title h1{text-align:justify}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;padding:.25rem .4rem;border-radius:12px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}hr{border-top:solid var(--surface-border);border-width:1px 0 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}.role-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px}.role-badge.role-siteconsumer{background:#c8e6c9;color:#256029}.role-badge.role-sitecollaborator{background:#feedaf;color:#8a5340}.role-badge.role-sitecontributor{background:#eccfff;color:#694382}.role-badge.role-sitemanager{background:#b3e5fc;color:#23547b}.role-badge.role-owner{background:#eccfff;color:#694382}.visibility-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;margin-right:2%}.visibility-badge.visibility-public{background:#c8e6c9;color:#256029}.visibility-badge.visibility-moderated{background:#feedaf;color:#8a5340}.visibility-badge.visibility-private{background:#eccfff;color:#694382}.delib-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;background:#febdf6;color:#8f3a84}.workspace-card{margin:1.5rem 1.5rem 0 0;min-width:18rem;max-width:29rem;border-bottom:solid 3px var(--primary-color);display:flex;flex-basis:18rem;flex-grow:1!important;flex-direction:column;background-color:var(--surface-ground)}.card-top{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;flex-basis:9rem}.card-text{display:flex;flex-direction:column;flex-grow:10}.card-title{overflow:hidden;text-overflow:ellipsis;border:none;padding-bottom:.2rem;text-decoration:none;font-size:1.5rem;font-weight:700;max-width:13rem;cursor:pointer}.card-bottom{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:center}.card-menu{background-color:#fff;padding:12px;margin:auto;border:none;box-shadow:0 4px 8px rgba(0,0,0,.2);min-width:150px!important}.p-menuitem-icon{padding-right:.4rem}.folder-items .p-checkbox{margin-left:-.1rem;display:inline-block}.folder-name{margin-top:auto;margin-bottom:auto!important;padding-left:1rem!important}.folder-card{margin-top:1.5rem;margin-right:1.5rem;margin-bottom:0;margin-left:1.5rem;height:5.5rem;display:flex;flex-direction:column;justify-content:flex-start}.folder-card .card-title{flex-grow:1;flex-basis:160px;font-size:1rem;padding:0}.folder-card .folder-items{display:flex;align-items:flex-end;flex-wrap:nowrap;flex-direction:row;margin:.3rem}.folder-card .folder-items a{margin-left:1rem;color:#495057}.folder-card .folder-items .folder-checkBox{flex-grow:0;margin-top:.1rem}.folder-card .folder-items .folder-title{flex-grow:5;margin-top:.3rem;margin-right:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-card .folder-items .folder-actions{flex-grow:0}.folder-card .folder-items .p-button{padding:0}.folder-card .folder-description{flex-grow:7;margin-top:.1rem;margin-left:.3rem;margin-right:.5rem;color:gray;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-card .col-fixed{display:inline-flex;min-width:8rem}.folder-card .center-item{margin-top:auto;margin-bottom:auto}.folder-card .p-checkbox-icon{margin:0!important}.description,.title{margin-top:.6rem;font-size:.85em}.description{color:var(--surface-700)}.title{color:var(--primary-color)}a.description{color:gray!important}figcaption{text-align:end}.p-button-icon{padding-right:4%}.create-workspace{background-color:#ffd44f;border-radius:20px;border:none;color:#000;padding:20px;text-decoration:none;font-size:1.6rem;box-shadow:0 4px 8px rgba(0,0,0,.2);float:right;margin-top:1em}.info-button{border-radius:4rem;border:none;margin-left:10px;font-size:1.2rem}.p-hidden-accessible{visibility:visible}.newMenu{float:right}.simple{border:none;background-color:inherit;color:var(--primary-color)}.disabled{color:#d3d3d3}.p-disabled,.p-component:disabled{opacity:.3!important}.loadingFile{display:block!important}.nouvel-espace{min-width:15rem}.action-buttons{display:flex}#collaboraIbutton{margin-left:auto;margin-right:1rem;margin-top:.35rem}.listView{min-width:5rem;border-radius:.5rem;margin-left:.5rem;margin-top:auto;margin-bottom:auto;border:none}.listView button{background:none;color:var(--primary-color);border:none;margin:0}.listView .selected{background-color:var(--primary-color);color:#fff}.mobile_button{display:flex}@media screen and (width >= 48em){.mobile_button{display:none!important}}@media (width < 48em){.classic_button{display:none!important}}.popup-add-workspace{z-index:1001;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:2rem}.popup-add-workspace label{font-size:1.1rem}.popup{z-index:1001;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.2)}.popup TextArea{width:100%}.popup label{font-size:1.1rem}.popup--share-link .field-checkbox{margin-top:1.5rem}.popup--share-link .p-calendar{max-width:16rem}.popup--tree label{font-size:1.1rem}.required,.error-message{color:red}.info-message{background-color:inherit;color:#000;margin:1rem;border:none}#description{max-width:50vw}#commentVersion{margin-top:1rem}@media (width < 35em){#description{max-width:70vw}}.workspace-members-head{background-color:var(--surface-overlay)}.text-role{color:var(--primary-color)}.membres{margin:1.5rem}.p-breadcrumb{border:none!important;background:none!important}.breadcrumbDropdown,.breadcrumbEllipsis{vertical-align:unset!important;align-items:center!important;height:1.5rem!important;width:1.5rem!important;margin-left:-.2rem!important;margin-right:-.2rem!important}.breadcrumbEllipsis:hover{background-color:var(--primary-color)!important}.commonElementName{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:11rem;align-items:center}.breadcrumbElementName,.searchOrConsultActiveClass{color:var(--primary-color)}.lastItemElementName{color:var(--primary-text-color)!important;cursor:default}.primary-color{color:var(--primary-color)}#search{display:block;width:300rem}@media (width < 48em){#search{width:10vw}}#searchInput{width:55vw;height:4rem;font-size:2rem;padding-top:1rem;padding-left:2.5rem}@media (width < 62em){#searchInput{width:80vw}}@media (width < 48em){#searchInput{width:55vw}}#searchSpan{display:table;margin:1rem auto 0}#searchFileIcon{margin-top:-.8rem;font-size:1.5rem}.zone-recherche input,.zone-recherche-workspace input{background-color:var(--surface-a)}.zone-recherche-workspace{margin-bottom:-5rem}.card.tree{box-shadow:none!important;margin:auto;min-width:10rem}.group-right{float:right}.align{display:flex;align-items:center}.right{display:flex;justify-content:right}.responsive-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item{display:block;padding:.1rem 0 .1rem 1rem!important}.radio-display{padding:1rem 0 0 .1rem!important}.search-tags{display:inline-flex}.chips-container{display:flex;flex-wrap:wrap;gap:.8rem}.icon{padding-right:.1rem;padding-left:.1rem}.search-filtre{padding:.1rem 1rem!important;margin:auto;color:var(--primary-color)}.mobile_zone{display:none}.page-vide{display:grid;vertical-align:middle;text-align:center}.page-vide button{margin:1rem .5rem 1rem 2rem}.page-vide img{margin-bottom:2rem}.drag{display:flex;min-height:25rem;border:#3d8c40 dashed thin}.drag p{text-align:center;margin:auto;font-size:20px}.tag-version{margin:1rem}.folder-content{overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.folder-content::-webkit-scrollbar{display:none}#zoneInformation{overflow-x:scroll;overflow-y:visible;min-width:22rem;-ms-overflow-style:none;scrollbar-width:none}#zoneInformation::-webkit-scrollbar{display:none}@media (width < 62em){.mobile_zone{display:grid!important}.classic_zone{display:none}.page-vide p{margin-bottom:.5rem;margin-top:.5rem}.page-vide button{margin:.2rem}}.pageInputNumber>.p-inputtext.p-component.p-inputnumber-input{width:auto!important;min-width:3ch;max-width:5.5ch;max-height:2.5rem}.p-datatable .p-datatable-header{background:none;border:none;padding:0 1rem}.p-datatable .p-datatable-thead>tr>th{background:none}.icon img{height:auto;width:3rem}.icon{height:auto;width:3rem;margin:auto}.small_icon{height:auto;width:1rem;margin:auto}.datatable-buttons{display:flex;justify-content:flex-end}.p-column-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-height:3rem}.file-items a{color:var(--text-color);overflow-wrap:break-word;min-width:20vw}#loolcontainer{flex:1;display:flex;height:65rem}#loleafletframe{flex:1;border:0}.p-fileupload-file{margin-bottom:.5rem}.p-fileupload-file-thumbnail{display:none}.p-fileupload-file-size{margin-right:.5rem}.consultation-title{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50vw}.consultation-toolbar{top:0;z-index:980}@media (width < 62em){.consultation-toolbar{width:max-content}}.p-toolbar{padding:.4rem}.systemBadge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;background:#ededed;color:#616161}.workspaceBadge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;background:#c8e6c9;color:#256029}.userHomeBadge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;background:#feedaf;color:#8a5340}.searchTitle{align-items:center;color:var(--text-color)!important;display:grid}.searchTitle a{text-overflow:ellipsis;overflow:hidden;color:var(--text-color)!important;font-size:1.5rem}.searchPreview{border:1px solid var(--gray-300);display:inline-block}.searchPreviewDiv{padding:1rem}.searchIcon{min-height:8rem;width:6rem;height:auto}.searchIconList img{width:7rem}.searchIconList{max-height:6rem;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 70%,rgba(0,0,0,.5) 100%)}.searchIconList:hover{max-height:10rem!important;-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 100%,rgba(0,0,0,.5) 100%)}.searchTitleList a{font-size:1.5rem;color:var(--text-color)}.searchFilenameList a{display:block;overflow:hidden;text-overflow:ellipsis;font-size:1.1rem;color:var(--primary-color)}.searchFilenameList{margin-bottom:.32rem}.searchDescriptionList{font-size:1.1rem;color:var(--primary-text-color)}.p-paginator{border:0!important}.progress-spinner{position:fixed;z-index:999;height:2em;width:2em;margin:auto;top:0;left:0;bottom:0;right:0}.progress-spinner:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}#topBarLogo[data-v-237961d5]{background-position:center;background-size:contain;width:14rem;height:3rem;background-repeat:no-repeat;background-image:url(/espaces/images/pristy/logo-pristy-app-espaces-fdtr.png)}.layout-menu li a[data-v-e14faec9]{padding:0!important}#menuLogo{background-position:center;background-size:contain;width:10rem;height:10rem;background-repeat:no-repeat;background-image:url(/espaces/images/pristy/logo-pristy-square.png);display:block;margin-left:auto;margin-right:auto}.keydef{margin-right:0;margin-left:.25rem}.keydef span{display:inline-block;font-family:monospace;width:4.5rem}.p-message .p-message-wrapper{padding:1.25rem 0rem!important}#JeciLink{color:var(--text-color)}.spinner-wrapper[data-v-db6e45e8]{margin-left:1rem;position:relative}.cancel-button[data-v-db6e45e8]{position:absolute;top:0;right:0;background-color:transparent;border:none;font-size:16px;color:red;cursor:pointer;visibility:hidden}.downloadFileCancel[data-v-db6e45e8]{width:3rem!important;height:3rem!important}.spinner-wrapper:hover .cancel-button[data-v-db6e45e8]{visibility:visible}.spinner-wrapper[data-v-db6e45e8]:hover{visibility:hidden}.p-toast.p-toast-top-right{z-index:1000;top:7rem}.p-scrolltop.p-link{background-color:var(--primary-color)!important;opacity:.7}.p-scrolltop{width:4rem!important;height:4rem!important;margin-top:-2rem!important}
