@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;color:inherit;margin:0;padding:0;text-decoration:none}.sidebard{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;transition:left .22s ease,transform .22s ease;width:30em;z-index:1000}@media(max-width:1000px){.sidebard{left:-150%;width:90%}.sidebard__header__close{display:inline-flex}}.sidebard--open{left:0;transform:translateX(0)}.sidebard__overlay{background:#0a0a0a73;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .22s ease;z-index:900}.sidebard__overlay.visible{opacity:1;pointer-events:auto}.sidebard__container{display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebard__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;height:6em;padding:0 1em}.sidebard__header__logo{height:2.7em;margin-right:.7em;width:2.7em}@media(max-width:500px){.sidebard__header__logo{margin-right:.4em}}.sidebard__header__logo__img{height:100%;object-fit:cover;object-position:center;width:100%}.sidebard__header__texts__title{font-size:1.5em;font-weight:700;letter-spacing:6px;margin-bottom:.2em;text-transform:uppercase}@media(max-width:500px){.sidebard__header__texts__title{font-size:1.2em;letter-spacing:4px}}.sidebard__header__texts__content{color:#64748b;font-size:.8em;text-transform:uppercase}@media(max-width:500px){.sidebard__header__texts__content{font-size:.75em}}.sidebard__header__close{background:#0000;border:none;cursor:pointer;display:none;padding:6px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.sidebard__header__close svg{color:#64748b}.SidebardFilter{flex-shrink:0;margin-bottom:1em;padding:1.2em 1em}.SidebardFilter__language{position:relative}.SidebardFilter__title{align-items:center;display:flex;margin-bottom:1.2em}.SidebardFilter__title__icon{color:#64748b}.SidebardFilter__title>span{color:#64748b;font-size:.9em;font-weight:500;margin-left:.5em;text-transform:uppercase}.SidebardFilter__language__selected{position:relative}.SidebardFilter__language__selected__select{align-items:center;border:1px solid #e5e7eb;border-radius:.3em;cursor:pointer;display:flex;justify-content:space-between;padding:.6em 1em;transition:border-color .3s ease;transition:border-width .1s ease;width:100%}.SidebardFilter__language__selected__select__icon__arrow{color:#64748b}.SidebardFilter__language__selected__select>span{color:#64748b;font-size:.9em;font-weight:500;text-transform:uppercase}.SidebardFilter__language__selected__select:hover{border-color:#0284c7}.SidebardFilter__language__selected__select:hover .SidebardFilter__language__selected__select__icon__arrow{color:#0284c7}.SidebardFilter__language__selected__select:hover>span{color:#0284c7;font-size:.9em;font-weight:500;text-transform:uppercase}.SidebardFilter__language__selected__select:active{border-width:2px}.SidebardFilter__language__selected__select__pop{background:#fff;border:1px solid #e5e7eb;border-radius:.3em;border-top:0;box-shadow:0 6px 20px #02142814;left:0;opacity:0;padding:1em .7em;pointer-events:none;position:absolute;top:110%;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;visibility:hidden;width:100%;z-index:10}.SidebardFilter__language__selected__select__pop__list{display:flex;flex-direction:column}.SidebardFilter__language__selected__select__pop__list__item{align-items:center;border-radius:.3em;cursor:pointer;display:flex;font-weight:300;justify-content:space-between;padding:.5em .8em;transition:background-color .2s ease}.SidebardFilter__language__selected__select__pop__list__item span{font-size:.87em}.SidebardFilter__language__selected__select__pop__list__item .SidebardFilter__language__selected__select__pop__list__item__icon{opacity:0;transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.SidebardFilter__language__selected__select__pop__list__item.selected{background-color:#e7eaee}.SidebardFilter__language__selected__select__pop__list__item.selected .SidebardFilter__language__selected__select__pop__list__item__icon{opacity:1;visibility:visible}.SidebardFilter__language__selected__select__pop__list__item:hover{background-color:#e7eaee}.SidebardFilter__language__selected.is-open .SidebardFilter__language__selected__select__pop{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.sidebardSearch{flex-shrink:0;padding:0 1em;position:relative}.sidebardSearch__top{justify-content:space-between;margin-bottom:1em}.sidebardSearch__top,.sidebardSearch__top__left{align-items:center;display:flex}.sidebardSearch__top__title{color:#64748b;font-size:.95em;font-weight:400;margin-right:.5em}.sidebardSearch__top__icon{transition:color .3s ease-in-out}.sidebardSearch__top__icon__search{align-items:center;display:flex}.sidebardSearch__top__icon__search span{border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;display:block;margin-right:.5em;padding:.25em .45em;transition:border-color .3s ease-in-out}.sidebardSearch__top__icon__search span:hover{border-color:#0284c7}.sidebardSearch__top__icon__search span:hover .sidebardSearch__icon{color:#0284c7}.sidebardSearch__top__icon__search span.is-open{border-color:#0284c7}.sidebardSearch__top__icon__search span.is-open .sidebardSearch__icon{color:#0284c7}.sidebardSearch__top__right__list{align-items:center;border:1px solid #e5e7eb;border-radius:.5em;display:flex;list-style-type:none;overflow:hidden}.sidebardSearch__top__right__item{align-items:center;background:#f0f2f4;display:flex;height:1.5em;justify-content:center;width:2.5em}.sidebardSearch__top__right__item.active{background:#0284c7}.sidebardSearch__top__right__item.active .sidebardSearch__top__right__item__icon{color:#fff}.sidebardSearch__top__right__item:first-child{background:#fff}.sidebardSearch__top__right__item__icon{color:#64748b}.sidebardSearch__inputs{max-height:0;opacity:0;overflow:hidden;padding:0 0 .75em;transition:max-height .3s ease,opacity .3s ease}.sidebardSearch__inputs.is-open{max-height:100px;opacity:1}.sidebardSearch__inputs__search{border:1px solid #e5e7eb;border-radius:.4em;outline:0;padding:.7em 1em;transition:border-color outline .3s ease-in-out ease-in-out .3s;width:100%}.sidebardSearch__inputs__search:hover{border-color:#0284c7}.sidebardSearch__inputs__search:hover:active{outline:1px solid #0284c7;outline-offset:1px}@media(max-width:1000px){.sidebardSearch__inputs__search{padding:8px 10px}}@media(max-width:400px){.sidebardSearch__inputs__search{padding:1.2em 1em}}.cantiqueList{background:#f8fafc;border:1px solid #e5e7eb;border-radius:.4em;display:flex;flex:1 1;flex-direction:column;height:37em;overflow-y:auto;padding:.5em 0}@media(max-width:1000px){.cantiqueList{height:auto;min-height:20em}}.cantiqueList::-webkit-scrollbar{width:.5em}.cantiqueList::-webkit-scrollbar-track{background:#f8fafc}.cantiqueList::-webkit-scrollbar-thumb{background-color:#c9cfd8;border-radius:.4em}.cantiqueList__container{width:100%}.cantiqueList__cantique{align-items:center;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;padding:.75em 1em;transition:all .18s ease}.cantiqueList__cantique:last-child{border-bottom:none}.cantiqueList__cantique:hover{background-color:#e7eaee}.cantiqueList__cantique.active{background-color:#a1defe;border-left:4px solid #0284c7;font-weight:450;padding-left:calc(1em - 4px)}.cantiqueList__cantique__left{align-items:center;display:flex;gap:.9em}.cantiqueList__number{align-items:center;background:#f0f2f4;border:1px solid #dee2e7;border-radius:.35em;color:#0f172a;display:flex;flex-shrink:0;font-size:.9em;font-weight:600;height:2.4em;justify-content:center;min-width:2.4em}.cantiqueList__title{font-size:.96em;font-weight:400}.cantiqueList__langue{color:#7f8ea3;font-size:.78em;margin-top:.15em}.cantiqueList__icon__music{color:#0284c7;flex-shrink:0;opacity:.85}.cantiqueList--number .cantiqueList__container{grid-gap:.6em .5em;display:grid;gap:.6em .5em;grid-template-columns:repeat(auto-fill,minmax(4.8em,1fr));padding:.6em}.cantiqueList--number .cantiqueList__cantique{background:#eaecf0;border:none;border-radius:.5em;box-shadow:0 1px 3px #00000014;flex-direction:column;height:4.8em;justify-content:center;margin:0;padding:.5em;transition:all .2s ease;width:auto}.cantiqueList--number .cantiqueList__cantique:hover{background:#bfe9fe;box-shadow:0 3px 8px #0000001f;transform:translateY(-1px)}.cantiqueList--number .cantiqueList__cantique.active{background:#0284c7;box-shadow:0 0 0 2.5px #0284c766;color:#fff}.cantiqueList--number .cantiqueList__cantique.active .cantiqueList__number{color:#fff}.cantiqueList--number .cantiqueList__number{background:#0000;border:none;color:#0284c7;font-size:1.35em;font-weight:700;height:auto;margin:0;width:auto}.cantiqueList--number .cantiqueList__langue,.cantiqueList--number .cantiqueList__title{display:none}.cantiqueList--number .cantiqueList__icon__music{font-size:1.1em;margin-top:.35em;opacity:1}.FooterSidebard{border-top:1px solid #e5e7eb;flex-shrink:0;height:auto;padding:1em}.FooterSidebard__container{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}.FooterSidebard__quantity__cantiques{color:#64748b;font-size:.88em}.FooterSidebard__infos{align-items:center;display:flex}.FooterSidebard__infos__item{margin-right:1em}.FooterSidebard__infos__item:last-child{margin-right:0}.FooterSidebard__logoutBtn{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.FooterSidebard__icon{color:#64748b;transition:color .3s ease}.FooterSidebard__icon:hover{color:#0284c7}.home{height:100%;width:100%}@media(max-width:1000px){.home{height:100%;left:0;position:fixed;top:0;width:100%}}.home__container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}@media(max-width:700px){.home__container{background:#ededed;font-size:.7em}}@media(max-width:400px){.home__container{font-size:.6em}}.home__card{align-items:center;background:#fff;border-radius:.5em;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:2em;text-align:center;width:30em}@media(max-width:1000px){.home__card{margin-bottom:1.8em}}.home__card__image{height:18em;margin-bottom:2em;width:17em}.home__card__img{height:100%;object-fit:cover;object-position:center;width:100%}.home__card__title{font-size:1.5em;font-weight:700;margin-bottom:1em}@media(max-width:400px){.home__card__title{font-size:2em}}.home__card__description{color:#64748b;font-size:.8em;text-align:justify}@media(max-width:400px){.home__card__description{font-size:.8em}}.home__card__description span{display:block;text-align:center}.home__see__cantique{display:none}@media(max-width:1000px){.home__see__cantique{align-items:center;background:#0284c7;border-radius:.3em;color:#ededed;display:flex;justify-content:space-between;padding:.5em 1em}.home__see__cantique span{font-size:.85em}.home__see__cantique span:first-child{margin-right:.65em}}.display{background:#fff;padding-right:1em}.display,.display__container{height:100%;width:100%}.auth-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-modal{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:20px;text-align:center}.auth-modal p{font-size:16px;margin-bottom:20px}.auth-modal button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.auth-modal button:hover{background-color:#0056b3}.duplicate-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.duplicate-modal{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:20px;text-align:center}.duplicate-modal p{font-size:16px;margin-bottom:20px}.duplicate-modal button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.duplicate-modal button:hover{background-color:#c82333}.homeDisplaycantique{height:100%;width:100%}@media(max-width:1000px){.homeDisplaycantique{height:100%;left:0;overflow-y:scroll;padding-left:1em;padding-right:1em;position:fixed;top:0;width:100%}}.homeDisplaycantique__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5em 1em 1.4em 0}@media(max-width:1000px){.homeDisplaycantique__header{padding:1.5em 0 1.4em 1em}}.homeDisplaycantique__header__left{display:flex;flex-direction:column}.homeDisplaycantique__title{font-size:1.22em;font-weight:500;letter-spacing:3px;margin-bottom:.42em;text-transform:uppercase}@media(max-width:400px){.homeDisplaycantique__title{font-size:.95em}}.homeDisplaycantique__title span:first-child{margin-right:.3em}.homeDisplaycantique__title-sub{align-items:center;color:#0284c7;display:flex;font-size:.7em;font-weight:400;text-transform:uppercase}@media(max-width:400px){.homeDisplaycantique__title-sub{font-size:.56em}}.homeDisplaycantique__title-sub span{display:inline-block;margin-right:.3em}.homeDisplaycantique .homeDisplaycantique__right{display:flex}.homeDisplaycantique__header__right{align-items:center;display:flex;gap:1em}.homeDisplaycantique__projection{align-items:center;background-color:#d9f2ff;border:1px solid #97dbfe;border-radius:.3em;cursor:pointer;display:flex;justify-content:center;padding:.5em 1em;transition:border-color .3s ease-in-out}@media(max-width:1000px){.homeDisplaycantique__projection{display:none}}@media(max-width:400px){.homeDisplaycantique__projection{font-size:.65em}}.homeDisplaycantique__projection__header .homeDisplaycantique__right{align-items:center;display:flex;gap:.6em}.homeDisplaycantique__projection span{color:#0284c7;font-size:.85em;font-weight:500;text-transform:uppercase}.homeDisplaycantique__projection span:first-child{margin-right:.5em}.homeDisplaycantique__projection:hover{border-color:#0284c7}.homeDisplaycantique__projection:hover .homeDisplaycantique__projection__icon{color:#0284c7}.homeDisplaycantique__projection--audio{align-items:center;background:#0284c7!important;border:1px solid #0284c7!important;border-radius:.3em;cursor:pointer;display:flex;justify-content:center;margin-left:1em;margin-right:1em;padding:.3em .6em;transition:transform .15s ease,box-shadow .15s ease}.homeDisplaycantique__projection--audio .homeDisplaycantique__projection__icon{color:#fff}.homeDisplaycantique__projection--audio:hover{box-shadow:0 2px 8px #0284c759;transform:scale(1.04)}.homeDisplaycantique__projection--audio-active{box-shadow:0 0 0 2px #ffffffd9,0 2px 10px #0284c773}.homeDisplaycantique .homeDisplaycantique__burger{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 6px #0206170f;box-shadow:0 0 0 2px #ffffffd9,0 2px 10px #0284c773;cursor:pointer;display:none;height:36px;justify-content:center;margin-left:.6em;padding:6px;width:36px}.homeDisplaycantique .homeDisplaycantique__burger svg{color:#0284c7}.homeDisplaycantique .homeDisplaycantique__burger:hover{background:#fff;transform:translateY(-1px)}@media(max-width:1000px){.homeDisplaycantique .homeDisplaycantique__burger{display:inline-flex}}.homeDisplaycantique__footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:center;padding:1em 0}.homeDisplaycantique__footer__text{color:#64748b;font-size:.8em}.homeDisplaycantique__footer__text span{color:#0284c7;cursor:pointer;margin:0 .5em;transition:color .2s ease-in-out}.homeDisplaycantique__footer__text span:hover{color:#32b8fd}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#0284c7;border-radius:50%;height:3em;margin:2rem auto;width:3em}@keyframes spin{to{transform:rotate(1turn)}}.cantiquesDetails{border:1px solid #e5e7eb;border-top:0;height:50em}.cantiquesDetails__container{align-items:center;display:flex;flex-direction:column;height:100%;overflow-y:scroll;width:100%}.cantiquesDetails__container::-webkit-scrollbar{background:#f8fafc;width:.4em}.cantiquesDetails__container::-webkit-scrollbar-thumb{background-color:#d8dde3;border-radius:.2em}.cantiquesDetails__couplet{display:flex;gap:.5em;margin:1em 0;padding:1em;width:20em}@media(max-width:630px){.cantiquesDetails__couplet{text-align:center;width:0;width:-webkit-fit-content;width:fit-content}}.cantiquesDetails__couplet__number{background-color:#97dbfe;border-radius:.25em;flex-shrink:0;font-size:.82em;font-weight:700;height:-webkit-fit-content;height:fit-content;padding:.5em .6em;width:-webkit-fit-content;width:fit-content}.cantiquesDetails__couplet__text{color:#0f172a;font-size:1.2em;text-align:left}@media(max-width:630px){.cantiquesDetails__couplet__text{text-align:center}}.cantiquesDetails__couplet__text span{display:inline;text-align:left}.cantiquesDetails__couplet__text p{margin:0}.cantiquesDetails__choeur{color:#000;font-size:1em;font-weight:700;text-align:center;width:35em}@media(max-width:630px){.cantiquesDetails__choeur{text-align:center;width:0;width:-webkit-fit-content;width:fit-content}}.cantiquesDetails__choeur__refrain{color:#0284c7;font-size:1em;font-weight:400;text-align:center;text-decoration:underline;width:35em}@media(max-width:630px){.cantiquesDetails__choeur__refrain{text-align:center;width:0;width:-webkit-fit-content;width:fit-content}}.cantiquesDetails__semi-choeur{display:flex;font-weight:700;gap:.5em;margin:1em 0;padding:1em;width:20em}.admin{background:#f8f9fa;bottom:0;display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;left:0;overflow-y:auto;position:fixed;top:0;z-index:8500}.admin,.admin__container{min-height:100vh;width:100%}.admin__container{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:32px 24px}@media(max-width:900px){.admin__container{max-height:100%;min-height:100%;overflow-y:scroll;width:100%}}.admin__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px;padding-top:2em}.admin__title{color:#0f172a;font-size:2em;font-weight:500;margin:0 0 8px}@media(max-width:500px){.admin__title{font-size:1.5em}}.admin__title__sub{color:#64748b;font-size:1.05rem}@media(max-width:500px){.admin__title__sub{font-size:.7em}}.admin__logout{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;padding:.25rem;transition:color .2s}.admin__logout:hover{color:#0284c7}.admin__results{padding:2em 0}@media(max-width:900px){.admin__results{display:none}}.admin__results__list{align-items:center;display:flex;flex-wrap:wrap;padding-bottom:1em}.admin__results__list__card{border-left:2px dashed #ccc;display:flex;font-size:.85em;margin-right:3em;padding:0 1em}@media(max-width:768px){.admin__results__list__card{margin-right:1em}}.admin__results__list__card__images{align-items:center;background:#0284c7;border-radius:.5em;color:#fff;display:flex;height:2.5em;justify-content:center;margin-right:1em;width:2.5em}.admin__results__list__card__images__icones{font-size:.2em}.admin__results__list__card__texts{display:flex;flex-direction:column;justify-content:center}.admin__results__list__card__title{color:#0284c7;font-size:1.2em;font-weight:500;margin:0}.admin__results__list__card__sub{color:#64748b;font-size:.9em;margin-top:.2em}.admin__preview{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex:1 1;flex-direction:column;overflow:hidden}@media(max-width:900px){.admin__preview{height:85%;max-width:100%;width:100%}}@media(max-width:500px){.admin__preview{height:80%}}@media(max-width:400px){.admin__preview{height:72%}}.admin__preview__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:16px 24px}@media(max-width:768px){.admin__preview__header{align-items:stretch;flex-direction:column}}.admin__preview__header__search{flex:1 1;max-width:420px;min-width:200px}.admin__preview__header__search__input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;outline:none;padding:10px 14px;transition:border-color .2s;width:100%}.admin__preview__header__search__input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #3b82f626}.admin__preview__header__search__input::placeholder{color:#9ca3af}.admin__preview__header__filters{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:900px){.admin__preview__header__filters{display:none}}@media(max-width:768px){.admin__preview__header__filters{width:100%}}.admin__preview__header__filter{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;flex-wrap:wrap;font-size:.95rem;gap:8px;padding:10px 14px;transition:all .2s}.admin__preview__header__filter span{color:#374151;font-weight:600;margin-right:4px}.admin__preview__header__filter button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.85rem;padding:6px 10px;transition:all .2s}.admin__preview__header__filter button:hover{background:#f3f4f6;border-color:#0284c7}.admin__preview__header__filter button.active,.admin__preview__header__filter.active{background:#0284c7;border-color:#0284c7;color:#fff}.admin__preview__header__filter:hover{border-color:#0284c7}.admin__preview__header__filter:focus{border-color:#0284c7;box-shadow:0 0 0 3px #3b82f626;outline:none}.admin__preview__header__buttons{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:768px){.admin__preview__header__buttons{flex-direction:column;width:100%}}.admin__preview__header__buttons__btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s}.admin__preview__header__buttons__btn span:first-child{font-size:1.2rem;line-height:1}.admin__preview__header__buttons__btn.primary,.admin__preview__header__buttons__btn:first-child{background:#0284c7;border:1px solid #0284c7;color:#fff}.admin__preview__header__buttons__btn.primary:hover,.admin__preview__header__buttons__btn:first-child:hover{opacity:.9}.admin__preview__header__buttons__btn:nth-child(2){background:#fff;border:1px solid #d1d5db;color:#374151}.admin__preview__header__buttons__btn:nth-child(2):hover{background:#f3f4f6}@media(max-width:768px){.admin__preview__header__buttons__btn{flex:1 1;justify-content:center}}.admin__preview__content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:auto;overflow-y:auto;padding-bottom:1.5rem}@media(max-width:768px){.admin__preview__content{max-height:calc(100vh - 200px)}}.admin__preview__content table{border-collapse:collapse;font-size:.95rem;min-width:640px;table-layout:fixed;width:100%}.admin__preview__content table td,.admin__preview__content table th{border-bottom:1px solid #e5e7eb;padding:14px 16px;text-align:left;vertical-align:middle;white-space:nowrap}.admin__preview__content table th{background:#f9fafb;color:#374151;font-size:.9rem;font-weight:600}.admin__preview__content table td{color:#111827}.admin__preview__content table td:first-child,.admin__preview__content table th:first-child{max-width:60px;min-width:60px;padding-left:8px;padding-right:8px;text-align:center;width:60px}.admin__preview__content table td:nth-child(2),.admin__preview__content table th:nth-child(2){overflow-wrap:break-word;width:auto;word-break:break-word}.admin__preview__content table td:nth-child(3),.admin__preview__content table th:nth-child(3){min-width:140px;text-align:left;width:140px}.admin__preview__content table td:nth-child(4),.admin__preview__content table th:nth-child(4){min-width:180px;text-align:center;width:180px}.admin__preview__content table td:nth-child(5),.admin__preview__content table th:nth-child(5){min-width:120px;text-align:center;width:120px}.admin .audio-status{align-items:center;display:flex;flex-wrap:wrap;gap:.33em;justify-content:center}.admin .audio-status__with,.admin .audio-status__without{align-items:center;display:inline-flex;font-size:.9em;font-weight:400;gap:.5em}.admin .audio-status__with{color:#10b981}.admin .audio-status__without{color:#6b7280}.admin .actions{display:flex;gap:12px;justify-content:center}.admin .actions button{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:inline-flex;font-size:1.2rem;padding:4px;transition:color .2s}.admin .actions button:hover{color:#0284c7}.admin .actions button:last-child{color:#ef4444}.admin .actions button:last-child:hover{color:#dc2626}.admin .actions button:active{transform:scale(.95)}.admin .empty-state{color:#6b7280;font-size:1.1rem;padding:60px 20px;text-align:center}.admin__preview__details{display:none}.admin__preview__pagination{align-items:center;background:#fafafa;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:16px 24px 20px}@media(max-width:768px){.admin__preview__pagination{align-items:stretch;flex-direction:column}}.admin .pagination__info{color:#6b7280;font-size:.9rem;min-width:220px;white-space:nowrap}@media(max-width:768px){.admin .pagination__info{order:1}}.admin .pagination__controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media(max-width:768px){.admin .pagination__controls{order:2;width:100%}}.admin .pagination__btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;transition:all .2s;width:36px}.admin .pagination__btn:hover:not(:disabled){background:#0284c7;border-color:#0284c7;color:#fff}.admin .pagination__btn:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.5}.admin .pagination__numbers{align-items:center;display:flex;gap:6px}.admin .pagination__number{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;height:36px;justify-content:center;min-width:36px;padding:0 8px;transition:all .2s}.admin .pagination__number:hover{background:#f3f4f6;border-color:#9ca3af}.admin .pagination__number.active{background:#0284c7;border-color:#0284c7;color:#fff;font-weight:600}.admin .pagination__dots{color:#9ca3af;font-size:.9rem;padding:0 4px;-webkit-user-select:none;user-select:none}@media(max-width:768px){.admin__container{padding:24px 16px}.admin__header{margin-bottom:24px;padding-top:1.25em}.admin__results{padding:1.25em 0}.admin__results__list{gap:.75em}.admin__results__list__card{border-left:none;border-top:2px dashed #ccc;flex-basis:calc(50% - 0.75em);flex-grow:1;flex-shrink:1;margin-right:0;min-width:9.5em;padding-top:.75em}.admin__preview__header{padding:14px 16px}.admin__preview__header__search{max-width:none}.admin__preview__content table{min-width:640px}.admin__preview__content table td,.admin__preview__content table th{font-size:.85rem;padding:10px 12px}.admin__preview__pagination{padding:14px 16px 18px}.admin .pagination__info{min-width:0;text-align:center;white-space:normal}}@media(max-width:500px){.admin__container{padding:18px 12px}.admin__preview__header__filter{font-size:.85rem;padding:8px 10px}.admin__preview__header__filter button{font-size:.8rem;padding:5px 8px}.admin__preview__header__buttons__btn{font-size:.88rem;padding:9px 12px}.admin__preview__content table td:nth-child(3),.admin__preview__content table th:nth-child(3){min-width:100px;width:100px}.admin__preview__content table td:nth-child(4),.admin__preview__content table th:nth-child(4){min-width:110px;width:110px}.admin__preview__content table td:nth-child(5),.admin__preview__content table th:nth-child(5){min-width:88px;width:88px}}@media(max-width:400px){.admin__container{padding:14px 10px}.admin__header{margin-bottom:18px}.admin__results__list__card{flex:1 1 100%;padding:0 .5em .75em}.admin__results__list__card__title{font-size:1.05em}.admin__results__list__card__sub{font-size:.82em}.admin__preview{border-radius:8px}.admin__preview__header{gap:12px;padding:12px}.admin__preview__header__filter{align-items:stretch;flex-direction:column;width:100%}.admin__preview__header__filter span{margin-bottom:.25em}.admin__preview__header__filter button{flex:1 1;text-align:center}.admin__preview__content{max-height:none}.admin__preview__content table{font-size:.8rem;min-width:520px}.admin__preview__content table td,.admin__preview__content table th{padding:8px;white-space:normal;word-break:break-word}.admin__preview__content table td:nth-child(2),.admin__preview__content table th:nth-child(2){white-space:normal;word-break:break-word}.admin .audio-status__with,.admin .audio-status__without{font-size:0;gap:0}.admin .audio-status__with svg,.admin .audio-status__without svg{height:16px;width:16px}.admin .actions{gap:8px}.admin .actions button{font-size:1rem}.admin .pagination__number{font-size:.82rem;height:30px;min-width:30px}.admin .pagination__btn{height:30px;width:30px}}@media(max-width:320px){.admin__container{padding:12px 8px}.admin__title{font-size:1.35em}.admin__title__sub{font-size:.65em}.admin__results__list__card__images{height:2.2em;margin-right:.75em;width:2.2em}.admin__preview__header__search__input{font-size:.9rem;padding:8px 10px}.admin__preview__header__buttons__btn{font-size:.82rem;gap:6px;padding:8px 10px}.admin__preview__content table td:first-child,.admin__preview__content table th:first-child{max-width:44px;min-width:44px;width:44px}.admin__preview__content table td:nth-child(3),.admin__preview__content table th:nth-child(3){min-width:72px;width:72px}.admin__preview__content table td:nth-child(4),.admin__preview__content table th:nth-child(4){min-width:56px;width:56px}.admin__preview__content table td:nth-child(5),.admin__preview__content table th:nth-child(5){min-width:72px;width:72px}.admin__preview__content table td,.admin__preview__content table th{font-size:.75rem;padding:7px 6px}.admin__preview__pagination{gap:10px;padding:12px 10px 14px}.admin .pagination__info{font-size:.78rem}.admin .pagination__numbers{gap:4px}}.cantForm{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#161630c7;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@media(max-width:900px){.cantForm{align-items:flex-start;justify-content:flex-start}}.cantForm__container{animation:slideInUp .4s ease;background:#fff;border-radius:.5em;box-shadow:0 12px 60px #00000047;max-height:94vh;overflow-y:auto;padding:1.6rem 2rem;position:relative;width:min(92vw,56rem)}@media(max-width:900px){.cantForm__container{border-radius:0;height:100%;max-height:100%;overflow-y:scroll;width:100%}}.cantForm__close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease}.cantForm__close:hover{color:#222;transform:rotate(90deg)}.cantForm__title{color:#222;font-size:1.5rem;font-weight:500;margin:0 0 .4rem}.cantForm__title__sub{color:#777;font-size:.96em;margin-bottom:1.6rem}.cantForm input,.cantForm select,.cantForm textarea{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.cantForm input:focus,.cantForm input:focus-visible,.cantForm select:focus,.cantForm select:focus-visible,.cantForm textarea:focus,.cantForm textarea:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.cantForm input:hover:not(:focus),.cantForm select:hover:not(:focus),.cantForm textarea:hover:not(:focus){border-color:#bbb}.cantForm select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23666' d='m6 9 4-4H2z'/%3E%3C/svg%3E");background-position:right .8em center;background-repeat:no-repeat;background-size:.7em}.cantForm__group{display:flex;flex-wrap:wrap;gap:2.5rem 4rem;margin-bottom:1.8rem}.cantForm__group__card{flex:1 1;min-width:18rem}.cantForm__label__top{color:#444;display:block;font-size:.92em;font-weight:500;margin-bottom:.55em}.cantForm__input__top{max-width:26rem;width:100%}.cantForm__preview{border-top:1px solid #eee;margin:2.2rem 0 1.8rem;padding-top:1.8rem}.cantForm__preview__title{color:#333;font-size:1.24rem;font-weight:500;margin:0 0 1rem}.cantForm__preview__btn{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:.35em;color:#555;cursor:pointer;display:inline-flex;font-size:.9em;gap:.5rem;margin-bottom:1em;padding:.55em 1.1em;transition:all .18s ease}.cantForm__preview__btn:hover{background:#ececec;border-color:#ccc;color:#222}.cantForm__preview__textarea,.cantForm__refrains__textarea{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.cantForm__preview__textarea:focus,.cantForm__preview__textarea:focus-visible,.cantForm__refrains__textarea:focus,.cantForm__refrains__textarea:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.cantForm__preview__textarea:hover:not(:focus),.cantForm__refrains__textarea:hover:not(:focus){border-color:#bbb}.cantForm__preview__textarea,.cantForm__refrains__textarea{animation:slideInUp .3s ease;font-family:inherit;line-height:1.45;min-height:9em;resize:vertical;width:100%}.cantForm__preview__textareas__btns,.cantForm__refrains__textareas__btns{display:flex;gap:1rem;margin-top:.9em}.cantForm__preview__textareas,.cantForm__refrains__textareas{animation:slideInUp .3s ease}.cantForm__preview__textareas__btn,.cantForm__refrains__textareas__btn{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.cantForm__preview__textareas__btn:focus,.cantForm__preview__textareas__btn:focus-visible,.cantForm__refrains__textareas__btn:focus,.cantForm__refrains__textareas__btn:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.cantForm__preview__textareas__btn:hover:not(:focus),.cantForm__refrains__textareas__btn:hover:not(:focus){border-color:#bbb}.cantForm__preview__textareas__btn,.cantForm__refrains__textareas__btn{border:none;cursor:pointer;font-size:.88em;padding:.55em 1.3em;-webkit-user-select:none;user-select:none}.cantForm__preview__textareas__btn:first-child,.cantForm__refrains__textareas__btn:first-child{background:#0284c7;border-color:#0284c7;color:#fff;font-weight:500}.cantForm__preview__textareas__btn:first-child:hover,.cantForm__refrains__textareas__btn:first-child:hover{background:#02699f;border-color:#015c8a}.cantForm__preview__textareas__btn:last-child,.cantForm__refrains__textareas__btn:last-child{background:#fff;border-color:#e0e0e0;color:#555}.cantForm__preview__textareas__btn:last-child:hover,.cantForm__refrains__textareas__btn:last-child:hover{background:#f8f8f8;border-color:#ccc}.cantForm__preview__couplets{animation:slideInUp .3s ease;padding-top:1em}.cantForm__preview__couplets__couplet{animation:slideInUp .3s ease;background:#fafafa;border:1px solid #e8e8e8;border-radius:.4em;margin-bottom:1.1rem;padding:1rem 1.1rem;position:relative;transition:all .2s ease}.cantForm__preview__couplets__couplet:hover{background:#fefefe;border-color:#d8d8d8;box-shadow:0 2px 8px #00000014}.cantForm__preview__couplets__numero{color:#0284c7;font-size:.8em;font-weight:600;letter-spacing:.5px;margin-bottom:.5em;text-transform:uppercase}.cantForm__preview__couplets__text{color:#222;line-height:1.48;margin-bottom:.9em;white-space:pre-wrap}.cantForm__preview__couplets__btns{display:flex;gap:1rem}.cantForm__preview__couplets__btn{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.cantForm__preview__couplets__btn:focus,.cantForm__preview__couplets__btn:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.cantForm__preview__couplets__btn:hover:not(:focus){border-color:#bbb}.cantForm__preview__couplets__btn{align-items:center;border:none;cursor:pointer;display:inline-flex;font-size:.84em;gap:.45em;padding:.4em .9em;transition:all .2s ease}.cantForm__preview__couplets__btn:first-child{background:#0284c7;border-color:#0284c7;color:#fff}.cantForm__preview__couplets__btn:first-child:hover{background:#0270a9}.cantForm__preview__couplets__btn:last-child{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.cantForm__preview__couplets__btn:last-child:hover{background:#ff3336}.cantForm__refrains{border-top:1px solid #eee;margin:2.4rem 0 2rem;padding-top:1.8rem}.cantForm__refrains__title{color:#333;font-size:1.18rem;font-weight:500;margin:0 0 1.1rem}.cantForm__refrains__preview{animation:slideInUp .3s ease;background:#f9f9ff;border:1px dashed #d0d0ff;border-radius:.45em;margin-top:1.4rem;padding:1.1rem}.cantForm__refrains__preview:has(.cantForm__refrains__preview__text){background:#f5f5ff;border-style:solid}.cantForm__refrains__preview__item{animation:slideInUp .3s ease;background:#fff;border:1px solid #e8e8e8;border-radius:.35em;margin-bottom:1rem;padding:1rem;transition:all .2s ease}.cantForm__refrains__preview__item:last-child{margin-bottom:0}.cantForm__refrains__preview__item:hover{border-color:#d8d8d8;box-shadow:0 2px 8px #00000014}.cantForm__refrains__preview__text{color:#222;font-style:italic;line-height:1.5;margin-bottom:1em;white-space:pre-wrap}.cantForm__refrains__preview__btns{display:flex;gap:1rem}.cantForm__refrains__preview__btn{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.cantForm__refrains__preview__btn:focus,.cantForm__refrains__preview__btn:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.cantForm__refrains__preview__btn:hover:not(:focus){border-color:#bbb}.cantForm__refrains__preview__btn{align-items:center;border:none;cursor:pointer;display:inline-flex;font-size:.84em;gap:.45em;padding:.4em .9em;transition:all .2s ease}.cantForm__refrains__preview__btn:first-child{background:#0284c7;border-color:#0284c7;color:#fff}.cantForm__refrains__preview__btn:first-child:hover{background:#0270a9}.cantForm__refrains__preview__btn:last-child{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.cantForm__refrains__preview__btn:last-child:hover{background:#ff3336}.cantForm__submit{background:#0284c7;border:none;border-radius:.3em;color:#fff;cursor:pointer;font-size:1.05em;font-weight:500;margin-top:2.5rem;padding:.65em;transition:all .2s ease;width:22%}.cantForm__submit:hover{background:#02699f;transform:translateY(-1px)}.cantForm__submit:active{transform:translateY(0)}@media(max-width:768px){.cantForm__submit{width:100%}.cantForm__container{padding:1.2rem 1rem}.cantForm__group{gap:1.25rem}.cantForm__group__card{min-width:100%}.cantForm__input__top{max-width:100%}}@media(max-width:500px){.cantForm__title{font-size:1.28rem}.cantForm__preview__couplets__btns,.cantForm__preview__textareas__btns,.cantForm__refrains__preview__btns,.cantForm__refrains__textareas__btns{flex-direction:column;gap:.65rem}.cantForm__preview__couplets__btns button,.cantForm__preview__textareas__btns button,.cantForm__refrains__preview__btns button,.cantForm__refrains__textareas__btns button{justify-content:center;width:100%}}@media(max-width:400px){.cantForm__container{padding:1rem .75rem}.cantForm__close{right:.65rem;top:.65rem}.cantForm__title{font-size:1.15rem;padding-right:2rem}.cantForm__title__sub{font-size:.88em}}@media(max-width:320px){.cantForm__container{padding:.85rem .6rem}.cantForm__preview__title,.cantForm__refrains__title,.cantForm__title{font-size:1.05rem}.cantForm__preview__btn{justify-content:center;width:100%}}.cantForm__group__audios__bloc{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;padding:1em 0}.cantForm__group__audios__top__title{color:#0284c7;font-size:1.3em;font-weight:400;margin:0 0 .6em}.cantForm__group__audios__header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.cantForm__group__audios__header>div{align-items:flex-start;display:flex;gap:.7rem}.cantForm__group__audios__badge{align-items:center;color:orange;display:inline-flex;font-size:.62rem;font-weight:500;gap:.35rem;text-transform:lowercase}.cantForm__group__top__audios__btn{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:.35em;color:#555;cursor:pointer;display:block;font-size:.9em;gap:.33em;padding:.5em 1.1em;transition:all .18s ease;width:-webkit-fit-content;width:fit-content}.cantForm__group__top__audios__btn span{display:inline-block;margin-right:.5em;vertical-align:middle}.cantForm__group__top__audios__btn:hover{background:#ececec;border-color:#ccc;color:#222}.cantForm__group__audios{padding:1em 0}.cantForm__group__audios__btns{display:flex;gap:1em;margin-bottom:1em;padding-top:.5em}.cantForm__group__audios__btns__input{display:none}.cantForm__group__audios__btn{align-items:center;background:#fff;border:1px solid #0284c7;border-radius:.35em;color:#0284c7;cursor:pointer;display:flex;font-size:.9em;padding:.6em 1.2em;transition:all .18s cubic-bezier(1,0,0,1)}.cantForm__group__audios__btn span{display:inline-block;margin-left:.5em;vertical-align:middle}.cantForm__group__audios__btn:hover{background:#0284c7;color:#fff}.cantForm__group__audios__response{display:flex;flex-direction:column;gap:1em}.cantForm__group__audios__response__item{align-items:center;background:#f8f8f8;border:1px solid #e3e3e3;border-radius:.45em;display:flex;font-size:.88em;padding:1em;position:relative}.cantForm__group__audios__response__item--linked{background:#f2fbf6;border-color:#9ed9b8}.cantForm__group__audios__response__item__images{align-items:center;background:#e7e7ff;border-radius:0 .5em 0 .5em;color:#0284c7;display:flex;height:3.2em;justify-content:center;margin-right:2em;width:3.2em}.cantForm__group__audios__response__item__text__title{color:#0284c7;font-size:1em;font-weight:500;margin-bottom:.45em}.cantForm__group__audios__response__item__text__sub{color:#6c7e96;font-size:.8em}.cantForm__group__audios__response__item__actions{align-items:center;display:flex;flex-shrink:0;gap:.45em;margin-left:auto}.cantForm__group__audios__response__item__actions__play,.cantForm__group__audios__response__item__actions__remove{align-items:center;border:none;border-radius:50%;cursor:pointer;display:inline-flex;height:2.2em;justify-content:center;transition:all .15s ease;width:2.2em}.cantForm__group__audios__response__item__actions__play{background:#0284c7;color:#fff}.cantForm__group__audios__response__item__actions__play:hover{opacity:.9}.cantForm__group__audios__response__item__actions__remove{background:#ffe8e8;color:#e74c3c}.cantForm__group__audios__response__item__actions__remove:hover{background:#ffd4d4}.cantForm__group__audios__response__item__btn__fixed{align-items:center;background:#e7e7ff;border:1px solid #d0d0ff;border-radius:1em;color:#6c7e96;display:flex;font-size:.75em;font-weight:500;gap:.25em;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:.5em;position:absolute;right:1em;text-align:center;text-transform:uppercase;top:50%;transform:translateY(-50%);width:-webkit-fit-content;width:fit-content}.cantForm__group__audios__response__item__cancel{background:#ff4d4f;border:1px solid #ff4d4f;border-radius:.35em;color:#fff;cursor:pointer;font-size:.75em;margin-left:auto;padding:.7em 1.5em;transition:all .18s ease;width:-webkit-fit-content;width:fit-content}.cantForm__group__audios__response__item__cancel:hover{background:#ff3336;border-color:#ff3336}@media(max-width:768px){.cantForm__group__audios__header{align-items:flex-start;flex-direction:column;gap:.75rem}.cantForm__group__top__audios__btn{text-align:center;width:100%}.cantForm__group__audios__btns{flex-direction:column}.cantForm__group__audios__btns .cantForm__group__audios__btn{justify-content:center;width:100%}.cantForm__group__audios__response__item__btn__fixed{align-self:flex-start;margin-top:.5em;position:static;transform:none}.cantForm__group__audios__response__item__actions{justify-content:flex-end;margin-left:0;margin-top:.5em;width:100%}.cantForm__group__audios__response__item{align-items:flex-start;flex-wrap:wrap}}@media(max-width:400px){.cantForm__group__audios__response__item__images{height:2.6em;margin-right:1em;width:2.6em}.cantForm__group__audios__response__item__text__title{font-size:.92em}}@media(max-width:320px){.cantForm__group__audios__top__title{font-size:1.05em}.cantForm__group__audios__badge{font-size:.58rem}}.addLanguageModal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#28282dc7;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.addLanguageModal__container{animation:slideInUp .4s ease;background:#fff;border-radius:.5em;box-shadow:0 12px 60px #00000047;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;width:min(90vw,48rem)}@media(max-width:900px){.addLanguageModal__container{border-radius:0;height:100%;max-height:100%;overflow-y:scroll;width:100%}}.addLanguageModal__close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease}.addLanguageModal__close:hover{color:#222;transform:rotate(90deg)}.addLanguageModal__title{color:#222;font-size:1.4rem;font-weight:500;margin:0 0 .5rem}.addLanguageModal__subtitle{color:#777;font-size:.95em;margin-bottom:1.8rem}.addLanguageModal__form{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem}.addLanguageModal__form__title{color:#333;font-size:1.1rem;font-weight:500;margin-bottom:1.2rem}.addLanguageModal__form__group{display:flex;gap:1rem;margin-bottom:1rem}.addLanguageModal__form__input{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.addLanguageModal__form__input:focus,.addLanguageModal__form__input:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.addLanguageModal__form__input:hover:not(:focus){border-color:#bbb}.addLanguageModal__form__input{flex:1 1;width:100%}.addLanguageModal__form__btn{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.addLanguageModal__form__btn:focus,.addLanguageModal__form__btn:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.addLanguageModal__form__btn:hover:not(:focus){border-color:#bbb}.addLanguageModal__form__btn{background:#0284c7;border:1px solid;color:#fff;cursor:pointer;font-size:.95em;font-weight:500;padding:.65em 1.5em;transition:all .2s ease;white-space:nowrap}.addLanguageModal__form__btn:hover{background:#02699f;border-color:#015c8a;transform:translateY(-1px)}.addLanguageModal__form__btn:active{transform:translateY(0)}.addLanguageModal__list__title{color:#333;font-size:1.1rem;font-weight:500;margin-bottom:1.2rem}.addLanguageModal__list__empty{background:#f9f9f9;border-radius:.35em;color:#999;font-style:italic;padding:2rem;text-align:center}.addLanguageModal__list__items{display:flex;flex-direction:column;gap:.8rem}.addLanguageModal__lang__item{align-items:center;animation:slideInUp .3s ease;background:#f9f9f9;border:1px solid #e8e8e8;border-radius:.4em;display:flex;justify-content:space-between;padding:1rem 1.2rem;transition:all .2s ease}.addLanguageModal__lang__item:hover{background:#fefefe;border-color:#d8d8d8;box-shadow:0 2px 8px #00000014}.addLanguageModal__lang__item__info{flex:1 1}.addLanguageModal__lang__item__name{color:#222;font-size:.98em;font-weight:500;margin-bottom:.3rem}.addLanguageModal__lang__item__count{color:#999;font-size:.85em}.addLanguageModal__lang__item__actions{align-items:center;display:flex;gap:.7rem}.addLanguageModal__lang__item__btn{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.addLanguageModal__lang__item__btn:focus,.addLanguageModal__lang__item__btn:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.addLanguageModal__lang__item__btn:hover:not(:focus){border-color:#bbb}.addLanguageModal__lang__item__btn{align-items:center;border:none;cursor:pointer;display:flex;font-size:.85em;justify-content:center;padding:.4em .8em;transition:all .15s ease;white-space:nowrap}.addLanguageModal__lang__item__btn--edit{background:#0284c7;border-color:#0284c7;color:#fff}.addLanguageModal__lang__item__btn--edit:hover{background:#0270a9}.addLanguageModal__lang__item__btn--delete{background:#ff4d4f;border-color:#ff4d4f;color:#fff}.addLanguageModal__lang__item__btn--delete:hover{background:#ff3336}.addLanguageModal__edit__modal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#28282dc7;display:flex;inset:0;justify-content:center;position:fixed;z-index:1001}.addLanguageModal__edit__container{animation:slideInUp .4s ease;background:#fff;border-radius:.5em;box-shadow:0 12px 60px #00000047;padding:2rem;position:relative;width:min(90vw,40rem)}.addLanguageModal__edit__close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease}.addLanguageModal__edit__close:hover{color:#222;transform:rotate(90deg)}.addLanguageModal__edit__title{color:#222;font-size:1.3rem;font-weight:500;margin:0 0 .5rem}.addLanguageModal__edit__subtitle{color:#777;font-size:.95em;margin-bottom:1.5rem}.addLanguageModal__edit__group{margin-bottom:1.5rem}.addLanguageModal__edit__group label{color:#444;display:block;font-size:.92em;font-weight:500;margin-bottom:.5em}.addLanguageModal__edit__group input{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.addLanguageModal__edit__group input:focus,.addLanguageModal__edit__group input:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.addLanguageModal__edit__group input:hover:not(:focus){border-color:#bbb}.addLanguageModal__edit__group input{width:100%}.addLanguageModal__edit__actions{display:flex;gap:1rem;justify-content:flex-end}.addLanguageModal__edit__actions button{background:#f8f8f8;border:1px solid #d7d7d7;border-radius:.25em;font-size:.97em;outline:none;padding:.65em 1em;transition:border-color .15s ease,box-shadow .15s ease}.addLanguageModal__edit__actions button:focus,.addLanguageModal__edit__actions button:focus-visible{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71f}.addLanguageModal__edit__actions button:hover:not(:focus){border-color:#bbb}.addLanguageModal__edit__actions button{border:none;cursor:pointer;font-size:.95em;font-weight:500;padding:.65em 1.5em;transition:all .2s ease}.addLanguageModal__edit__actions button:first-child{background:#0284c7;border-color:#0284c7;color:#fff}.addLanguageModal__edit__actions button:first-child:hover{background:#02699f;transform:translateY(-1px)}.addLanguageModal__edit__actions button:last-child{background:#fff;border-color:#e0e0e0;color:#555}.addLanguageModal__edit__actions button:last-child:hover{background:#f8f8f8;border-color:#ccc}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.confirmDeleteModal{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#28282dc7;display:flex;inset:0;justify-content:center;position:fixed;z-index:1001}.confirmDeleteModal__container{animation:slideInUp .4s ease;background:#fff;border-radius:.5em;box-shadow:0 12px 60px #00000047;max-height:90vh;overflow-y:auto;padding:2.5rem 2rem;position:relative;text-align:center;width:min(90vw,42rem)}@media(max-width:640px){.confirmDeleteModal__container{padding:2rem 1.5rem;width:95vw}}.confirmDeleteModal__close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease}.confirmDeleteModal__close:hover{color:#222;transform:rotate(90deg)}.confirmDeleteModal__icon{animation:shake .5s ease;color:#ff4d4f;margin-bottom:1.5rem}.confirmDeleteModal__title{color:#222;font-size:1.3rem;font-weight:600;margin:0 0 1rem}.confirmDeleteModal__message{color:#555;font-size:.95em;line-height:1.5;margin:0 0 1rem}.confirmDeleteModal__message strong{color:#222;font-weight:600}.confirmDeleteModal__warning{background:#fff5f5;border-left:3px solid #ff4d4f;border-radius:.25em;color:#999;font-size:.85em;font-style:italic;line-height:1.4;margin:0 0 2rem;padding:1rem}.confirmDeleteModal__actions{display:flex;gap:1rem;justify-content:center}.confirmDeleteModal__btn{align-items:center;border:none;border-radius:.35em;cursor:pointer;display:inline-flex;font-size:.95em;font-weight:500;gap:.5rem;padding:.65em 1.8em;transition:all .2s ease}.confirmDeleteModal__btn--cancel{background:#f5f5f5;border:1px solid #e0e0e0;color:#555}.confirmDeleteModal__btn--cancel:hover{background:#ebebeb;border-color:#ccc;transform:translateY(-1px)}.confirmDeleteModal__btn--cancel:active{transform:translateY(0)}.confirmDeleteModal__btn--delete{background:#ff4d4f;border:1px solid #ff4d4f;color:#fff}.confirmDeleteModal__btn--delete:hover{background:#ff3336;border-color:#ff3336;box-shadow:0 4px 12px #ff4d4f4d;transform:translateY(-1px)}.confirmDeleteModal__btn--delete:active{transform:translateY(0)}.projectionOverlay{align-items:center;background:rgba(0,0,0,.951);color:#fff;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1050}.projectionContainer{max-height:90vh;max-width:90vw;overflow-y:auto;position:relative;text-align:center}.projectionClose{background:none;border:none;color:#fff;cursor:pointer;position:absolute;right:1rem;top:1rem;transition:transform .2s}.projectionClose:hover{transform:rotate(90deg)}.projectionControls{display:flex;gap:.7rem;left:1rem;position:absolute;top:1rem}.projectionControls button{background:#fff3;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.4rem;transition:background .2s}.projectionControls button:hover{background:#fff6}.projectionTitle{line-height:1.2;margin-bottom:2rem}.projectionBody{line-height:1.45;margin:0 auto;max-width:80vw;text-align:left}.projectionParagraph{margin-bottom:1.6rem}.projectionRefrain{background:#ffffff1a;border-left:4px solid #fff;font-style:italic;margin-top:2rem;padding:1.4rem}.projectionNav{bottom:0;inset:0;pointer-events:none;position:absolute}.projectionArrow{background:#fff3;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-size:2rem;padding:.3rem .8rem;pointer-events:all;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s}.projectionArrow.left{left:.5rem}.projectionArrow.right{right:.5rem}.projectionArrow:hover{background:#fff6}.login{align-items:center;background-color:#fcfbfb;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;min-height:100vh;overflow-y:auto;padding:16px;position:fixed;top:0;width:100%}@media(max-width:500px){.login{justify-content:flex-start;padding-top:5em}}.login__image{height:8.5em;margin-bottom:3.2em;width:8.5em}.login__image__img{height:100%;object-fit:cover;object-position:center center;width:100%}@media(max-width:1000px){.login__image{height:7em;width:7em}}@media(max-width:500px){.login__image{height:6em;width:6em}}.login__container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;margin:16px;overflow:hidden;width:50%}@media(max-width:1000px){.login__container{flex-direction:column;margin:0;max-width:480px;width:100%}}@media(max-width:600px){.login__container{border-radius:8px;max-width:100%}}@media(max-width:400px){.login__container{border-radius:0}}.login__left,.login__right{flex:1 1 300px;padding:40px 32px}@media(max-width:1000px){.login__left,.login__right{padding:24px 20px}}@media(max-width:600px){.login__left,.login__right{padding:20px 16px}}@media(max-width:400px){.login__left,.login__right{padding:16px 12px}}.login__left{background-image:linear-gradient(#0000004f,rgba(48,48,48,.627)),url(/static/media/810.b36d04b834af877a50bb.jpg);background-repeat:no-repeat;background-size:cover;color:#dedede}@media(max-width:1000px){.login__left{display:none}}.login__left .login__brand{align-items:center;display:flex}@media(max-width:600px){.login__left .login__brand{margin-bottom:16px}}.login__left .login__brandText{font-size:1em;font-weight:600;line-height:1}@media(max-width:600px){.login__left .login__brandText{font-size:.9em}}.login__left .login__brandText small{color:#64748b;display:block;font-size:.75rem;font-weight:400}@media(max-width:400px){.login__left .login__brandText small{font-size:.65rem}}.login__left .login__brandIcon__Icon{height:1em;margin-right:.5em;object-fit:contain;object-position:center center;width:1em}.login__left .login__title{color:#0f172a;font-size:2rem;margin-bottom:12px}@media(max-width:768px){.login__left .login__title{font-size:1.5rem}}@media(max-width:400px){.login__left .login__title{font-size:1.25rem}}.login__left .login__subtitle{color:#64748b;line-height:1.4;margin-bottom:24px}@media(max-width:600px){.login__left .login__subtitle{font-size:.9rem;margin-bottom:16px}}.login__left .login__features{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:600px){.login__left .login__features{gap:12px}}.login__left .login__features .login__feature{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;flex:1 1 120px;padding:12px 16px}@media(max-width:600px){.login__left .login__features .login__feature{flex:1 1 auto;padding:10px 12px}}.login__left .login__features .login__feature strong{color:#0f172a;display:block;margin-bottom:4px}@media(max-width:400px){.login__left .login__features .login__feature strong{font-size:.85rem}}.login__left .login__features .login__feature span{color:#64748b;font-size:.85rem}@media(max-width:400px){.login__left .login__features .login__feature span{font-size:.75rem}}.login__right{align-items:center;display:flex;justify-content:center}.login__right .login__form{display:flex;flex-direction:column;gap:16px;max-width:320px;width:100%}@media(max-width:600px){.login__right .login__form{gap:12px}}@media(max-width:400px){.login__right .login__form{gap:10px}}.login__right .login__formTitle{color:#0f172a;font-size:1.5rem;margin-bottom:8px}@media(max-width:768px){.login__right .login__formTitle{font-size:1.25rem}}@media(max-width:600px){.login__right .login__formTitle{font-size:1.1rem;margin-bottom:12px}}@media(max-width:400px){.login__right .login__formTitle{font-size:1rem}}.login__right .login__label{color:#0f172a;display:flex;flex-direction:column;font-size:.95rem}@media(max-width:600px){.login__right .login__label{font-size:.9rem}}.login__right .login__label input{border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;margin-top:6px;outline:none;padding:10px 12px;transition:border-color .2s}@media(max-width:600px){.login__right .login__label input{font-size:.95rem;padding:8px 10px}}@media(max-width:400px){.login__right .login__label input{font-size:.9rem;padding:8px 10px}}.login__right .login__label input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c726}.login__right .login__options{align-items:center;display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px;justify-content:space-between}@media(max-width:600px){.login__right .login__options{align-items:flex-start;flex-direction:column;font-size:.85rem}}.login__right .login__options .login__remember{align-items:center;display:flex;white-space:nowrap}@media(max-width:600px){.login__right .login__options .login__remember{width:100%}}.login__right .login__options .login__remember input{margin-right:6px}.login__right .login__options .login__forgot{color:#0284c7;text-decoration:none;white-space:nowrap}@media(max-width:600px){.login__right .login__options .login__forgot{text-align:center;width:100%}}.login__right .login__options .login__forgot:hover{text-decoration:underline}.login__right .login__button{background:#0284c7;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 0;transition:background .2s}@media(max-width:600px){.login__right .login__button{font-size:.95rem;padding:10px 0}}@media(max-width:400px){.login__right .login__button{font-size:.9rem;padding:10px 0}}.login__right .login__button:hover{background:#0273ae}.login__right .login__signup{font-size:.9rem;text-align:center}@media(max-width:600px){.login__right .login__signup{font-size:.85rem}}.login__right .login__signup a{color:#0284c7;text-decoration:none}.login__right .login__signup a:hover{text-decoration:underline}.login__footer{color:#64748b;font-size:.85rem;margin-top:16px;text-align:center}@media(max-width:600px){.login__footer{font-size:.8rem;margin-top:12px}}.lector{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:999}.lector__container{background:#fff;border-radius:.75rem;bottom:4rem;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:auto;left:auto;max-width:1200px;overflow:hidden;pointer-events:auto;position:absolute;right:1.5rem;-webkit-user-select:none;user-select:none;width:23%}@media(max-width:900px){.lector__container{left:50%;transform:translateX(-50%);width:90%}}.lector__container:hover{box-shadow:0 12px 40px #00000026}.lector__main{align-items:center;display:flex;gap:.6rem;padding:.6rem .8rem}.lector__song__info{display:flex;flex:1 1;flex-direction:column;gap:.3rem;min-width:0}.lector__song__title{color:#000;font-size:.8rem;font-weight:600;margin:0}.lector__song__artist,.lector__song__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lector__song__artist{color:#666;font-size:.65rem}.lector__controls__center{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.lector__control__btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:.9em;height:1.8rem;justify-content:center;transition:all .2s ease;width:1.8rem}.lector__control__btn:hover{color:#ccc;transform:scale(1.1)}.lector__control__btn:active{transform:scale(.95)}.lector__control__btn:disabled{cursor:not-allowed;opacity:.35;transform:none}.lector__control__btn--play{background:#0284c7;box-shadow:0 2px 7px #b3b3b3;color:#fff;height:2.2rem;width:2.2rem}.lector__control__btn--play:hover{background:#0284c7;box-shadow:0 4px 12px #64748b;transform:scale(1.05)}.lector__control__btn--play:active{transform:scale(.98)}.lector__controls__right{align-items:center;display:flex;flex-shrink:0;gap:.5rem}@media(max-width:900px){.lector__controls__right{display:none}}.lector__volume__control{align-items:center;display:flex;gap:.3rem;min-width:70px}.lector__volume__icon{align-items:center;color:#666;display:flex;flex-shrink:0;font-size:.9em;justify-content:center}.lector__volume__bar{background:#e0e0e0;border-radius:.15rem;cursor:pointer;flex:1 1;height:.3rem;overflow:hidden;position:relative}.lector__volume__bar:hover{height:.4rem}.lector__volume__bar .lector__volume__fill{background:#0284c7;border-radius:.15rem;height:100%;left:0;position:absolute;top:0;transition:width .12s ease;width:0;z-index:1}.lector__volume__bar input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.lector__actions__right{display:flex;flex-shrink:0;gap:.4rem}.lector__action__btn{align-items:center;background:#0000;border:none;border-radius:.3rem;color:#666;cursor:pointer;display:flex;font-size:.9em;height:1.8rem;justify-content:center;position:relative;transition:all .2s ease;width:1.8rem}.lector__action__btn:hover{background:#f0f0f0;color:#000}.lector__action__btn:active{transform:scale(.95)}.lector__action__btn--queue{position:relative}.lector__action__btn--queue:after{align-items:center;background:#0284c7;border-radius:50%;color:#fff;content:attr(data-count);display:flex;font-size:.65rem;font-weight:700;height:1.2rem;justify-content:center;position:absolute;right:-.3rem;top:-.2rem;width:1.2rem}.lector__progress__section{align-items:center;background:#fafafa;border-top:1px solid #e8e8e8;display:flex;gap:.4rem;padding:.5rem .8rem}.lector__time__current{color:#666;font-size:.6rem;font-weight:500;min-width:2rem}.lector__progress__bar{background:#e0e0e0;border-radius:.2rem;cursor:pointer;flex:1 1;height:.4rem;overflow:hidden;position:relative}.lector__progress__bar:hover{height:.5rem}.lector__progress__bar:hover .lector__progress__fill{background:#0284c7}.lector__progress__bar .lector__progress__fill{background:#0284c7;border-radius:.2rem;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:width .1s linear;width:0;z-index:1}.lector__progress__bar input{cursor:pointer;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.lector__progress__bar input:disabled{cursor:default}.lector__time__total{color:#666;font-size:.6rem;font-weight:500;min-width:2rem;text-align:right}.lector__close__button{display:none}.lector__icon--active{color:#0284c7}.cantForm__audioModal{align-items:center;background:rgba(0,0,0,.689);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.cantForm__audioModal__container{background:#eee;border-radius:.5em;height:auto;padding:1.4em 1.5em;position:relative;width:35em}.cantForm__audioModal__close{align-items:center;background:#00000014;border:none;border-radius:50%;color:#555;cursor:pointer;display:flex;height:2em;justify-content:center;position:absolute;right:.8em;top:.8em;width:2em}.cantForm__audioModal__close:hover{background:#00000024}.cantForm__audioModal__title{font-size:1.2em;font-weight:500;margin-bottom:1em}@media(max-width:700px){.cantForm__audioModal__title{font-size:1.3em;font-weight:600}}.cantForm__audioModal__sub{color:#82889f;font-size:.86em;font-weight:300;margin-bottom:1.5em}.cantForm__audioModal__sections{display:flex;flex-direction:column}.cantForm__audioModal__sections__record{align-items:center;background:#fff;border-radius:.25em;display:flex;flex-direction:column;gap:.8em;padding:1em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top{align-items:flex-start;display:flex;justify-content:space-around;width:100%}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item{background:#0000}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__round{align-items:center;background:rgba(38,178,252,.613);border-radius:50%;display:flex;height:6em;justify-content:center;width:6em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__round__active{align-items:center;background:#fff;border-radius:50%;box-shadow:1px 1px 3px 0 rgba(0,0,0,.243);color:#0284c7;display:flex;height:4em;justify-content:center;width:4em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__round.recording-pulse{animation:recording-outer 1.5s ease-out infinite}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__title{color:red;font-size:1em;font-weight:500;margin-bottom:.6em;position:relative}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__title__round__red{background:red;border-radius:50%;height:.7em;left:-1em;position:absolute;top:.3em;width:.7em}@media(max-width:700px){.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__title__round__red{display:none}}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__chronominutes{display:flex;flex-direction:column}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__chronominutes span:first-child{font-size:1.6em;font-weight:600;margin-bottom:.4em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__chronominutes span:last-child{color:#82889f;font-size:.8em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom{align-items:center;display:flex;gap:1.5em;justify-content:center;padding-top:1em;width:100%}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item{align-items:center;background:#0000;color:#82889f;display:flex;flex-direction:column;font-size:.9em;font-weight:400;gap:.5em;height:6em;justify-content:flex-end}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item span{font-size:.9em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone{align-items:center;border-radius:50%;color:#0284c7;cursor:pointer;display:flex;height:2.5em;justify-content:center;transition:transform .15s ease,opacity .15s ease;width:2.5em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone:hover:not(.disabled){transform:scale(1.06)}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone.disabled{cursor:not-allowed;opacity:.38;pointer-events:none}.cantForm__audioModal__sections__record .red{background:red;color:#fff;height:4em;width:4em}.cantForm__audioModal__sections__record .blue{background:#4545cf;color:#fff}.cantForm__audioModal__sections__record .orange{background:orange;color:#fff}.cantForm__audioModal__sections__record .white{background:#dedbdb;box-shadow:1px 1px 3px 0 rgba(0,0,0,.243);color:#0284c7}@keyframes recording{0%{box-shadow:0 0 0 0 #ff44448c;transform:scale(1)}70%{box-shadow:0 0 0 12px #f440;transform:scale(1.08)}to{box-shadow:0 0 0 0 #f440;transform:scale(1)}}@keyframes recording-outer{0%{box-shadow:0 0 0 0 #26b2fc73}70%{box-shadow:0 0 0 14px #26b2fc00}to{box-shadow:0 0 0 0 #26b2fc00}}.recording-active{animation:recording 1.2s ease-out infinite}.active-btn{background:#f44!important;color:#fff!important;transform:scale(1.1)}.done-btn{background:#2ecc71!important;color:#fff!important}.cantForm__audioModal__sections__record__card__top__item__audio__waveform{align-items:center;display:flex;gap:3px;height:80px;justify-content:center;margin-top:1em;padding:0 1em;width:100%}.cantForm__audioModal__sections__record__card__top__item__audio__waveform .bar{background:linear-gradient(180deg,#26b2fc,#1e90ff);border-radius:9999px;height:8%;min-height:3px;transform-origin:bottom;width:4px}.cantForm__audioModal__sections__preview{background:#f4f4f4;border:1px solid #ccc;border-radius:.3em;margin:1em 0;padding:.5em}.cantForm__audioModal__sections__preview__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:1em}.cantForm__audioModal__sections__preview__top__title{color:#333;font-size:1em;font-weight:400}.cantForm__audioModal__sections__preview__top__minutes{align-items:flex-end;display:flex;flex-direction:column;font-size:.9em}.cantForm__audioModal__sections__preview__top__minutes span:first-child{font-size:1.2em;font-weight:600}.cantForm__audioModal__sections__preview__top__minutes span:last-child{color:#82889f;font-size:.8em}.cantForm__audioModal__sections__preview__list{align-items:center;display:flex;gap:.75em;min-height:4.5em;width:100%}.cantForm__audioModal__sections__preview__loading{align-items:center;display:flex;flex-direction:column;gap:.65em;justify-content:center;padding:1em .5em;width:100%}.cantForm__audioModal__sections__preview__loading__spinner{border-width:3px;height:2em;margin:0;width:2em}.cantForm__audioModal__sections__preview__loading__text{color:#82889f;font-size:.82em;font-weight:400;margin:0}.cantForm__audioModal__sections__preview__item__playing{background:#0000;margin-right:1em}.cantForm__audioModal__sections__preview__item__play{align-items:center;background:#fff;border-radius:50%;box-shadow:1px 1px 3px 0 rgba(0,0,0,.243);color:#0284c7;cursor:pointer;display:flex;height:3em;justify-content:center;width:3em}.cantForm__audioModal__sections__preview__item__waveforming{background:#0000}.cantForm__audioModal__sections__preview__item__waveforming__linear{background:#26b2fc;height:.38em;position:relative;width:100%}.cantForm__audioModal__sections__preview__item__waveforming__linear__progress{animation:progressBar 5s linear forwards;background:#fc2626b3;height:100%;left:0;position:absolute;top:0;width:100%}.cantForm__audioModal__sections__association{padding:.6em 0}.cantForm__audioModal__sections__association__title{color:#333;font-size:.8em;margin-bottom:.5em}.cantForm__audioModal__sections__association__select__item{align-items:center;display:flex;width:100%}.cantForm__audioModal__sections__association__select__item span{align-items:center;background:#fff;border-radius:.3em;box-shadow:0 1px 5px 3px #bebebe66;color:#0284c7;display:flex;font-size:1.5em;height:1.7em;justify-content:center;margin-right:.2em;width:2em}.cantForm__audioModal__sections__association__select__item__cant{width:99%}.cantForm__audioModal__sections__submits{padding-top:2em;width:100%}.cantForm__audioModal__sections__submits__submit{background:#0284c7;border:1px solid #0284c7;border-radius:.3em;color:#fff;cursor:pointer;font-weight:500;margin-right:auto;padding:.8em 1em}.cantForm__audioModal__sections__preview__item__waveforming{display:flex;flex:1 1;flex-direction:column;gap:.5em;height:auto;min-width:0;width:100%}.cantForm__audioModal__sections__preview__item__waveforming__waveform{align-items:flex-end;display:flex;gap:.22em;height:48px;padding:0 8px;width:100%}.cantForm__audioModal__sections__preview__item__waveforming__waveform .bar{background:#26b2fc;border-radius:9999px;height:8%;min-height:3px;opacity:.85;transition:none;width:.24em}.cantForm__audioModal__sections__preview__item__waveforming__waveform.waveform-bars--live .bar{transition:height .08s ease-out}.cantForm__audioModal__sections__preview__item__waveforming__progress__track{background:#0000;border-radius:9999px;cursor:pointer;height:1.1em;overflow:visible;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;width:100%}.cantForm__audioModal__sections__preview__item__waveforming__progress__track:before{background:#26b2fc33;border-radius:9999px;content:"";height:.45em;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.cantForm__audioModal__sections__preview__item__waveforming__progress__fill{background:#e82e2e;border-radius:9999px;height:.45em;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:width .05s linear;z-index:1}.cantForm__audioModal__sections__preview__item__waveforming__progress__thumb{background:#e82e2e;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 5px #00000047;height:1em;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:left .05s linear;width:1em;z-index:2}@media(max-width:900px){.cantForm__audioModal{align-items:flex-start;justify-content:flex-start}.cantForm__audioModal__container{border-radius:0;max-height:100%;min-height:100%;overflow-y:auto;padding:1.2em 1em;width:100%}}@media(max-width:768px){.cantForm__audioModal__container{padding:1em .85em}.cantForm__audioModal__title{font-size:1.05em;padding-right:2em}.cantForm__audioModal__sub{font-size:.8em}.cantForm__audioModal__sections__record{padding:.75em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top{align-items:center;flex-direction:column;gap:.75em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__round{height:5em;width:5em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__round__active{height:3.4em;width:3.4em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__title{font-size:.92em;text-align:center}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__chronominutes{align-items:center;text-align:center}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom{flex-wrap:wrap;gap:.75em;justify-content:center}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item{font-size:.78em;height:auto;min-width:4.2em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone.red{height:3.4em;width:3.4em}.cantForm__audioModal__sections__preview__list{flex-wrap:wrap;gap:.75em}.cantForm__audioModal__sections__preview__item__playing{margin-right:0}}@media(max-width:500px){.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom{gap:.5em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item span{font-size:.72em}.cantForm__audioModal__sections__preview__top{align-items:flex-start;flex-direction:column;gap:.35em}.cantForm__audioModal__sections__preview__top__minutes{align-items:flex-start}}@media(max-width:400px){.cantForm__audioModal__container{padding:.85em .65em}.cantForm__audioModal__close{right:.55em;top:.55em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__top__item__chronominutes span:first-child{font-size:1.35em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone{height:2.2em;width:2.2em}.cantForm__audioModal__sections__record .red{height:3em;width:3em}.cantForm__audioModal__sections__preview{padding:.45em}.cantForm__audioModal__sections__preview__item__play{height:2.6em;width:2.6em}.cantForm__audioModal .cantForm__audioModal__sections__submits__submit{text-align:center;width:100%}}@media(max-width:320px){.cantForm__audioModal__title{font-size:.98em}.cantForm__audioModal__sub{font-size:.75em;margin-bottom:1em}.cantForm__audioModal__sections__record{padding:.55em}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom{grid-gap:.35em;display:grid;gap:.35em;grid-template-columns:repeat(4,1fr);width:100%}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item{min-width:0}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__card__bottom__item span{font-size:.65em;text-align:center}.cantForm__audioModal__sections__record .cantForm__audioModal__sections__record__bottom__item__icone{height:2em;width:2em}.cantForm__audioModal__sections__record .red{height:2.6em;width:2.6em}.cantForm__audioModal__sections__preview__top__title{font-size:.88em}.cantForm__audioModal__sections__preview__top__minutes{font-size:.82em}}body,html{background-color:#f8fafc;color:#0f172a;font-family:Inter,sans-serif;font-optical-sizing:auto;font-size:.82vw}@media(max-width:1000px){body,html{font-size:1em}}.app{height:100%;width:100%}.app__container{display:flex}.app__content{background:#fff;height:100vh;padding-left:32em;width:100%}@media(max-width:1000px){.app__content{padding-left:0}}
/*# sourceMappingURL=main.60184f55.css.map*/