@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.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{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bs-blue:#009ef6;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-purple-100:#632e99;--bs-purple-150:#8b4bfa;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#7e8299;--bs-gray-dark:#3f4254;--bs-gray-100:#f5f8fa;--bs-gray-200:#eff2f5;--bs-gray-300:#e4e6ef;--bs-gray-400:#b5b5c3;--bs-gray-500:#a1a5b7;--bs-gray-600:#7e8299;--bs-gray-700:#5e6278;--bs-gray-800:#3f4254;--bs-gray-900:#181c32;--bs-white:#fff;--bs-light:#f5f8fa;--bs-primary:#009ef7;--bs-secondary:#e4e6ef;--bs-success:#50cd89;--bs-info:#7239ea;--bs-warning:#ffc700;--bs-danger:#f1416c;--bs-dark:#181c32;--bs-light-rgb:245,248,250;--bs-primary-rgb:0,158,247;--bs-secondary-rgb:228,230,239;--bs-success-rgb:80,205,137;--bs-info-rgb:114,57,234;--bs-warning-rgb:255,199,0;--bs-danger-rgb:241,65,108;--bs-dark-rgb:24,28,50;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:24,28,50;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"Sora",sans-serif;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#000;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}body{margin:0!important;font-family:Inter,sans-serif!important;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-repeat:repeat;background-color:#f7f8fa;z-index:-1}@media screen and (max-width:700px){body{font-size:.8rem}}::selection{background:#141414;color:#fff;text-shadow:none}::-moz-selection{background:#141414;color:#fff;text-shadow:none}body::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar-thumb{background-color:transparent}.main{min-height:100dvh;margin:0 30px 0 334px}@media screen and (max-width:1400px){.main{margin:0 20px 0 304px}}@media screen and (max-width:900px){.main{margin:0}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.main-content::-webkit-scrollbar-thumb{background-color:transparent}.app{position:relative}.sidebar{position:absolute;z-index:999;transition:transform .3s ease-in-out}.app.toggled .sidebar{transform:translateX(0)}@media (max-width:768px){.sidebar{transform:translateX(-100%)}}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.m-0{margin:0!important}@media screen and (max-width:700px){.m-0{margin:0!important}}.m-5{margin:.26042vw!important}@media screen and (max-width:700px){.m-5{margin:.625vw!important}}.m-10{margin:.52083vw!important}@media screen and (max-width:700px){.m-10{margin:1.25vw!important}}.m-15{margin:.78125vw!important}@media screen and (max-width:700px){.m-15{margin:1.875vw!important}}.m-20{margin:1.04167vw!important}@media screen and (max-width:700px){.m-20{margin:2.5vw!important}}.m-25{margin:1.30208vw!important}@media screen and (max-width:700px){.m-25{margin:3.125vw!important}}.mt-0{margin-top:0!important}@media screen and (max-width:700px){.mt-0{margin-top:0!important}}.mt-5{margin-top:.26042vw!important}@media screen and (max-width:700px){.mt-5{margin-top:.625vw!important}}.mt-10{margin-top:.52083vw!important}@media screen and (max-width:700px){.mt-10{margin-top:1.25vw!important}}.mt-15{margin-top:.78125vw!important}@media screen and (max-width:700px){.mt-15{margin-top:1.875vw!important}}.mt-20{margin-top:1.04167vw!important}@media screen and (max-width:700px){.mt-20{margin-top:2.5vw!important}}.mt-25{margin-top:1.30208vw!important}@media screen and (max-width:700px){.mt-25{margin-top:3.125vw!important}}.mb-0{margin-bottom:0!important}@media screen and (max-width:700px){.mb-0{margin-bottom:0!important}}.mb-5{margin-bottom:.26042vw!important}@media screen and (max-width:700px){.mb-5{margin-bottom:.625vw!important}}.mb-10{margin-bottom:.52083vw!important}@media screen and (max-width:700px){.mb-10{margin-bottom:1.25vw!important}}.mb-15{margin-bottom:.78125vw!important}@media screen and (max-width:700px){.mb-15{margin-bottom:1.875vw!important}}.mb-20{margin-bottom:1.04167vw!important}@media screen and (max-width:700px){.mb-20{margin-bottom:2.5vw!important}}.mb-25{margin-bottom:1.30208vw!important}@media screen and (max-width:700px){.mb-25{margin-bottom:3.125vw!important}}.mr-0{margin-right:0!important}@media screen and (max-width:700px){.mr-0{margin-right:0!important}}.mr-5{margin-right:.26042vw!important}@media screen and (max-width:700px){.mr-5{margin-right:.625vw!important}}.mr-10{margin-right:.52083vw!important}@media screen and (max-width:700px){.mr-10{margin-right:1.25vw!important}}.mr-15{margin-right:.78125vw!important}@media screen and (max-width:700px){.mr-15{margin-right:1.875vw!important}}.mr-20{margin-right:1.04167vw!important}@media screen and (max-width:700px){.mr-20{margin-right:2.5vw!important}}.mr-25{margin-right:1.30208vw!important}@media screen and (max-width:700px){.mr-25{margin-right:3.125vw!important}}.ml-0{margin-left:0!important}@media screen and (max-width:700px){.ml-0{margin-left:0!important}}.ml-5{margin-left:.26042vw!important}@media screen and (max-width:700px){.ml-5{margin-left:.625vw!important}}.ml-10{margin-left:.52083vw!important}@media screen and (max-width:700px){.ml-10{margin-left:1.25vw!important}}.ml-15{margin-left:.78125vw!important}@media screen and (max-width:700px){.ml-15{margin-left:1.875vw!important}}.ml-20{margin-left:1.04167vw!important}@media screen and (max-width:700px){.ml-20{margin-left:2.5vw!important}}.ml-25{margin-left:1.30208vw!important}@media screen and (max-width:700px){.ml-25{margin-left:3.125vw!important}}.mx-0{margin:0!important}@media screen and (max-width:700px){.mx-0{margin:0!important}}.mx-5{margin:0 .26042vw!important}@media screen and (max-width:700px){.mx-5{margin:0 .625vw!important}}.mx-10{margin:0 .52083vw!important}@media screen and (max-width:700px){.mx-10{margin:0 1.25vw!important}}.mx-15{margin:0 .78125vw!important}@media screen and (max-width:700px){.mx-15{margin:0 1.875vw!important}}.mx-20{margin:0 1.04167vw!important}@media screen and (max-width:700px){.mx-20{margin:0 2.5vw!important}}.mx-25{margin:0 1.30208vw!important}@media screen and (max-width:700px){.mx-25{margin:0 3.125vw!important}}.my-0{margin:0!important}@media screen and (max-width:700px){.my-0{margin:0!important}}.my-5{margin:.26042vw 0!important}@media screen and (max-width:700px){.my-5{margin:.625vw 0!important}}.my-10{margin:.52083vw 0!important}@media screen and (max-width:700px){.my-10{margin:1.25vw 0!important}}.my-15{margin:.78125vw 0!important}@media screen and (max-width:700px){.my-15{margin:1.875vw 0!important}}.my-20{margin:1.04167vw 0!important}@media screen and (max-width:700px){.my-20{margin:2.5vw 0!important}}.my-25{margin:1.30208vw 0!important}@media screen and (max-width:700px){.my-25{margin:3.125vw 0!important}}.p-0{padding:0!important}@media screen and (max-width:700px){.p-0{padding:0!important}}.p-5{padding:.26042vw!important}@media screen and (max-width:700px){.p-5{padding:.625vw!important}}.p-10{padding:.52083vw!important}@media screen and (max-width:700px){.p-10{padding:1.25vw!important}}.p-15{padding:.78125vw!important}@media screen and (max-width:700px){.p-15{padding:1.875vw!important}}.p-20{padding:1.04167vw!important}@media screen and (max-width:700px){.p-20{padding:2.5vw!important}}.p-25{padding:1.30208vw!important}@media screen and (max-width:700px){.p-25{padding:3.125vw!important}}.pt-0{padding-top:0!important}@media screen and (max-width:700px){.pt-0{padding-top:0!important}}.pt-5{padding-top:.26042vw!important}@media screen and (max-width:700px){.pt-5{padding-top:.625vw!important}}.pt-10{padding-top:.52083vw!important}@media screen and (max-width:700px){.pt-10{padding-top:1.25vw!important}}.pt-15{padding-top:.78125vw!important}@media screen and (max-width:700px){.pt-15{padding-top:1.875vw!important}}.pt-20{padding-top:1.04167vw!important}@media screen and (max-width:700px){.pt-20{padding-top:2.5vw!important}}.pt-25{padding-top:1.30208vw!important}@media screen and (max-width:700px){.pt-25{padding-top:3.125vw!important}}.pb-0{padding-bottom:0!important}@media screen and (max-width:700px){.pb-0{padding-bottom:0!important}}.pb-5{padding-bottom:.26042vw!important}@media screen and (max-width:700px){.pb-5{padding-bottom:.625vw!important}}.pb-10{padding-bottom:.52083vw!important}@media screen and (max-width:700px){.pb-10{padding-bottom:1.25vw!important}}.pb-15{padding-bottom:.78125vw!important}@media screen and (max-width:700px){.pb-15{padding-bottom:1.875vw!important}}.pb-20{padding-bottom:1.04167vw!important}@media screen and (max-width:700px){.pb-20{padding-bottom:2.5vw!important}}.pb-25{padding-bottom:1.30208vw!important}@media screen and (max-width:700px){.pb-25{padding-bottom:3.125vw!important}}.pr-0{padding-right:0!important}@media screen and (max-width:700px){.pr-0{padding-right:0!important}}.pr-5{padding-right:.26042vw!important}@media screen and (max-width:700px){.pr-5{padding-right:.625vw!important}}.pr-10{padding-right:.52083vw!important}@media screen and (max-width:700px){.pr-10{padding-right:1.25vw!important}}.pr-15{padding-right:.78125vw!important}@media screen and (max-width:700px){.pr-15{padding-right:1.875vw!important}}.pr-20{padding-right:1.04167vw!important}@media screen and (max-width:700px){.pr-20{padding-right:2.5vw!important}}.pr-25{padding-right:1.30208vw!important}@media screen and (max-width:700px){.pr-25{padding-right:3.125vw!important}}.pl-0{padding-left:0!important}@media screen and (max-width:700px){.pl-0{padding-left:0!important}}.pl-5{padding-left:.26042vw!important}@media screen and (max-width:700px){.pl-5{padding-left:.625vw!important}}.pl-10{padding-left:.52083vw!important}@media screen and (max-width:700px){.pl-10{padding-left:1.25vw!important}}.pl-15{padding-left:.78125vw!important}@media screen and (max-width:700px){.pl-15{padding-left:1.875vw!important}}.pl-20{padding-left:1.04167vw!important}@media screen and (max-width:700px){.pl-20{padding-left:2.5vw!important}}.pl-25{padding-left:1.30208vw!important}@media screen and (max-width:700px){.pl-25{padding-left:3.125vw!important}}.px-0{padding:0!important}@media screen and (max-width:700px){.px-0{padding:0!important}}.px-5{padding:0 .26042vw!important}@media screen and (max-width:700px){.px-5{padding:0 .625vw!important}}.px-10{padding:0 .52083vw!important}@media screen and (max-width:700px){.px-10{padding:0 1.25vw!important}}.px-15{padding:0 .78125vw!important}@media screen and (max-width:700px){.px-15{padding:0 1.875vw!important}}.px-20{padding:0 1.04167vw!important}@media screen and (max-width:700px){.px-20{padding:0 2.5vw!important}}.px-25{padding:0 1.30208vw!important}@media screen and (max-width:700px){.px-25{padding:0 3.125vw!important}}.py-0{padding:0!important}@media screen and (max-width:700px){.py-0{padding:0!important}}.py-5{padding:.26042vw 0!important}@media screen and (max-width:700px){.py-5{padding:.625vw 0!important}}.py-10{padding:.52083vw 0!important}@media screen and (max-width:700px){.py-10{padding:1.25vw 0!important}}.py-15{padding:.78125vw 0!important}@media screen and (max-width:700px){.py-15{padding:1.875vw 0!important}}.py-20{padding:1.04167vw 0!important}@media screen and (max-width:700px){.py-20{padding:2.5vw 0!important}}.py-25{padding:1.30208vw 0!important}@media screen and (max-width:700px){.py-25{padding:3.125vw 0!important}}.text-bold{font-weight:700}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;margin:0}h4{font-size:36px;font-weight:500;line-height:46px;margin:0;color:#121212}@media screen and (max-width:700px){h4{font-size:24px;line-height:32px}}a{text-decoration:none;color:#292929;cursor:pointer;color:#418ff3}a,p{font-family:Inter,sans-serif}p{margin-top:0;margin-bottom:0;color:#292929}@media screen and (max-width:700px){p{font-size:.8rem}}span{font-family:Inter,sans-serif;line-height:unset!important}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{font-family:Inter,sans-serif;border:0 solid;border-color:inherit}label{display:inline-block}img{width:100%;height:100%;object-fit:contain}.icon-container{width:20px;height:20px;cursor:pointer}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.form-style-1 tr{display:flex;flex-direction:column;justify-content:flex-start;margin-top:1.5625vw}.form-style-1 tr th label{float:left}.form-style-1 tr td input{margin-top:.26042vw;background-color:#f8f4f4;padding:.26042vw;border:none;border-bottom:.05208vw solid #000;outline:none}.errorlist{list-style:none;color:red}button,input,optgroup,select,textarea{margin:0;font-family:Inter,sans-serif;font-size:inherit;line-height:inherit}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:600;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:0!important;padding-left:0!important;margin-right:auto!important;margin-left:auto!important}@media screen and (min-width:0px) and (max-width:750px){.container,.container-sm{width:100%;padding-right:20px!important;padding-left:20px!important;margin-right:auto!important;margin-left:auto!important}}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:960px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:1000px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1400px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1600px}}.tenant-container{padding-bottom:100px;position:relative}.box-container{border:1px solid #e6e6e6;border-radius:5px;padding:20px;margin:20px 0;width:100%;background-color:#fff}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #e4e6ef;border-radius:.475rem;box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#7e8299}.row{--bs-gutter-x:1rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col{flex:1 0}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto}.col-12,.w-full{width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.text-primary{color:#cc1d21}.black-border{border:2px solid #000;border-radius:15px}.cursor{pointer-events:none}.cursor .cursor__ball--small{fill:red;top:-4px;right:-6px}.cursor__ball{position:fixed;top:0;left:0;z-index:1000;stroke:#000}.cursor-pointer{cursor:pointer}@media screen and (max-width:750px){.cursor{display:none}}.page-not-found{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center}.page-not-found .bg-content{opacity:.3;z-index:0}.page-not-found .bg-content h1{font-size:12rem!important;color:#7c7c7c;margin:0}@media screen and (max-width:750px){.page-not-found .bg-content h1{font-size:80px}}.page-not-found .message{position:absolute;text-align:center;display:flex;align-items:center;flex-direction:column;max-width:500px;z-index:100}.page-not-found .message h4{font-size:48px;color:#292929;margin:0}@media screen and (max-width:750px){.page-not-found .message h4{font-size:24px}}.page-not-found .message p{font-size:16px;color:#b3b3b3;margin:10px 0}@media screen and (max-width:750px){.page-not-found .message p{font-size:14px}}.page-not-found .message .cta-btn{margin-top:20px}.thank-you{width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(-45deg,#161616,#0d0d0d 2px,#0d0d0d 0,#0d0d0d 10px);overflow:hidden}.thank-you .bg-content{opacity:.3;z-index:0}.thank-you .bg-content h1{font-size:12rem;color:#7c7c7c;margin:0}@media screen and (max-width:750px){.thank-you .bg-content h1{font-size:60px;text-wrap:nowrap;overflow:hidden;text-align:center}}.thank-you .message{position:absolute;text-align:center;display:flex;align-items:center;flex-direction:column;max-width:750px;z-index:100;padding:0 20px}.thank-you .message h4{font-size:48px;color:#292929;margin:0}@media screen and (max-width:750px){.thank-you .message h4{font-size:24px}}.thank-you .message p{font-size:16px;color:#b3b3b3;margin:0}@media screen and (max-width:750px){.thank-you .message p{font-size:14px}}.thank-you .message .cta-btn{margin-top:20px}.text-eng{text-align:right}.recommendation-container{position:relative;width:100%}.recommendation-container .recommendation-group{background-color:#fff;border:2px solid #3268e3;width:100%;display:none;position:absolute;top:110%;overflow-y:auto;max-height:200px;border-radius:5px}.recommendation-container .recommendation-group .close{position:absolute;top:0;right:0;background-color:#fff;content:"";padding:5px 7px;cursor:pointer}.recommendation-container .recommendation-group .recommendation{padding:10px}.recommendation-container .recommendation-group .recommendation:hover{background-color:#f0f3ff;cursor:pointer}.recommendation-container .recommendation-group .help-text{font-size:9px;background-color:#f0f3ff;position:-webkit-sticky;position:sticky;padding:2px 5px;font-weight:700}section{margin:150px auto 0;position:relative}@media screen and (min-width:300px) and (max-width:480px){section{margin:70px auto 0}}.slick-slide>div{margin:0 10px}.slick-list{margin:0 -10px}.arrow{position:absolute;background-color:none;border:0;background-color:transparent;left:0;width:-moz-fit-content;width:fit-content;top:0;height:100%;width:30px;cursor:pointer;display:grid;place-items:center}@media screen and (min-width:300px) and (max-width:480px){.arrow{width:30px}}@media screen and (min-width:481px) and (max-width:1200px){.arrow{width:30px}}.arrow svg{height:-moz-fit-content;height:fit-content;width:100%;object-fit:contain}.next{right:0;left:unset}.bg-black{background-color:rgba(0,0,0,.39);height:100%;width:100%;position:fixed;display:grid;place-items:center;top:0;left:0;right:0;z-index:10}.side-menu{background-color:#fff;position:fixed;top:0;bottom:0;left:0;z-index:105;width:310px;font-size:.8em;display:flex;flex-direction:column;justify-content:space-between;padding:15px 0;border-right:1px solid #e6e6e6;transition:all .3s ease-in-out;transform:translateX(0);z-index:999}@media screen and (max-width:1400px){.side-menu{width:280px}}@media screen and (max-width:900px){.side-menu{padding:70px 10px 10px;position:fixed;left:-9999px}}.side-menu *{color:#6b6b6b;font-weight:500;cursor:pointer}.side-menu :hover{color:#121212}.side-menu .sub-menu-active{background-color:#f7f7f7}.side-menu .sub-menu-active span{color:#121212!important}.side-menu .logo-container{width:100px;margin-bottom:5px}.side-menu .current-user{margin:48px 0;padding:15px 25px;border:1px solid #2f2f2f;border-radius:5px}.side-menu .current-user p{font-size:15px;font-weight:600;margin:0}.side-menu .icon{max-width:25px;max-height:25px;display:block}@media screen and (max-width:768px){.side-menu .icon{max-width:20px;max-height:20px}}.side-menu .icon svg{object-fit:contain}.side-menu .lock-icon{max-width:20px;max-height:20px;display:block}.side-menu .lock-icon svg{object-fit:contain}.side-menu .menu{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:60px 20px 0;border-top:1px solid #e6e6e6;font-size:16px}@media screen and (max-width:1400px){.side-menu .menu{padding:40px 10px 0}}.side-menu .menu .menu-item{display:flex;align-items:center;padding:12px;flex:1 1;border:1px solid transparent;border-radius:5px}@media screen and (max-width:768px){.side-menu .menu .menu-item{flex:unset}}.side-menu .menu .menu-item:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .menu .active{background-color:#f7f7f7}.side-menu .menu .active .icon svg circle,.side-menu .menu .active .icon svg line,.side-menu .menu .active .icon svg path,.side-menu .menu .active .icon svg polygon,.side-menu .menu .active .icon svg polyline,.side-menu .menu .active .icon svg rect{fill:#121212}.side-menu .menu .sub-menu-item{display:flex;align-items:center;padding:12px;flex:1 1;border-radius:5px;border:1px solid transparent}.side-menu .menu .sub-menu-item:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .menu .sub-menu-item span{color:#6f767e}.side-menu .menu .sub-menu-item span:hover{color:#0d0d0d}.side-menu .menu .locked-item{flex:1 1;display:flex;align-items:center;padding:12px;gap:8px;cursor:not-allowed}.side-menu .menu .locked-item .name{color:#cccdce;cursor:not-allowed}.side-menu .menu .locked-item .lock-icon{cursor:not-allowed}.side-menu .menu::-webkit-scrollbar{width:6px;background:transparent}.side-menu .menu:hover::-webkit-scrollbar-track{background:#333;border-radius:10px}.side-menu .menu:hover::-webkit-scrollbar-thumb{background:#888;border-radius:10px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.side-menu .menu:hover::-webkit-scrollbar-thumb:hover{background:#555}.side-menu .menu:hover::-webkit-scrollbar{background:#2a2a2a}.side-menu .bottom{width:100%;border-top:1px solid #e6e6e6;padding:20px}.side-menu .bottom ul{display:flex;flex-direction:column;gap:8px;margin-bottom:0}.side-menu .bottom ul li{padding:12px;border:1px solid transparent;border-radius:5px;display:flex;align-items:center;gap:10px;font-size:16px}.side-menu .bottom ul li .icon{display:flex;align-items:center;justify-content:center}.side-menu .bottom ul li:hover{border:1px solid #e6e6e6;background-color:#f7f7f7}.side-menu .bottom ul li:hover span{color:#121212}.side-menu .bottom ul li:hover svg circle,.side-menu .bottom ul li:hover svg line,.side-menu .bottom ul li:hover svg path,.side-menu .bottom ul li:hover svg polygon,.side-menu .bottom ul li:hover svg polyline,.side-menu .bottom ul li:hover svg rect{fill:#121212}.side-menu .bottom ul .active{background-color:#f7f7f7}.side-menu .bottom ul .active span{color:#121212}.side-menu .bottom ul .active .icon svg circle,.side-menu .bottom ul .active .icon svg line,.side-menu .bottom ul .active .icon svg path,.side-menu .bottom ul .active .icon svg polygon,.side-menu .bottom ul .active .icon svg polyline,.side-menu .bottom ul .active .icon svg rect{fill:#121212}.side-menu .bottom ul .logout:hover{border:1px solid transparent;background-color:rgba(239,68,68,.102)}.side-menu .bottom ul .logout span,.side-menu .bottom ul .logout:hover span{color:#d43131}.side-menu details{flex:1 1}.side-menu details summary:hover{background-color:#f7f7f7}.side-menu details summary:hover .name{color:#121212}.side-menu details>summary>.drop-down-arrow{transition:transform .3s ease}.side-menu details[open]>summary>.drop-down-arrow{transform:rotate(180deg);transform-origin:50% 50%}.side-menu details ul{margin-top:10px;margin-left:25px}.side-menu details ul li{border-radius:5px}.side-menu .details-content{margin-top:10px;overflow:hidden;height:0;transition:height .3s ease}.side-menu .details-content.open{height:auto}.side-menu ul{list-style-type:none;padding:0;font-size:14px}.side-menu ul summary{text-decoration:none;justify-content:space-between;padding:12px;border-radius:5px}.side-menu ul summary,.side-menu ul summary div{display:flex;align-items:center}.side-menu ul summary ul{margin-left:5px}.side-menu ul summary ul li{padding:12px}.side-menu ul li,.side-menu ul summary{display:flex;align-items:flex-start}.side-menu ul li .name,.side-menu ul summary .name{flex-grow:1;padding:0 12px}.side-menu ul li .drop-down-arrow,.side-menu ul summary .drop-down-arrow{font-size:16px;margin:0}.side-menu ul li .drop-down-arrow i,.side-menu ul summary .drop-down-arrow i{font-size:12px}.side-menu ul li ul,.side-menu ul summary ul{margin-top:0}.active{transition:all .3s ease}@media screen and (max-width:900px){.active{left:0;transform:translateX(0)}}.hamburger{background-color:transparent;border:none;display:flex;padding:18px 20px 18px 0;justify-content:center;align-items:center;position:relative;display:none}.hamburger span{display:block;width:25px;height:2px;margin-bottom:2px;background:#000;border-radius:3px;transition:transform .3s,opacity .3s;position:absolute}.hamburger span:first-child{top:30%;transform:translateY(0)}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){top:70%;transform:translateY(-100%)}.hamburger.active-nav span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active-nav span:nth-child(2){opacity:0;top:50%;transform:translateY(-50%) scale(0)}.hamburger.active-nav span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.active .hamburger .line1{transform:rotate(45deg) translate(5px,5px)}.active .hamburger .line2{opacity:0}.active .hamburger .line3{transform:rotate(-45deg) translate(5px,-5px)}.top-nav-container{position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:20px 24px 0;margin:0 0 24px;background-color:#f7f8fa}.top-nav-container .top-nav{display:flex;justify-content:flex-end;width:100%;border-bottom:1px solid #e6e6e6;padding-bottom:10px;padding-left:40px;padding-right:40px}@media screen and (max-width:768px){.top-nav-container .top-nav{padding-left:20px;padding-right:20px}}.top-nav-container .top-nav .notification{margin:auto 20px;position:relative}@media screen and (max-width:768px){.top-nav-container .top-nav .notification{display:none}}.top-nav-container .top-nav .notification button{padding:0;cursor:pointer;background:none;border:none}.top-nav-container .top-nav .notification .notification-container{position:absolute;top:40px;right:-100px;width:400px;max-height:700px;overflow-y:scroll;border:1px solid #e6e6e6;border-radius:5px;background-color:#2c2c2c;padding:0}.top-nav-container .top-nav .notification .notification-container .notification-list .notification-item{cursor:pointer;transition:all .1s ease-in;display:flex;align-items:flex-start;gap:20px;padding:20px 10px 10px;border-bottom:1px solid #e6e6e6}.top-nav-container .top-nav .notification .notification-container .notification-list .notification-item img{width:20px;height:20px;margin-top:5px}.top-nav-container .top-nav .notification .notification-container .notification-list .notification-item:hover{background-color:#3b3b3b}.top-nav-container .top-nav .notification .notification-container .notification-list .show-all-button{color:#b3b3b3;text-align:center;width:100%;padding:10px;transition:all .1s ease-in}.top-nav-container .top-nav .notification .notification-container .notification-list .show-all-button:hover{background-color:#3b3b3b}.top-nav-container .top-nav .notification .notification-container .no-notifications-message{padding:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.top-nav-container .top-nav .notification .notification-container .no-notifications-message .img-container{width:200px;height:200px;margin-bottom:10px}.top-nav-container .top-nav .profile{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid #e6e6e6}.top-nav-container .top-nav .profile .img-container{width:50px;height:50px}@media screen and (max-width:768px){.top-nav-container .top-nav .profile .img-container{width:36px;height:36px}}.top-nav-container .top-nav .profile .img-container img{border:1px solid #fff;border-radius:100%}.top-nav-container .top-nav .profile .user-info{display:flex;flex-direction:column}.top-nav-container .top-nav .profile .user-info p{font-size:15px;font-weight:600}@media screen and (max-width:768px){.top-nav-container .top-nav .profile .user-info p{font-size:12px}}.top-nav-container .top-nav .profile .user-info span{font-size:12px;font-weight:400;color:#777}@media screen and (max-width:768px){.top-nav-container .top-nav .profile .user-info span{font-size:10 px}}.table-container{border:1px solid #e6e6e6;padding:20px;border-radius:10px;background-color:#fff;margin:24px 0;box-shadow:0 1px 4px rgba(0,0,0,.05)}.table-container .search-container-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.table-container .table{width:100%;border-collapse:separate!important;border-spacing:0;margin-top:20px}.table-container .table td,.table-container .table th{padding:5px 15px;border-bottom:1px solid #e6e6e6}.table-container .table th{font-size:16px;font-weight:500;color:#e4e2e2}.table-container .table td{color:#d9d9d9}.table-container .table th:first-child{border-left:1px solid #e6e6e6;border-top-left-radius:6px;border-bottom-left-radius:6px}.table-container .table th:last-child{border-right:1px solid #e6e6e6;border-top-right-radius:6px;border-bottom-right-radius:6px;text-align:right}.table-container .table th:last-child div{display:block!important;text-align:right}.table-container .table td:last-child{text-align:right}.table-container .table td:last-child div{float:right;display:block}.table-container .table td:last-child button{float:right}.table-container .table td{font-size:14px!important;font-weight:400!important;color:#121212!important}.table-container .table td p{font-size:14px;font-weight:400;color:#121212}.table-container .table-head tr th{border:none!important;border-bottom:1px solid #e6e6e6!important;padding:10px;font-size:16px;font-weight:500;color:#121212!important;border-radius:0!important}.table-container .table-head tr th div{text-align:start;justify-content:start}.table-container .table-body tr{cursor:pointer;text-align:center}.table-container .table-body tr div{text-align:center;justify-content:center}.table-container .table-body tr td{padding:18px 15px 12px;text-align:start;overflow:hidden;text-wrap:nowrap!important}.table-container .table-body tr td div{text-align:center;justify-content:center}.table-container .table-body tr td .export-btn{border:1px solid #e6e6e6;background-color:#121212!important;padding:2px 10px}.table-container .table-body tr:hover{background-color:hsla(0,0%,95%,.502)}.table-container .table-body tr a{text-decoration:underline}.table-container .no-data-overlay{text-align:center;display:flex;align-items:center;flex-direction:column;position:absolute;top:65%;left:50%;transform:translate(-50%,-50%)}.table-container .no-data-overlay .img-container{width:200px}.table-container .no-data-overlay p{font-size:16px;font-weight:500;color:#121212}.table-container .no-data-overlay span{font-size:12px;font-weight:400;color:#6b6b6b}.pagination-container{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.search-container{display:flex;align-items:center;gap:10px;max-width:324px;background-color:#f5f5f5;border:1px solid #e6e6e6;border-radius:4px;padding:5px 10px}.search-container .icon-container{width:18px;height:18px}.search-container .icon-container img{width:100%;height:100%;object-fit:contain}.search-container .search-input{flex:1 1;background-color:transparent;border:none;color:#121212;outline:none;font-size:14px}.sorter-container{padding:16px;min-width:400px}.sorter-container h6{font-size:18px;color:#292929;font-weight:500;margin:0 0 10px}.filter-container{padding:16px}.filter-container h6{font-size:18px;color:#292929;font-weight:500;margin:0 0 10px}.dropzone{width:100%;background-color:#2c2c2c;display:flex;align-items:center;justify-content:center;border-radius:12px;height:150px;cursor:pointer}.dropzone .img-container{height:100%}.dropzone .upload{display:flex;align-items:center;gap:6px;border:2px solid #e6e6e6;border-radius:5px;padding:7px 10px}.dropzone .upload p{font-size:14px;color:#b3b3b3}.selected-file{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e6e6e6;border-radius:12px;margin:10px 20px 0;padding:10px 20px}.selected-file div{text-align:start}.selected-file div span{color:#b3b3b3;font-size:12px}.global-form label{color:#0d0d0d!important;font-size:16px;margin-top:10px}@media screen and (max-width:1400px){.global-form label{font-size:14px}}.form-box{max-width:70%;border:1px solid #e6e6e6;border-radius:5px;padding:30px;background-color:#131314}@media screen and (max-width:1080px){.form-box{max-width:100%}}.back-link{margin-bottom:30px;z-index:100;position:relative}.back-link button{background-color:unset;border:none;gap:10px;color:#b3b3b3;cursor:pointer}.back-link button,.flex-btw{display:flex;align-items:center}.flex-btw{justify-content:space-between}.flex-center,.flex-col-center{display:flex;justify-content:center;align-items:center}.flex-col-center{flex-direction:column}.flex-start{justify-content:flex-start;align-items:flex-start}.flex-end,.flex-start{display:flex;gap:1.5rem}.flex-end{justify-content:flex-end;align-items:flex-end}.flex{display:flex;gap:15px}@media (max-width:992px){.flex{gap:10px}}.flex-wrap{flex-wrap:wrap}.form-group{display:flex;align-items:center;gap:14px}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999}.scrollable-table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.error{font-size:.75rem;color:#d32f2f;padding:4px 15px 0}.edit-icon{padding:5px;background-color:#fff;border:1px solid #e6e6e6;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.edit-icon img{width:18px}.trash-icon{padding:5px;background-color:rgba(239,68,68,.102);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.trash-icon img{width:18px}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.faq-container{width:100%}.faq-item{border-bottom:1px solid #e6e6e6;margin-top:20px;padding:15px 20px}@media screen and (max-width:768px){.faq-item{padding:10px 0}}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:400}.faq-question .question{font-size:20px;margin:0}@media screen and (max-width:768px){.faq-question .question{font-size:14px}}.faq-question span{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:100%}@media screen and (max-width:768px){.faq-question span{width:25px;height:25px}}.faq-answer{overflow:hidden}.faq-answer .description{line-height:32px;border-top:1px solid #e6e6e6;margin:15px 0 10px;padding-top:15px}.faq-answer .description p{color:#c5c5c5!important;font-size:16px}@media screen and (max-width:768px){.faq-answer .description p{font-size:14px}}.login-container{height:100vh;width:100%}.login-left{position:relative;width:40%;height:100%}.login-left .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f5f5f5}.login-left .overlay .back-link{position:absolute;top:50px;left:50px}.login-left .overlay .back-button{cursor:pointer;background:transparent;border:none;color:#121212;font-size:24px;font-weight:600;display:flex;align-items:center;transition:color .3s}@media (max-width:768px){.login-left .overlay .back-button{font-size:20px}}.login-left .login-text{position:relative;z-index:2;color:#0d0d0d;padding:4rem;display:flex;flex-direction:column;justify-content:center;height:100%}.login-left .login-text h1{font-size:58px;line-height:70px;font-weight:500;color:#121212;margin-bottom:14px}@media screen and (max-width:1400px){.login-left .login-text h1{font-size:44px;line-height:55px}}.login-left .login-text p{font-size:36px;font-weight:200;color:#121212;line-height:46px}@media screen and (max-width:1400px){.login-left .login-text p{font-size:28px;line-height:38px}}.login-right{width:60%;height:100%;background-color:#fff;color:#121212;display:flex;align-items:center;justify-content:center}.login-right .back-link-2{position:absolute;top:50px;left:50px}.login-right .back-button-2{display:none}@media (max-width:768px){.login-right .back-button-2{cursor:pointer;background:transparent;border:none;color:#121212;font-size:25px;font-weight:600;display:flex;align-items:center;transition:color .3s}}.login-right .login-form-container{width:100%;max-width:550px;display:flex;flex-direction:column}@media (max-width:1350px){.login-right .login-form-container{max-width:450px}}.login-right .login-form-container h2{text-transform:none;font-size:32px;font-weight:500;margin-bottom:34px;color:#121212;text-align:left}.login-right .login-form-container input{width:100%;padding:14px;color:#2c2c2c;border-radius:6px;outline:none;font-size:16px}.login-right .login-form-container label{margin-bottom:8px;font-size:14px;color:#121212!important}.login-right .login-page-btn button{background-color:#2f81e9;color:hsla(0,0%,100%,.8);font-size:16px;padding:12px;border:none;border-radius:6px;cursor:pointer;width:100%;margin:10px 0 20px;font-weight:600;transition:background-color .3s}.login-right .login-page-btn button:hover{background-color:#2268be}.login-right .or-divider{text-align:center;color:#121212;font-size:14px;font-weight:500;margin:10px 0;position:relative}.login-right .or-divider:after,.login-right .or-divider:before{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e6e6e6}.login-right .or-divider:before{left:0}.login-right .or-divider:after{right:0}.login-right .social-buttons,.login-right .social-buttons .btn{display:flex;align-items:center;justify-content:center;gap:10px}.login-right .social-buttons .btn{width:100%;border:1px solid #e6e6e6;padding:8px 50px;border-radius:5px;cursor:pointer}.login-right .social-buttons .btn .icon-container{background-color:#f5f5f5;width:25px;height:25px;border-radius:100%}.login-right .after-text{text-align:center;font-size:14px;color:#aaa;margin-top:10px}.login-right .after-text .signup-link{color:#2f81e9;font-weight:500;cursor:pointer;margin-left:5px;text-decoration:none}.login-right .after-text .signup-link:hover{text-decoration:underline}.login-right .extra{margin:20px 0 20px 16px;flex-direction:column}.login-right .extra,.login-right .extra .terms{display:flex;justify-content:space-between;width:100%}.login-right .extra .terms{align-items:center}.login-right .extra .terms label{margin-bottom:0}@media screen and (max-width:768px){.login-right .extra .terms label span{font-size:12px}}.login-right .extra .forgot-password{color:#121212;font-weight:500;cursor:pointer;text-decoration:none;font-size:16px}@media screen and (max-width:768px){.login-right .extra .forgot-password{font-size:12px}}.login-right .extra .MuiCheckbox-root,.login-right .extra .MuiFormControlLabel-label{color:#121212}.login-right .extra .Mui-checked{color:#2f81e9!important}@media screen and (max-width:1200px){.login-left{display:none}.login-right{width:100%;height:100%;padding:2rem}.login-form-container{padding:0 1rem}}.freeze-screen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);z-index:9998}.bread-crumbs a{color:#6b6b6b}.bread-crumbs p{color:#121212}.title{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.title h1{font-size:36px;line-height:46px;margin:0;font-weight:600;color:#121212}@media (max-width:768px){.title h1{font-size:24px;line-height:34px}}.input{display:flex;flex-direction:column;margin:10px 0}.input label{display:flex;align-items:center;gap:7px;margin-bottom:10px;padding-left:3px;text-transform:capitalize}.input label span{color:#418ff3}.input input{border:1px solid #e6e6e6;padding:10px 15px;color:#121212;width:100%;font-size:14px;border-radius:5px}.input input:focus{outline:none;border-color:#e6e6e6}.input input::placeholder{color:#6b6b6b}@media (max-width:768px){.input input{font-size:12px;padding:8px 15px}}.input input.error{border-color:#f44336}.checkbox{display:flex;align-items:center;gap:10px;margin:15px 0 5px}.checkbox input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:#418ff3}.checkbox label{margin:0!important}.rich-text-editor{margin:20px 0}.rich-text-editor .menu-bar{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px}.rich-text-editor .menu-bar .button-group{display:flex;align-items:center;flex-wrap:wrap;gap:5px;border-right:1px solid #6b6b6b;padding:0 10px}.rich-text-editor .menu-bar .button-group:last-child{border:none}.rich-text-editor .menu-bar .menu-btn{background-color:transparent;border:1px solid #e6e6e6;color:#121212;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;padding:5px;border-radius:5px;transition:background-color .3s ease}.rich-text-editor .menu-bar .menu-btn:hover{background-color:#f5f5f5}.rich-text-editor .menu-bar .menu-btn:hover .icon{opacity:1}@media (max-width:768px){.rich-text-editor .menu-bar .menu-btn{font-size:14px;padding:4px 8px}}.rich-text-editor .menu-bar .menu-btn .icon{width:20px;height:20px;opacity:.8;font-size:12px}.rich-text-editor .menu-bar .menu-btn .icon span{font-weight:600}.rich-text-editor .menu-bar .menu-btn .var{opacity:1}.rich-text-editor .menu-bar .active,.rich-text-editor .menu-bar .active:hover{background-color:#121212;color:#fff}.rich-text-editor .menu-bar .active .icon{opacity:1}.rich-text-editor .text-editor{min-height:900px;border:1px solid #e6e6e6;border-radius:5px;padding:10px 15px;color:#121212;font-size:14px;overflow-y:auto;margin:10px 0}.rich-text-editor .text-editor:focus{outline:none;border-color:#e6e6e6}.rich-text-editor .text-editor::placeholder{color:#6b6b6b}.rich-text-editor .text-editor img{display:block;margin:1.5rem 0;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.rich-text-editor .text-editor img.ProseMirror-selectednode{outline:3px solid var(--purple)}.rich-text-editor .text-editor .img-left{display:flex;align-items:flex-start;justify-content:flex-start}.rich-text-editor .text-editor .img-right{display:flex;align-items:flex-end;justify-content:flex-end}.rich-text-editor .text-editor .img-center{margin-left:auto;margin-right:auto;float:none}@media (max-width:768px){.rich-text-editor .text-editor{font-size:12px;padding:8px 15px}}.rich-text-editor .text-editor :where(table){width:100%;border-collapse:collapse}.rich-text-editor .text-editor table td,.rich-text-editor .text-editor table th{border:1px solid #e5e7eb;padding:8px}.rich-text-editor .text-editor table th{background:#f9fafb;font-weight:600}.rich-text-editor .toolbar{display:flex;gap:8px;flex-wrap:wrap;padding:8px 0}.rich-text-editor .toolbar .divider{width:1px;background:#e5e7eb;margin:0 6px}.rich-text-editor .toolbar button.is-active{outline:2px solid #111}.rich-text-editor .bottom-bar{display:flex;align-items:center;justify-content:space-between;margin:20px 0 0}.rich-text-editor .bottom-bar .btns{display:flex;align-items:center;gap:10px}.rich-text-editor .bottom-bar .btns button{background-color:#fff;color:#121212;border:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;padding:5px 10px;border-radius:3px;transition:background-color .3s ease}@media (max-width:768px){.rich-text-editor .bottom-bar .btns button{font-size:14px;padding:4px 8px}}.rich-text-editor .bottom-bar .btns button .icon{width:20px;height:20px;color:#121212}.card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width:1400px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.card-grid{grid-template-columns:1fr}}.drawer-container{position:relative}.drawer-container .drawer-header{padding:29px 24px 15px;display:flex;align-items:center;gap:20px;justify-content:space-between;border-bottom:1px solid #e6e6e6;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:100}@media (max-width:992px){.drawer-container .drawer-header{padding:15px 15px 10px}}.drawer-container .drawer-header div{display:flex;align-items:center;gap:10px}.drawer-container .drawer-header div .icon-container{width:24px;height:24px}.drawer-container .drawer-header div p{font-size:20px;margin:0}.drawer-container .drawer-content{padding:24px 20px;min-height:calc(100vh - 100px);height:calc(100vh - 100px)}.drawer-container .drawer-content label{font-size:16px;margin:0 0 6px;font-weight:500}@media (max-width:1500px){.drawer-container .drawer-content label{font-size:14px}}@media (max-width:992px){.drawer-container .drawer-content label{font-size:12px;font-weight:400}}.drawer-container .drawer-content .previewer .var{display:none!important}.drawer-container .drawer-content .previewer .table-container{margin:0;padding:20px 10px}.drawer-container .drawer-content .actions{position:-webkit-sticky;position:sticky;bottom:0;background-color:#fff;z-index:100;padding:10px 0;width:100%}.modal-container{overflow-y:auto}.modal-container .modal-header{padding:0 0 10px;display:flex;align-items:center;gap:20px;justify-content:space-between;border-bottom:1px solid #e6e6e6}.modal-container .modal-header div{display:flex;align-items:center;gap:10px}.modal-container .modal-header div .icon-container{width:24px;height:24px}.modal-container .modal-header div p{font-size:20px;margin:0}.modal-container .modal-header button{border:none;background-color:transparent;cursor:pointer}.notice-drafts-container{padding:24px 0}.notice-drafts-container .drafts{display:flex;border:1px solid #e6e6e6;background-color:#fafafa;max-width:-moz-fit-content;max-width:fit-content;border-radius:5px}.notice-drafts-container .drafts .draft{padding:10px 30px;cursor:pointer;display:flex;align-items:center;gap:5px}.notice-drafts-container .drafts .draft p{color:#6b6b6b}.notice-drafts-container .drafts .active{border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-radius:5px;background-color:#fff}.notice-drafts-container .drafts .active:first-child{border-left:none}.notice-drafts-container .drafts .active:last-child{border-right:none}.notice-drafts-container .drafts .active p{color:#121212}.notice-drafts-container .box-container{display:flex;align-items:center;justify-content:center;text-align:center}.notice-drafts-container .box-container p{color:#6b6b6b}.actions{padding-top:20px;display:flex;justify-content:flex-end}.actions .black-cta{padding:10px 30px;font-size:16px}.dropzone-container{margin:20px 0}.dropzone-container .dropzone-box{padding:30px;border:2px dotted #6b6b6b;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;margin:10px 0;cursor:pointer}.dropzone-container .dropzone-box .img-container{width:100px;height:100px}.dropzone-container .dropzone-box p{color:#6b6b6b}.dropzone-container .dropzone-box p span{color:#418ff3;text-decoration:underline}.terms-title h1{color:#121212;margin:40px 0 0;font-weight:500}.terms{margin:10px 0 5px}.terms h3,.terms h4,.terms h5,.terms h6,.terms p,.terms strong,.white-cta{color:#121212}.white-cta{background-color:#fff;border:1px solid #e6e6e6;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:10px 20px;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}.white-cta:hover{background-color:#f5f5f5;color:#121212;border-color:#e6e6e6}@media (max-width:768px){.white-cta{font-size:14px;padding:5px 10px}}.black-cta{background-color:#121212;color:#fff;border:none;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:6px 15px;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}.black-cta:hover{background-color:#000;color:#fff}@media (max-width:768px){.black-cta{font-size:12px;padding:5px 10px}}.red-cta{background-color:#fff;color:#d43131;border:1px solid #e6e6e6;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:6px 15px;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}.red-cta svg{fill:#fff}.red-cta:hover{background-color:#d43131;color:#fff}@media (max-width:768px){.red-cta{font-size:12px;padding:5px 10px}}.disable-cta{background-color:#f5f5f5!important;color:#6b6b6b!important;border:1px solid #e6e6e6;box-shadow:0 1px 4px rgba(0,0,0,.05);border-radius:5px;padding:6px 15px;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;cursor:not-allowed}@media (max-width:768px){.disable-cta{font-size:12px;padding:5px 10px}}.info-card{flex:1 1;background-color:#fff;border-radius:10px;border:1px solid #e6e6e6;box-shadow:0 1px 4px rgba(0,0,0,.05);padding:15px 20px 20px;max-width:370px}.info-card .info-card-header{display:flex;align-items:center;gap:10px;margin-bottom:30px}.info-card .info-card-header .icon-container{width:32px;height:32px;border:1px solid #e6e6e6;border-radius:5px;padding:5px}.info-card .info-card-header .icon-container img{width:100%;height:100%;object-fit:contain}.info-card .info-card-header .info-card-title{font-size:18px;line-height:24px;margin:0;font-weight:500;color:#121212}.info-card .info-card-value{font-size:32px;line-height:32px;margin:10px 0 0;font-weight:500;color:#121212}@media (max-width:768px){.info-card .info-card-value{font-size:20px;line-height:28px}}.delete-dialog-title{display:flex;gap:5px;align-items:center}.delete-dialog-title .icon-container{width:24px;height:24px}.delete-dialog-title p{font-size:16px;font-weight:600;text-transform:none}@media screen and (max-width:768px){.delete-dialog-title p{font-size:14px}}.delete-dialog-content{margin:10px 0}.delete-dialog-content .dialog-text{font-size:16px;color:#6b6b6b}@media screen and (max-width:768px){.delete-dialog-content .dialog-text{font-size:14px}}.delete-dialog-content .dialog-text span{color:#121212}.delete-dialog-content .notice-details{background-color:#f8f8f8;padding:14px;margin:16px 0;border-radius:5px;border-left:10px solid #121212}.delete-dialog-content .notice-details p{color:#121212;font-size:14px}.delete-dialog-content .notice-details p span{font-size:14px;color:#6b6b6b}.delete-dialog-content .warning{display:flex;align-items:flex-start;border-radius:5px;gap:10px;background-color:#fde3e3;padding:5px 10px;margin-top:10px}.delete-dialog-content .warning .icon-container{width:24px;height:24px;margin-top:1px}.delete-dialog-content .warning .icon-container img{width:24px;height:24px}.delete-dialog-content .warning p{color:#d43131;font-size:14px}@media screen and (max-width:768px){.delete-dialog-content .warning p{font-size:12px}}.dialog-btns{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:10px}.dialog-btns .black-cta{background-color:#d43131}.status{display:flex;align-items:center;justify-content:flex-start!important;gap:5px}.status span{width:10px;height:10px;border-radius:100%;background-color:#888}.status p{text-transform:capitalize}.sent span{background-color:#4caf50}.sent p{color:#4caf50!important}.pending span{background-color:#418ff3}.pending p{color:#418ff3!important}.deleted span{background-color:#f44336}.deleted p{color:#f44336!important}.default p{color:#121212}.recepients{width:100%;margin-top:20px}.recepients .recepient{border:1px solid #e6e6e6;border-radius:5px;margin:10px 0;background-color:#fbfbfb}.recepients .heading{cursor:pointer;border-bottom:1px solid #e6e6e6;border-radius:5px}.recepients .heading .title{display:flex;justify-content:space-between;align-items:center;font-weight:400;padding:5px 10px;margin:0}.recepients .heading .title .question{font-size:16px;margin:0}@media screen and (max-width:768px){.recepients .heading .title .question{font-size:14px}}.recepients .heading .title span{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:100%}@media screen and (max-width:768px){.recepients .heading .title span{width:25px;height:25px}}.recepients .form{overflow:hidden;padding:0 10px}.recepients .form .box{margin-bottom:10px;display:flex;flex-direction:column;align-items:end}.recepients .form .box .field-with-button{display:flex;align-items:center;gap:10px}.recepients .form .box .field-with-button .cross{padding:2px;background-color:rgba(239,68,68,.102);border:none;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.recepients .form .box .field-with-button .cross img{width:18px}.recepients .form .box .input{width:100%}.recepients .form .box .form-container{width:100%;background-color:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:10px;margin:10px 0}.recepients .form .box .remove{display:flex;align-items:center;gap:5px;border:none;background-color:#d43131;color:#fff;border-radius:5px;padding:5px 10px;cursor:pointer;margin-top:10px}.preview-section{margin-top:40px}.preview-section div{margin-bottom:20px}.preview-section div label{margin-bottom:10px}.preview-section div .img-container{border:1px solid #e6e6e6;border-radius:10px;height:100%;max-height:300px;overflow:hidden}.preview-section div .img-container img{object-fit:cover}.document-preview{display:flex;align-items:center;justify-content:space-between;border:1px solid #e6e6e6;padding:10px;border-radius:10px}.document-preview .left{flex:1 1;display:flex;align-items:center;gap:5px}.document-preview .left .icon-container{width:40px;height:40px}.document-preview .left .doc-detail{display:flex;flex-direction:column}.document-preview .left .doc-detail p{font-size:16px;font-weight:500;color:#121212}.document-preview .left .doc-detail span{font-size:12px;color:#888}.document-preview .right .icon-container{width:30px;height:30px}.floating-nav{background-color:rgba(0,0,0,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-width:768px){.floating-nav .hamburger .line{background-color:#fff}}.nav-container{position:fixed;border:none}.nav-container,.nav-container .nav-header{width:100%;top:0;z-index:9999;transition:all .3s ease}.nav-container .nav-header{position:absolute;padding:20px 0 10px}@media (max-width:768px){.nav-container .nav-header{padding:10px 0 0}}.nav-container .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:0 4rem}@media (max-width:768px){.nav-container .nav-inner{padding:5px 20px}}.nav-container .logo-container{width:100px}@media (max-width:768px){.nav-container .logo-container{width:70px}}.nav-container .nav-links-container{display:flex;align-items:center;height:100%}@media (max-width:900px){.nav-container .nav-links-container{display:none}}.nav-container .nav-links-container .nav-links{display:none}@media (min-width:1200px){.nav-container .nav-links-container .nav-links{display:flex;align-items:center;gap:30px;color:#fff}.nav-container .nav-links-container .nav-links .nav-item{position:relative;cursor:pointer}.nav-container .nav-links-container .nav-links .nav-item .categories-dropdown{display:flex;align-items:center;gap:5px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu{position:absolute;top:100%;left:-100px;background:#888;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:5px;padding:10px;list-style:none;margin:0;z-index:10;display:grid;place-items:start;align-items:center;width:600px;grid-template-columns:repeat(3,1fr)}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category img{border-radius:5px;width:40px;height:40px;object-fit:cover}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category p{font-size:14px;font-weight:400;margin:0 0 5px;text-wrap:nowrap;transition:all .3s;color:#888}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu .category p:hover{color:#fff;font-weight:400}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu a{padding:5px 15px;color:#fff;transition:all .1s ease-in;flex:1 1;width:100%;border-radius:3px}.nav-container .nav-links-container .nav-links .nav-item .dropdown-menu a:hover{color:#fff;background-color:#2f81e9}.nav-container .nav-links-container .nav-links .btns{display:flex;gap:5px;cursor:pointer}.nav-container .nav-links-container .nav-links .btns .SignUp-btn{width:100px;height:40px;font-size:15px;color:#fff;background:#2f81e9;border-radius:10px;transition:all .3s ease!important;border:none;cursor:pointer}.nav-container .nav-links-container .nav-links .btns .login-btn{width:100px;height:40px;color:#fff;background:transparent;border-radius:10px;border:1px solid #fff;transition:all .3s ease!important;font-size:15px;cursor:pointer}}@media (max-width:900px){.nav-container .nav-btns{display:none}}.nav-container .nav-btns .white-cta{font-size:1rem;font-weight:500}.nav-container .hamburger{background-color:transparent;border:none;display:flex;justify-content:center;align-items:center;position:relative;display:none;mix-blend-mode:difference}@media screen and (max-width:1200px){.nav-container .hamburger{display:block}}.nav-container .hamburger span{display:block;width:25px;height:2px;margin-bottom:2px;background:#fff;border-radius:3px;transition:transform .3s,opacity .3s;position:absolute}.nav-container .hamburger span:first-child{top:30%;transform:translateY(0)}.nav-container .hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-container .hamburger span:nth-child(3){top:70%;transform:translateY(-100%)}.nav-container .hamburger.active-nav span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.nav-container .hamburger.active-nav span:nth-child(2){opacity:0;top:50%;transform:translateY(-50%) scale(0)}.nav-container .hamburger.active-nav span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.nav-container .active .hamburger .line1{transform:rotate(45deg) translate(5px,5px)}.nav-container .active .hamburger .line2{opacity:0}.nav-container .active .hamburger .line3{transform:rotate(-45deg) translate(5px,-5px)}.nav-container .nav-link{text-decoration:none;color:inherit;font-size:1rem;font-weight:500;transition:color .3s ease;color:#fff}.mobile-menu{position:fixed;height:100vh;width:100%;background-color:#f7f8fa;left:-100%;top:0;transition:all .5s ease;z-index:-100}.mobile-menu ul{height:80vh;overflow:scroll;margin:100px 0;padding:0}.mobile-menu ul .sub-menu{font-size:18px;font-weight:500}.mobile-menu ul .sub-menu .menu-item{display:flex;align-items:center;justify-content:space-between}.mobile-menu ul .sub-menu .menu-item p{margin:0;font-size:18px;font-weight:500}.mobile-menu ul .sub-menu .menu-item .icon-container{color:#121212}.mobile-menu ul .sub-menu ul .sub-menu{border-bottom:0;display:flex;align-items:center;gap:10px;padding:0 0 20px}.mobile-menu ul .sub-menu ul .sub-menu img{width:50px;height:50px}.mobile-menu ul .sub-menu ul .sub-menu p{margin:0}.mobile-menu ul .sub-menu ul .sub-menu .show-all p{font-size:14px;color:#121212;font-weight:400}.mobile-menu ul li{padding:10px 20px;color:#121212;text-transform:capitalize;font-size:18px;font-weight:500}.mobile-menu ul .lang-select{border:none}.mobile-menu ul .lang-select .MuiFormControl-root{width:100%}.active-mobile-menu{transition:all .5s ease;left:0;bottom:-90px;display:block}.active-mobile-menu ul li ul{margin-top:20px;height:100%}.landing-page-container .banner{height:100vh;background-image:url(/images/banner.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.landing-page-container .banner .container{position:relative;height:100vh;width:100vw}.landing-page-container .banner .container .content{position:absolute;left:0;bottom:20%;max-width:1100px;padding:0 20px}.landing-page-container .banner .container .content h1{margin:0 0 20px;font-size:3.5rem;line-height:120%;color:#fff;font-weight:500}@media screen and (max-width:1400px){.landing-page-container .banner .container .content h1{font-size:3rem}}@media screen and (max-width:900px){.landing-page-container .banner .container .content h1{font-size:2rem}}.landing-page-container .banner .container .content p{font-size:1rem;color:#f7f8fa}.landing-page-container .banner .container .content .white-cta{margin-top:20px;font-size:1rem;font-weight:500}.landing-page-container .about-us .container .about-content{display:flex;align-items:flex-start;flex-direction:row;gap:50px}@media screen and (max-width:900px){.landing-page-container .about-us .container .about-content{flex-direction:column;gap:20px}}.landing-page-container .about-us .container .about-content .left{flex:1 1}.landing-page-container .about-us .container .about-content .left h5{font-size:2rem;margin:0;font-weight:500;color:#121212}.landing-page-container .about-us .container .about-content .right{flex:1 1}.landing-page-container .about-us .container .about-content .right p{font-size:18px;color:#121212;margin:0 0 20px}.landing-page-container .about-us .container .about-content .right p strong{font-size:20px;font-weight:500}.landing-page-container .about-us .container .features{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:40px}@media screen and (max-width:900px){.landing-page-container .about-us .container .features{grid-template-columns:repeat(1,1fr);gap:10px}}.landing-page-container .about-us .container .features .card{background-color:#f6f6f6;padding:20px}.landing-page-container .about-us .container .features .card .icon-container{width:70px;height:70px;margin-bottom:10px}.landing-page-container .about-us .container .features .card h6{font-size:20px;font-weight:500;margin:0 0 30px}.landing-page-container .about-us .container .features .card p{font-size:14px}.landing-footer-container{border-top:1px solid #38383c;margin-top:150px;color:#fff;font-family:Inter,sans-serif;background-color:#121212}@media screen and (max-width:768px){.landing-footer-container{margin-top:100px}}.landing-footer-container .container .footer{display:flex;gap:150px;flex-direction:row;align-items:center;padding:60px 0}@media screen and (max-width:1500px){.landing-footer-container .container .footer{flex-direction:column;gap:100px}}@media screen and (max-width:1000px){.landing-footer-container .container .footer{flex-direction:column;gap:40px}}.landing-footer-container .container .footer .left{flex:1 1}.landing-footer-container .container .footer .left h2{font-size:3.25rem;margin:0 0 20px;line-height:120%;color:#fff;font-weight:500;max-width:650px}@media screen and (max-width:1400px){.landing-footer-container .container .footer .left h2{font-size:3rem}}@media screen and (max-width:900px){.landing-footer-container .container .footer .left h2{font-size:2rem}}.landing-footer-container .container .footer .left p{font-size:1rem;color:#fff}.landing-footer-container .container .footer .right{flex:1 1}.landing-footer-container .container .footer .right .form .white-cta{margin-top:30px}.landing-footer-container .footer-bottom{border-top:1px solid #38383c;padding:10px 0}.landing-footer-container .footer-bottom .container{display:flex;gap:30px}.landing-footer-container .footer-bottom .container a{font-size:14px;font-weight:400;line-height:24px;color:#aaa;text-decoration:underline}.landing-footer-container .footer-bottom .container a:hover{color:#fff}@media screen and (max-width:768px){.landing-footer-container{padding:40px 0 0}.landing-footer-container .footer-bottom{flex-direction:column;align-items:flex-start;height:auto;gap:10px}.landing-footer-container .footer-bottom a{font-size:12px}}.login-container{padding:10px;display:flex;min-height:100vh;overflow:hidden;gap:20px}.login-container .left-container{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative;padding:0 20px}@media screen and (max-width:768px){.login-container .left-container{padding:0}}.login-container .left-container .logo-container{position:absolute;top:10px;left:10px}@media screen and (max-width:768px){.login-container .left-container .logo-container{left:0}}.login-container .left-container .form-container{width:80%}.login-container .left-container .form-container h4{font-size:32px;line-height:42px;color:#121212;font-weight:500;margin:0}@media screen and (max-width:768px){.login-container .left-container .form-container h4{font-size:24px;line-height:34px}}.login-container .left-container .form-container .form{margin-top:40px}@media screen and (max-width:768px){.login-container .left-container .form-container .form{margin-top:20px}}.login-container .left-container .form-container .form label{margin-bottom:5px}.login-container .left-container .form-container .form .forgot-password{margin-top:10px;width:100%;display:flex;align-items:flex-end;justify-content:flex-end}.login-container .left-container .form-container .form .forgot-password a{font-size:14px}.login-container .left-container .form-container .form .black-cta{margin-top:30px!important;width:100%;padding:10px 20px;font-size:16px}.login-container .left-container .terms{position:absolute;left:10px;bottom:0;display:flex;align-items:center;flex-wrap:wrap;font-size:14px}@media screen and (max-width:768px){.login-container .left-container .terms{left:0;font-size:12px}}.login-container .left-container .terms a{color:#888;padding:0 10px;border-right:1px solid #888;transition:all .3s ease;cursor:pointer}.login-container .left-container .terms a:hover{color:#121212}.login-container .left-container .terms p{color:#888;padding:0 10px}@media screen and (max-width:768px){.login-container .left-container .terms p{font-size:12px}}.login-container .right-container{flex:1 1;display:flex;align-items:center;justify-content:center;height:100%;position:relative}@media screen and (max-width:1200px){.login-container .right-container{display:none}}.login-container .right-container .img-container{width:100%;height:100%;border-radius:5px;overflow:hidden}.login-container .right-container .img-container img{object-fit:cover}.login-container .right-container .content{position:absolute;left:50px;top:50px;color:#fff;max-width:600px;z-index:100}@media screen and (max-width:1500px){.login-container .right-container .content{left:20px;top:20px}}.login-container .right-container .content h4{font-size:48px;line-height:58px;font-weight:500;color:#fff;margin:0 100px 15px 0}@media screen and (max-width:1400px){.login-container .right-container .content h4{font-size:38px;line-height:48px}}.login-container .right-container .content p{font-size:20px;font-style:italic;color:#fff;font-weight:300}@media screen and (max-width:1400px){.login-container .right-container .content p{font-size:18px}}.individual-notice .box-container{padding:10px}.individual-notice .box-container h5{margin:0 5px 20px;font-size:24px;font-weight:400;padding-bottom:10px;border-bottom:1px solid #e6e6e6}.individual-notice .box-container .field-with-button{display:flex;align-items:center;gap:10px}.individual-notice .box-container .field-with-button .cross{padding:5px;background-color:rgba(239,68,68,.102);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.individual-notice .box-container .field-with-button .cross img{width:18px}.individual-notice .co-borrower .box-container,.individual-notice .guarantor .box-container{position:relative;padding:10px 15px 20px;margin:10px 0}.individual-notice .co-borrower .box-container .input label,.individual-notice .guarantor .box-container .input label{font-size:14px;font-weight:400}.individual-notice .co-borrower .box-container .input .field-with-button,.individual-notice .guarantor .box-container .input .field-with-button{display:flex;align-items:center;gap:10px}.individual-notice .co-borrower .box-container .input .field-with-button .cross,.individual-notice .guarantor .box-container .input .field-with-button .cross{padding:5px;background-color:rgba(239,68,68,.102);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.individual-notice .co-borrower .box-container .input .field-with-button .cross img,.individual-notice .guarantor .box-container .input .field-with-button .cross img{width:18px}.individual-notice .co-borrower .box-container .remove,.individual-notice .guarantor .box-container .remove{position:absolute;top:10px;right:10px;border:none;background-color:transparent;padding:0;margin:0;cursor:pointer}.individual-notice .actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.individual-notice .actions .black-cta,.individual-notice .actions .white-cta{padding:10px 20px;font-size:16px}.bulk-notice .actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.bulk-notice .actions .black-cta,.bulk-notice .actions .white-cta{padding:10px 20px;font-size:16px}.preview-all-bulk-notice .filters,.preview-all-notice .filters{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.preview-all-bulk-notice .filters .search-container,.preview-all-notice .filters .search-container{flex:1 1}.preview-all-bulk-notice .filters .btns,.preview-all-notice .filters .btns{flex:1 1;display:flex;justify-content:flex-end}.preview-all-bulk-notice .filters .btns button,.preview-all-notice .filters .btns button{background:none;border:1px solid #e6e6e6;padding:7px 10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.preview-all-bulk-notice .filters .btns .active,.preview-all-notice .filters .btns .active{background-color:#121212}.preview-all-bulk-notice .filters .btns .left-btn,.preview-all-notice .filters .btns .left-btn{border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.preview-all-bulk-notice .filters .btns .right-btn,.preview-all-notice .filters .btns .right-btn{border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.preview-all-bulk-notice .previewer .actions,.preview-all-notice .previewer .actions{display:flex;align-items:center;justify-content:space-between;gap:20px}.preview-all-bulk-notice .previewer .actions .btns,.preview-all-notice .previewer .actions .btns{display:flex;gap:10px}.preview-all-bulk-notice .previewer .actions .btns .white-cta,.preview-all-notice .previewer .actions .btns .white-cta{padding:7px}.preview-all-bulk-notice .previewer .actions .btns svg,.preview-all-notice .previewer .actions .btns svg{width:20px;height:20px;cursor:pointer}.pod-container .pod-loader{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:100px}.pod-container .pod-loader .img-container{width:150px;height:150px;border:1px solid #e6e6e6}.pod-container .pod-loader .content{margin-top:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.pod-container .pod-loader .content h4{margin-bottom:20px}.pod-container .pod-loader .content p{color:#888}.pod-container .pod-loader .content .box-container{width:unset;display:flex;align-items:center;gap:5px;padding:5px;margin-top:40px}.pod-container .pod-loader .content .box-container p{color:#121212}.add-notice-draft-container{max-width:1100px}.add-notice-draft-container .box-container{position:relative}.add-notice-draft-container .box-container .input{margin:0}.add-notice-draft-container .box-container .input label{margin-bottom:10px}.add-notice-draft-container .box-container .send-via-checkboxes{margin:30px 5px 10px;display:flex;gap:20px}.add-notice-draft-container .box-container .send-via-checkboxes .checkbox{margin:0}.add-notice-draft-container .box-container .rich-text-editor{margin:20px 0 30px}.add-notice-draft-container .box-container .actions{position:absolute;bottom:20px;right:20px}.add-notice-draft-container .templates{display:flex;flex-direction:column-reverse}.add-notice-draft-container .white-cta{padding:10px 20px;font-size:16px}.settings-container .box-container{max-width:60%}@media (max-width:1400px){.settings-container .box-container{max-width:80%}}@media (max-width:768px){.settings-container .box-container{max-width:100%}}.settings-container .box-container h5{font-size:24px;font-weight:500;margin:10px 0}.settings-container .box-container .global-form label{margin-bottom:7px}