@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:#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-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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}:root{--primary-0:#badde2;--primary-100:#a8d4db;--primary-200:#95cbd4;--primary-300:#83c3cc;--primary-400:#71bac5;--primary-500:#5fb1bd;--primary-600:#4ea9b8;--primary-700:#4499a6;--primary-800:#3c8894;--primary-900:#357882;--secondary-0:#e6efbc;--secondary-100:#deeaa8;--secondary-200:#d6e593;--secondary-300:#cee07e;--secondary-400:#c7dc6a;--secondary-500:#bfd755;--secondary-600:#b7d442;--secondary-700:#aeca2f;--secondary-800:#9cb52a;--secondary-900:#8aa125;--gray-0:#f8fafc;--gray-100:#e9eef5;--gray-200:#e2e8f0;--gray-300:#dbe0e5;--gray-400:#bec8d0;--gray-500:#868990;--gray-600:#5b6b79;--gray-700:#3e4853;--gray-800:#666464;--gray-900:#241f26;--gray:#868990;--red-0:#fbe0e6;--red-100:#ee8055;--red-200:#ef2841;--red-300:#ee3b2f;--red-400:#e92a21;--green-0:#d6f6e6;--green-100:#26b56e;--green-200:#0a9b41;--green-300:#0b9b41;--green-400:#008d3a;--yellow-0:#fff7e0;--yellow-100:#ffc926;--yellow-200:#ffbf00;--yellow-300:#ffb900;--yellow-400:#ffa900;--white:#fff;--white-color:#fff;--black:#000;--card-border:#333;--text-color:#090909;--shadow-color:#13192014;--accordian-bg:var(--white);--accordian-border:var(--gray-300);--transparent-black:#bfcfff1a;--transparent-white:#ffffff1a;--font-size:15px;--bs-border-color:#cbd5e1;--bs-border-radius:0.3rem;--bs-accordion-inner-border-radius:7px;--bs-heading-color:#111}.theme1{--primary-0:#e8dcf7;--primary-100:#c4a8e0;--primary-200:#a175ca;--primary-300:#7e42b4;--primary-400:#794ab3;--primary-500:#653b97;--primary-600:#512d7a;--primary-700:#3e215d;--primary-800:#2a153f;--primary-900:#160a21;--secondary-0:#fef7d6;--secondary-100:#fbe8a3;--secondary-200:#f9da70;--secondary-300:#f6cb3d;--secondary-400:#f2c103;--secondary-500:#d5a602;--secondary-600:#aa8402;--secondary-700:#876502;--secondary-800:#654702;--secondary-900:#432901}.theme2{--primary-0:#eefce5;--primary-100:#d3f5c2;--primary-200:#b8ee9f;--primary-300:#9de77c;--primary-400:#81e05a;--primary-500:#66cc46;--primary-600:#4ea036;--primary-700:#377526;--primary-800:#204a16;--primary-900:#0a2006;--secondary-0:#fff2e5;--secondary-100:#ffd8b3;--secondary-200:#ffbe80;--secondary-300:#ffa44d;--secondary-400:#ff8a1a;--secondary-500:#e67300;--secondary-600:#b35900;--secondary-700:#804000;--secondary-800:#4d2600;--secondary-900:#1a0d00;--bs-heading-color:#fff}.theme3{--primary-0:#fde6ef;--primary-100:#fac1d8;--primary-200:#f69cc2;--primary-300:#f377ab;--primary-400:#ef5295;--primary-500:#e5538c;--primary-600:#cc487b;--primary-700:#b33e6b;--primary-800:#99325a;--primary-900:#7f284a;--secondary-0:#f3e8f6;--secondary-100:#dec7e6;--secondary-200:#c9a7d5;--secondary-300:#b486c5;--secondary-400:#9f66b5;--secondary-500:#a15bad;--secondary-600:#8d4ea1;--secondary-700:#7a4294;--secondary-800:#663587;--secondary-900:#53287a;--bs-heading-color:#fff}.theme4{--primary-0:#e4e3f9;--primary-100:#c5c3f2;--primary-200:#a6a4eb;--primary-300:#8785e4;--primary-400:#6865dd;--primary-500:#1c1376;--primary-600:#181165;--primary-700:#140e55;--primary-800:#100b44;--primary-900:#0c0833;--secondary-0:#fce4f2;--secondary-100:#f8bde0;--secondary-200:#f396ce;--secondary-300:#ef70bc;--secondary-400:#ea49aa;--secondary-500:#e20595;--secondary-600:#c50483;--secondary-700:#a80371;--secondary-800:#8b025f;--secondary-900:#6e014d}.theme5{--primary-0:#e5edff;--primary-100:#c3d5ff;--primary-200:#a1bdff;--primary-300:#7fa5ff;--primary-400:#5d8dff;--primary-500:#4c80f8;--primary-600:#3966d1;--primary-700:#2d4ea3;--primary-800:#223775;--primary-900:#162048;--secondary-0:#fff4e8;--secondary-100:#ffe1c7;--secondary-200:#ffcea6;--secondary-300:#fbb983;--secondary-400:#f7a661;--secondary-500:#e69e5e;--secondary-600:#cc8b52;--secondary-700:#b37846;--secondary-800:#99663a;--secondary-900:#80532f}.theme6{--primary-0:#f1f8f6;--primary-100:#def0ea;--primary-200:#cae7de;--primary-300:#b1d5cb;--primary-400:#9ec9be;--primary-500:#8abcb2;--primary-600:#76afa6;--primary-700:#62929a;--primary-800:#4e7680;--primary-900:#3a5a66;--secondary-0:#f1f3fa;--secondary-100:#d7dbf2;--secondary-200:#bdc3ea;--secondary-300:#a3aae2;--secondary-400:#8992da;--secondary-500:#7a8bb9;--secondary-600:#69789f;--secondary-700:#586685;--secondary-800:#47536b;--secondary-900:#363051;--bs-heading-color:#fff}.theme7{--primary-0:#f0eeec;--primary-100:#d9d3d0;--primary-200:#bfb4af;--primary-300:#a5958d;--primary-400:#7f6f67;--primary-500:#1e1711;--primary-600:#1a130e;--primary-700:#160f0b;--primary-800:#120c09;--primary-900:#0e0806;--secondary-0:#fceaea;--secondary-100:#f6c3c4;--secondary-200:#ee9d9d;--secondary-300:#e47777;--secondary-400:#da5151;--secondary-500:#6f1011;--secondary-600:#630e0f;--secondary-700:#570c0d;--secondary-800:#4b0a0b;--secondary-900:#3f0808;--bs-heading-color:#fff}#nprogress .bar{background:#06fff0!important;height:3px!important}#nprogress .peg{box-shadow:0 0 10px #06fff0,0 0 5px #06fff0!important}#nprogress .spinner-icon{border-left-color:#06fff0!important;border-top-color:#06fff0!important}.progress,.progress-stacked{--bs-progress-bar-bg:var(--secondary-600)!important}.Custometoast{margin:o auto;max-width:500px}@media (max-width:576px){:root{--font-size:13px;--bs-accordion-inner-border-radius:5px}body{font-size:13px}}html{font-size:var(--font-size);height:100%;width:100%}body{-webkit-font-smoothing:antialiased;background:var(--gray-0);color:var(--text-color);font-family:Poppins,sans-serif;font-size:15px;margin:0;overflow-x:hidden;overscroll-behavior:none;padding:0;text-rendering:optimizeLegibility}*{outline:0}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:0;outline-offset:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield}p{margin:0}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.1rem}h4{font-size:.9375rem}h5{font-size:.75rem}h6{font-size:.625rem}ul{margin:0;padding:0}ul li{list-style:none}a{color:var(--primary-500);cursor:pointer;outline:none;text-decoration:none}a[disabled]{color:#95979a;pointer-events:none}a:focus,a:hover{color:inherit;outline:none;text-decoration:none}::selection{background:var(--primary-500);color:var(--white-color)}::-moz-selection{background:var(--primary-500);color:var(--white-color)}p{color:var(--text-color)}.fs-sm{font-size:.75rem}.fs-lg{font-size:1.25rem!important}.bi.bi-currency-yen:before{vertical-align:-.2em}.cursor-not-allowed{cursor:not-allowed}.text-primary{color:var(--primary-600)!important}.text-dark,a.text-dark:focus,a.text-dark:hover{color:var(--black)!important}.text-muted{color:var(--gray-500)!important}.text-wrap{word-break:break-all}.card{background-color:var(--white);border:1px solid var(--gray-200);border-radius:8px;height:auto;overflow:hidden}.form-group{margin-bottom:10px;position:relative}.btn-form-control,.form-control,.form-select,.rc-time-picker-input{background-color:var(--white);border:1px solid var(--bs-border-color);border-radius:5px;color:var(--text-color);font-size:1rem;min-height:2rem;padding:.5rem;position:relative;text-align:left;width:100%}.rc-time-picker-input{height:40px!important}.rc-time-picker.form-control .rc-time-picker-input{border:0!important;height:20px!important;min-height:20px!important;padding:0!important}.rc-time-picker-panel-select:last-child li.rc-time-picker-panel-select-option-disabled{display:none}.rc-time-picker-panel-select{width:50%!important}.form-select{background-position:right 4px center;padding-right:20px}.form-control[data-testid=test_password]{padding-right:40px}.MuiOutlinedInput-notchedOutline{border:1px solid var(--gray-300)!important}.MuiInputBase-input{height:40px!important;padding-bottom:1px!important;padding-top:1px!important}.MuiRichTreeView-root{max-height:200px}select.form-control:not([size]):not([multiple]){background:var(--white) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center /16px 12px;height:40px;padding-right:30px}.form-control::placeholder{font-size:1em;line-height:1}.table td.pre_formatted_data{white-space:pre}#focusedInput,.form-control:focus,.rti--input{background-color:var(--white);box-shadow:none;color:var(--gray-800)}.form-control:disabled,.form-control[readonly]{background-color:var(--gray-400)!important;cursor:not-allowed;opacity:1}.error.form-control{border-color:var(--red-200)}input:-webkit-autofill{caret-color:var(--gray-800)}.rti--container{--rti-bg:var(--white)!important;--rti-border:var(--gray-200)!important;--rti-main:var(--primary-500)!important;--rti-tag:var(--secondary-500)!important;--rti-tag-remove:var(--white-color)!important}.rti--tag button,.rti--tag span{color:var(--white-color)}.custom-file .custom-file-label:after{background:var(--gray-0) url(/static/media/category_icon_vector_data-analytics.6882668010d93ac2da5f.svg) no-repeat center /20px auto;border-left:1px solid var(--gray-400);border-radius:0 .25rem .25rem 0;color:var(--gray-500);content:""!important;min-width:30px}.custom-file .custom-file-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border-bottom{border-bottom:1px solid var(--gray-200)!important}.input-group-text{background-color:var(--gray-100);border:1px solid var(--gray-300)}.input-group+.input-group:not(:last-child)>.custom-select:not(:first-child),.input-group+.input-group:not(:last-child)>.form-control:not(:first-child),.input-group+.input-group:not(:last-child)>.input-group-prepend>.label-style.input-group-text{margin-bottom:calc(var(--bs-border-width)*-1);margin-top:calc(var(--bs-border-width)*-1)}.input-group:not(:last-child)>.input-group-prepend>.label-style.input-group-text{border-bottom-left-radius:0}.input-group:last-child>.input-group-prepend>.label-style.input-group-text{border-bottom-left-radius:4px}.input-group:first-child>.input-group-prepend>.label-style.input-group-text{border-top-left-radius:4px}.input-group:first-child>.input-group-prepend+.custom-select:not(:first-child),.input-group:first-child>.input-group-prepend+.form-control:not(:first-child){border-top-right-radius:4px}.input-group:last-child>.input-group-prepend+.custom-select:not(:first-child),.input-group:last-child>.input-group-prepend+.form-control:not(:first-child){border-bottom-left-radius:4px}.input-group-text{color:var(--gray-400)}label{color:var(--gray-900);font-size:.9em;font-weight:400;line-height:1}label:not(.form-check-label){padding:.5em 0}.p-0{padding:0}::-ms-clear{display:none}input[disabled]:not(.form-check-input){background:var(--gray-300);border-color:var(--gray-300);color:var(--gray-700);cursor:default}#focusedInput,.form-control:focus{border:1px solid var(--primary-700)!important;box-shadow:none}.form-control::-moz-placeholder{color:var(--gray-400)}.form-control:-ms-input-placeholder{color:var(--gray-400)}.form-control:-moz-placeholder{color:var(--gray-400)}textarea{-webkit-overflow-scrolling:touch;border:1px solid var(--gray-300);overflow:auto;padding:5px;resize:none;width:100%}select option:hover{box-shadow:0 0 10px 100px var(--primary-500) inset}option[selected]:hover,select option:hover{background:var(--primary-500);color:var(--white-color)}select[disabled]{background:var(--gray-300);border-color:var(--gray-300);border:1px solid var(--gray-300);color:var(--gray-700);cursor:default}.custom-checkbox .checkmark{border:1px solid var(--gray-700);height:15px;left:0;position:absolute;top:-5px;width:15px}.checkbox .cr,.radio .cr{background:var(--gray-400);border:0;border-radius:3px;display:inline-block;height:16px;margin-right:5px;margin-top:5px;position:relative;width:16px}.checkbox .checkbox-area .cr{margin-right:0}.custom-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox label:after,.radio label:after{clear:both;content:"";display:table}.checkbox .cr .cr-icon{color:var(--gray-800);font-size:10px;left:2px;line-height:1;position:absolute;top:2px}.checkbox .cr .cr-icon .fa-check:before{color:var(--gray-800)}span.cr:focus{border:1px solid var(--primary-500)!important}.checkbox .cr .cr-icon,.radio .cr .cr-icon{font-size:9px;left:13%;line-height:0;position:absolute;top:52%}.checkbox label input[type=checkbox],.radio label input[type=radio]{display:none}.checkbox label input[type=checkbox]+.cr>.cr-icon,.radio label input[type=radio]+.cr>.cr-icon{opacity:0}.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,.radio label input[type=radio]:checked+.cr>.cr-icon{opacity:1}.checkbox label input[type=checkbox]:disabled+.cr,.radio label input[type=radio]:disabled+.cr{opacity:.5}.checkbox label,.radio label{margin:0;min-height:auto;padding-left:0;vertical-align:middle;width:auto}.checkbox{margin:0}.form-check.form-switch.ml-4{margin-top:-3px}.with-label-checkbox{cursor:pointer;display:block;position:relative;-webkit-user-select:none;user-select:none}.with-label-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.with-label-checkbox .form-control{min-height:auto;padding:0}.checkbox-label{color:var(--gray-700);display:block;margin-left:23px;width:auto}.with-label-checkbox .checkmark{background-color:initial;border:1px solid var(--gray-700);border:1px solid var(--gray-600);border-radius:4px;height:18px;left:0;position:absolute;top:0;width:18px}.with-label-checkbox input:checked~.checkmark{background-color:var(--primary-600);border-color:var(--primary-600)}.checkmark:after{content:"";display:none;position:absolute}.with-label-checkbox input:checked~.checkmark:after{display:block}.with-label-checkbox .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:10px;left:6px;top:3px;transform:rotate(45deg);width:5px}.form-check:not(.form-switch){padding:0!important}.form-check-input[type=radio]+label.form-check-label:before{background:var(--white);border:1px solid var(--gray-500);border-radius:8px;content:"";display:block;height:16px;left:0;position:absolute;top:4px;width:16px}.form-check-input[type=radio]+label.form-check-label:after{background:var(--white);border-radius:8px;content:"";display:block;height:8px;left:4px;opacity:1;position:absolute;top:8px;width:8px}.form-check-input[type=radio]+label.form-check-label{line-height:25px;margin:0 6px 0 0;padding:0 0 0 18px!important;position:relative}.form-check-input[type=radio]{opacity:0;-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;position:absolute;width:auto}.form-check-input[type=checkbox]:indeterminate,.form-check-input[type=radio]:checked+label.form-check-label:before{background-color:var(--primary-500);border-color:var(--primary-500)}.form-check-input[type=radio]:disabled+label.form-check-label{opacity:.5}.radio{margin-bottom:0}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}.search_box .form-control{background-color:var(--white);border-left:0;border-radius:20px}.search_box .input-group-text{background-color:var(--white);border-radius:20px;border-right:0!important;padding-right:2px}.upload-profile{align-items:center;background:var(--gray-100);border:1px dashed var(--gray-400);border-radius:2px;color:var(--gray-400);display:flex;flex-direction:column;height:120px;justify-content:center;margin:10px 0;width:120px}.upload-profile i.bi{display:block;font-size:40px;margin:0 auto 10px}.upload-profile i.bi,.upload-profile p{color:var(--gray-400)}.upload-size-image.uploaded-image label{background:#0000004d url(/static/media/add-photo.7ec2a6b8a2008ef6a6b5.svg) no-repeat 50%/30px auto;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.upload-size-image.uploaded-image label:hover{opacity:1}.upload-size-image.uploaded-image .remove-img svg{height:24px;position:absolute;right:-7px;top:-9px;width:24px;z-index:2}.upload-size-image.uploaded-image{align-items:center;background:var(--gray-100);border:1px dashed var(--gray-400);display:flex;justify-content:center;margin:10px 0}.upload-size-image.uploaded-image,.upload-size-image.uploaded-image img{border-radius:2px;color:var(--gray-400);height:120px;object-fit:contain;width:120px}.upload-size-image.uploaded-image img{margin-left:8px}button{background:#0000;border:none;color:inherit;cursor:pointer}a:not(.btn):hover,a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:var(--primary-500)}.btn:not(.btn-sm):not(.btn-form-control):not(.btn-lg){padding:8px 14px;text-align:center}.navbar-fixed-top .btn.btn-secondary{padding:6px 9px 6px 5px!important}.label-top-margin{margin-top:35px}.btn-sm{align-items:center;border-radius:7px;display:inline-flex;font-size:.75rem;justify-content:center}.btn-outline-secondary.btn-sm .bi,.btn-primary.btn-sm .bi-eye,.hqListTable .btn-sm .bi,.storeListTable .btn-sm .bi{font-size:1rem;line-height:1}.btn-outline-primary:focus,.btn-outline-primary:hover{background-color:var(--primary-500);background:linear-gradient(90deg,var(--primary-500) 0,var(--primary-800) 100%);border-color:var(--primary-800);color:var(--white-color)}.btn.btn-primary{background:var(--primary-600);border-color:var(--primary-500);color:var(--white-color);transition:all .4s ease}.btn-primary.disabled,.btn-primary:disabled{background-color:var(--primary-300);border-color:var(--primary-300);color:var(--white-color)}.btn-primary:focus,.btn-primary:hover:not(.disabled):not(:disabled){background:linear-gradient(90deg,var(--primary-800) 0,var(--primary-500) 100%);background-origin:border-box;border-color:var(--primary-600);color:var(--white-color)}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle,.show>.btn-primary.dropdown-toggle{background-color:var(--primary-600);border-color:var(--primary-600);box-shadow:none;color:var(--white-color)}.btn-outline-primary{border-color:var(--primary-600);color:var(--primary-600)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:initial;border-color:var(--primary-300);color:var(--primary-300);cursor:not-allowed}.btn-light-primary{background-color:initial;border-color:#0000;color:var(--primary-500)}.tableDesign .btn.btn-light-danger:focus,.tableDesign .btn.btn-light-danger:hover{background:#0000;border-color:#0000}.btn-secondary{background-color:var(--secondary-500);border-color:var(--secondary-500);color:var(--white-color)}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background-color:var(--secondary-700)!important;border:1px solid var(--secondary-700)!important;color:var(--white-color)!important}.btn-light{background-color:var(--gray-0);border:1px solid var(--gray-100);color:var(--gray-700)!important}.btn-light-secondary{background-color:initial;border-color:#0000;color:var(--secondary-500)}.badge-light-secondary,.btn.btn-light-secondary:focus,.btn.btn-light-secondary:hover{background:var(--secondary-100);border-color:var(--secondary-0);box-shadow:none;color:var(--secondary-500)}.btn-light:active,.btn-light:focus,.btn-light:hover{background-color:var(--gray-300)!important;border:1px solid var(--gray-300)!important}.badge-danger,.btn-danger{background-color:var(--red-200);border-color:var(--red-200);color:var(--white-color)}.btn-danger:focus,.btn-danger:hover:not(.disabled):not(:disabled){background-color:var(--red-400);border-color:var(--red-400);color:var(--white-color)}.btn-light-danger{background-color:initial;border-color:#0000;color:var(--red-200)}.badge-light-danger,.btn.btn-light-danger:focus,.btn.btn-light-danger:hover{background:var(--red-0);border-color:var(--red-0);box-shadow:none;color:var(--red-200)}.badge-success,.btn-success{background-color:var(--green-200);border-color:var(--green-200);color:var(--white-color)}.btn-success:focus,.btn-success:hover:not(.disabled):not(:disabled){background-color:var(--green-400);border-color:var(--green-400);color:var(--white-color)}.btn-light-success{background-color:initial;border-color:#0000;color:var(--green-200)}.badge-light-success,.btn.btn-light-success:focus,.btn.btn-light-success:hover{background:var(--green-0);border-color:var(--green-0);box-shadow:none;color:var(--green-200)}.badge-warning,.btn-warning{background-color:var(--yellow-200);border-color:var(--yellow-200);color:var(--white-color)}.btn-warning:focus,.btn-warning:hover:not(.disabled):not(:disabled){background-color:var(--yellow-400);border-color:var(--yellow-400);color:var(--white-color)}.btn-light-warning{background-color:initial;border-color:#0000;color:var(--yellow-200)}.badge-light-dark,.btn.btn-light-dark:focus,.btn.btn-light-dark:hover{background:var(--gray-200);border-color:var(--gray-0);box-shadow:none;color:var(--gray-800)}.badge-light-warning,.btn.btn-light-warning:focus,.btn.btn-light-warning:hover{background:var(--yellow-0);border-color:var(--yellow-0);box-shadow:none;color:var(--yellow-200)}.btn-link{color:var(--black)}.btn-check:checked+.btn,.btn-link:hover,.btn.active,:not(.btn-check)+.btn:active{border-color:#0000;color:var(--primary-500)}.btn:disabled[class*=btn-light]{border:0;cursor:not-allowed;opacity:.3;pointer-events:inherit}.btn:disabled[class*=btn-light] svg{fill:var(--gray-700)!important}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#d5428e;--bs-btn-border-color:#d5428e;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#af206a;--bs-btn-hover-border-color:#af206a;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#fff;--bs-btn-active-bg:#df2b88;--bs-btn-active-border-color:#d5428e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#d5428e;--bs-btn-disabled-border-color:#d5428e}.badge[class*=badge-light]{border-radius:20px;font-size:.9rem;font-weight:400}.badge.badge-parking[class*=badge-light]{border-radius:0;font-weight:500;padding:17px 20px;width:100%}.tab-action button+button{margin-left:13px!important;margin-top:0!important}button.close:focus{color:var(--gray-800);outline:none}button:focus{outline:0!important}span.closebtn{cursor:pointer;float:right;font-size:20px}.btn-primary:hover:not(.disabled):not(:disabled){box-shadow:0 8px 25px -8px var(--primary-500)}.pagination>li>a{color:var(--black);cursor:pointer!important}.pagination>.active>a:not([href]):not([tabindex]):focus,.pagination>.active>a:not([href]):not([tabindex]):hover{color:var(--white)}.page-count-no select{border:1px solid var(--gray-300);height:25px;margin:0;padding:0;position:relative;width:auto}.page-count-no select option{position:absolute;top:-5px}.page-count-no select:hover{background:var(--white)}.page-number input[type=text]{width:100px}.page-count-no{margin:0 3px;padding:0}.page-number{line-height:10px}.page-number ul li .page-span,.page-number ul li a{border:1px solid var(--gray-300);border-left:0;height:25px;line-height:20px;margin:0;padding:2px 8px 3px;text-align:center;width:auto}.page-count-no{margin-right:0;padding:0 0 0 6px}.dropdown-item{cursor:pointer}.badge-light{background-color:var(--gray-400);color:var(--gray-700)}.page-input-search::-webkit-inner-spin-button,.page-input-search::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.page-input-search[type=number]{-webkit-appearance:textfield;appearance:textfield}.searchPlaceholder::-webkit-input-placeholder{font-size:9px}.navbar-fixed-top .btn:not(.btn-sm){padding:6px 8px}nav{position:relative;width:auto}.navbar-fixed-top{background:var(--white);box-shadow:0 0 10px var(--shadow-color);height:64px;left:0;padding-left:130px;position:fixed;right:0;top:0;will-change:transform;z-index:14}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent .navbar-fixed-top,.wrapper #store-sidebarNav+.main-wrapper>#moveContent .navbar-fixed-top{background-color:var(--gray-300);border-bottom:1px solid var(--gray-400);padding-left:265px}.ShiftLeftSide .navbar-fixed-top{padding-left:295px}.navbar{min-height:30px}.navbar-fixed-top>.row{height:100%}.page_title{color:var(--gray-900);font-size:1.4rem;font-weight:500;line-height:1;margin:0}.page_title_wrap .breadcrumb{color:var(--primary-600);font-size:13px;margin:6px 0 0}.page_title_wrap .breadcrumb a{color:var(--gray-600)!important}.page_title_wrap .breadcrumb a:hover svg{fill:var(--primary-400)}.breadcrumb-item{align-items:center;color:var(--gray-500);display:flex;font-size:.9rem;line-height:1}.breadcrumb-item.active{color:var(--gray-900)}.breadcrumb-item+.breadcrumb-item:before{color:var(--gray-400);content:">";line-height:1}.add-list{align-items:center;display:flex;flex-direction:row-reverse;gap:15px;margin:0;padding:13px 20px}.add-list li{cursor:pointer}.add-list li.disabled{cursor:not-allowed}.add-list li a{cursor:pointer;font-size:15px;text-align:left}.add-list .fa,.add-list .fas{color:var(--white)}.icon-nav.m-b-0{margin-bottom:0}::-webkit-scrollbar{-webkit-appearance:none}::-webkit-scrollbar:vertical{width:7px}::-webkit-scrollbar:horizontal{height:7px}::-webkit-scrollbar-thumb{background-color:var(--gray-500);border-radius:4px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-input-placeholder{color:var(--gray-400)}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#ebf2f9}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{vertical-align:middle}.table td.address-Tenant{word-wrap:break-word;border:0;line-height:1.2;max-width:200px;overflow:hidden;padding:7px 10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.table thead th{background-color:var(--gray-200);border-bottom:1px solid var(--gray-100)}.table,.table-responsive{height:100%}.table-bordered>:not(caption)>*{border-color:var(--gray-200)}.tableDesign thead{position:sticky;top:-1px;z-index:4}.tableDesign tbody tr td:first-child{border-left:0}.tableDesign tbody tr td:last-child{border-right:0}.tableDesign table.table.table-bordered{border:0;border-bottom:1px solid var(--gray-300);position:relative}.tableDesign .table thead th{background:var(--gray-200);border:0;border-bottom:1px solid var(--gray-300);border-top:1px solid var(--gray-300);color:var(--gray-900)!important;font-weight:600;padding:13px 10px}.tableDesign .table thead th .sorting-arrow{line-height:1;margin-left:10px;vertical-align:top}.back-icon.pe-1{margin-top:-1px}.SelectedRow td,.bg-row.SelectedRow,.changingPanel tr.bg-row.SelectedRow:hover{background-color:#ffe5ca!important;cursor:pointer}.row-eq-height{-webkit-overflow-scrolling:touch;background:var(--white);border:1px solid var(--card-border);box-shadow:0 4px 24px 0 var(--shadow-color);height:calc(100dvh - 62px);overflow:auto}.row-eq-height .table{height:auto!important}.table{background-color:var(--gray-300);height:100%;margin-bottom:0}.table td,.table th{color:var(--gray-800);font-size:14px;line-height:11px}tbody{display:table-row-group;vertical-align:middle}.tableFooter{color:var(--gray-500)}.tableDevices{border:0;height:calc(100dvh - 202px)}.tableCustomers{border:0;height:calc(100dvh - 262px)!important}.last-column{white-space:nowrap;width:120px}.img-column{width:70px}.description-column{min-width:200px;white-space:break-spaces!important}.table td .btn.btn-sm{white-space:nowrap}.tableHeaderFixed thead{background:var(--secondary-500);left:0;position:absolute;right:0;top:0}.tableHeaderFixed thead tr{display:table;width:100%}.tableHeaderFixed{padding-top:25px;position:relative}.tableDesign.row-eq-height.tableHistory{height:auto}.bg-lightgray{background-color:var(--gray-0)!important}.bg-gray{background-color:var(--gray-400)!important}.bg-primary{background-color:var(--primary-400)!important}.bg-primary-light{background-color:var(--primary-0)!important}.bg-secondary{background-color:var(--secondary-400)!important}.bg-secondary-light{background-color:var(--secondary-0)!important}.bg-danger-light{background-color:var(--red-0)!important}.bg-info-light{background-color:#e5f4fb!important}.bg-transparent-black{background-color:#0000004d!important}.bg-black-light{background-color:var(--gray-400)!important}.accordion-item{background-color:var(--white)!important;border:1px solid var(--gray-200)!important;color:var(--gray-800)!important}.accordion-button:focus{box-shadow:0 0 .25rem var(--primary-200)}.accordion-button:not(.collapsed){background-color:var(--primary-0);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--primary-100);color:var(--primary-500)}.dropdown-menu{background-color:var(--white);border-color:var(--gray-100);border-radius:12px;box-shadow:0 8px 24px var(--shadow-color);color:var(--gray-800);min-width:200px}.dropdown-item.active,.dropdown-item:active{background-color:var(--primary-100);color:var(--white);text-decoration:none}.filter-dropdown .dropdown-menu{min-width:300px}.filter-dropdown .dropdown-item:active{background-color:initial!important}.filter-dropdown .btn.btn-primary{background:var(--gray-0);border:1px solid var(--gray-0);color:var(--gray-700)!important}.filter-dropdown .btn-primary:focus,.filter-dropdown .btn-primary:hover:not(.disabled):not(:disabled){background:var(--primary-0);border-color:var(--primary-0);box-shadow:none;color:var(--primary-500)}[data-bs-theme=dark] .dropdown-menu{background-color:var(--gray-400)}.dropdown-item:focus,.dropdown-item:hover{color:var(--gray-800)}.wrapper{display:block;width:100%}.wrapper #moveContent{min-height:100dvh;padding:65px 20px 20px 75px}.wrapper #moveContent.bookingMngPg{padding:0 0 0 240px!important}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent,.wrapper #moveContent.ShiftLeftSide,.wrapper #store-sidebarNav+.main-wrapper>#moveContent{padding-left:258px}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent .container-xxl{max-width:100%}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent .container-xxl .container-logo img{display:none}.or-divider{align-items:center;color:#888;display:flex;margin:20px 0;text-align:center}.or-divider:after,.or-divider:before{border-bottom:1px solid #ccc;content:"";flex:1 1}.or-divider:not(:empty):before{margin-right:10px}.or-divider:not(:empty):after{margin-left:10px}.postal-code-width{width:104px}.next-postal-code-width{width:calc(100% - 104px)}div[id*=toaster]{word-break:break-all}.range-modal .modal-dialog.modal-dialog-centered{width:635px}.csv-modal .modal-dialog{width:500px!important}.modal-dialog{max-width:770px}.modal-dialog.modal-sm{max-width:400px}.modal-dialog.modal-md{max-width:550px}.modal-dialog.modal-xl{max-width:900px}.modal-xxl .modal-dialog{max-width:1100px}.modal{height:100%}.modal-body{background:var(--white);padding:20px 15px;width:100%}.modal-body.noBackground{background:#0000}.modal-header.modal-title{width:100%}.modal-title{font-size:18px;line-height:1.2;margin:0;text-align:center}.modal-content{background-color:var(--white);border:var(--secondary-300)}.modal-header{background:var(--secondary-400);border:0;color:var(--white-color);padding:12px}.modal-header button.close{box-shadow:none;color:var(--gray-200);font-size:40px;font-weight:400;height:auto;line-height:1;margin:0;opacity:1;padding:0 10px;position:absolute;right:0;text-shadow:var(--shadow-color);top:0}.modal-header .Crossicons{position:absolute;right:0;top:4px}.modal-header svg{fill:var(--bs-heading-color);height:40px;width:40px}.modal-footer{background:var(--gray-100);border-top:0;padding:7px 10px 10px;text-align:right}.modal-footer .form-group{margin-bottom:0}.delete-popup.modal-dialog{width:400px}.delete_popup .modal-header{background:var(--white);justify-content:center;text-align:center}.confirm_popup{background:#00000073}.modal-dialog .loaderContainer{transform:scale(4.5);transform-origin:center;width:100%}.correction-modal .modal-dialog.modal-dialog-centered{width:400px}.add-user-modal .modal-dialog{width:470px!important}.imei-lock-modal .modal-content{max-width:400px!important}.add-device-modal .modal-dialog{width:750px!important}.changePasswordModal .modal-dialog{width:550px!important}.modal-dialog.alert_popup,.modal-dialog.delete_popup,.modal-dialog.no-data-found-popup,.modal-dialog.stop-popup{max-width:420px;text-align:center}.modal-dialog.delete_popup .modal-title{color:var(--red-200)}.modal-dialog.delete_popup.success .modal-title{color:var(--green-200)}.modal-dialog.delete_popup .modal-footer{background-color:var(--white);justify-content:center}.modal-dialog.delete_popup .modal-title:after{background:#0000;border:2px solid #f43d3d;border-radius:50%;color:var(--red-200);content:"!";display:block;font-size:40px;height:80px;line-height:80px;margin:30px auto 0;transform:scale(0);transition:all .3s ease .2s;width:80px}.modal-dialog.delete_popup.success .modal-title:after{border:2px solid var(--green-200);color:var(--green-200);content:"\2713"}.show .modal-dialog.delete_popup .modal-title:after{transform:scale(1)}.alert_popup_img{display:block;margin:0 auto;transform:scale(0);transition:all .3s ease .2s;width:90px}.show .modal-dialog .alert_popup_img{transform:scale(1)}.add-profile-modal .modal-dialog{width:430px}.errorMessage{display:block;font-size:12px;line-height:1.3;text-align:left;width:100%}.table td .errorMessage{white-space:break-spaces;word-break:break-word}.bootbox-body{line-height:23px;word-break:break-word}.add-deviceData-modal .modal-footer{border-top:0 solid var(--gray-300)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;margin-left:5px;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:text-bottom;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}.getFlex{display:flex}.relayError.text-danger{background-color:var(--white);height:calc(100% - 2px);position:absolute;right:1px;text-align:center;top:1px;width:40px}.relayError.text-danger i{font-size:20px;line-height:1.7}.relayError .tooltiptext{background-color:var(--white);border:1px solid var(--red-200);border-radius:6px;color:var(--red-200);font-size:12px;margin:0;min-width:150px;padding:4px 0;position:absolute;right:100%;text-align:center;top:4px;visibility:hidden;width:auto;z-index:1;z-index:4}.relayError.text-danger:hover .tooltiptext{visibility:visible}.no_data{height:55px;width:60px}.message{align-items:center;display:flex;flex-direction:column;height:calc(100dvh - 143px);justify-content:center}.messageLine{padding-top:5px}@media screen and (-webkit-min-device-pixel-ratio:0){.device-detail .table{overflow-x:auto}}.groupSelect{border:1px solid var(--gray-300);border-radius:5px;padding:2px;text-overflow:ellipsis}.timeCorrection{padding-left:8px;padding-top:1px}.errMessageRange{left:0;line-height:1;position:absolute;top:100%;width:50%}.errMessageRange:last-child{left:calc(50% + 10px)}img.gridChartIcons{height:16px;width:16px}.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root{transform:translate(15px,4px) scale(1)}.react-bootstrap-table table{table-layout:inherit!important}.required{color:red;margin-left:4px}#moveContent .sliding-panel-container.active{z-index:9}#moveContent .sliding-panel-container{background-color:initial;left:auto;right:0;top:64px;width:40vw}.bg_slide.panel{background-color:var(--white);height:100dvh}.bg_slide.panel .bb{border-bottom:1px solid var(--gray-300)}.group_detailsWrapper{-webkit-overflow-scrolling:touch;height:calc(100dvh - 106px);overflow:scroll;padding-bottom:35px}.group_detailsWrapper .table-responsive{height:auto}.bg_slide .row.bb h2{font-size:16px;line-height:1;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.bg_slide .row.bb h2.smallFont{font-size:11px}.accordion-body p,.bg_slide .row p{word-wrap:break-word;max-width:100%;word-break:break-all}.bg_slide .is_blocked p{max-width:100%}.panel{border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:20px 20px 50px var(--gray-500);margin-left:auto;overflow:hidden}.changingPanel tbody tr{cursor:pointer}.changingPanel tr:hover{background-color:#0000001a!important}.changingPanel tr .btn:disabled{cursor:not-allowed}#moveContent .panelOpen{width:53vw}.card.mt-3.panelOpen td,.card.mt-3.panelOpen td p{max-width:100px;overflow:hidden;text-overflow:ellipsis}.card.mt-3.panelOpen .hidePanel{display:none}.no_message{width:100px}div[data-bs-theme=dark] .no_message{filter:invert(.8)}.page-link{cursor:pointer}.search-group{max-width:330px;padding:0 20px;position:relative}.search-group .form-control.search-box{padding-left:40px}.search-group .search-icon{color:var(--gray-400);left:29px;position:absolute;top:7px}.react-tooltip{z-index:9999}.row-eq-height2{-webkit-overflow-scrolling:touch;height:calc(100dvh - 125px);overflow:auto}@media (min-width:1400px) and (max-width:1980px){#moveContent .sliding-panel-container,.panel{width:600px}#moveContent .panelOpen{width:calc(100% - 600px)}}@media (max-width:1400px){.page_title_wrap .breadcrumb{font-size:12px}.ShiftLeftSide .btn:not(.btn-sm){font-size:14px}.ShiftLeftSide .navbar-fixed-top .btn.btn-secondary{padding:6px 4px!important}}@media (max-width:1250px){.icon-nav.userTopNav .btn:not(.btn-sm){font-size:14px;padding:6px 9px}}@media (min-width:1201px){.w-xl-auto{width:auto!important}}@media (max-width:1200px){.icon-nav.userTopNav .btn:not(.btn-sm){font-size:12px}.btn:not(.btn-sm):not(.btn-form-control):not(.btn-lg){font-size:13px;padding:6px 4px}.wrapper .ShiftLeftSide .icon-nav{padding-left:0}.wrapper .ShiftLeftSide{padding:0}.wrapper .ShiftLeftSide .chartFilter{padding-left:0}.wrapper #moveContent.ShiftLeftSide{padding-left:15px!important;padding-right:15px!important}body,html{font-size:14px}.add-list{margin:10px 0 0;width:100%}.row-eq-height{height:calc(100dvh - 102px)}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent,.wrapper #moveContent.ShiftLeftSide,.wrapper #store-sidebarNav+.main-wrapper>#moveContent{padding-left:5px!important;padding-right:5px!important}.group_detailsWrapper{padding-bottom:85px}.wrapper #customer-sidebarNav+.main-wrapper>#moveContent .container-xxl .container-logo img{display:block}.MuiInputBase-input,select.form-control:not([size]):not([multiple]){height:36px!important}}@media (max-width:1024px){.table td,.table th,body,html{font-size:13px}}@media (max-width:992px){.row-eq-height{height:calc(100dvh - 222px)}}@media (max-width:768px){.modal-dialog{width:98%}.icon-nav{height:auto}.row-eq-height{height:100%}.alertVTop .groupSelect{width:auto}.MuiInputBase-input{height:33px!important}}@media (max-width:767px){.wrapper{padding-left:0}.row-eq-height{height:calc(100dvh - 84px)}select.form-control:not([size]):not([multiple]){height:33px}}@media (max-width:700px){.add-profile-modal .modal-dialog{width:93%}}@media (max-width:575px){body,html{font-size:12px}.add-user-modal .modal-dialog,.changePasswordModal .modal-dialog,.range-modal .modal-dialog.modal-dialog-centered{margin:0 auto;width:97%!important}.add-deviceData-modal .nav-link{padding:.5rem}}@media (max-width:380px){.tableDesign.row-eq-height.tableHistory{margin-top:71px}.relayError .tooltiptext{width:100%}.icon-nav.userTopNav .btn:not(.btn-sm){padding:2px 5px}}@media (max-width:300px){.currentPage{padding-left:0!important}}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/static/media/bootstrap-icons.b7bcc075b395c14ce8c2.woff2) format("woff2"),url(/static/media/bootstrap-icons.39795c0b4513de014cf8.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none;vertical-align:-.125em}.bi-123:before{content:"\f67f"}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.bi-apple:before{content:"\f65b"}.bi-microsoft:before{content:"\f65d"}.bi-windows:before{content:"\f65e"}.bi-behance:before{content:"\f65c"}.bi-dribbble:before{content:"\f65f"}.bi-line:before{content:"\f660"}.bi-medium:before{content:"\f661"}.bi-paypal:before{content:"\f662"}.bi-pinterest:before{content:"\f663"}.bi-signal:before{content:"\f664"}.bi-snapchat:before{content:"\f665"}.bi-spotify:before{content:"\f666"}.bi-stack-overflow:before{content:"\f667"}.bi-strava:before{content:"\f668"}.bi-wordpress:before{content:"\f669"}.bi-vimeo:before{content:"\f66a"}.bi-activity:before{content:"\f66b"}.bi-easel2-fill:before{content:"\f66c"}.bi-easel2:before{content:"\f66d"}.bi-easel3-fill:before{content:"\f66e"}.bi-easel3:before{content:"\f66f"}.bi-fan:before{content:"\f670"}.bi-fingerprint:before{content:"\f671"}.bi-graph-down-arrow:before{content:"\f672"}.bi-graph-up-arrow:before{content:"\f673"}.bi-hypnotize:before{content:"\f674"}.bi-magic:before{content:"\f675"}.bi-person-rolodex:before{content:"\f676"}.bi-person-video:before{content:"\f677"}.bi-person-video2:before{content:"\f678"}.bi-person-video3:before{content:"\f679"}.bi-person-workspace:before{content:"\f67a"}.bi-radioactive:before{content:"\f67b"}.bi-webcam-fill:before{content:"\f67c"}.bi-webcam:before{content:"\f67d"}.bi-yin-yang:before{content:"\f67e"}.bi-bandaid-fill:before{content:"\f680"}.bi-bandaid:before{content:"\f681"}.bi-bluetooth:before{content:"\f682"}.bi-body-text:before{content:"\f683"}.bi-boombox:before{content:"\f684"}.bi-boxes:before{content:"\f685"}.bi-dpad-fill:before{content:"\f686"}.bi-dpad:before{content:"\f687"}.bi-ear-fill:before{content:"\f688"}.bi-ear:before{content:"\f689"}.bi-envelope-check-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.bi-envelope-exclamation-fill:before{content:"\f691"}.bi-envelope-exclamation:before{content:"\f692"}.bi-envelope-plus-fill:before{content:"\f693"}.bi-envelope-plus:before{content:"\f694"}.bi-envelope-slash-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.bi-envelope-x-fill:before{content:"\f699"}.bi-envelope-x:before{content:"\f69a"}.bi-explicit-fill:before{content:"\f69b"}.bi-explicit:before{content:"\f69c"}.bi-git:before{content:"\f69d"}.bi-infinity:before{content:"\f69e"}.bi-list-columns-reverse:before{content:"\f69f"}.bi-list-columns:before{content:"\f6a0"}.bi-meta:before{content:"\f6a1"}.bi-nintendo-switch:before{content:"\f6a4"}.bi-pc-display-horizontal:before{content:"\f6a5"}.bi-pc-display:before{content:"\f6a6"}.bi-pc-horizontal:before{content:"\f6a7"}.bi-pc:before{content:"\f6a8"}.bi-playstation:before{content:"\f6a9"}.bi-plus-slash-minus:before{content:"\f6aa"}.bi-projector-fill:before{content:"\f6ab"}.bi-projector:before{content:"\f6ac"}.bi-qr-code-scan:before{content:"\f6ad"}.bi-qr-code:before{content:"\f6ae"}.bi-quora:before{content:"\f6af"}.bi-quote:before{content:"\f6b0"}.bi-robot:before{content:"\f6b1"}.bi-send-check-fill:before{content:"\f6b2"}.bi-send-check:before{content:"\f6b3"}.bi-send-dash-fill:before{content:"\f6b4"}.bi-send-dash:before{content:"\f6b5"}.bi-send-exclamation-fill:before{content:"\f6b7"}.bi-send-exclamation:before{content:"\f6b8"}.bi-send-fill:before{content:"\f6b9"}.bi-send-plus-fill:before{content:"\f6ba"}.bi-send-plus:before{content:"\f6bb"}.bi-send-slash-fill:before{content:"\f6bc"}.bi-send-slash:before{content:"\f6bd"}.bi-send-x-fill:before{content:"\f6be"}.bi-send-x:before{content:"\f6bf"}.bi-send:before{content:"\f6c0"}.bi-steam:before{content:"\f6c1"}.bi-terminal-dash:before{content:"\f6c3"}.bi-terminal-plus:before{content:"\f6c4"}.bi-terminal-split:before{content:"\f6c5"}.bi-ticket-detailed-fill:before{content:"\f6c6"}.bi-ticket-detailed:before{content:"\f6c7"}.bi-ticket-fill:before{content:"\f6c8"}.bi-ticket-perforated-fill:before{content:"\f6c9"}.bi-ticket-perforated:before{content:"\f6ca"}.bi-ticket:before{content:"\f6cb"}.bi-tiktok:before{content:"\f6cc"}.bi-window-dash:before{content:"\f6cd"}.bi-window-desktop:before{content:"\f6ce"}.bi-window-fullscreen:before{content:"\f6cf"}.bi-window-plus:before{content:"\f6d0"}.bi-window-split:before{content:"\f6d1"}.bi-window-stack:before{content:"\f6d2"}.bi-window-x:before{content:"\f6d3"}.bi-xbox:before{content:"\f6d4"}.bi-ethernet:before{content:"\f6d5"}.bi-hdmi-fill:before{content:"\f6d6"}.bi-hdmi:before{content:"\f6d7"}.bi-usb-c-fill:before{content:"\f6d8"}.bi-usb-c:before{content:"\f6d9"}.bi-usb-fill:before{content:"\f6da"}.bi-usb-plug-fill:before{content:"\f6db"}.bi-usb-plug:before{content:"\f6dc"}.bi-usb-symbol:before{content:"\f6dd"}.bi-usb:before{content:"\f6de"}.bi-boombox-fill:before{content:"\f6df"}.bi-displayport:before{content:"\f6e1"}.bi-gpu-card:before{content:"\f6e2"}.bi-memory:before{content:"\f6e3"}.bi-modem-fill:before{content:"\f6e4"}.bi-modem:before{content:"\f6e5"}.bi-motherboard-fill:before{content:"\f6e6"}.bi-motherboard:before{content:"\f6e7"}.bi-optical-audio-fill:before{content:"\f6e8"}.bi-optical-audio:before{content:"\f6e9"}.bi-pci-card:before{content:"\f6ea"}.bi-router-fill:before{content:"\f6eb"}.bi-router:before{content:"\f6ec"}.bi-thunderbolt-fill:before{content:"\f6ef"}.bi-thunderbolt:before{content:"\f6f0"}.bi-usb-drive-fill:before{content:"\f6f1"}.bi-usb-drive:before{content:"\f6f2"}.bi-usb-micro-fill:before{content:"\f6f3"}.bi-usb-micro:before{content:"\f6f4"}.bi-usb-mini-fill:before{content:"\f6f5"}.bi-usb-mini:before{content:"\f6f6"}.bi-cloud-haze2:before{content:"\f6f7"}.bi-device-hdd-fill:before{content:"\f6f8"}.bi-device-hdd:before{content:"\f6f9"}.bi-device-ssd-fill:before{content:"\f6fa"}.bi-device-ssd:before{content:"\f6fb"}.bi-displayport-fill:before{content:"\f6fc"}.bi-mortarboard-fill:before{content:"\f6fd"}.bi-mortarboard:before{content:"\f6fe"}.bi-terminal-x:before{content:"\f6ff"}.bi-arrow-through-heart-fill:before{content:"\f700"}.bi-arrow-through-heart:before{content:"\f701"}.bi-badge-sd-fill:before{content:"\f702"}.bi-badge-sd:before{content:"\f703"}.bi-bag-heart-fill:before{content:"\f704"}.bi-bag-heart:before{content:"\f705"}.bi-balloon-fill:before{content:"\f706"}.bi-balloon-heart-fill:before{content:"\f707"}.bi-balloon-heart:before{content:"\f708"}.bi-balloon:before{content:"\f709"}.bi-box2-fill:before{content:"\f70a"}.bi-box2-heart-fill:before{content:"\f70b"}.bi-box2-heart:before{content:"\f70c"}.bi-box2:before{content:"\f70d"}.bi-braces-asterisk:before{content:"\f70e"}.bi-calendar-heart-fill:before{content:"\f70f"}.bi-calendar-heart:before{content:"\f710"}.bi-calendar2-heart-fill:before{content:"\f711"}.bi-calendar2-heart:before{content:"\f712"}.bi-chat-heart-fill:before{content:"\f713"}.bi-chat-heart:before{content:"\f714"}.bi-chat-left-heart-fill:before{content:"\f715"}.bi-chat-left-heart:before{content:"\f716"}.bi-chat-right-heart-fill:before{content:"\f717"}.bi-chat-right-heart:before{content:"\f718"}.bi-chat-square-heart-fill:before{content:"\f719"}.bi-chat-square-heart:before{content:"\f71a"}.bi-clipboard-check-fill:before{content:"\f71b"}.bi-clipboard-data-fill:before{content:"\f71c"}.bi-clipboard-fill:before{content:"\f71d"}.bi-clipboard-heart-fill:before{content:"\f71e"}.bi-clipboard-heart:before{content:"\f71f"}.bi-clipboard-minus-fill:before{content:"\f720"}.bi-clipboard-plus-fill:before{content:"\f721"}.bi-clipboard-pulse:before{content:"\f722"}.bi-clipboard-x-fill:before{content:"\f723"}.bi-clipboard2-check-fill:before{content:"\f724"}.bi-clipboard2-check:before{content:"\f725"}.bi-clipboard2-data-fill:before{content:"\f726"}.bi-clipboard2-data:before{content:"\f727"}.bi-clipboard2-fill:before{content:"\f728"}.bi-clipboard2-heart-fill:before{content:"\f729"}.bi-clipboard2-heart:before{content:"\f72a"}.bi-clipboard2-minus-fill:before{content:"\f72b"}.bi-clipboard2-minus:before{content:"\f72c"}.bi-clipboard2-plus-fill:before{content:"\f72d"}.bi-clipboard2-plus:before{content:"\f72e"}.bi-clipboard2-pulse-fill:before{content:"\f72f"}.bi-clipboard2-pulse:before{content:"\f730"}.bi-clipboard2-x-fill:before{content:"\f731"}.bi-clipboard2-x:before{content:"\f732"}.bi-clipboard2:before{content:"\f733"}.bi-emoji-kiss-fill:before{content:"\f734"}.bi-emoji-kiss:before{content:"\f735"}.bi-envelope-heart-fill:before{content:"\f736"}.bi-envelope-heart:before{content:"\f737"}.bi-envelope-open-heart-fill:before{content:"\f738"}.bi-envelope-open-heart:before{content:"\f739"}.bi-envelope-paper-fill:before{content:"\f73a"}.bi-envelope-paper-heart-fill:before{content:"\f73b"}.bi-envelope-paper-heart:before{content:"\f73c"}.bi-envelope-paper:before{content:"\f73d"}.bi-filetype-aac:before{content:"\f73e"}.bi-filetype-ai:before{content:"\f73f"}.bi-filetype-bmp:before{content:"\f740"}.bi-filetype-cs:before{content:"\f741"}.bi-filetype-css:before{content:"\f742"}.bi-filetype-csv:before{content:"\f743"}.bi-filetype-doc:before{content:"\f744"}.bi-filetype-docx:before{content:"\f745"}.bi-filetype-exe:before{content:"\f746"}.bi-filetype-gif:before{content:"\f747"}.bi-filetype-heic:before{content:"\f748"}.bi-filetype-html:before{content:"\f749"}.bi-filetype-java:before{content:"\f74a"}.bi-filetype-jpg:before{content:"\f74b"}.bi-filetype-js:before{content:"\f74c"}.bi-filetype-jsx:before{content:"\f74d"}.bi-filetype-key:before{content:"\f74e"}.bi-filetype-m4p:before{content:"\f74f"}.bi-filetype-md:before{content:"\f750"}.bi-filetype-mdx:before{content:"\f751"}.bi-filetype-mov:before{content:"\f752"}.bi-filetype-mp3:before{content:"\f753"}.bi-filetype-mp4:before{content:"\f754"}.bi-filetype-otf:before{content:"\f755"}.bi-filetype-pdf:before{content:"\f756"}.bi-filetype-php:before{content:"\f757"}.bi-filetype-png:before{content:"\f758"}.bi-filetype-ppt:before{content:"\f75a"}.bi-filetype-psd:before{content:"\f75b"}.bi-filetype-py:before{content:"\f75c"}.bi-filetype-raw:before{content:"\f75d"}.bi-filetype-rb:before{content:"\f75e"}.bi-filetype-sass:before{content:"\f75f"}.bi-filetype-scss:before{content:"\f760"}.bi-filetype-sh:before{content:"\f761"}.bi-filetype-svg:before{content:"\f762"}.bi-filetype-tiff:before{content:"\f763"}.bi-filetype-tsx:before{content:"\f764"}.bi-filetype-ttf:before{content:"\f765"}.bi-filetype-txt:before{content:"\f766"}.bi-filetype-wav:before{content:"\f767"}.bi-filetype-woff:before{content:"\f768"}.bi-filetype-xls:before{content:"\f76a"}.bi-filetype-xml:before{content:"\f76b"}.bi-filetype-yml:before{content:"\f76c"}.bi-heart-arrow:before{content:"\f76d"}.bi-heart-pulse-fill:before{content:"\f76e"}.bi-heart-pulse:before{content:"\f76f"}.bi-heartbreak-fill:before{content:"\f770"}.bi-heartbreak:before{content:"\f771"}.bi-hearts:before{content:"\f772"}.bi-hospital-fill:before{content:"\f773"}.bi-hospital:before{content:"\f774"}.bi-house-heart-fill:before{content:"\f775"}.bi-house-heart:before{content:"\f776"}.bi-incognito:before{content:"\f777"}.bi-magnet-fill:before{content:"\f778"}.bi-magnet:before{content:"\f779"}.bi-person-heart:before{content:"\f77a"}.bi-person-hearts:before{content:"\f77b"}.bi-phone-flip:before{content:"\f77c"}.bi-plugin:before{content:"\f77d"}.bi-postage-fill:before{content:"\f77e"}.bi-postage-heart-fill:before{content:"\f77f"}.bi-postage-heart:before{content:"\f780"}.bi-postage:before{content:"\f781"}.bi-postcard-fill:before{content:"\f782"}.bi-postcard-heart-fill:before{content:"\f783"}.bi-postcard-heart:before{content:"\f784"}.bi-postcard:before{content:"\f785"}.bi-search-heart-fill:before{content:"\f786"}.bi-search-heart:before{content:"\f787"}.bi-sliders2-vertical:before{content:"\f788"}.bi-sliders2:before{content:"\f789"}.bi-trash3-fill:before{content:"\f78a"}.bi-trash3:before{content:"\f78b"}.bi-valentine:before{content:"\f78c"}.bi-valentine2:before{content:"\f78d"}.bi-wrench-adjustable-circle-fill:before{content:"\f78e"}.bi-wrench-adjustable-circle:before{content:"\f78f"}.bi-wrench-adjustable:before{content:"\f790"}.bi-filetype-json:before{content:"\f791"}.bi-filetype-pptx:before{content:"\f792"}.bi-filetype-xlsx:before{content:"\f793"}.bi-1-circle-fill:before{content:"\f796"}.bi-1-circle:before{content:"\f797"}.bi-1-square-fill:before{content:"\f798"}.bi-1-square:before{content:"\f799"}.bi-2-circle-fill:before{content:"\f79c"}.bi-2-circle:before{content:"\f79d"}.bi-2-square-fill:before{content:"\f79e"}.bi-2-square:before{content:"\f79f"}.bi-3-circle-fill:before{content:"\f7a2"}.bi-3-circle:before{content:"\f7a3"}.bi-3-square-fill:before{content:"\f7a4"}.bi-3-square:before{content:"\f7a5"}.bi-4-circle-fill:before{content:"\f7a8"}.bi-4-circle:before{content:"\f7a9"}.bi-4-square-fill:before{content:"\f7aa"}.bi-4-square:before{content:"\f7ab"}.bi-5-circle-fill:before{content:"\f7ae"}.bi-5-circle:before{content:"\f7af"}.bi-5-square-fill:before{content:"\f7b0"}.bi-5-square:before{content:"\f7b1"}.bi-6-circle-fill:before{content:"\f7b4"}.bi-6-circle:before{content:"\f7b5"}.bi-6-square-fill:before{content:"\f7b6"}.bi-6-square:before{content:"\f7b7"}.bi-7-circle-fill:before{content:"\f7ba"}.bi-7-circle:before{content:"\f7bb"}.bi-7-square-fill:before{content:"\f7bc"}.bi-7-square:before{content:"\f7bd"}.bi-8-circle-fill:before{content:"\f7c0"}.bi-8-circle:before{content:"\f7c1"}.bi-8-square-fill:before{content:"\f7c2"}.bi-8-square:before{content:"\f7c3"}.bi-9-circle-fill:before{content:"\f7c6"}.bi-9-circle:before{content:"\f7c7"}.bi-9-square-fill:before{content:"\f7c8"}.bi-9-square:before{content:"\f7c9"}.bi-airplane-engines-fill:before{content:"\f7ca"}.bi-airplane-engines:before{content:"\f7cb"}.bi-airplane-fill:before{content:"\f7cc"}.bi-airplane:before{content:"\f7cd"}.bi-alexa:before{content:"\f7ce"}.bi-alipay:before{content:"\f7cf"}.bi-android:before{content:"\f7d0"}.bi-android2:before{content:"\f7d1"}.bi-box-fill:before{content:"\f7d2"}.bi-box-seam-fill:before{content:"\f7d3"}.bi-browser-chrome:before{content:"\f7d4"}.bi-browser-edge:before{content:"\f7d5"}.bi-browser-firefox:before{content:"\f7d6"}.bi-browser-safari:before{content:"\f7d7"}.bi-c-circle-fill:before{content:"\f7da"}.bi-c-circle:before{content:"\f7db"}.bi-c-square-fill:before{content:"\f7dc"}.bi-c-square:before{content:"\f7dd"}.bi-capsule-pill:before{content:"\f7de"}.bi-capsule:before{content:"\f7df"}.bi-car-front-fill:before{content:"\f7e0"}.bi-car-front:before{content:"\f7e1"}.bi-cassette-fill:before{content:"\f7e2"}.bi-cassette:before{content:"\f7e3"}.bi-cc-circle-fill:before{content:"\f7e6"}.bi-cc-circle:before{content:"\f7e7"}.bi-cc-square-fill:before{content:"\f7e8"}.bi-cc-square:before{content:"\f7e9"}.bi-cup-hot-fill:before{content:"\f7ea"}.bi-cup-hot:before{content:"\f7eb"}.bi-currency-rupee:before{content:"\f7ec"}.bi-dropbox:before{content:"\f7ed"}.bi-escape:before{content:"\f7ee"}.bi-fast-forward-btn-fill:before{content:"\f7ef"}.bi-fast-forward-btn:before{content:"\f7f0"}.bi-fast-forward-circle-fill:before{content:"\f7f1"}.bi-fast-forward-circle:before{content:"\f7f2"}.bi-fast-forward-fill:before{content:"\f7f3"}.bi-fast-forward:before{content:"\f7f4"}.bi-filetype-sql:before{content:"\f7f5"}.bi-fire:before{content:"\f7f6"}.bi-google-play:before{content:"\f7f7"}.bi-h-circle-fill:before{content:"\f7fa"}.bi-h-circle:before{content:"\f7fb"}.bi-h-square-fill:before{content:"\f7fc"}.bi-h-square:before{content:"\f7fd"}.bi-indent:before{content:"\f7fe"}.bi-lungs-fill:before{content:"\f7ff"}.bi-lungs:before{content:"\f800"}.bi-microsoft-teams:before{content:"\f801"}.bi-p-circle-fill:before{content:"\f804"}.bi-p-circle:before{content:"\f805"}.bi-p-square-fill:before{content:"\f806"}.bi-p-square:before{content:"\f807"}.bi-pass-fill:before{content:"\f808"}.bi-pass:before{content:"\f809"}.bi-prescription:before{content:"\f80a"}.bi-prescription2:before{content:"\f80b"}.bi-r-circle-fill:before{content:"\f80e"}.bi-r-circle:before{content:"\f80f"}.bi-r-square-fill:before{content:"\f810"}.bi-r-square:before{content:"\f811"}.bi-repeat-1:before{content:"\f812"}.bi-repeat:before{content:"\f813"}.bi-rewind-btn-fill:before{content:"\f814"}.bi-rewind-btn:before{content:"\f815"}.bi-rewind-circle-fill:before{content:"\f816"}.bi-rewind-circle:before{content:"\f817"}.bi-rewind-fill:before{content:"\f818"}.bi-rewind:before{content:"\f819"}.bi-train-freight-front-fill:before{content:"\f81a"}.bi-train-freight-front:before{content:"\f81b"}.bi-train-front-fill:before{content:"\f81c"}.bi-train-front:before{content:"\f81d"}.bi-train-lightrail-front-fill:before{content:"\f81e"}.bi-train-lightrail-front:before{content:"\f81f"}.bi-truck-front-fill:before{content:"\f820"}.bi-truck-front:before{content:"\f821"}.bi-ubuntu:before{content:"\f822"}.bi-unindent:before{content:"\f823"}.bi-unity:before{content:"\f824"}.bi-universal-access-circle:before{content:"\f825"}.bi-universal-access:before{content:"\f826"}.bi-virus:before{content:"\f827"}.bi-virus2:before{content:"\f828"}.bi-wechat:before{content:"\f829"}.bi-yelp:before{content:"\f82a"}.bi-sign-stop-fill:before{content:"\f82b"}.bi-sign-stop-lights-fill:before{content:"\f82c"}.bi-sign-stop-lights:before{content:"\f82d"}.bi-sign-stop:before{content:"\f82e"}.bi-sign-turn-left-fill:before{content:"\f82f"}.bi-sign-turn-left:before{content:"\f830"}.bi-sign-turn-right-fill:before{content:"\f831"}.bi-sign-turn-right:before{content:"\f832"}.bi-sign-turn-slight-left-fill:before{content:"\f833"}.bi-sign-turn-slight-left:before{content:"\f834"}.bi-sign-turn-slight-right-fill:before{content:"\f835"}.bi-sign-turn-slight-right:before{content:"\f836"}.bi-sign-yield-fill:before{content:"\f837"}.bi-sign-yield:before{content:"\f838"}.bi-ev-station-fill:before{content:"\f839"}.bi-ev-station:before{content:"\f83a"}.bi-fuel-pump-diesel-fill:before{content:"\f83b"}.bi-fuel-pump-diesel:before{content:"\f83c"}.bi-fuel-pump-fill:before{content:"\f83d"}.bi-fuel-pump:before{content:"\f83e"}.bi-0-circle-fill:before{content:"\f83f"}.bi-0-circle:before{content:"\f840"}.bi-0-square-fill:before{content:"\f841"}.bi-0-square:before{content:"\f842"}.bi-rocket-fill:before{content:"\f843"}.bi-rocket-takeoff-fill:before{content:"\f844"}.bi-rocket-takeoff:before{content:"\f845"}.bi-rocket:before{content:"\f846"}.bi-stripe:before{content:"\f847"}.bi-subscript:before{content:"\f848"}.bi-superscript:before{content:"\f849"}.bi-trello:before{content:"\f84a"}.bi-envelope-at-fill:before{content:"\f84b"}.bi-envelope-at:before{content:"\f84c"}.bi-regex:before{content:"\f84d"}.bi-text-wrap:before{content:"\f84e"}.bi-sign-dead-end-fill:before{content:"\f84f"}.bi-sign-dead-end:before{content:"\f850"}.bi-sign-do-not-enter-fill:before{content:"\f851"}.bi-sign-do-not-enter:before{content:"\f852"}.bi-sign-intersection-fill:before{content:"\f853"}.bi-sign-intersection-side-fill:before{content:"\f854"}.bi-sign-intersection-side:before{content:"\f855"}.bi-sign-intersection-t-fill:before{content:"\f856"}.bi-sign-intersection-t:before{content:"\f857"}.bi-sign-intersection-y-fill:before{content:"\f858"}.bi-sign-intersection-y:before{content:"\f859"}.bi-sign-intersection:before{content:"\f85a"}.bi-sign-merge-left-fill:before{content:"\f85b"}.bi-sign-merge-left:before{content:"\f85c"}.bi-sign-merge-right-fill:before{content:"\f85d"}.bi-sign-merge-right:before{content:"\f85e"}.bi-sign-no-left-turn-fill:before{content:"\f85f"}.bi-sign-no-left-turn:before{content:"\f860"}.bi-sign-no-parking-fill:before{content:"\f861"}.bi-sign-no-parking:before{content:"\f862"}.bi-sign-no-right-turn-fill:before{content:"\f863"}.bi-sign-no-right-turn:before{content:"\f864"}.bi-sign-railroad-fill:before{content:"\f865"}.bi-sign-railroad:before{content:"\f866"}.bi-building-add:before{content:"\f867"}.bi-building-check:before{content:"\f868"}.bi-building-dash:before{content:"\f869"}.bi-building-down:before{content:"\f86a"}.bi-building-exclamation:before{content:"\f86b"}.bi-building-fill-add:before{content:"\f86c"}.bi-building-fill-check:before{content:"\f86d"}.bi-building-fill-dash:before{content:"\f86e"}.bi-building-fill-down:before{content:"\f86f"}.bi-building-fill-exclamation:before{content:"\f870"}.bi-building-fill-gear:before{content:"\f871"}.bi-building-fill-lock:before{content:"\f872"}.bi-building-fill-slash:before{content:"\f873"}.bi-building-fill-up:before{content:"\f874"}.bi-building-fill-x:before{content:"\f875"}.bi-building-fill:before{content:"\f876"}.bi-building-gear:before{content:"\f877"}.bi-building-lock:before{content:"\f878"}.bi-building-slash:before{content:"\f879"}.bi-building-up:before{content:"\f87a"}.bi-building-x:before{content:"\f87b"}.bi-buildings-fill:before{content:"\f87c"}.bi-buildings:before{content:"\f87d"}.bi-bus-front-fill:before{content:"\f87e"}.bi-bus-front:before{content:"\f87f"}.bi-ev-front-fill:before{content:"\f880"}.bi-ev-front:before{content:"\f881"}.bi-globe-americas:before{content:"\f882"}.bi-globe-asia-australia:before{content:"\f883"}.bi-globe-central-south-asia:before{content:"\f884"}.bi-globe-europe-africa:before{content:"\f885"}.bi-house-add-fill:before{content:"\f886"}.bi-house-add:before{content:"\f887"}.bi-house-check-fill:before{content:"\f888"}.bi-house-check:before{content:"\f889"}.bi-house-dash-fill:before{content:"\f88a"}.bi-house-dash:before{content:"\f88b"}.bi-house-down-fill:before{content:"\f88c"}.bi-house-down:before{content:"\f88d"}.bi-house-exclamation-fill:before{content:"\f88e"}.bi-house-exclamation:before{content:"\f88f"}.bi-house-gear-fill:before{content:"\f890"}.bi-house-gear:before{content:"\f891"}.bi-house-lock-fill:before{content:"\f892"}.bi-house-lock:before{content:"\f893"}.bi-house-slash-fill:before{content:"\f894"}.bi-house-slash:before{content:"\f895"}.bi-house-up-fill:before{content:"\f896"}.bi-house-up:before{content:"\f897"}.bi-house-x-fill:before{content:"\f898"}.bi-house-x:before{content:"\f899"}.bi-person-add:before{content:"\f89a"}.bi-person-down:before{content:"\f89b"}.bi-person-exclamation:before{content:"\f89c"}.bi-person-fill-add:before{content:"\f89d"}.bi-person-fill-check:before{content:"\f89e"}.bi-person-fill-dash:before{content:"\f89f"}.bi-person-fill-down:before{content:"\f8a0"}.bi-person-fill-exclamation:before{content:"\f8a1"}.bi-person-fill-gear:before{content:"\f8a2"}.bi-person-fill-lock:before{content:"\f8a3"}.bi-person-fill-slash:before{content:"\f8a4"}.bi-person-fill-up:before{content:"\f8a5"}.bi-person-fill-x:before{content:"\f8a6"}.bi-person-gear:before{content:"\f8a7"}.bi-person-lock:before{content:"\f8a8"}.bi-person-slash:before{content:"\f8a9"}.bi-person-up:before{content:"\f8aa"}.bi-scooter:before{content:"\f8ab"}.bi-taxi-front-fill:before{content:"\f8ac"}.bi-taxi-front:before{content:"\f8ad"}.bi-amd:before{content:"\f8ae"}.bi-database-add:before{content:"\f8af"}.bi-database-check:before{content:"\f8b0"}.bi-database-dash:before{content:"\f8b1"}.bi-database-down:before{content:"\f8b2"}.bi-database-exclamation:before{content:"\f8b3"}.bi-database-fill-add:before{content:"\f8b4"}.bi-database-fill-check:before{content:"\f8b5"}.bi-database-fill-dash:before{content:"\f8b6"}.bi-database-fill-down:before{content:"\f8b7"}.bi-database-fill-exclamation:before{content:"\f8b8"}.bi-database-fill-gear:before{content:"\f8b9"}.bi-database-fill-lock:before{content:"\f8ba"}.bi-database-fill-slash:before{content:"\f8bb"}.bi-database-fill-up:before{content:"\f8bc"}.bi-database-fill-x:before{content:"\f8bd"}.bi-database-fill:before{content:"\f8be"}.bi-database-gear:before{content:"\f8bf"}.bi-database-lock:before{content:"\f8c0"}.bi-database-slash:before{content:"\f8c1"}.bi-database-up:before{content:"\f8c2"}.bi-database-x:before{content:"\f8c3"}.bi-database:before{content:"\f8c4"}.bi-houses-fill:before{content:"\f8c5"}.bi-houses:before{content:"\f8c6"}.bi-nvidia:before{content:"\f8c7"}.bi-person-vcard-fill:before{content:"\f8c8"}.bi-person-vcard:before{content:"\f8c9"}.bi-sina-weibo:before{content:"\f8ca"}.bi-tencent-qq:before{content:"\f8cb"}.bi-wikipedia:before{content:"\f8cc"}.bi-alphabet-uppercase:before{content:"\f2a5"}.bi-alphabet:before{content:"\f68a"}.bi-amazon:before{content:"\f68d"}.bi-arrows-collapse-vertical:before{content:"\f690"}.bi-arrows-expand-vertical:before{content:"\f695"}.bi-arrows-vertical:before{content:"\f698"}.bi-arrows:before{content:"\f6a2"}.bi-ban-fill:before{content:"\f6a3"}.bi-ban:before{content:"\f6b6"}.bi-bing:before{content:"\f6c2"}.bi-cake:before{content:"\f6e0"}.bi-cake2:before{content:"\f6ed"}.bi-cookie:before{content:"\f6ee"}.bi-copy:before{content:"\f759"}.bi-crosshair:before{content:"\f769"}.bi-crosshair2:before{content:"\f794"}.bi-emoji-astonished-fill:before{content:"\f795"}.bi-emoji-astonished:before{content:"\f79a"}.bi-emoji-grimace-fill:before{content:"\f79b"}.bi-emoji-grimace:before{content:"\f7a0"}.bi-emoji-grin-fill:before{content:"\f7a1"}.bi-emoji-grin:before{content:"\f7a6"}.bi-emoji-surprise-fill:before{content:"\f7a7"}.bi-emoji-surprise:before{content:"\f7ac"}.bi-emoji-tear-fill:before{content:"\f7ad"}.bi-emoji-tear:before{content:"\f7b2"}.bi-envelope-arrow-down-fill:before{content:"\f7b3"}.bi-envelope-arrow-down:before{content:"\f7b8"}.bi-envelope-arrow-up-fill:before{content:"\f7b9"}.bi-envelope-arrow-up:before{content:"\f7be"}.bi-feather:before{content:"\f7bf"}.bi-feather2:before{content:"\f7c4"}.bi-floppy-fill:before{content:"\f7c5"}.bi-floppy:before{content:"\f7d8"}.bi-floppy2-fill:before{content:"\f7d9"}.bi-floppy2:before{content:"\f7e4"}.bi-gitlab:before{content:"\f7e5"}.bi-highlighter:before{content:"\f7f8"}.bi-marker-tip:before{content:"\f802"}.bi-nvme-fill:before{content:"\f803"}.bi-nvme:before{content:"\f80c"}.bi-opencollective:before{content:"\f80d"}.bi-pci-card-network:before{content:"\f8cd"}.bi-pci-card-sound:before{content:"\f8ce"}.bi-radar:before{content:"\f8cf"}.bi-send-arrow-down-fill:before{content:"\f8d0"}.bi-send-arrow-down:before{content:"\f8d1"}.bi-send-arrow-up-fill:before{content:"\f8d2"}.bi-send-arrow-up:before{content:"\f8d3"}.bi-sim-slash-fill:before{content:"\f8d4"}.bi-sim-slash:before{content:"\f8d5"}.bi-sourceforge:before{content:"\f8d6"}.bi-substack:before{content:"\f8d7"}.bi-threads-fill:before{content:"\f8d8"}.bi-threads:before{content:"\f8d9"}.bi-transparency:before{content:"\f8da"}.bi-twitter-x:before{content:"\f8db"}.bi-type-h4:before{content:"\f8dc"}.bi-type-h5:before{content:"\f8dd"}.bi-type-h6:before{content:"\f8de"}.bi-backpack-fill:before{content:"\f8df"}.bi-backpack:before{content:"\f8e0"}.bi-backpack2-fill:before{content:"\f8e1"}.bi-backpack2:before{content:"\f8e2"}.bi-backpack3-fill:before{content:"\f8e3"}.bi-backpack3:before{content:"\f8e4"}.bi-backpack4-fill:before{content:"\f8e5"}.bi-backpack4:before{content:"\f8e6"}.bi-brilliance:before{content:"\f8e7"}.bi-cake-fill:before{content:"\f8e8"}.bi-cake2-fill:before{content:"\f8e9"}.bi-duffle-fill:before{content:"\f8ea"}.bi-duffle:before{content:"\f8eb"}.bi-exposure:before{content:"\f8ec"}.bi-gender-neuter:before{content:"\f8ed"}.bi-highlights:before{content:"\f8ee"}.bi-luggage-fill:before{content:"\f8ef"}.bi-luggage:before{content:"\f8f0"}.bi-mailbox-flag:before{content:"\f8f1"}.bi-mailbox2-flag:before{content:"\f8f2"}.bi-noise-reduction:before{content:"\f8f3"}.bi-passport-fill:before{content:"\f8f4"}.bi-passport:before{content:"\f8f5"}.bi-person-arms-up:before{content:"\f8f6"}.bi-person-raised-hand:before{content:"\f8f7"}.bi-person-standing-dress:before{content:"\f8f8"}.bi-person-standing:before{content:"\f8f9"}.bi-person-walking:before{content:"\f8fa"}.bi-person-wheelchair:before{content:"\f8fb"}.bi-shadows:before{content:"\f8fc"}.bi-suitcase-fill:before{content:"\f8fd"}.bi-suitcase-lg-fill:before{content:"\f8fe"}.bi-suitcase-lg:before{content:"\f8ff"}.bi-suitcase:before{content:"\f900"}.bi-suitcase2-fill:before{content:"\f901"}.bi-suitcase2:before{content:"\f902"}.bi-vignette:before{content:"\f903"}@font-face{font-family:Flaticon;font-style:normal;font-weight:400;src:url(/static/media/Flaticon.5ecd56663ed4b3eefe71.eot);src:url(/static/media/Flaticon.5ecd56663ed4b3eefe71.eot?#iefix) format("embedded-opentype"),url(/static/media/Flaticon.f2cc0f58353987693b59.woff) format("woff"),url(/static/media/Flaticon.b577ca414e117881e70a.ttf) format("truetype"),url(/static/media/Flaticon.265edf2f7d36c3065072.svg#Flaticon) format("svg")}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(/static/media/Flaticon.265edf2f7d36c3065072.svg#Flaticon) format("svg")}}[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{font-family:Flaticon;font-size:inherit;font-style:normal}.flaticon-001-firefox:before{content:"\f100"}.flaticon-002-disabled:before{content:"\f101"}.flaticon-003-qr-code:before{content:"\f102"}.flaticon-004-scissors:before{content:"\f103"}.flaticon-005-tools:before{content:"\f104"}.flaticon-006-piggy-bank:before{content:"\f105"}.flaticon-007-binoculars:before{content:"\f106"}.flaticon-008-shopping-cart:before{content:"\f107"}.flaticon-009-money:before{content:"\f108"}.flaticon-010-thermometer:before{content:"\f109"}.flaticon-011-umbrella:before{content:"\f10a"}.flaticon-012-dashboard:before{content:"\f10b"}.flaticon-013-pin-1:before{content:"\f10c"}.flaticon-014-megaphone:before{content:"\f10d"}.flaticon-015-youtube:before{content:"\f10e"}.flaticon-016-wind:before{content:"\f10f"}.flaticon-017-safari:before{content:"\f110"}.flaticon-018-chrome:before{content:"\f111"}.flaticon-019-headphones:before{content:"\f112"}.flaticon-020-twitter:before{content:"\f113"}.flaticon-021-target:before{content:"\f114"}.flaticon-022-leaf:before{content:"\f115"}.flaticon-023-highlighter:before{content:"\f116"}.flaticon-024-smartphone:before{content:"\f117"}.flaticon-025-screenshot:before{content:"\f118"}.flaticon-026-power-button:before{content:"\f119"}.flaticon-027-question:before{content:"\f11a"}.flaticon-028-push-pin:before{content:"\f11b"}.flaticon-029-flag:before{content:"\f11c"}.flaticon-030-moon:before{content:"\f11d"}.flaticon-031-video-camera:before{content:"\f11e"}.flaticon-032-music:before{content:"\f11f"}.flaticon-033-print:before{content:"\f120"}.flaticon-034-diskette:before{content:"\f121"}.flaticon-035-paste:before{content:"\f122"}.flaticon-036-mute-1:before{content:"\f123"}.flaticon-037-paint-bucket:before{content:"\f124"}.flaticon-038-clicker:before{content:"\f125"}.flaticon-039-dislike:before{content:"\f126"}.flaticon-040-like:before{content:"\f127"}.flaticon-041-straight:before{content:"\f128"}.flaticon-042-joke:before{content:"\f129"}.flaticon-043-surprise:before{content:"\f12a"}.flaticon-044-balance:before{content:"\f12b"}.flaticon-045-trash-can-1:before{content:"\f12c"}.flaticon-046-trash-can:before{content:"\f12d"}.flaticon-047-telephone-2:before{content:"\f12e"}.flaticon-048-telephone-1:before{content:"\f12f"}.flaticon-049-telephone:before{content:"\f130"}.flaticon-050-thunderbolt:before{content:"\f131"}.flaticon-051-snowflake:before{content:"\f132"}.flaticon-052-sun:before{content:"\f133"}.flaticon-053-home:before{content:"\f134"}.flaticon-054-microphone:before{content:"\f135"}.flaticon-055-idea:before{content:"\f136"}.flaticon-056-layout:before{content:"\f137"}.flaticon-057-upload:before{content:"\f138"}.flaticon-058-down-arrow-3:before{content:"\f139"}.flaticon-059-medal:before{content:"\f13a"}.flaticon-060-hierarchical-structure:before{content:"\f13b"}.flaticon-061-pie-chart:before{content:"\f13c"}.flaticon-062-check:before{content:"\f13d"}.flaticon-063-followers:before{content:"\f13e"}.flaticon-064-user-2:before{content:"\f13f"}.flaticon-065-bookmark:before{content:"\f140"}.flaticon-066-usb:before{content:"\f141"}.flaticon-067-mute:before{content:"\f142"}.flaticon-068-volume:before{content:"\f143"}.flaticon-069-bluetooth:before{content:"\f144"}.flaticon-070-monitor:before{content:"\f145"}.flaticon-071-smile-1:before{content:"\f146"}.flaticon-072-diamond:before{content:"\f147"}.flaticon-073-bar-chart:before{content:"\f148"}.flaticon-074-wifi:before{content:"\f149"}.flaticon-075-key:before{content:"\f14a"}.flaticon-076-equalizer:before{content:"\f14b"}.flaticon-077-credit-card:before{content:"\f14c"}.flaticon-078-share:before{content:"\f14d"}.flaticon-079-loading:before{content:"\f14e"}.flaticon-080-instagram:before{content:"\f14f"}.flaticon-081-link:before{content:"\f150"}.flaticon-082-broken-link:before{content:"\f151"}.flaticon-083-smile:before{content:"\f152"}.flaticon-084-crop:before{content:"\f153"}.flaticon-085-sad:before{content:"\f154"}.flaticon-086-cursor:before{content:"\f155"}.flaticon-087-user-1:before{content:"\f156"}.flaticon-088-add-user:before{content:"\f157"}.flaticon-089-pause:before{content:"\f158"}.flaticon-090-stop:before{content:"\f159"}.flaticon-091-play-button:before{content:"\f15a"}.flaticon-092-move:before{content:"\f15b"}.flaticon-093-film:before{content:"\f15c"}.flaticon-094-rewind:before{content:"\f15d"}.flaticon-095-cloud-computing-2:before{content:"\f15e"}.flaticon-096-cloud-computing-1:before{content:"\f15f"}.flaticon-097-user:before{content:"\f160"}.flaticon-098-star:before{content:"\f161"}.flaticon-099-facebook:before{content:"\f162"}.flaticon-100-cloud-computing:before{content:"\f163"}.flaticon-101-briefcase:before{content:"\f164"}.flaticon-102-fast-forward:before{content:"\f165"}.flaticon-103-delete:before{content:"\f166"}.flaticon-104-shield:before{content:"\f167"}.flaticon-105-calculator:before{content:"\f168"}.flaticon-106-photo-camera:before{content:"\f169"}.flaticon-107-select:before{content:"\f16a"}.flaticon-108-shuffle:before{content:"\f16b"}.flaticon-109-compass:before{content:"\f16c"}.flaticon-110-folder:before{content:"\f16d"}.flaticon-111-minus:before{content:"\f16e"}.flaticon-112-plus:before{content:"\f16f"}.flaticon-113-file-1:before{content:"\f170"}.flaticon-114-align-right:before{content:"\f171"}.flaticon-115-expand:before{content:"\f172"}.flaticon-116-internet:before{content:"\f173"}.flaticon-117-justify:before{content:"\f174"}.flaticon-118-file:before{content:"\f175"}.flaticon-119-tag:before{content:"\f176"}.flaticon-120-minimize:before{content:"\f177"}.flaticon-121-switch-off:before{content:"\f178"}.flaticon-122-heart:before{content:"\f179"}.flaticon-123-attachment:before{content:"\f17a"}.flaticon-124-cube:before{content:"\f17b"}.flaticon-125-information:before{content:"\f17c"}.flaticon-126-eye:before{content:"\f17d"}.flaticon-127-hide:before{content:"\f17e"}.flaticon-128-log-out:before{content:"\f17f"}.flaticon-129-align-left:before{content:"\f180"}.flaticon-130-puzzle:before{content:"\f181"}.flaticon-131-switch:before{content:"\f182"}.flaticon-132-picture:before{content:"\f183"}.flaticon-133-pin:before{content:"\f184"}.flaticon-134-right-arrow-2:before{content:"\f185"}.flaticon-135-refresh:before{content:"\f186"}.flaticon-136-filter:before{content:"\f187"}.flaticon-137-edit-1:before{content:"\f188"}.flaticon-138-log-in:before{content:"\f189"}.flaticon-139-reply-all:before{content:"\f18a"}.flaticon-140-reply:before{content:"\f18b"}.flaticon-141-silence:before{content:"\f18c"}.flaticon-142-settings:before{content:"\f18d"}.flaticon-143-inbox:before{content:"\f18e"}.flaticon-144-left-arrow-2:before{content:"\f18f"}.flaticon-145-outbox:before{content:"\f190"}.flaticon-146-menu-1:before{content:"\f191"}.flaticon-147-left-arrow-1:before{content:"\f192"}.flaticon-148-right-arrow-1:before{content:"\f193"}.flaticon-149-down-arrow-2:before{content:"\f194"}.flaticon-150-up-arrow-2:before{content:"\f195"}.flaticon-151-alarm:before{content:"\f196"}.flaticon-152-left-arrow:before{content:"\f197"}.flaticon-153-down-arrow-1:before{content:"\f198"}.flaticon-154-down-arrow:before{content:"\f199"}.flaticon-155-right-arrow:before{content:"\f19a"}.flaticon-156-up-arrow-1:before{content:"\f19b"}.flaticon-157-eraser:before{content:"\f19c"}.flaticon-158-unlock:before{content:"\f19d"}.flaticon-159-email:before{content:"\f19e"}.flaticon-160-chat:before{content:"\f19f"}.flaticon-161-bell:before{content:"\f1a0"}.flaticon-162-edit:before{content:"\f1a1"}.flaticon-163-calendar:before{content:"\f1a2"}.flaticon-164-up-arrow:before{content:"\f1a3"}.flaticon-165-menu:before{content:"\f1a4"}.flaticon-166-hourglass:before{content:"\f1a5"}.flaticon-167-wall-clock:before{content:"\f1a6"}.flaticon-168-padlock:before{content:"\f1a7"}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.sliding-panel-container{left:0;position:fixed;top:0}.sliding-panel-container.active{background-color:#0000004d;position:fixed;will-change:transform;z-index:15000}.sliding-panel-container.active.click-through{background-color:initial;pointer-events:none}.sliding-panel-container.click-through>div{pointer-events:none}.panel-content{height:100%;pointer-events:all;width:100%}.panel-container-left-enter{opacity:0;transform:translateX(-100%)}.panel-container-left-enter-active{opacity:1;transform:translateX(0);transition:transform .5s,opacity .5s}.panel-container-left-exit{opacity:1;transform:translateX(0)}.panel-container-left-exit-active{opacity:0;transform:translateX(-100%);transition:transform .5s,opacity .5s}.panel-container-right-enter{opacity:0;transform:translateX(100%)}.panel-container-right-enter-active{opacity:1;transform:translateX(0);transition:transform .5s,opacity .5s}.panel-container-right-exit{opacity:1;transform:translateX(0)}.panel-container-right-exit-active{opacity:0;transform:translateX(100%);transition:transform .5s,opacity .5s}.panel-container-top-enter{opacity:0;transform:translateY(-100%)}.panel-container-top-enter-active{opacity:1;transform:translateX(0);transition:transform .5s,opacity .5s}.panel-container-top-exit{opacity:1;transform:translateX(0)}.panel-container-top-exit-active{opacity:0;transform:translateY(-100%);transition:transform .5s,opacity .5s}.panel-container-bottom-enter{opacity:0;transform:translateY(100%)}.panel-container-bottom-enter-active{opacity:1;transform:translateX(0);transition:transform .5s,opacity .5s}.panel-container-bottom-exit{opacity:1;transform:translateX(0)}.panel-container-bottom-exit-active{opacity:0;transform:translateY(100%);transition:transform .5s,opacity .5s}.loaderContainer{background-color:var(--gray-900);cursor:wait;display:flex!important;height:100%;justify-content:center!important;left:0;opacity:.6;position:fixed;top:0;width:100%;will-change:transform;z-index:1042}.form-loader{left:50%;position:absolute;top:40%}.modal-dialog .form-loader-img{max-width:20px}.form-loader-img{align-self:center!important;width:100px}div:not(.agreement_textarea) .text-editor .ql-container{border-radius:6px}div:not(.agreement_textarea) .text-editor .ql-editor{box-sizing:border-box;height:auto;min-height:100%;overflow-y:visible;padding:10px}.pageInput{background-color:var(--white);border:none;color:var(--text-color);height:30px;width:84px}.totalpages{font-weight:700;margin:0 10px}.currentPage{border-right:1px solid var(--gray-300);padding-left:10px}.customPages{border:1px solid var(--gray-300);padding-top:3px}.pagination>li:first-child>a,.pagination>li:first-child>span{border-left:1px solid var(--gray-300);margin-left:0}.page-item:first-child .page-link{margin-left:0}.page-link{background-color:var(--gray-100);border:1px solid var(--gray-300);border-radius:5px;color:var(--gray-900);display:block;font-size:.9rem;line-height:1.25;margin:3px 8px;padding:6px 10px;position:relative}.active>.page-link,.page-link.active,.page-link:hover{background-color:var(--primary-500);border-color:var(--primary-500)!important;color:var(--white)!important}.page-item.end-link .page-link{background-color:initial;border-color:#0000!important;color:var(--gray-900)!important}.page-item.disabled .page-link{cursor:auto;opacity:.5;pointer-events:none}@media (max-width:576px){.page-item.disabled .page-link .visually-hidden{display:none}.page-item.end-link .page-link{margin:0}.page-item.disabled .page-link span[aria-hidden=true]{font-size:0}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.logout_modal_icon{background-color:var( --secondary-500);border-radius:50%;height:70px;line-height:70px;margin:0 auto;text-align:center;width:70px}#customer-sidebarNav{background:var(--gray-300);display:flex;flex-direction:column;height:100%;left:0;position:fixed;text-align:left;top:0;transition:all .1s ease;width:240px;will-change:transform;z-index:1000}#customer-sidebarNav button#nav-toogle{display:none}#customer-sidebarNav nav .sidebar-header{border-bottom:1px solid var(--gray-400)}#customer-sidebarNav nav .sidebar-header .sidebar-logo{background-color:var(--gray-300);padding:7px 0 3px;text-align:center}#customer-sidebarNav nav .sidebar-header .sidebar-logo .openNav-logo{margin:0 auto;max-width:217px}#customer-sidebarNav nav .sidebar-header .sidebar-logo .closeNav-logo{display:none}#customer-sidebarNav .list-unstyled{height:calc(100dvh - 66px);overflow:overlay}#customer-sidebarNav li{padding:9px 6px;width:100%}#customer-sidebarNav li a{align-items:center;color:var(--gray-900);display:flex;font-size:13px;line-height:19px;width:100%}#customer-sidebarNav .nav-inner .list-unstyled>li>a{border-radius:3px;padding:7px}#customer-sidebarNav .nav-inner .list-unstyled>li>a:not(.active):hover{background-color:var(--gray-400)}#customer-sidebarNav li a .nav-text{padding-left:5px}#customer-sidebarNav li a.btn{color:var(--red-200)}#customer-sidebarNav .list-unstyled>li>a.active{background-color:var(--gray-400)}#customer-sidebarNav .list-unstyled>li>a.active svg{fill:var(--white)}#customer-sidebarNav .nav-inner .list-unstyled>li .dropdown-menu{background-color:var(--gray-300);display:block;height:0;opacity:0;overflow:hidden;padding:0;transform:none!important;transition:all .4s ease;visibility:hidden;z-index:10}#customer-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li .dropdown-menu{border:0;position:static!important}#customer-sidebarNav.closeNav .nav-inner .list-unstyled>li .dropdown-menu{border-color:var(--gray-400);box-shadow:1px 1px 10px var(--gray-200);left:100%;position:absolute;top:-10px}#customer-sidebarNav.closeNav .nav-inner .list-unstyled>li:hover .dropdown-menu,#customer-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li .dropdown-menu.show{height:auto;opacity:1;overflow-y:scroll;visibility:visible}#customer-sidebarNav.closeNav .nav-inner .list-unstyled>li:hover .dropdown-menu.show{inset:0 auto auto 53px!important}#customer-sidebarNav.closeNav .nav-inner .list-unstyled>li.dropdown:hover:before{background-color:var(--gray-300);border:1px solid var(--gray-400);border-right:0;border-top:0;content:"";display:block;height:16px;position:absolute;right:-8px;top:27px;transform:rotate(45deg);width:16px;z-index:24}#customer-sidebarNav .nav-inner .list-unstyled>li .dropdown-toggle:after{margin-left:auto}#customer-sidebarNav.closeNav .nav-inner .list-unstyled>li .dropdown-toggle:after{display:none}#customer-sidebarNav .nav-inner .list-unstyled>li .dropdown-item{border-radius:4px;color:var(--white);padding:8px}#customer-sidebarNav .nav-inner .list-unstyled>li .dropdown-item:hover{background-color:var(--gray-700)}#customer-sidebarNav .nav-inner .list-unstyled>li .dropdown-item.active{background-color:initial;color:var(--secondary-600)}#customer-sidebarNav .aside-footer{border-top:1px solid var(--gray-300);bottom:0;left:0;padding:10px 0 0;position:absolute;width:100%}#customer-sidebarNav .aside-footer ul{align-items:center;display:flex;flex-direction:column;margin-bottom:1px;padding:0 0 0 4px;width:100%}#customer-sidebarNav .aside-footer li.dropdown{cursor:pointer}#customer-sidebarNav .aside-footer li{color:var(--gray-900);cursor:pointer;margin:10px 0;text-align:left;width:100%}#customer-sidebarNav .aside-footer li a{color:var(--black);font-size:15px}#customer-sidebarNav .aside-footer img{width:22px}#customer-sidebarNav .svgWidth svg{fill:var(--gray-900);color:var(--gray-900)}#customer-sidebarNav #exit svg{fill:#0000}#customer-sidebarNav .aside-footer .profile_svg{display:inline-block;width:29px}#customer-sidebarNav .logout .profile_svg{margin-left:4px}.header_profile_dropdown{align-items:center;background:var(--gray-0);border:1px solid var(--gray-400);border-radius:20px;display:inline-flex;margin-right:10px;margin-top:13px;padding:5px 10px;width:auto}.header_profile_dropdown+.dropdown-menu{padding:5px}.header_profile_dropdown+.dropdown-menu li{text-wrap:wrap;max-width:200px}.header_profile_dropdown+.dropdown-menu a,.header_profile_dropdown+.dropdown-menu button{color:var(--gray-900);display:block;padding:4px 8px;text-align:left;width:100%}.header_profile_dropdown+.dropdown-menu a:hover,.header_profile_dropdown+.dropdown-menu button:hover{background-color:var(--gray-300)}.form-control.storeNameDropdown{max-width:240px;min-width:180px}@media (max-width:1367px){#customer-sidebarNav .nav-inner .list-unstyled>li>a{padding:7px}#customer-sidebarNav li{padding:3px 6px}}@media (max-width:1360px){#customer-sidebarNav li{padding:3px 6px}}@media (max-width:1200px){#customer-sidebarNav{display:none}.wrapper #customer-sidebarNav+.main-wrapper #moveContent.bookingMngPg{padding:0!important}.wrapper #customer-sidebarNav+.main-wrapper .language-toggle{margin-right:10px}}#left-sidebarNav{background:var(--primary-500);display:flex;flex-direction:column;height:100dvh;left:0;position:fixed;text-align:left;top:0;transition:all .1s ease;width:240px;will-change:transform;z-index:1021}button#nav-toogle{background-color:var(--white);border-radius:5px;color:var(--primary-500);font-size:20px;height:41px;left:calc(100% + 5px);padding:9px;position:absolute;top:11px;width:43px}button#nav-toogle:hover{background-color:var(--gray-200)}button#nav-toogle svg{overflow:hidden;vertical-align:middle}.closeNav button#nav-toogle svg{margin:7px}.menu-toggle span{background-color:currentColor;display:block;height:2px;margin:5px 0 4px 3px;transition-duration:.15s;transition-duration:.25s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.menu-toggle span:nth-child(2){width:.75rem}.closeNav button#nav-toogle i{transform:rotate(180deg)}button#nav-toogle i{float:right;margin-right:20px}.closeNav button#nav-toogle i{float:none;margin-right:0}.closeNav .aside-footer .version{display:none}#left-sidebarNav.closeNav{width:55px}#left-sidebarNav.closeNav nav .sidebar-header .sidebar-logo{padding:11px 0 13px}#left-sidebarNav nav .sidebar-header .sidebar-logo{background-color:var(--primary-500);padding:11px 0 12px;text-align:center}#left-sidebarNav nav .sidebar-header .sidebar-logo img{display:none;margin:0 auto;max-width:48px}#left-sidebarNav:not(.closeNav) nav .sidebar-header .sidebar-logo img.openNav-logo{display:block;max-width:153px}#left-sidebarNav.closeNav nav .sidebar-header .sidebar-logo img.closeNav-logo{display:block;margin:0 auto}#left-sidebarNav:not(.closeNav) .list-unstyled{background-color:var(--primary-500);height:calc(100dvh - 124px);overflow:overlay}#left-sidebarNav li{padding:4px 8px;width:100%}#left-sidebarNav li a{align-items:center;color:var(--white);display:flex;font-size:13px;line-height:19px;padding:6px 10px;width:100%}#left-sidebarNav .nav-inner .list-unstyled>li>a{border-radius:3px;padding:7px}#left-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li>a.show{background-color:var(--primary-700);border-radius:10px 10px 0 0}#left-sidebarNav .nav-inner .list-unstyled>li.dropdown.active>a,#left-sidebarNav .nav-inner .list-unstyled>li>a.active,#left-sidebarNav .nav-inner .list-unstyled>li>a:hover{background-color:var(--primary-700)}#left-sidebarNav li a .nav-text{padding-left:5px}#left-sidebarNav li a.btn{color:var(--red-200)}#left-sidebarNav .list-unstyled>li>a.active svg{fill:var(--white)}#left-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li>a{min-width:210px}#left-sidebarNav.closeNav .nav-text{display:none}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-menu{background-color:var(--primary-700);padding:0;transform:none!important;transition:all .4s ease}#left-sidebarNav.closeNav .nav-inner .list-unstyled>li:hover .dropdown-menu,#left-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li .dropdown-menu.show{height:auto;opacity:1;overflow-y:scroll;visibility:visible}#left-sidebarNav.closeNav .nav-inner .list-unstyled>li .dropdown-menu{border-color:var(--gray-400);box-shadow:1px 1px 10px var(--gray-200);left:100%;max-height:280px;position:absolute;top:-10px}#left-sidebarNav:not(.closeNav) .nav-inner .list-unstyled>li .dropdown-menu{border:0;border-radius:0 0 10px 10px;position:static!important}#left-sidebarNav.closeNav .nav-inner .list-unstyled>li .dropdown-menu.show{inset:0 auto auto 53px!important}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-toggle:after{margin-left:auto}#left-sidebarNav.closeNav .nav-inner .list-unstyled>li .dropdown-toggle:after{display:none}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-item{border-radius:4px;color:var(--white)}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-item:active,#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-item:focus,#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-item:hover{background-color:var(--primary-700)}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-item.active{background-color:var(--secondary-700);color:var(--white-color)}@media (min-width:1200px){#left-sidebarNav.closeNav .nav-inner .list-unstyled>li.dropdown:hover:before{background-color:var(--primary-700);border:1px solid var(--secondary-700);border-right:0;border-top:0;content:"";display:block;height:16px;position:absolute;right:-8px;top:27px;transform:rotate(45deg);width:16px;z-index:24}#left-sidebarNav .nav-inner .list-unstyled>li .dropdown-menu{display:block;height:0;opacity:0;overflow:hidden;visibility:hidden;z-index:10}#left-sidebarNav.closeNav .nav-inner .list-unstyled>li:hover .dropdown-menu{inset:0 auto auto 53px!important}}.aside-footer{bottom:0;left:0;padding:10px 0 0;position:absolute;width:100%}.aside-footer ul{align-items:center;display:flex;flex-direction:column;margin-bottom:1px;padding:0 0 0 4px;width:100%}.aside-footer li.dropdown{cursor:pointer}.aside-footer li{color:var(--white);cursor:pointer;margin:10px 0;text-align:left;width:100%}.aside-footer li a{color:var(--black);font-size:15px}.aside-footer li.logout{align-items:center;color:var(--white-color);display:flex;justify-content:space-between}.closeNav .aside-footer li.logout{justify-content:center}.aside-footer li.logout .user-details{line-height:1}.aside-footer li.logout p{font-size:.8rem;line-height:1.4;max-width:130px;overflow:hidden;text-overflow:ellipsis}.aside-footer li.logout small{font-size:.7rem}.aside-footer li.logout svg,.svgWidth{width:24px}.svgWidth svg{fill:var(--white);color:var(--white)}@media (max-width:1367px){#left-sidebarNav .nav-inner .list-unstyled>li>a{padding:7px}#left-sidebarNav li{padding:3px 6px}}@media (max-width:1360px){#left-sidebarNav li{padding:3px 6px}}@media (max-width:1200px){aside:not(.closeNav) .menu-toggle span:nth-child(2){display:none}aside:not(.closeNav) .menu-toggle span:first-child{transform:rotate(-35deg);width:14px}aside:not(.closeNav) .menu-toggle span:nth-child(3){transform:rotate(35deg);width:14px}#left-sidebarNav:not(.closeNav):before{background-color:#0000004d;content:"";height:100dvh;position:fixed;width:100vw;will-change:transform;z-index:-1}}.btn-table{color:var(--white);font-size:15px!important;padding:3px 10px!important}.buttonIcon{color:var(--gray-500)}.buttonIcon :hover{color:var(--secondary-500)}.tileContainer{background-color:var(--white);height:calc(100% - 20px);padding:12px;width:100%}.tileHeading{display:block;float:left;font-size:20px;font-weight:bolder;height:50%;padding:15px 0 0 5px;width:calc(65% - 5px)}.tileValue{font-size:16px;line-height:22px;padding:8px 0 0 6px;text-align:right;width:35%}.kpi,.tileValue{float:left;word-break:break-all}.kpi{font-size:18px;font-weight:400;line-height:18px;width:100%}.tileHeading h3{color:var(--gray-700);font-size:15px;text-transform:capitalize;word-break:break-all}.table{background-color:var(--white);border-collapse:collapse;height:calc(100% - 20px);overflow-y:auto;width:100%}.table td,.table th{border:0;line-height:1.2;max-width:400px;padding:7px 10px;text-align:left;white-space:break-spaces;word-break:break-word}.table th{font-weight:700;line-height:1;padding-bottom:12px;padding-top:12px}.table-sm .table td,.table-sm .table th{padding:8px}.table tr:nth-child(2n),.table tr:nth-child(2n) td{background-color:var(--gray-0)}.grid-img{height:50px;object-fit:contain;width:50px}.paginate{float:right}.paginate li,.paginate li a{height:30px}.tableHeader{float:left;margin-top:10px;width:100%}.pageLimit{background-color:var(--white);border:1px solid var(--gray-300);border-radius:4px;color:var(--gray-700);height:25px;margin-left:8px}.legendColor{float:left;height:100%;width:5px}.paginateArea{float:right}.colorWhite{color:var(--black)}.bg-row{background-color:var(--gray-400)!important}.nonSelectable{background-color:var(--gray-100);cursor:not-allowed}.fs11{font-size:10px}.bgTag{background:var(--gray-400);border-radius:4px;color:var(--gray-500);font-size:.8rem;margin:2px;padding:4px 5px;position:relative}.bgTag.primary{background:var(--primary-0);color:var(--primary-600);display:block;max-width:max-content;overflow:hidden;text-overflow:ellipsis;width:100%}.form-switch .form-check-input,.form-switch .form-check-input:focus{background-color:var(--white);border-color:var(--gray-500);box-shadow:none;height:20px;outline:0;width:40px}.form-check-input:checked,.form-switch .form-check-input:checked:focus{background-color:var(--primary-500);border-color:var(--primary-500);box-shadow:none}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");border:1px solid var(--gray-500)!important}.form-switch .form-check-input:checked:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");border:1px solid var(--primary-500)!important}.fs08{font-size:.8rem}.switch{display:inline-block;height:26px;position:relative;width:47px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:18px;left:4px;width:18px}input:checked+.slider{background-color:var(--primary-500)}input:focus+.slider{box-shadow:0 0 1px var(--primary-500)}input:checked+.slider:before{transform:translateX(20px)}.slider.round{border-radius:40px}.slider.round:before{border-radius:50%}.buttonIcon.is_active_btn{width:17px}.SelectedRow td,.bg-row.SelectedRow,.changingPanel tr.bg-row.SelectedRow:hover{background-color:#ffe5ca3d!important;color:#262626}.bg-img,.bg-img1{align-items:center;background-color:var(--gray-0);display:flex;justify-content:center;min-height:100dvh}input::-ms-clear,input::-ms-reveal{display:none}.navigation-img{align-items:center;background-color:var(--white);justify-content:space-between;min-height:100dvh}.login,.navigation-img{display:flex;position:relative}.login{background:#fffffffa;flex-direction:column;justify-content:center;max-width:600px;min-width:250px;padding:50px;width:100%}.login-svg-container{max-width:900px;width:60vw}.login .logoLogin figure,.logoregister figure{margin:0}.login .logoLogin img,.logoregister{max-width:190px}.login .fleet_management_heading{color:var(--primary-900);font-size:2rem;font-weight:700;margin:10px 0}.login .login_description{color:var(--primary-600);font-size:1.1rem;font-weight:300;margin-bottom:30px}.login input.form-control{border-color:#e2e8f0;border-radius:10px;line-height:1;margin-top:4px;min-height:46px;padding:13px 13px 13px 45px}.email_wrapper:after{background:url(/static/media/mail.52258bc91c6dd6b173e8.svg) no-repeat 50%/auto 20px}.email_wrapper:after,.user_wrapper:after{content:"";display:block;height:20px;left:14px;position:absolute;top:47px;width:20px}.user_wrapper:after{background:url(/static/media/user.748e89f0c3b9a547035f.svg) no-repeat 50%/auto 20px}.phone_wrapper:after{background:url(/static/media/telephone.ef07d62f0ef98baacc67.svg) no-repeat 50%/auto 20px;content:"";display:block;height:20px;left:14px;position:absolute;top:47px;width:20px}.login .otp_wrapper input.form-control{padding-left:13px}.store_wrapper:after{background:url(/static/media/store.89f03f38fb58588052bc.svg) no-repeat 50%/auto 20px}.password_wrapper:after,.store_wrapper:after{content:"";display:block;height:20px;left:14px;position:absolute;top:47px;width:20px}.password_wrapper:after{background:url(/static/media/locked-computer.2733ba020d53d6ea60ce.svg) no-repeat 50%/auto 20px}.login input.form-control:active,.login input.form-control:focus{background-color:var(--white);border-color:var(--primary-600);box-shadow:0 0 3px var(--primary-600)}.login input.form-control::placeholder{color:#7d8ca3}.checkbox .cr{background:#0000;border:1px solid var(--gray-700)}.showHidePass{stroke:#7d8ca3;fill:none;opacity:.5;position:absolute;right:10px;top:10px}.loginBox .showHidePass{top:49px}.user_login{opacity:.5;position:absolute;right:10px;top:35px}.showHideOuterDiv{position:relative}.loginBox .checkbox{align-items:center;display:flex;width:100%}.checkbox-with-label{margin-bottom:10px;width:100%}.login button.btn{border-radius:10px!important;font-size:14px;font-weight:700;margin:15px 0;padding:10px;width:100%}.login button.btn.btn-primary{background:var(--primary-600);border-color:var(--primary-600)}.remember{color:var(--text-color);font-size:14px;font-weight:400;line-height:14px;margin:0}label.withlabel-checkbox1{width:auto}.forgetPas,.register_message a{color:var(--secondary-400);cursor:pointer}.register{background:#fffffffa;display:flex;flex-direction:column;justify-content:center;max-width:800px;min-width:250px;padding:50px;position:relative;width:65vw}.register h3{border-bottom:3px double var(--gray-300);margin-bottom:15px;margin-top:20px;padding-bottom:10px}.register_message{margin-top:30px;text-align:center}.login-as-customer{color:var(--gray-500)}.navigation-card.card-grid{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:20px auto 0}.navigation-card .card{border:0;border-radius:0;cursor:pointer;overflow:visible;text-align:center;transition:.3s ease;width:calc(33.33333% - 10px)}.navigation-card .card input[type=radio]{display:none}.navigation-card .card .bi{color:var(--primary-600);display:block;font-size:2.5rem;margin:1rem auto}.navigation-card .card span{display:block;font-size:1rem;font-weight:500}.navigation-card .card input[type=radio]+label{border:1px solid var(--gray-100);border-radius:12px;box-shadow:0 0 2px #0000000d;padding:10px}.navigation-card .card:hover input[type=radio]+label{box-shadow:0 4px 12px #0000001a}.navigation-card .card input[type=radio]:checked+label{background-color:var(--primary-600);border-color:var(--primary-600);color:var(--white)}.navigation-card .card input[type=radio]:checked+label .bi{color:var(--white)}.navigation-card .card label{cursor:pointer;display:block}.footer-login{align-items:center;display:flex;flex-direction:column-reverse;gap:10px}.monoz_brand_logo{bottom:2px;font-size:6px;position:absolute;right:2px}.LightSmallLogo{max-width:50px}@media (min-width:1600px){.login input.form-control,.login input.form-control.password_field{background-position:10px 14px;background-size:auto 24px;min-height:50px;padding:15px 13px 14px 45px}.login button.btn.btn-primary{font-size:18px}}@media (max-width:1200px){.email_wrapper:after,.password_wrapper:after,.user_wrapper:after{top:44px}}@media (max-width:992px){.email_wrapper:after,.password_wrapper:after,.user_wrapper:after{top:42px}.loginBox .showHidePass{top:44px}.login,.register{margin:0;padding:3em;width:100%}.navigation-img{flex-direction:column}.login-svg-container{display:none}}@media (max-width:768px){.bg-img,.bg-img1{background-color:var(--white)}}@media (max-width:576px){.login{padding:2em}.navigation-card .card{width:calc(50% - 10px)}.loginBox .showHidePass{top:40px}.email_wrapper:after,.password_wrapper:after,.user_wrapper:after{top:39px}}.booking-nav-bar.userTopNav{background:var(--white);box-shadow:0 0 10px var(--shadow-color);padding:10px 10vw}.booking-steps-wrapper{background-color:var(--white);min-height:100dvh;padding-bottom:60px;padding-top:85px}.booking-form{background-color:var(--gray-0);border:1px solid var(--gray-200);border-radius:5px}.bookingMngPg .booking-nav-bar.userTopNav{padding:10px}.bookingMngPg .booking-form{padding:10px 10px 40px}.booking-form>h4{font-size:1.3rem;font-weight:400}.stepper-wrapper{justify-content:space-between;margin:15px auto 30px;max-width:1080px;position:relative;text-align:center}.step-item{margin-bottom:2.3rem;position:relative;width:25%}.step-item .step-number{align-items:center;background-color:var(--primary-0);border:2px solid #0000;border-radius:50%;color:var(--gray-700);cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;line-height:30px;margin:10px auto;position:relative;width:40px;z-index:3}.step-item .step-number.active{border:2px solid var(--card-border)}.step-item:not(:first-child) .step-number:before{background-color:var(--gray-200);content:"";display:block;height:2px;position:absolute;right:calc(100% + 2px);top:17px;width:230px;z-index:0}.step-item:not(:first-child) .step-number.active:before{background-color:var(--gray-700)}.step-circle svg{width:25px}.active .step-circle{background-color:var(--black);border:2px solid var(--black);color:var(--white)}.completed .step-circle{background-color:var(--green);border:2px solid var(--green);color:var(--white-color)}.step-line{background-color:var(--black);height:2px;left:50px;position:absolute;top:16px;width:calc(100% - 100px);z-index:-1}.step-progress{background:var(--light-gray);height:3px}.step-progress .progress-bar{background-color:var(--primary-color)}.selected_menu_wrap .card-header{background-color:var(--gray-100);position:sticky;top:0}.selected_menu_wrap .card-totals{background-color:var(--white);bottom:0;position:sticky}.selected_menu_wrap .card-header h6{color:var(--primary-700);font-size:1.2rem;font-weight:500;padding:15px;text-align:center}.selected_menu_wrap .treatment_name{color:var(--primary-900);font-size:1.15rem;font-weight:500;margin-bottom:5px}.selected_menu_wrap .treatment_value{padding:10px 30px}.selected_menu_wrap .fee_value,.selected_menu_wrap .time_value{border-left:1px solid var(--bs-border-color);color:var(--primary-900);font-size:1.15rem;padding:10px;text-align:center}.selected_menu_wrap .option_menu .fee_value,.selected_menu_wrap .option_menu .time_value{color:var(--gray-700);font-size:.95em}.selected_menu_wrap .option_menu .treatment_value{padding:0 30px 0 45px;position:relative}.selected_menu_wrap .option_menu .fee_value:before,.selected_menu_wrap .option_menu .treatment_value:before{background-color:var(--gray-100);bottom:0;content:"";display:block;height:64px;left:34px;position:absolute;width:1px}.choose-menu-section h6{background-color:var(--gray-100);border-radius:7px;color:var(--primary-700);font-size:1.4rem;font-weight:500;padding:10px 15px}.choose-menu-section .options-menu h6{font-size:1rem}.choose-menu-section .treatment_selection_name{line-height:1.2;max-width:calc(100% - 200px);word-break:break-all}.accordian_btn{border-bottom:1px solid var(--gray-300);padding:15px 5px;width:100%;word-break:break-all}.service-item.active{background:var(--primary-0)}.service-item{border-radius:8px;padding:10px 0}.treatment_selection_name h4{color:var(--primary-900);font-size:1rem;font-weight:400;margin-bottom:5px;word-break:break-all}.staff-section .section-title{font-size:1.4rem;font-weight:500;padding:10px 15px}.staff-list .staff-item{background-color:var(--white);border:1px solid var(--bs-border-color);border-radius:10px;display:block!important;margin:10px auto;max-width:140px;padding:10px;position:relative;text-align:center;width:190px}.staff-list .staff-item:before{border:3px solid var(--primary-500);border-radius:50%;content:"";height:25px;position:absolute;right:10px;top:10px;width:25px}.staff-list .staff-item.selected:after{color:var(--primary-500);content:"\2713";display:inline-block;font-weight:900;height:20px;position:absolute;right:13px;top:11px;width:20px}.staff-list .staff-item.selected{background-color:var(--primary-0)}.staff-list .staff-photo img{border-radius:50%;height:90px;margin:8px auto;object-fit:contain;width:90px}.staff-list .staff-name{color:var(--primary-900);font-size:1rem;font-weight:500}.staff-list .slick-next:before,.staff-list .slick-prev:before{color:var(--black)}.staff-list .slick-prev{left:-10px}.staff-list .slick-next{right:-10px}.calendar-grid{-webkit-overflow-scrolling:touch;max-height:434px;overflow:auto;position:relative}.calendar-section .calendarTable{border:1px solid var(--bs-border-color);width:100%}.calendar-section .calendarTable tr:first-child{background-color:var(--gray-100);position:sticky;top:0;z-index:11}.calendar-section .calendarTable td{min-height:35px;min-width:35px;padding:0}.calendar-section .calendarTable td.holiday{background-color:var(--bs-border-color)}.calendar-section .calendar-header .btn-link:not(:disabled){color:var(--gray-600)}.calendar-section .month_name{color:var(--gray-700);font-size:1.3rem;font-weight:500;margin:0}.calendar-section .form-select{width:100px}.calendar-section .dayTd{background-color:var(--white);color:var(--gray-700);font-size:1.1rem;font-weight:500;left:0;margin:0;position:sticky;top:36px;z-index:9}.calendar-section tr:nth-child(2) .dayTd:first-child{z-index:10}.calendar-section .dayTd .weekday{color:inherit;font-size:.75rem}.calendar-section .dayTd .weekdayClosed{color:var(--gray-600);font-size:.65rem}.calendar-section .calendar-btn{height:100%;min-height:45px;min-width:45px;width:100%}.calendar-section .calendar-btn:hover{background-color:var(--primary-0);color:var(--primary-400)}.calendar-section .calendar-btn.not-allowed{background-color:var(--gray-100);cursor:not-allowed;opacity:.6}.calendar-section .calendar-btn.selected{background-color:var(--primary-0);color:var(--primary-400);cursor:default;position:relative}.calendar-section .calendar-btn.selected:before{border:4px solid var(--primary-400);border-radius:50%;content:"";height:42px;left:calc(50% - 21px);position:absolute;top:calc(50% - 21px);width:42px}.calendar-section .calendar-btn svg{height:10px;width:10px}.staff-sticky-dropdown{position:fixed!important;right:254px;top:7px;will-change:transform;z-index:14}.staff-sticky-dropdown .dropdown-menu{max-height:260px;min-width:220px;overflow-y:auto}.thank_you_title{color:var(--primary-900);font-size:2rem;margin-bottom:20px}.dropdown-profile-img{border-radius:50%;height:32px;margin-right:8px;object-fit:cover;width:32px}.dropdown-menu-staff{max-height:360px;min-width:220px;overflow-y:auto}.dropdown-nomination-fee{align-items:center;color:#888;display:flex;font-size:.93em;margin-left:auto;margin-right:8px;white-space:nowrap}.double-modal+.modal-backdrop.show{z-index:1055!important}@media (min-width:1400px){.staff-sticky-dropdown{right:calc(50vw - 420px)}}@media (max-width:1200px){.service-selection{display:flex;flex-direction:column-reverse}}@media (max-width:991px){.staff-sticky-dropdown{right:160px;top:14px}.booking-stepper-buttons{background-color:var(--gray-100);bottom:0;left:0;position:sticky;right:0;z-index:40}.booking-steps-wrapper{background-color:var(--gray-0);padding-bottom:0;padding-top:65px}.booking-steps-wrapper .container-fluid{padding:0}.booking-form{border:0;border-radius:0}.selected_menu_wrap .treatment_value{display:flex;flex-direction:column;justify-content:center;padding:0 10px}.calendar-section .calendar-btn.selected:before{border:3px solid var(--primary-400);border-radius:50%;height:30px;left:calc(50% - 15px);top:calc(50% - 14px);width:30px}.calendar-grid{max-height:100%}.calendar-section .dayTd{position:static}.calendar-sticky-active{padding-top:103px}.calendar-sticky-active .calendar-header{background-color:var(--gray-100);border-bottom:1px solid var(--bs-border-color);left:0;padding:0 20px;position:fixed;right:0;top:64px;z-index:12}.calendar-sticky-active .calendarTable tr:nth-child(2){background-color:var(--gray-100);display:flex;left:31px;position:fixed;right:31px;top:103px;will-change:transform;z-index:13}.calendar-sticky-active .calendarTable tr:nth-child(2) .calendarTable td{min-width:35px}.dropdown-profile-img{height:18px;width:18px}.calendar-section .calendar-btn{min-height:35px;min-width:35px}.calendar-section .calendarTable td{min-height:25px;min-width:25px;width:calc(7.14286% - 4px)}.calendar-section .calendarTable td.dayTd:first-child{width:57px}.selectedDateError{bottom:12px;left:140px;position:fixed;right:140px;text-align:right;will-change:transform;z-index:42}}@media (min-width:768px) and (max-width:1200px){.choose-menu-section .treatment_selection_name{max-width:62%}.stepper-wrapper{margin-bottom:0;max-width:645px}.step-item:not(:first-child) .step-number:before{width:120px}.step-title{font-size:14px}}@media (max-width:767px){.stepper-wrapper{margin-bottom:0;max-width:385px}.step-item:not(:first-child) .step-number:before{width:56px}.booking-form{padding:10px 3vw}.step-title{font-size:10px}.selected_menu_wrap .card-header h6{align-items:center;display:flex;font-size:1rem;height:100%;justify-content:center;padding:9px}.staff-list .staff-photo img{height:60px;margin-top:3px;width:60px}.staff-list .staff-item{padding:3px;width:130px}.staff-list .staff-item:before{right:4px;top:4px}.staff-list .staff-item.selected:after{right:7px;top:6px}.booking-form{border:0;border-radius:0;padding:0}.choose-menu-section .treatment_selection_name{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:5px;max-width:100%}.selected_menu_wrap{-webkit-overflow-scrolling:touch;max-height:40dvh;overflow:auto}.selected_menu_wrap .treatment_name{font-size:1.05rem}.selected_menu_wrap .fee_value,.selected_menu_wrap .time_value{font-size:.9rem}.calendar-section .dayTd{top:31px}.calendar-sticky-active .calendarTable tr:nth-child(2){left:26px;right:27px;top:78px}.dropdown-profile-img{height:21px;width:22px}.staff-sticky-dropdown{right:100px;top:0}.calendar-sticky-active{padding-top:119px}.calendar-sticky-active .calendar-header{top:34px}.calendar-section .calendarTable td{min-height:25px;min-width:25px;width:calc(14.28571% - 7.14286px)}.calendar-section .calendarTable td.dayTd:first-child{width:50px}.calendar-sticky-active .calendarTable tr:nth-child(2){left:32px;right:29px;top:73px}.selectedDateError{left:90px;right:90px}.container-logo .img-fluid{max-width:120px}}@media (max-width:575px){.calendar-sticky-active .calendarTable tr:nth-child(2){left:26px;right:27px}.staff-sticky-dropdown{top:4px}.staff-sticky-dropdown .btn{padding:4px}.selected_menu_wrap .fee_value,.selected_menu_wrap .time_value{padding:5px}.accordian_btn{padding:7px 5px}.service-item{padding:5px}.calendar-sticky-active .calendar-header{top:41px}.calendar-sticky-active .calendarTable tr:nth-child(2){top:80px}}@media (max-width:470px){.calendar-sticky-active .calendar-header{top:37px}.calendar-sticky-active .calendarTable tr:nth-child(2){top:76px}}@media (max-width:380px){.stepper-wrapper{max-width:305px}.step-item:not(:first-child) .step-number:before{top:12px;width:46px}.step-item .step-number{height:30px;margin:6px auto;width:30px}.choose-menu-section h6{padding:5px 9px}.selected_menu_wrap .treatment_name{font-size:.95rem;margin:0}.staff-list .staff-item{margin:0 15px;width:130px!important}.calendar-sticky-active .calendar-header{top:37px}.calendar-sticky-active .calendarTable tr:nth-child(2){top:76px}.btn:not(.btn-sm):not(.btn-form-control):not(.btn-lg)#staffDropdownButton{display:block!important;max-width:130px;overflow:hidden;padding:4px;text-overflow:ellipsis}}.motivation-box label>input[type=checkbox]{vertical-align:middle}.MuiPickersCalendarHeader-labelContainer{justify-content:space-between;width:140px}.MuiPickersCalendarHeader-label{left:0;margin-right:6px;position:absolute;top:-11px;width:120px}.MuiCalendarOrClockPicker-root .MuiPickersCalendarHeader-label{margin-right:0;position:static}.MuiInputBase-root.MuiOutlinedInput-root.Mui-disabled{background-color:#dbe0e5}.MuiYearPicker-root{max-height:200px!important}.MuiButtonBase-root:not(.MuiPickersDay-root){margin:0!important}.date-range-input{position:relative}.date-range-input .date-range-icon{color:var(--gray-600);font-size:31px;left:calc(50% - 19px);position:absolute;top:0;z-index:10}.date-range-input .start-date .MuiOutlinedInput-notchedOutline{border-bottom-right-radius:0;border-right:0!important;border-top-right-radius:0}.date-range-input .end-date .MuiOutlinedInput-notchedOutline{border-bottom-left-radius:0;border-left:0!important;border-top-left-radius:0}@media(max-width:992px){.tableCustomers .table tr{display:flex;position:relative}.tableCustomers .table thead th:nth-child(2){display:none}.tableCustomers .table tbody td:nth-child(2){bottom:0;left:0;padding-top:0;position:absolute}.tableCustomers .table thead th:first-child{width:50%}.tableCustomers .table tbody td:first-child{padding-bottom:30px;width:50%}.tableCustomers .table tbody td:nth-child(3),.tableCustomers .table tbody td:nth-child(4),.tableCustomers .table thead th:nth-child(3),.tableCustomers .table thead th:nth-child(4){width:15%}.tableCustomers .table tbody td:last-child,.tableCustomers .table thead th:last-child{width:20%}}@media (max-width:768px){.tableCustomers .table thead th:nth-child(3){display:none}.tableCustomers .table tbody td:nth-child(3){bottom:0;left:100px;padding-top:0;position:absolute!important;width:auto}.tableCustomers .table tbody td:last-child,.tableCustomers .table tbody td:nth-child(4),.tableCustomers .table thead th:last-child,.tableCustomers .table thead th:nth-child(4){width:25%}}@media (max-width:565px){.tableCustomers .table td .btn.btn-sm{font-size:0}.tableCustomers .table td .btn.btn-sm i{font-size:12px;margin:0!important}.tableCustomers .table thead th:first-child{width:75%}.tableCustomers .table tbody td:first-child{padding-bottom:46px;width:75%}.tableCustomers .table thead th:nth-child(4){display:none}.tableCustomers .table tbody td:nth-child(4){bottom:25px;left:0;padding-bottom:0;padding-top:0;position:absolute!important;width:auto}}.profile_form{max-width:1140px;padding:25px 8px}.profile_wrapper{--bs-border-color:var(--gray-300)!important;border:1px solid var(--bs-border-color);border-radius:10px;margin-bottom:30px;overflow:hidden}.profile_wrapper label.label-style{color:var(--primary-900);font-size:1.1rem;font-weight:500;padding:0}.profile_wrapper .bg-light{align-items:center;background-color:var(--gray-100)!important;display:flex}.delete_acc_btn{position:absolute;right:0;top:6px}.editable_fields{position:relative}.editable_fields .form-control{padding-right:120px}.editable_fields .btn{position:absolute;right:1.1rem;top:1rem}@media (max-width:575px){.editable_fields .form-control{padding-right:60px}.editable_fields .btn{right:.8rem;top:.9rem}}.rc-tree{border:1px solid #0000;margin:0}.rc-tree-focused:not(.rc-tree-active-focused){border-color:cyan}.rc-tree .rc-tree-treenode{line-height:24px;list-style:none;margin:0;outline:0;padding:0;white-space:nowrap}.rc-tree .rc-tree-treenode .draggable{color:#333;-webkit-user-select:none;user-select:none}.rc-tree .rc-tree-treenode.dragging{background:#6464ff1a}.rc-tree .rc-tree-treenode.drop-container>.draggable:after{bottom:0;box-shadow:inset 0 0 0 2px red;content:"";left:0;position:absolute;right:0;top:0}.rc-tree .rc-tree-treenode.drop-container~.rc-tree-treenode{border-left:2px solid #d2691e}.rc-tree .rc-tree-treenode.drop-target{background-color:#9acd32}.rc-tree .rc-tree-treenode.drop-target~.rc-tree-treenode{border-left:none}.rc-tree .rc-tree-treenode.filter-node>.rc-tree-node-content-wrapper{color:#a60000!important;font-weight:700!important}.rc-tree .rc-tree-treenode ul{margin:0;padding:0 0 0 18px}.rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper{cursor:pointer;display:inline-block;height:24px;margin:0;padding:0;position:relative;text-decoration:none;vertical-align:top}.rc-tree .rc-tree-treenode span.rc-tree-checkbox,.rc-tree .rc-tree-treenode span.rc-tree-iconEle,.rc-tree .rc-tree-treenode span.rc-tree-switcher{background-attachment:scroll;background-color:initial;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;border:0;cursor:pointer;display:inline-block;height:16px;line-height:16px;margin-right:2px;outline:none;vertical-align:-.125em;width:16px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-icon__customize,.rc-tree .rc-tree-treenode span.rc-tree-iconEle.rc-tree-icon__customize,.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-icon__customize{background-image:none}.rc-tree .rc-tree-treenode span.rc-tree-icon_loading{background:url(data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7) no-repeat scroll 0 0 #0000;margin-right:2px;vertical-align:top}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher-noop{cursor:auto}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_open{background-position:-93px -56px}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_close{background-position:-75px -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox{background-position:0 0;height:13px;margin:0 3px;width:13px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-checked{background-position:-14px 0}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-indeterminate{background-position:-14px -28px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox-disabled{background-position:0 -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-checked.rc-tree-checkbox-disabled{background-position:-14px -56px}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled{background:#ccc;border-radius:3px;position:relative}.rc-tree .rc-tree-treenode span.rc-tree-checkbox.rc-tree-checkbox-indeterminate.rc-tree-checkbox-disabled:after{border:2px solid #fff;border-left:0;border-top:0;content:" ";height:0;left:3px;position:absolute;top:5px;transform:scale(1);width:5px}.rc-tree:not(.rc-tree-show-line) .rc-tree-treenode .rc-tree-switcher-noop{background:none}.rc-tree.rc-tree-show-line .rc-tree-treenode:not(:last-child)>ul{background:url(data:image/gif;base64,R0lGODlhCQACAIAAAMzMzP///yH5BAEAAAEALAAAAAAJAAIAAAIEjI9pUAA7) 0 0 repeat-y}.rc-tree.rc-tree-show-line .rc-tree-treenode:not(:last-child)>.rc-tree-switcher-noop{background-position:-56px -18px}.rc-tree.rc-tree-show-line .rc-tree-treenode:last-child>.rc-tree-switcher-noop{background-position:-56px -36px}.rc-tree-child-tree{display:none}.rc-tree-child-tree-open{display:block}.rc-tree-treenode-disabled>a,.rc-tree-treenode-disabled>a span,.rc-tree-treenode-disabled>span:not(.rc-tree-switcher){color:#767676;cursor:not-allowed}.rc-tree-treenode-active{background:#0000001a}.rc-tree-node-selected{background-color:#ffe6b0;box-shadow:0 0 0 1px #ffb951;opacity:.8}.rc-tree-icon__open{background-position:-110px -16px;margin-right:2px;vertical-align:top}.rc-tree-icon__close{background-position:-110px 0;margin-right:2px;vertical-align:top}.rc-tree-icon__docu{background-position:-110px -32px}.rc-tree-icon__customize,.rc-tree-icon__docu{margin-right:2px;vertical-align:top}.rc-tree-indent{display:inline-block;height:0;vertical-align:bottom}.rc-tree-indent-unit{display:inline-block;width:16px}.rc-tree-draggable-icon{display:inline-flex;justify-content:center;width:16px}.rc-tree .rc-tree-treenode{align-items:center;display:flex;padding:5px;position:relative}.rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper{align-items:center;display:flex;height:auto;padding:3px;width:100%}.rc-tree .rc-tree-treenode:hover{background-color:var(--gray-100)}.rc-tree .rc-tree-treenode span.rc-tree-iconEle{background:#0000;width:0}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_close{background:url(/static/media/right.6f3cf4bdef2bf5262b32.svg) no-repeat 0 4px/12px auto}.rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_open{background:url(/static/media/down.5cd38d8bb744b47a655e.svg) no-repeat 0 4px/12px auto}.rc-tree .rc-tree-treenode span.rc-tree-iconEle.rc-tree-icon__docu{background:url(/static/media/rec.df034c29890f1085ea74.svg) no-repeat 0 2px/11px auto;margin-left:-3px;margin-right:5px;width:16px}.rc-tree-title{display:inline-block;width:100%}.rc-tree-title button{color:var(--gray-700);width:20px}.rc-tree-title>span>span:first-child{width:calc(100% - 60px)}.rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper.rc-tree-node-selected{background-color:var(--primary-0);box-shadow:none;cursor:move;opacity:1}.rc-tree-treenode{position:relative;transition:all .4s ease}.rc-tree .rc-tree-treenode.drop-target{background-color:var(--gray-300)!important}.rc-tree .drop-target.drag-over-gap-top .rc-tree-node-content-wrapper{transform:translateY(-40px)}.rc-tree .drop-target.drag-over-gap-bottom .rc-tree-node-content-wrapper{transform:translateY(40px)}.rc-tree-switcher.rc-tree-switcher-noop{width:0!important}.rc-tree .rc-tree-treenode span.rc-tree-switcher:before{bottom:0;content:"";display:block;left:0;position:absolute;right:140px;top:0;z-index:2}.upload-container{align-items:center;display:flex;flex-direction:column;margin-bottom:0}.email-confirmation.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-right-radius:5px;border-top-right-radius:5px;margin-left:0}@media(max-width:768px){.hQAstaffInformationTable .table tbody tr,.hQAstaffInformationTable .table thead tr{display:flex;position:relative}.hQAstaffInformationTable .table tbody tr td:first-child{padding:6px;width:50px}.hQAstaffInformationTable .table tbody tr td:nth-child(3){padding:6px 10px 40px;width:calc(100% - 120px)}.hQAstaffInformationTable .table thead tr th:nth-child(4){display:none}.hQAstaffInformationTable .table thead tr{background-color:var(--gray-200)}.hQAstaffInformationTable .table thead tr:before{content:"並べ替え：";padding:3px}.hQAstaffInformationTable .table thead tr th{border-radius:4px;margin-left:3px;padding:4px!important;text-align:center;width:auto!important}.hQAstaffInformationTable .table tbody tr td:nth-child(4){bottom:0;left:104px;padding:6px;position:absolute;width:101px}.hQAstaffInformationTable .table tbody tr td:nth-child(5){bottom:0;left:214px;padding:6px;position:absolute!important;width:101px}.hQAstaffInformationTable .table tbody tr td:nth-child(6){bottom:0;left:284px;padding:6px;position:absolute!important;width:131px}.hQAstaffInformationTable .table tbody tr td:nth-child(2) img{border-radius:50%;height:40px;width:40px}}@media(max-width:600px){.hQAstaffInformationTable .table thead tr{display:flex}.hQAstaffInformationTable .table thead tr th:empty{display:none}.hQAstaffInformationTable .table tbody tr{display:flex;flex-direction:column;min-height:60px;padding-left:60px;padding-right:80px;position:relative}.hQAstaffInformationTable .table tbody tr td{--bs-table-bg-type:none;padding:3px 10px;width:100%}.hQAstaffInformationTable .table tbody tr td:first-child{background-color:var(--gray-600);border-radius:50px;color:var(--white);height:20px;line-height:20px;padding:0;position:absolute!important;right:10px;text-align:center;top:4px;width:20px}.hQAstaffInformationTable .table tbody tr td:nth-child(2){left:4px;padding:0;position:absolute!important;top:4px;width:40px}.hQAstaffInformationTable .table tbody tr td:last-child{bottom:4px;max-width:80px;padding:0;position:absolute!important;right:12px;text-align:right}.hQAstaffInformationTable .table tbody tr td:nth-child(4){left:64px}.hQAstaffInformationTable .table tbody tr td:nth-child(5){left:164px}.hQAstaffInformationTable .table tbody tr td:nth-child(6){bottom:22px;left:65px;padding:6px;position:absolute!important;width:221px}.hQAstaffInformationTable .table tbody tr td:nth-child(3){padding:6px 10px 51px;width:calc(100% - 20px)}}.image-card{align-items:center;border:1px solid #ddd;border-radius:5px;display:flex;height:100px;justify-content:center;margin:5px;overflow:hidden;width:100px}.image-preview{max-height:100%;max-width:100%}.upload-card{align-items:center;border:1px dashed #ddd;border-radius:5px;cursor:pointer;display:flex;height:100px;justify-content:center;margin:5px;width:100px}.upload-icon{color:#aaa;font-size:24px}.modal-footer{align-items:center;display:flex;gap:10px;justify-content:center}@media(max-width:768px){.storeListTable .table tbody tr,.storeListTable .table thead tr{display:flex;position:relative}.storeListTable .table tbody tr td:first-child{padding:6px;width:50px}.storeListTable .table tbody tr td:nth-child(2){padding:6px 10px 50px;width:calc(100% - 120px)}.storeListTable .table thead tr th:nth-last-child(3){display:none}.storeListTable .table thead tr{background-color:var(--gray-200)}.storeListTable .table thead tr:before{content:"並べ替え：";padding:3px}.storeListTable .table thead tr th{border-radius:4px;margin-left:3px;padding:4px!important;text-align:center;width:auto!important}.storeListTable .table tbody tr td:nth-child(3){bottom:20px;left:55px;padding:6px;position:absolute!important;width:101px}.storeListTable .table tbody tr td:nth-last-child(3){bottom:0;left:55px;padding:6px;position:absolute!important;width:101px}.storeListTable .table tbody tr td:nth-child(4){bottom:0;left:144px;padding:6px;position:absolute!important;width:101px}.storeListTable .table tbody tr td:first-child img{border-radius:50%;height:40px;width:40px}}.blinkCursor{caret-color:#0000}.reservation_list_wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:15px;font-size:13px;overflow:hidden}.reservation_list_wrapper .reservation_img{background-color:var(--gray-0);height:250px;object-fit:contain;width:100%}.reservation_detail_wrapper{--bs-border-color:var(--gray-300)!important;max-width:1100px;padding-bottom:50px}.reservation_detail_wrapper h4{color:var(--primary-900);font-size:1.1rem;font-weight:500}.reservation_detail_wrapper .bg-light{background-color:var(--gray-100)!important}.reservation_date_row .MuiInputBase-input{background:var(--white)!important}@media (max-width:767px){.reservation_list_wrapper .reservation_img{height:100px}}.search-dropdown{width:250px}.rc-time-picker{display:inline-block;position:relative}.rc-time-picker,.rc-time-picker *{box-sizing:border-box}.rc-time-picker-clear{cursor:pointer;height:20px;line-height:20px;margin:0;overflow:hidden;position:absolute;right:6px;text-align:center;top:3px;width:20px}.rc-time-picker-clear-icon:after{color:#aaa;content:"x";display:inline-block;font-size:12px;font-style:normal;height:20px;line-height:1;transition:color .3s ease;width:20px}.rc-time-picker-clear-icon:hover:after{color:#666}.rc-time-picker-input{background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;color:#666;cursor:text;display:inline-block;font-size:12px;height:28px;line-height:1.5;padding:4px 7px;position:relative;transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1);width:100%}.rc-time-picker-input[disabled]{background:#f7f7f7;color:#ccc;cursor:not-allowed}.rc-time-picker-panel{box-sizing:border-box;position:absolute;width:170px;z-index:1070}.rc-time-picker-panel *{box-sizing:border-box}.rc-time-picker-panel-inner{background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 5px #ccc;display:inline-block;font-size:12px;line-height:1.5;list-style:none;outline:none;position:relative;text-align:left}.rc-time-picker-panel-narrow{max-width:113px}.rc-time-picker-panel-input{border:1px solid #0000;cursor:auto;line-height:1.5;margin:0;outline:0;padding:0;width:100%}.rc-time-picker-panel-input-wrap{border-bottom:1px solid #e9e9e9;box-sizing:border-box;padding:6px;position:relative}.rc-time-picker-panel-input-invalid{border-color:red}.rc-time-picker-panel-select{border:1px solid #e9e9e9;border-width:0 1px;box-sizing:border-box;float:left;font-size:12px;margin-left:-1px;max-height:144px;overflow-y:auto;position:relative;width:56px}.rc-time-picker-panel-select-active{overflow-y:auto}.rc-time-picker-panel-select:first-child{border-left:0;margin-left:0}.rc-time-picker-panel-select:last-child{border-right:0}.rc-time-picker-panel-select ul{box-sizing:border-box;list-style:none;margin:0;padding:0;width:100%}.rc-time-picker-panel-select li{cursor:pointer;height:24px;line-height:24px;list-style:none;margin:0;padding:0 0 0 16px;text-align:left;-webkit-user-select:none;user-select:none;width:100%}.rc-time-picker-panel-select li:hover{background:#edfaff}li.rc-time-picker-panel-select-option-selected{background:#f7f7f7;font-weight:700}li.rc-time-picker-panel-select-option-disabled{color:#ccc}li.rc-time-picker-panel-select-option-disabled:hover{background:#0000;cursor:not-allowed}.schedule_wrapper{-webkit-overflow-scrolling:touch;display:flex;overflow:auto;width:100%}.schedule_drop_element{border-radius:6px;color:var(--white);padding:3px;position:relative;width:100%}.schedule_wrapper .schedule_drop_element{margin:0 10px 10px 0;padding:10px;width:200px!important}.schedule_drop_element p{color:inherit;font-family:inherit!important}.schedule_drop_element button{background:#0000!important;color:inherit!important;padding:0!important}#shift-menu .MuiList-root .MuiMenuItem-gutters{font-family:inherit!important;font-size:.9rem!important;padding-bottom:2px!important;padding-top:2px!important}.schedule_drop_element>div>div:first-child{background-color:var(--white);border-radius:4px;font-size:.8rem;font-weight:700;line-height:1;margin-bottom:3px;padding:1px 2px;text-transform:uppercase}.monthly .schedule_drop_element>div>div:first-child{font-size:.8rem;margin-bottom:2px;padding:1px 2px}.schedule_table_header{align-items:center;border:1px solid var(--gray-100);display:flex;justify-content:space-between;padding:2px 15px}.table-scrollable{-webkit-overflow-scrolling:touch;height:calc(100dvh - 310px);overflow:scroll;overscroll-behavior:contain;position:relative;scroll-snap-stop:always;width:100%}.schedule_table{backface-visibility:hidden;transform:translateZ(0);width:100%;will-change:width,transform}.schedule_table thead{left:0;position:sticky;right:0;top:0;z-index:10}.schedule_table td:first-child,.schedule_table th:first-child{left:0;max-width:200px;min-width:200px;position:sticky;z-index:4}.monthly .schedule_table td:first-child,.monthly .schedule_table th:first-child{max-width:130px;min-width:130px;width:130px}.schedule_table td,.schedule_table th{border:1px solid var(--gray-400);border-left:0;border-top:0}.schedule_table td:first-child,.schedule_table th{background-color:var(--primary-0)}.schedule_table th:first-child{background-color:var(--primary-100);z-index:10}.schedule_table .MuiBox-root{border:0;min-width:100%!important;overflow:hidden;padding:2px!important;width:100%}.schedule_table th .MuiBox-root{height:auto!important}.schedule_table td:first-child .MuiBox-root,.schedule_table th .MuiBox-root{background-color:initial}.schedule_table td:first-child .MuiBox-root p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.schedule_table_date{color:var(--primary-800);font-size:1.7rem;margin:0}.monthly .schedule_table_date{font-size:1rem}.schedule_table_day{color:var(--gray-800);font-size:.9rem;font-weight:400;margin:0}td:not(:first-child) .MuiTypography-root{display:block;font-size:.65rem;letter-spacing:0;line-height:1.3}.monthly .schedule_table_day,.monthly td:not(:first-child) .MuiTypography-root{font-size:.5rem}.schedule_table_header_title{color:var(--primary-800);font-size:1.7rem;margin:0;text-align:center}.draggable_shift_menu_icon{align-items:center;display:flex;position:absolute;right:4px;top:0}.monthly .draggable_shift_menu_icon{position:static}.monthly .draggable_shift_menu_icon button{transform:rotate(90deg)}@media (max-width:1200px){.schedule_drop_element>div>div:first-child{font-size:.7rem;padding:2px 4px}.draggable_shift_menu_icon{position:static}.draggable_shift_menu_icon button{transform:rotate(90deg)}.monthly .schedule_table_day,.monthly td:not(:first-child) .MuiTypography-root{word-break:break-all}}@media (max-width:1024px){.schedule_table td:first-child,.schedule_table th:first-child{max-width:100px;min-width:100px}.monthly .schedule_table td:first-child,.monthly .schedule_table th:first-child{max-width:60px;min-width:60px;width:60px}.schedule_table td:first-child .MuiBox-root,.schedule_table th .MuiBox-root{align-items:flex-start;flex-direction:column;justify-content:center}}.user-profile-popup input[type=radio]+label{line-height:25px;padding:0 0 0 18px!important;position:relative}.user-profile-popup .tab-content{margin-bottom:0}.user-profile-popup .nav-tabs{border-bottom:1px solid #404656}.user-details i.fa.fa-user.float-left{border-right:1px solid #404656;font-size:28px;margin:5px 10px 0 0;padding:5px 10px}.user-profile-popup .close:focus,.user-profile-popup .close:hover{color:#31859b}.user-profile-popup a#controlled-tab-example-tab-Settings{display:none}.user-profile-popup .lang{padding-top:8px}.profile_modal_icon{background-color:var(--gray-600);border-radius:50%;height:40px;line-height:40px;margin:0 auto;text-align:center;width:40px}.add-profile-modal input[type=radio]:checked+label svg{fill:var(--secondary-400);background-color:#f3920017;border-color:var(--secondary-400)}.add-profile-modal label svg{fill:var(--gray-500);border:2px solid var(--gray-300);border-radius:6px;margin:16px 0;padding:13px 0;width:100%}.user-profile-popup input[type=radio]{opacity:0;-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;position:absolute;width:auto}.user-profile-popup input[type=radio]+label:after{display:none;opacity:0}.user-profile-popup input[type=radio]+label:before{display:none}.user-profile-popup .showHidePass.modalBox{top:45px}.user-profile-popup{height:311px;margin-top:20px;padding:10px}.user-profile-popup .nav-tabs .nav-link{background-color:var(--white);border-color:initial;border:0;border-radius:30px;color:var(--text-color);margin:0;text-align:center;width:100%}.user-profile-popup .nav-tabs li{width:50%}.add-profile-modal .nav-tabs{align-items:center;border:1px solid var(--gray-400);border-radius:20px;box-shadow:0 0 5px var(--gray-400);display:flex;justify-content:center;margin:0 auto;max-width:100%;width:auto}.user-profile-popup .nav-tabs .nav-link.active{background:var(--primary-600);background:radial-gradient(circle,var(--primary-600) 23%,var(--primary-600) 100%);border-color:var(--primary-color);color:var(--white)}@media (max-width:600px){.language{width:50%}}.tax-group.input-group .btn{z-index:0}@media(max-width:768px){.staffInformationTable .table tbody tr,.staffInformationTable .table thead tr{display:flex;position:relative}.staffInformationTable .table tbody tr td:first-child{padding:6px;width:50px}.staffInformationTable .table tbody tr td:nth-child(3){padding:6px 10px 40px;width:calc(100% - 120px)}.staffInformationTable .table thead tr th:nth-child(4){display:none}.staffInformationTable .table thead tr{background-color:var(--gray-200)}.staffInformationTable .table thead tr:before{content:"並べ替え：";padding:3px}.staffInformationTable .table thead tr th{border-radius:4px;margin-left:3px;padding:4px!important;text-align:center;width:auto!important}.staffInformationTable .table tbody tr td:nth-child(4){bottom:0;left:114px;padding:6px;position:absolute;width:101px}.staffInformationTable .table tbody tr td:nth-child(5){bottom:0;left:214px;padding:6px;position:absolute!important;width:101px}.staffInformationTable .table tbody tr td:nth-child(2) img{border-radius:50%;height:40px;width:40px}}@media(max-width:565px){.staffInformationTable .table thead tr{display:flex}.staffInformationTable .table thead tr th:empty{display:none}.staffInformationTable .table tbody tr{display:flex;flex-direction:column;min-height:60px;padding-left:60px;padding-right:80px;position:relative}.staffInformationTable .table tbody tr td{--bs-table-bg-type:none;padding:3px 10px;width:100%}.staffInformationTable .table tbody tr td:first-child{background-color:var(--gray-600);border-radius:50px;color:var(--white);height:20px;line-height:20px;padding:0;position:absolute!important;right:10px;text-align:center;top:4px;width:20px}.staffInformationTable .table tbody tr td:nth-child(2){left:4px;padding:0;position:absolute!important;top:4px;width:40px}.staffInformationTable .table tbody tr td:last-child{bottom:4px;max-width:80px;padding:0;position:absolute!important;right:12px;text-align:right}.staffInformationTable .table tbody tr td:nth-child(4){left:64px}.staffInformationTable .table tbody tr td:nth-child(5){left:164px}.staffInformationTable .table tbody tr td:nth-child(3){width:calc(100% - 20px)}}.ql-editor{background-color:var(--white);min-height:50dvh;width:100%}.canvas-sign{height:350px}.thumbnail-container{display:flex;flex-wrap:wrap;margin-top:10px}.thumbnail-wrapper{margin-bottom:8px;margin-right:8px;position:relative}.thumbnail-image{border:1px solid #ccc;border-radius:4px;height:78px;object-fit:cover;width:78px}.thumbnail-wrapper .remove-thumbnail-btn{background-color:#fff;padding:2px;position:absolute;right:-8px;top:-8px;z-index:1}.camera-modal-actions{gap:8px;margin-top:16px}.current-agreement .thumbnail-container{padding:20px}.current-agreement .thumbnail-image{height:200px;object-fit:cover;width:200px}.container-row{display:flex}.beforeAfterWrapper{-webkit-overflow-scrolling:touch;border-bottom:1px solid var(--gray-200);border-top:1px solid var(--gray-200);overflow:auto}.beforeAfterWrapper:before{border-bottom:1px solid var(--gray-200);content:"";left:0;position:absolute;top:122px;width:100%;z-index:11}.image-scroll-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding:10px 55px 10px 10px}.label-wrapper{background-color:var(--white);border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200);bottom:0;font-size:1rem;font-weight:700;height:122px;left:0;padding:0 0 0 5px;position:sticky;text-align:center;top:0;transform:rotate(180deg);writing-mode:vertical-rl;z-index:10}.lang-jp .label-wrapper{transform:rotate(0deg)}.box-func{align-items:center;background-color:var(--white);border:1px solid var(--gray-200);border-bottom:0;display:flex;flex-direction:column;gap:1rem;height:50%;justify-content:center;padding:5px;position:absolute;right:0;top:0;z-index:10}.container-row:last-child .box-func{bottom:1px;top:auto}.camera-modal-body{text-align:center}.camera-modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.image-card-container{align-items:center;background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;position:relative;width:100px}.image-card-img{display:block;height:100%;object-fit:cover;width:100%}.image-card-overlay{align-items:center;background-color:#0006;display:flex;gap:10px;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%}.image-card-container:hover .image-card-overlay{opacity:1;pointer-events:auto}.image-card-icon{cursor:pointer;transition:transform .2s ease}.image-card-icon:hover{transform:scale(1.2)}.image-card-placeholder{color:var(--gray-100)}.__markerjs2_>div{margin-left:auto!important;margin-right:auto!important;max-width:700px!important}.method-item{border:none;border-bottom:1px solid var(--gray-100);padding:10px 0}.method-checkbox{align-items:center;color:var(--gray-600);display:flex;font-size:16px;font-weight:500;height:42px;padding-left:53px;position:relative}.method-checkbox input[type=checkbox]{cursor:pointer;height:40px;left:0;opacity:0;position:absolute;top:6px;width:40px;z-index:1}.method-checkbox label:before{background-color:var(--primary-500);border-radius:50%;color:var(--white);content:"+";font-size:20px;height:40px;left:0;line-height:40px;position:absolute;text-align:center;top:2px;width:40px}.method-checkbox input[type=checkbox]:checked+label:before{background-color:var(--gray-500);content:"✓"}.paymentTransactions{min-height:200px}.method-list svg{max-width:100%}.booking-wrapper .badge_icon{border-radius:50%;display:inline-block;height:20px;margin:4px;object-fit:cover;vertical-align:middle;width:20px}.booking-wrapper .tab-pane{max-height:calc(100dvh - 175px);min-height:400px;overflow-y:auto}.booking-wrapper .nav-tabs .nav-item.show .nav-link,.booking-wrapper .nav-tabs .nav-link{background-color:var(--white);border:0;border-bottom:2px solid #0000;border-radius:0 0 0 0;color:var(--primary-800);font-weight:600;margin:0}.booking-wrapper .nav-tabs .nav-item.show .nav-link,.booking-wrapper .nav-tabs .nav-link.active{border-bottom:2px solid var(--green-300)}.booking-sidebar .booking-list{margin-top:10px;max-height:calc(100dvh - 426px);overflow-y:auto}.booking-sidebar .booking-item{border:1px solid var(--primary-500);border-radius:7px;color:var(--gray-900);font-size:.8rem;margin-bottom:10px;overflow:hidden}.booking-sidebar .booking-item.active{background-color:var(--primary-0)}.booking-sidebar .booking-item p{color:inherit;word-break:break-all}.booking-sidebar .booking-details{margin-top:20px}.booking-sidebar .booking-details p{color:var(--primary-800);font-size:1.1rem;margin-bottom:2px}.sales_header .form-control,.sales_header .form-select{min-width:200px}.sales_header .form-control,.sales_header .form-select,.sales_header .rc-time-picker{display:block;min-width:200px}.sales_header .d-xxl-flex.gap-2.align-items-center.ms-3{position:relative}.sales_header .errorMessage{position:absolute}.sales_header .label-style{min-width:50px}.sidebar_booking .group_detailsWrapper{height:calc(100dvh - 166px);padding-bottom:60px;position:relative}.sidebar-modal .modal-dialog{bottom:0;height:100dvh;margin:0;max-height:100dvh;position:fixed;right:0;top:0;transform:none!important;width:400px;will-change:transform}.sidebar-modal .modal-content{border:none;border-radius:0;display:flex;flex-direction:column;height:100dvh}.sidebar-modal .modal-footer,.sidebar-modal .modal-header{border:none;flex-shrink:0;padding:1rem}.sidebar-modal .modal-body{flex-grow:1;overflow-y:auto;padding:1rem}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.sidebar-modal .modal-dialog{animation:slideInFromLeft .4s ease-out forwards}.sidebar-modal.modal.fade:not(.show) .modal-dialog{animation:slideOutToLeft .3s ease-in forwards}.service-selection .accordion-item{background-color:var(--white)!important;border:0!important;border-radius:0!important;box-shadow:0 0 none!important}.service-selection .accordion-button{background-color:var(--white)!important;border:0!important;border-bottom:1px solid var(--gray-300)!important;box-shadow:none!important;color:var(--primary-800)!important;line-height:var(--bs-body-line-height);padding:15px 5px}.sales-accounting-form:not(:first-child){border-top:4px solid var(--primary-700);padding-bottom:40px;padding-top:40px}.sales-accounting-form.refunded-form{position:relative}.sales-accounting-form.refunded-form .btn.btn-info,.sales-accounting-form.refunded-form .btn.btn-secondary{position:relative;z-index:5}.sales-accounting-form.refunded-form:before{background-color:#1647d91a;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}@media (max-width:1200px){.sidebar_booking .group_detailsWrapper{padding-bottom:85px}.sidebar_booking .group_detailsWrapper .center-content{padding-bottom:40px}}.counselling_textarea textarea{height:calc(70dvh - 230px)}.reservation_textarea textarea{height:calc(30dvh - 125px)}.medicalImages{display:flex;overflow-y:auto;position:relative;width:100%}.imageBlockTitle{font-size:.9rem;font-weight:400;left:0;margin:0;padding:5px;position:sticky;text-align:center;transform:rotate(90deg);transform:rotate(180deg);writing-mode:vertical-rl}.imageBlock,.templateImage{border-left:1px solid var(--bs-border-color);height:120px;position:relative;width:120px}.imageBlock img,.templateImage img{border-radius:0;height:100%;object-fit:cover;width:100%}.imageBlock .hover_overlay{align-items:center;background-color:#0003;border-radius:0;display:flex;gap:.5rem;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.imageBlock:hover .hover_overlay{opacity:1}.imageBlock .hover_overlay .overlay_content{color:var(--white);font-size:1.1rem;text-align:center}.treatment-badge{left:1rem;position:absolute;top:3rem}.preview_image img{display:block;margin:0 auto;max-height:600px!important;max-width:600px!important;object-fit:contain;width:auto!important}.agreement_textarea{-webkit-overflow-scrolling:touch;height:calc(100dvh - 530px);overflow:scroll}.signature_img{height:120px;max-width:600px;object-fit:contain}.max-input{max-width:125px}.agreemenFullpage-modal.modal{background-color:var(--white)}.agreemenFullpage-modal.modal.fade .modal-dialog{max-width:1200px;width:100%}.agreement_textarea .ql-container.ql-snow{border:0}.no-data svg{max-width:100%}@media (min-width:1200px){.customer-info-card{border-bottom:1px solid var(--bs-border-color)}.booking-sidebar{border-right:1px solid var(--bs-border-color)}}@media (max-width:1200px){#booking{border-top:1px solid var(--bs-border-color)}.booking-sidebar .booking-list{display:flex;gap:10px;overflow:auto}.booking-sidebar .booking-item{min-width:150px}.booking-wrapper .tab-pane{max-height:calc(100dvh - 300px)}.counselling_textarea textarea{height:calc(70dvh - 380px)}.agreement_textarea{height:calc(100dvh - 660px)}.register_sale_btn{bottom:-35px;max-width:250px;position:absolute;right:0}.sales_header .rc-time-picker{max-width:100px;min-width:20px}}.sidebar_booking .service-item{border-radius:8px;padding:4px}.sidebar_booking .service-item.active,.sidebar_booking .service-item.selected{background:var(--primary-0);border:1px solid var(--primary-400)}.sidebar_booking .treatment_selection_name h4{flex:100% 1;font-size:.9rem}.sidebar_booking .nav-tabs .nav-link{border:0;border-bottom:3px solid #0000;color:var(--gray-700)}.sidebar_booking .nav-tabs .nav-link.active{border-bottom:3px solid var(--primary-400)}.reservation-table{min-height:calc(100dvh - 182px)}.scheduler-table{-webkit-overflow-scrolling:touch;border-left:1px solid var(--gray-300);max-height:calc(100dvh - 262px);max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;position:relative;scroll-snap-stop:always;white-space:nowrap}.scheduler-table .table{table-layout:fixed;width:100%}.scheduler-table thead th{background-color:var(--white);border:1px solid var(--gray-300);height:25px;padding:5px;text-align:center;vertical-align:middle;white-space:nowrap}.scheduler-table thead th.minute-column[colspan="1"]{font-size:9px;font-weight:400;padding:0}.scheduler-table thead th.minute-column[colspan="2"]{font-size:12px;font-weight:400;padding:0}.scheduler-table tbody tr td{background-color:var(--white)!important;border:1px dashed var(--gray-300);padding:5px;vertical-align:middle}.scheduler-table tbody tr td.bg-gray{background-color:var(--gray-300)!important}.scheduler-table tbody tr td.bg-dark-gray,.scheduler-table thead tr th.bg-dark-gray{background-color:var(--gray-200)!important}.scheduler-table tbody tr td.bg-break{background-color:var(--red-0)!important}.scheduler-table tbody tr td.bg-outside-shift{background-color:#edf6ba!important}.scheduler-table tbody tr td.bg-shift-not-assigned{background-color:var(--gray-200)!important}.scheduler-table tbody tr td.bg-inside-business-hours{background-color:var(--gray-100)!important}.scheduler-table tbody tr td.bg-past-hours{background-color:var(--gray-300)!important}.scheduler-table tbody tr td.bg-inside-shift{background-color:var(--white)!important}.scheduler-table .day-column{font-size:1.2rem;left:0;position:sticky;text-align:left;z-index:2}.scheduler-table.daily-view .day-column{border-left:0;width:200px;z-index:3}.scheduler-table.weekly-view .day-column{min-width:100px;width:100px;z-index:9}.scheduler-table.weekly-view .day-column:first-child:not([rowspan="7"]):not([rowspan="2"]),.scheduler-table.weekly-view .day-column:nth-child(2){left:100px}.scheduler-table th.day-column{font-weight:700;text-align:center}.scheduler-table td.day-column{border:1px solid var(--gray-300);min-height:100px;padding:5px}.scheduler-table td.day-column .staffImg{background:var(--gray-100);border:4px solid var(--white);border-radius:50%;display:block;height:60px;margin:3px auto;object-fit:cover;width:60px}.scheduler-table td.day-column .selected .staffImg{border-color:var(--green-300)}.staffInfo{line-height:1;max-width:calc(100% - 90px)}.staffInfo,.staffInfo p{overflow:hidden;text-overflow:ellipsis}.staffInfo small{font-size:.7rem;line-height:1}.staffAction{left:auto;position:absolute;right:10px;top:10px;z-index:0}.staffAction>a{color:var(--gray-500)}.staffAction .dropdown-menu{top:0;inset:-7px auto auto 15px!important;transform:none!important;width:150px;z-index:6}.draggable-event{display:flex;position:absolute;width:100%;z-index:2}.event-box .event{color:var(--white);font-size:.8rem;height:90px;overflow:hidden;padding:5px;position:relative;width:100%}.event-box .event,.event-box .event.upcoming-event{background-color:var(--primary-500);border-radius:4px 0 0 4px}.event-box .event.new-upcoming-event{background-color:var(--green-300)}.event-box .event.break{word-wrap:break-word;background-color:var(--gray-500);border-radius:4px;height:90px;white-space:break-spaces;width:100%}.event-box .event.holiday{background-color:var(--gray-300)!important}.event-box .event.completed{background-color:var(--gray-400)!important}.completed-customer-reservation{background-color:var(--gray-500)!important}.event-box .event.reception{background-color:var(--red-100)!important}.event-box .event.break{background-color:var(--gray-500)!important}.event-box .event .treatment-name{overflow:hidden;text-overflow:ellipsis}.event-box .event .complete-event-details,.event-box .event .reception-event-details{align-items:center;display:flex;flex-wrap:wrap;gap:2px;justify-content:flex-end;left:7px;position:absolute;right:5px;top:5px}.event-box .event .event-mode{background-color:var(--gray-800);border-radius:50%;display:block;font-size:13px;height:20px;line-height:15px;overflow:hidden;padding:2px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:20px}.event-box .event .event-mode.bg-danger{font-size:7px}.event-box .event .event-mode.staff-preference{padding:0}.event-box .event .event-mode.staff-preference img{height:20px;width:20px}.interval-box{background-color:var(--secondary-500);border-radius:0 4px 4px 0;color:var(--black);height:90px;left:100%;padding:5px;position:absolute;top:0}.interval-box>div{touch-action:none;-webkit-user-select:none;user-select:none}.interval-box .interval_time{display:block;font-size:.8rem;font-weight:700;height:100%;text-align:center;width:100%;writing-mode:vertical-rl}.outside-drop-area{background-color:var(--white);border:1px dashed var(--gray-300);border-radius:5px;color:var(--gray-500);overflow-x:scroll;padding:10px;width:100%}.outside-drop-area .event-box-wrapper{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto}.outside-drop-area .event-box{height:auto!important;position:static!important}.outside-drop-area .event-box .event{border-radius:4px;height:auto}.dateValue{align-items:center;background-color:var(--primary-500);border-radius:4px;color:var(--white);display:flex;flex-direction:column;height:41px;justify-content:center;line-height:1;padding:5px;text-align:center;width:130px}.scheduler-table tbody tr td.minute-cell{height:100%;padding:0}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown{height:100%;padding:0;position:relative}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown+.minute-cell-dropdown{left:0;position:absolute!important;right:0;top:0}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown+.tooltip{position:absolute;top:-40px;visibility:hidden;z-index:999}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown+.tooltip .tooltip-arrow:before{bottom:-6px;top:auto}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown+.tooltip .tooltip-inner{display:flex;gap:3px;left:-10px;position:relative}.scheduler-table tbody tr td.minute-cell .minute-cell-dropdown.highlight+.tooltip{opacity:1;visibility:visible}.dragable-cell-action{border:1px dashed #0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.minute-cell .dragable-cell-action.show{background-color:var(--secondary-0);border:1px dashed var(--secondary-500)}.minute-cell .more-events{background:var(--white);border-radius:9px;color:var(--black);font-size:.7rem;font-weight:700;left:4px;padding:0 3px;position:absolute;text-align:center;top:55px;width:110px;z-index:3}.draggable-event[style*="top: 82px"] .interval-box:before{bottom:100%;content:"";display:block;height:82px;left:0;position:absolute;width:100%}.minute-cell[style*="height: 164px"] .draggable-event[style*="top: 0px"] .interval-box:before{content:"";display:block;height:82px;left:0;position:absolute;top:100%;width:100%}.modal-header .nav-tabs .nav-link{color:var(--black)}.fade.cancelation-modal.modal.show{background:#0009}.store-closed-message{align-items:center;background:url(/static/media/store-close.9b87bb6d26f6d04a190a.png) no-repeat 0 0/cover;display:flex;flex-direction:column;justify-content:center;min-height:calc(100dvh - 300px)}.store-closed-message svg{height:100px;margin:20px auto;width:100px}.store-closed-message p{font-size:1.3rem;font-weight:700}.customer-item{border:none;border-bottom:1px solid var(--gray-100);padding:10px 0}.customer-radio{align-items:center;color:var(--gray-600);cursor:pointer;display:flex;font-size:16px;font-weight:500;height:42px;padding-left:53px;position:relative}.customer-radio input{cursor:pointer;height:40px;left:0;opacity:0;position:absolute;top:6px;width:40px;z-index:1}.customer-radio label{cursor:pointer}.customer-radio label:before{background-color:var(--primary-500);border-radius:50%;color:var(--white);content:"+";font-size:20px;height:40px;left:0;line-height:40px;position:absolute;text-align:center;top:2px;width:40px}.customer-radio input[type=radio]:checked+label:before{background-color:var(--gray-500);content:"✓"}.weekly_staff_column{max-height:calc(100dvh - 342px);overflow:scroll}.no-select{user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.swatch-wrapper{display:flex;flex-wrap:wrap;gap:10px}.swatch-input{display:none}.swatch-label{border:2px solid #0000;border-radius:6px;cursor:pointer;display:inline-block;height:40px;overflow:hidden;position:relative;transition:border .2s ease,transform .2s ease;width:40px}.swatch-label:after{content:"";height:50px;left:10px;position:absolute;top:11px;transform:rotate(45deg);width:50px}.swatch-input:checked+.swatch-label{border:2px solid #000;transform:scale(1.1)}#themeLabel0{background-color:#27a99d}#themeLabel0:after{background-color:#ffc928}#themeLabel1{background-color:#653b97}#themeLabel1:after{background-color:#f2c103}#themeLabel2{background-color:#81e05a}#themeLabel2:after{background-color:#ff8a1a}#themeLabel3{background-color:#ef5295}#themeLabel3:after{background-color:#a15bad}#themeLabel4{background-color:#1c1376}#themeLabel4:after{background-color:#e20595}#themeLabel5{background-color:#5d8dff}#themeLabel5:after{background-color:#f7a661}#themeLabel6{background-color:#9ec9be}#themeLabel6:after{background-color:#8992da}#themeLabel7{background-color:#1e1711}#themeLabel7:after{background-color:#da5151}.store-list-page{background-color:var(--white);min-height:100dvh;padding-top:85px}.store-sidebar{background-color:var(--gray-0);border-radius:.5rem;padding:2rem 1rem;position:sticky;top:85px}.store-image-placeholder{background-color:var(--gray-0);cursor:pointer;object-fit:contain;width:100%}.grid-view .store-image-placeholder{height:250px}.list-view .store-image-placeholder{height:150px}.store-description{color:var(--gray-500);font-size:.9rem}@media (max-width:767px){.store-description{min-height:10px}}@media (max-width:575px){.check-availability-wrapper{position:absolute;right:0;top:18px;width:55%}}@media (max-width:380px){.store-list-page{padding-top:55px}}.store-header-tabs{border:1px solid var(--gray-200);border-right:0;margin:0 auto;max-width:1000px}.store-header-tabs.nav-tabs .nav-item{width:25%}.store-header-tabs.nav-tabs .nav-link{align-items:center;border:0;border-radius:0;border-right:1px solid var(--gray-200);color:var(--gray-900);display:flex;flex-direction:column;font-size:1.1rem;height:100%;justify-content:center;margin:0;padding:20px;width:100%}.store-header-tabs.nav-tabs .nav-link.active{background-color:var(--gray-100)}.store-header-tabs.nav-tabs .nav-link .bi{color:var(--gray-400);font-size:2rem;margin-bottom:5px}.store-header-tabs.nav-tabs .nav-link.active .bi{color:var(--primary-400)}.staff-card .staff-image{border-radius:50%;display:block;height:110px;margin:0 auto 10px;object-fit:cover;width:110px}.staff-card .staff-name{border-bottom:2px dotted var(--gray-400);color:var(--primary-900);font-size:1.3rem;font-weight:500;margin-bottom:3px;padding:3px}.place_frame_wrap iframe{width:100%!important}.slick-next:before,.slick-prev:before{color:var(--primary-700)}.store-detail-container .main-slider-img{height:500px;object-fit:contain;width:500px}.store-detail-container .thumbnail-img{border:2px solid #0000;border-radius:5px;height:120px;margin:0 auto;object-fit:contain;width:120px}.store-detail-container .slick-slide .px-1{border-radius:10px;box-shadow:0 0 5px var(--gray-100)}.staff-card.card{height:100%}@media (max-width:1200px){.store-header-tabs.nav-tabs .nav-link{padding:0}.store-detail-container{padding-bottom:60px!important;position:relative}.store_detail_action_buttons{background-color:var(--white);bottom:0;left:0;padding:10px 15px;position:fixed;right:0;text-align:center!important;will-change:transform;z-index:1000}.store-header-tabs{background:#fff;position:sticky;top:66px;z-index:10}}@media (max-width:767px){.store-header-tabs{top:39px}}@media (max-width:576px){.store-detail-container .slick-slider{padding:10px 20px}.store-detail-container .slick-prev{left:-10px}.store-detail-container .slick-next{right:-10px}.store-detail-container .thumbnail-img{height:90px;width:90px}.store-header-tabs.nav-tabs .nav-link{font-size:.8rem;padding-bottom:3px}.store-header-tabs.nav-tabs .nav-link .bi{font-size:1.6rem;line-height:1;margin-bottom:0;margin-top:2px}.store-detail-container .main-slider-img{height:200px}.staff-card .staff-image{height:60px;width:60px}}.inventoryTable .table{position:relative;width:3500px}.inventoryTable .table tr{position:relative}.inventoryTable .table tr td:first-child,.inventoryTable .table tr th:first-child{left:0;position:sticky;top:0;z-index:1}.inventoryTable .table tr:last-child{bottom:0;position:sticky;z-index:10}.inventoryTable .table tr:last-child td{background-color:var(--primary-400);color:var(--white);font-weight:700;padding-bottom:15px;padding-top:15px}.email-management .nav-tabs .nav-item.show .nav-link,.email-management .nav-tabs .nav-link{background-color:var(--white);border:0;border-bottom:2px solid #0000;border-radius:0 0 0 0;color:var(--primary-800);font-weight:600;margin:0}.email-management .nav-tabs .nav-item.show .nav-link,.email-management .nav-tabs .nav-link.active{border-bottom:2px solid var(--green-300)}.mw-50{max-width:250px}.ql-disabled .ql-editor{background-color:var(--gray-300)}@media (max-width:767px){.mw-50{max-width:100px}}.totalling_tables_wrapper .treatment_title{background-color:#ffedd5;border-bottom:3px solid #fb923c;color:var(--gray-700);display:table;font-weight:400;padding:12px 16px;width:auto}.totalling_tables_wrapper .all-day-table,.totalling_tables_wrapper .treatment-detail-table{height:350px;overflow-y:auto;position:relative}.sticky-row{bottom:0;position:sticky;z-index:10}.totalling_tables_wrapper .table thead{position:sticky;top:0;z-index:5}.totalling_tables_wrapper .table thead th{background-color:#2563eb!important;border:1px solid #ffffff80!important;color:var(--white);font-weight:400;height:70px;padding:25px 10px;text-align:center}.totalling_tables_wrapper .table tbody td,.totalling_tables_wrapper .table tbody th{background-color:#f9fafb!important;color:var(--gray-700);font-weight:400;padding:15px 10px}.totalling_tables_wrapper .table>thead>tr>td,.totalling_tables_wrapper .table>thead>tr>th{border:1px solid #fff3!important}.totalling_tables_wrapper .table>tbody>tr>td,.totalling_tables_wrapper .table>tbody>tr>th,.totalling_tables_wrapper .table>tfoot>tr>td,.totalling_tables_wrapper .table>tfoot>tr>th{border:1px solid #0000001a!important}.totalling_tables_wrapper .treatment-detail-table .table>tbody>tr>td:first-child,.totalling_tables_wrapper .treatment-detail-table .table>tbody>tr>th:first-child:not(.blue-col){background-color:#eff6ff!important}.totalling_tables_wrapper .all-day-table .table>tbody>tr>td:first-child,.totalling_tables_wrapper .all-day-table .table>tbody>tr>th:first-child:not(.blue-col){background-color:#f3e8ff!important;color:#8026ce!important}.totalling_tables_wrapper .treatment-detail-table .table>tbody>tr>td.gray-col,.totalling_tables_wrapper .treatment-detail-table .table>tbody>tr>th.gray-col{background-color:#f9fafb!important}.totalling_tables_wrapper .treatment-detail-table .table>tbody>tr>th.blue-col{background-color:#2196f3!important;border:1px solid #fff3!important;color:var(--white);font-weight:400;padding:20px 10px;text-align:center}.age-gender-table .table thead th[rowspan="2"]{background-color:#1e40af!important;vertical-align:middle}.age-gender-table .table thead th:not(.bg-light){background-color:#1d4ed8!important;height:40px;padding:10px}.age-gender-table .table thead th.bg-light:nth-child(2){background-color:#2153e0!important}.age-gender-table .table thead th.bg-light:nth-child(3){background-color:#2563eb!important}.age-gender-table .table thead th.bg-light:nth-child(4){background-color:#3b82f6!important}@media (max-width:1200px){.totalling_tables_wrapper .table tbody td,.totalling_tables_wrapper .table tbody th{padding:7px 2px}.totalling_tables_wrapper .table thead th{height:40px;padding:15px 2px}}
/*# sourceMappingURL=main.e88b61b9.css.map*/