:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #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:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;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{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{opacity:0;animation-timing-function:ease-in;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%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,*{font-family:MetaOffcPro Normal,Helvetica,Arial,Verdana,Tahoma,sans-serif}body{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}#main-content{min-height:calc(100% - 260px)}.app,.h-100{height:100%}.w-100{width:100%}::-webkit-scrollbar{background-color:#fff;width:10px;height:10px}::-webkit-scrollbar-track{background-color:#0000}::-webkit-scrollbar-thumb{background-color:#ff6000;border-radius:10px}h1,h2,h3,h4,h5{color:#041e42;letter-spacing:-.02em;margin:0}h1.extra-large{font-size:60px;line-height:50px}h1.line-height-fix{line-height:70px}h1 sup{font-size:40%;top:-1.15em}h5.smaller{font-size:16px}a{color:#2477ab;font-size:14px;text-decoration:none;transition:color .25s ease-in-out}a.white{color:#fff}.bg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+0AAADICAIAAAASrJdcAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAQ0SURBVHhe7daxDYAwAANB9l+KLqMwQRo6JEqUAfLirKs8wR/XvAEAgBYdDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj42FrY4zz3ecHAH5Ox8PWdDwAsKTjYWsKHgBY0vEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAAPToeAAA6NHxAADQo+MBAKBHxwMAQI+OBwCAHh0PAAA9Oh4AAHp0PAAA9Oh4AADo0fEAANCj4wEAoEfHAwBAj44HAIAeHQ8AAD06HgAAenQ8AAD06HgAAOjR8QAA0KPjAQCgR8cDAECPjgcAgB4dDwAAPToeAAB6dDwAANTM+wGzhPHwxSUanwAAAABJRU5ErkJggg==) repeat-x;width:100%}.ds-button{color:#041e42;cursor:pointer;background-color:#0000;border:1px solid #041e42;border-radius:6px;padding:10px 40px;font-family:MetaOffcPro Bold,Helvetica,Arial,Verdana,Tahoma,sans-serif;font-size:18px;display:inline-block}input{border:1px solid #e0e0e0;width:100%;height:40px;margin-top:15px;margin-bottom:15px;padding-left:15px;padding-right:15px}.align-self-center{align-self:center;-ms-flex-item-align:center!important}.align-self-end{align-self:flex-end;-ms-flex-item-align:end!important}.min-h-fullscreen{min-height:100vh!important}.dci-orange{color:#ff6000}.dci-blue{color:#022a48}.dci-blue-border{border-color:#022a48}.flex-1{flex:1}.flex-auto{flex:1 0 auto}.dci-grey{color:#63666b}.dci-gray-border{border:1px solid #dbdbdb}.dci-gray-border-top{border-top:1px solid #dbdbdb}.dci-gray-border-right{border-right:1px solid #dbdbdb}.dci-gray-border-bottom{border-bottom:1px solid #dbdbdb}.dci-gray-border-left{border-left:1px solid #dbdbdb}.h-80{height:80px}html,body,#root{height:100%}.margin{margin:15px}.padding{padding:25px}.underline{text-decoration:underline}.br-18{border-radius:18px}.item-container{flex-grow:1;align-self:center}.hide{display:none}.flex-shrink-0{flex-shrink:0}.flex-basis-100{flex-basis:100%}.scrollable-table-container{width:100%;overflow-x:auto}.scrollable-table-container table{min-width:1440px}.cardvolume .scrollable-table-container table,.sediscountrevenue .scrollable-table-container table,.semembershipcount .scrollable-table-container table,.activese .scrollable-table-container table,.royaltyvolumefees .scrollable-table-container table,.royaltyadditionsexclusions .scrollable-table-container table,.cardvolumefees .scrollable-table-container table{min-width:auto}.scrollable-table-container td:first-child,.scrollable-table-container th:first-child{z-index:2;background:#fff;position:sticky;left:0}.scrollable-table-container tr.section-title-row td:first-child{background:inherit;color:#fff}.scrollable-table-container th:first-child{background:#002949}.card-member-page .scrollable-table-container .commercial th,.sesalesvolume .scrollable-table-container .commercial th{width:120px}.franchise-flow-routes-container .scrollable-table-container th:first-of-type,.franchise-flow-routes-container .scrollable-table-container td:first-of-type{color:#2477ab;width:250px;box-shadow:6px 0 5px -3px #0000001a}.intes .scrollable-table-container th:first-of-type{width:inherit;color:#fff}.intes .scrollable-table-container td:first-of-type{width:inherit;color:#022a48;text-align:right}.activese .scrollable-table-container input{width:149px}@media screen and (width>=1024px){.scrollable-table-container{width:885px;min-width:100%}}@media screen and (width>=1280px){.scrollable-table-container{width:1140px;min-width:100%}}@media screen and (width>=1360px){.scrollable-table-container{width:1220px;min-width:100%}}@media screen and (width>=1440px){.scrollable-table-container{width:1300px;min-width:100%}}@media screen and (width>=1600px){.scrollable-table-container{width:1460px;min-width:100%}}@media screen and (width>=1920px){.scrollable-table-container{width:auto}.franchise-flow-routes-container .scrollable-table-container th:first-of-type,.franchise-flow-routes-container .scrollable-table-container td:first-of-type{-webkit-box-shadow:initial;box-shadow:initial}}.common-profile-container{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;margin:30px;box-shadow:0 3px 21px #0000001a}.common-profile-container .head-text{border-bottom:1px solid #dce8f0;padding-top:15px;padding-bottom:15px}.common-profile-container .head-text h6{color:#1a587e;text-align:center;font-size:16px;font-weight:600;line-height:28px}.common-profile-data-container{padding:30px}.common-profile-data-container .border-div{border:1px solid #d9e7ef;border-radius:9px}.bg-white{background-color:#fff}.text-right{text-align:right}.ml-30{margin-left:30px}.p-15{padding:15px}.px-15{padding:15px 0}.pl-15{padding-left:15px}.pr-15{padding-right:15px}.border-bottom{border-bottom:1px solid #dae7ef}.w-90{width:90%}.intes-table-header{background-color:#022a48}.form-row,.form-row td:first-of-type{background-color:#f2f9fc}.royalty-table-form-fields{text-align:left;color:#022a48;background-color:#fff}.intes-table-textfieldgrid{text-align:right}.intes-tablehead{color:#fff;justify-content:center;text-align:right!important}.intes-tablehead:first-child,.intes-tablebody-actions{color:#fff;text-align:left!important}.intes-tablehead:last-child{color:#fff;text-align:center!important}.intes-tablehead.intes-readonly:last-child{color:#fff;text-align:right!important}.intes-table-form-total-row{background-color:#f2f9fc!important}.intes-table-form-total{color:#022a48;background-color:#0000;font-weight:700}.sticky-row{z-index:1;background-color:#fff;position:sticky;bottom:0;box-shadow:0 -1px 2px #0000001a}.issuer-table-header{background-color:#022a48}.form-row,.form-row td:first-of-type{background-color:#f2f9fc}.intes-tablehead{justify-content:center;text-align:right!important}.intes-tablehead:first-child,.intes-tablebody-actions{text-align:left!important}.intes-tablehead.issuer-readonly:last-child{text-align:right!important}.issuer-fraud-table-form-delete-button{text-align:center;cursor:pointer;margin-right:35px}.issuer-table-header .col-Type,.issuer-table-header .col-Description,.issuer-table-header .col-Description.issuer-readonly{text-align:left!important}.issuer-fraud-table-form-total-row{background-color:#f2f9fc!important}.issuer-fraud-table-form-total{color:#022a48;background-color:#0000;font-weight:700}.total-centered{margin-right:26px}.issuer-fraud-form-fields{text-align:left;color:#022a48;background-color:#fff}@media (width<=1532px){.country-dropdown{width:20%!important}}.royalty-table-header{background-color:"#1A587E";color:#022a48}.route-container .intes .form-row .intes_code_select_box_container input{text-align:left;top:-3px}.route-container .intes table td:nth-last-child(2){font-weight:600}.route-container .intes table td:last-child svg{cursor:pointer;width:19px;height:19px}.form-row,.form-row td:first-of-type{background-color:#f2f9fc}.form-row td:first-of-type div[name=intes_code]{background-color:#fff}.form-row .add{cursor:pointer;margin:0 5px;display:inline-block}.intes-form-table-header{width:auto;white-space:nowrap!important;display:table!important;overflow:auto!important}.intes-table{display:table;overflow-x:auto}.intes-table-form{background-color:#f2f9fc}.intes-form-actions-fields{text-align:center!important}.intes-table-form-fields{color:#022a48}.royality-addition-tablehead{justify-content:center;text-align:right!important}.royality-addition-tablehead:first-child,.royality-addition-tablehead:nth-of-type(2),.royality-addition-tablebody-actions{text-align:left!important}.royality-addition-tablehead:last-child{text-align:center!important}.royality-addition-tablehead.royalty-readonly:last-child{text-align:right!important}.royality-exclusion-additions-table:last-of-type{background-color:#f2f9fc!important}.royality-exclusion-additions-table:last-of-type td{font-family:Meta Offc Pro,sans-serif;font-size:16px;font-weight:600;line-height:30px;color:#022a48!important}.col-others{text-align:left!important}.code-Highlight{color:#ff6000!important}.action-button-events-disabled{pointer-events:none;opacity:.5}.franchise-flow{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;margin:30px 30px 0;padding-top:10px;position:relative;box-shadow:0 3px 21px #0000001a}.franchise-flow .table-nav{height:62px;margin-left:15px;margin-right:15px;position:relative}.franchise-flow .table-nav .left-link{position:absolute;top:11px;left:0}.franchise-flow .table-nav .middle-text{text-align:center;flex-direction:column;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.franchise-flow .table-nav .middle-text h6{color:#1a587e;font-size:16px;font-weight:600;line-height:28px}.franchise-flow .table-nav .middle-text p{color:#2477ab;font-size:14px}.dci-outof{color:#63666b}.franchise-flow .table-nav .right-link{position:absolute;top:11px;right:0}.franchise-flow .table-nav .left-link a p,.franchise-flow .table-nav .right-link a p{align-items:center;font-size:16px;display:flex}.franchise-flow .table-nav .left-link img{margin:0 5px 0 0}.franchise-flow .table-nav .right-link img{margin:0 0 0 5px;transform:rotate(180deg)}.franchise-flow .action-buttons{text-align:right;box-sizing:border-box;background-color:#fbfefe;border-top:1px solid #dce8f0;border-bottom:1px solid #dce8f0;width:100%;max-width:100%;padding:15px}.franchise-flow .action-buttons .data-auto-save,.intes-data-duplicate{color:green;margin-top:5px;font-size:small;display:inline-block;position:absolute;left:50%;transform:translate(-50%)}.franchise-flow .action-buttons .intes-data-duplicate{color:red;font-size:16px}.franchise-flow .action-buttons.footer-block{border-bottom:none;border-radius:0 0 9px 9px}.franchise-flow .action-buttons button{margin-right:20px}.franchise-flow .action-buttons button p{font-size:18px}.franchise-flow .action-buttons .save-button{margin-left:30px;margin-right:0}.franchise-flow .franchise-flow-routes-container{padding:15px}.franchise-flow .franchise-flow-routes-container .table-wrapper{margin:0}.table-wrapper .tabs{flex-wrap:nowrap;display:flex;overflow-x:auto}.table-wrapper .tabs button{color:#18587e;background-color:#c4dfee;border:none;border-radius:9px 9px 0 0;margin:0 5px 0 0;padding:10px 30px;font-size:16px;position:relative}.table-wrapper .tabs button.active{color:#fff;background-color:#002949}.table-wrapper .franchise-flow-routes-container table{table-layout:fixed;border-spacing:0;width:100%;max-width:100%}.franchise-flow .header-1{background-color:#002949}.franchise-flow th p{font-size:15px;line-height:20px}.franchise-flow table tbody{color:#022a48;margin:0 30px;font-size:14px;line-height:20px}.franchise-flow td{text-align:right;border-top:1px solid #dae7ef;padding:15px}.franchise-flow td:first-of-type{text-align:left;border-left:1px solid #dae7ef}.franchise-flow tr:last-of-type td{border-bottom:1px solid #dae7ef}.franchise-flow tr:last-of-type td:first-of-type{border-bottom-left-radius:9px}.franchise-flow tr:last-of-type td:last-of-type{border-bottom-right-radius:9px}.franchise-flow td:last-of-type{border-right:1px solid #dae7ef}.franchise-flow button.error:after{content:"";margin-right:10px}.franchise-flow td.error{color:#ff1616}.franchise-flow td.error input{color:#ff1616;border:1px solid #ff1616}.franchise-flow .section-title-row{color:#fff;background-color:#1a587e;height:40px;font-size:17px}.franchise-flow .period-data-row td{color:#022a48;background-color:#f8f8f8;font-family:MetaOffcPro Bold,sans-serif;font-size:15px}.franchise-flow .period-data-row:last-of-type td:first-of-type{border-radius:0 0 0 9px}.franchise-flow .period-data-row:last-of-type td:last-of-type{border-radius:0 0 9px}.franchise-flow tr.section-title-row td{border-top:none;height:44px;padding:0 0 0 30px!important}.cursor-hover{cursor:pointer}.error-dot,.actual-dot{border-radius:50%;width:14px;height:14px;position:absolute;top:12px;right:13px}.error-dot{background-color:#d72828}.actual-dot{background-color:#4dee5a}.bottom-table th{padding:10px 30px!important}.tick-mark{width:14px;height:14px;display:inline-block;position:relative}.tick-mark:before{content:"";transform-origin:0 100%;background-color:#4dee5a;width:3px;height:50%;position:absolute;top:50%;left:0;transform:translate(10px)rotate(-45deg)}.tick-mark:after{content:"";transform-origin:0 100%;background-color:#4dee5a;width:100%;height:3px;position:absolute;bottom:0;left:0;transform:translate(10px)rotate(-45deg)}.table-wrapper.card-member table,.table-wrapper.qr-code table{margin-bottom:0}.data-form-table .header-1{background-color:#022a48}.data-form-table .header-1 th{text-align:right;border-bottom:0;min-width:250px}.qr-code-upload-center{text-align:center!important}.qr-code-upload-right{text-align:right!important}.se-discount-revenue .data-form-table .col-0 div{width:280px!important}.card-member-table,.d-pass-franchise-table{overflow-x:auto}.data-form-table .col-0{z-index:2;color:#2477ab;background:#fff;min-width:250px;position:sticky;left:0}.se-discount-revenue .data-form-table .col-0{width:280px!important}.data-form-table .header-1 th.col-0{text-align:left;color:#fff;background:#022a48}.data-form-table .header-2 th.col-0{color:#fff;background:#1a587e}.data-form-table td{color:#022a48}.data-form-table td div{margin-left:auto}.data-form-table td input{text-align:right;color:#022a48;box-sizing:border-box;width:100%;max-width:100%;height:30px;margin:0;padding:7px 10px;font-size:15px}.se-membership-count .dataform-row .col-4,.card-volume .section-0 .dataform-row .tab-4.col-3,.card-volume .section-1 .dataform-row .tab-4.col-1{font-weight:700}.data-form-table .header-2{background-color:#1a587e}.review .section-1 .header-2 th,.qr-code .section-1 .header-2 th,.dpass-franchisee.tab-0 .header-2 th,.dpass-aquirer .header-2 th,.data-form-table .header-2 td,.review.tab-0 .header-2 th{text-align:right;color:#fff;min-width:250px}.qr-code .section-0 .row-2{color:#00274b;background-color:#f2f9fc;font-weight:700}.table-wrapper.qr-code,.table-wrapper.review{overflow-x:auto}.dpass-franchisee.tab-0 .header-2 th.col-0,.review.tab-0 .header-2 th.col-0,.dpass-aquirer .header-2 th.col-0,.qr-code .section-0 .header-1 th{text-align:left;color:#fff}.dpass-franchisee.tab-0 .header-1 th,.dpass-aquirer .header-1 th,.qr-code .section-1 .header-1 th,.review.tab-0 .section-1 .header-1 th,.review.tab-0 .section-0 .header-1 th{text-align:center;color:#fff}.card-member.section-0 .row-2,.card-member.section-0 .row-3,.card-member.section-0 .dataform-row .row-2 input,.card-member.section-0 .dataform-row .row-3 input{color:#d72828}.qr-code.section-1 .header-1 .col-1,.qr-code.section-1 .header-2 .col-3,.dpass-franchisee.tab-0 .section-0 .header-1 .col-1,.dpass-franchisee.tab-0 .section-0 .header-2 .col-4,.dpass-aquirer .section-0 .header-1 .col-1,.dpass-aquirer .section-0 .header-2 .col-4,.review.tab-0 .section-0 .header-1 .col-1,.review.tab-0 .section-0 .header-2 .col-4{color:#fff;border-right:1px solid #d0c9c9}.se-membership-count .section-0 .col-4{width:200px}.se-discount-revenue .data-form-table .header-1 th{padding:5px!important}.se-discount-revenue .section-0 .col-1 div,.se-discount-revenue .section-0 .col-3 div,.se-discount-revenue .section-0 .col-5 div,.se-discount-revenue .section-0 .col-2 div,.se-discount-revenue .section-0 .col-4 div,.se-discount-revenue .section-0 .col-7 div,.se-discount-revenue .section-0 .col-6 div,.se-discount-revenue .section-0 .col-8 div{width:280px!important}.se-sales-volume-summary td,.se-transactions-summary td{color:#63666b}.se-sales-volume-summary table th:first-child,.se-transactions-summary table th:first-child{border-radius:10px 0 0}.se-sales-volume-summary table th:last-child,.se-transactions-summary table th:last-child{border-radius:0 10px 0 0}.se-sales-volume-summary .col-3,.se-sales-volume-summary .col-5,.se-transactions-summary .col-3,.se-transactions-summary .col-5{font-weight:600}.se-sales-volume-summary td.col-6,.se-sales-volume-summary td.col-7,.se-transactions-summary td.col-6,.se-transactions-summary td.col-7{background-color:#f8f8f8}.se-sales-volume-summary td.col-3,.se-sales-volume-summary td.col-5,.se-transactions-summary td.col-3,.se-transactions-summary td.col-5{color:#022a48}.se-sales-volume-summary th,.se-transactions-summary th{line-height:1rem}.se-sales-volume-summary .data-form-table th,.se-transactions-summary .data-form-table th{width:130px}.se-sales-volume-summary .col-0 div,.se-transactions-summary .col-0 div{width:250px!important;margin-left:0!important}.se-sales-volume-summary .data-form-table td div,.se-transactions-summary .data-form-table td div{width:100px;margin-left:auto}.qr-code.section-1 .header-2 .col-c3{border-right:1px solid #d0c9c9}.card-member-summary .col-4,.card-volume-summary .row-1{background-color:#f8f8f8!important}.dpass-franchisee.tab-1 table thead .header-1,.dpass-franchisee.tab-1 table thead .header-1 th.col-0{background-color:#1a587e}.generictable-tablecell-warning-blank{display:none}.generictable-tablecell-warning-errors{flex-shrink:0;width:1rem;margin-right:5px;padding:0 10px;font-size:1.5rem}.bold-row-total{font-weight:700;color:#00274b!important;background-color:#f2f9fc!important}@media (width<=1440px){.se-discount-revenue .data-form-table .col-0 div{margin-left:0;width:280px!important}.se-discount-revenue .section-0 .col-2 div,.se-discount-revenue .section-0 .col-4 div,.se-discount-revenue .section-0 .col-6 div,.se-discount-revenue .section-0 .col-7 div,.se-discount-revenue .section-0 .col-8 div{width:280px!important}}@media (width<=1280px){.se-discount-revenue .section-0 .col-6 div,.se-discount-revenue .section-0 .col-8 div{width:280px!important}}#submit-success-container{width:100%!important}.upload-icon-outer-submit{margin-top:15px!important}.action-block{text-align:left!important}.submit-action-block{display:flex!important}.submit-current-title{margin-left:5px}.se-membership-count .section-0 .header-1 .col-3,.se-membership-count .section-0 .col-3,.se-membership-count .section-0 .col-3 input{color:#d72828!important}.lh-18{line-height:18px}.nav-btn-icon{height:40px;margin-right:15px}.nav-btn-container{max-width:450px}.nav-btn{color:#fff;cursor:pointer;border-radius:18px;align-items:center;height:120px;padding:15px;transition:filter .5s;background-color:#1a587e!important}.nav-btn:hover{filter:brightness(85%)}.nav-btn-title{text-align:left}.nav-btn .nav-btn-title{color:#fff;margin-bottom:3px;font-size:24px;font-weight:700;line-height:24px}.nav-btn .nav-description-section{margin-right:15px}.nav-btn .nav-btn-description{text-align:left;font-size:14px;line-height:20px}.nav-btn .pending-review-text{color:#fff;font-size:13px}.nav-btn-description{font-weight:400}.nav-btn-review-circle{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:5px;display:flex;color:#fff!important}.nav-btn-review-circle-selected{background-color:#fff!important}.nav-btn-review-circle-selected .nav-btn-review-title{color:#022a48}.nav-btn-review-title{color:#fff;font-weight:700}.announcement-banner{background:#f2efe3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2efe3",endColorstr="#f0fcff",GradientType=1);background:azure linear-gradient(90deg,#f2efe3 0%,#f0fcff 100%);border:1px solid #f2f2f2;border-radius:18px;width:auto;height:180px;padding:20px}.announcement-head{padding-left:2px;font-size:16px;font-weight:700}.announcement-title{font-size:22px}.announcement-body{text-align:justify;padding-top:5px;font-size:14px;line-height:20px}.announcement-text-container{align-self:flex-start;padding-right:10px}.announcement-banner-container{text-align:right;height:100%}.announcement-banner-image{max-width:100%;height:100%}.announcement-banner-image-over:hover,.announcement-desc-text:hover{cursor:pointer}.announcement-img,.announcement-desc{width:1100px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.announcement-desc{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMgIyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wgARCAF7BQADAREAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAAAAECAwf/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/2gAMAwEAAhADEAAAAPZjKSsoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1mgBEzUSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhQdZoAACEsyRkoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHWaEKAAAQiSsoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0mgQpCghSAoBM1EgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0lAAAAAAAAErJEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHSUAAAAKQAFIAAlQiQAEKAAQFBAUEBQAQpCkKACAFAIUAhQAAAQpAAAUhQACFIUAEKAACAoIUAAEBSFABCgAAAgBSAoAAIUEBQQpCkAB0UAAAAAAAAAAACESEBSAAAoAICkAKAQFICgEKQApAUgBQCFIUhSFIUEBSAoIAAUgKQoIAUhSFICkKCAAoIAACkBQQAAFBCkAKCAoIAAAdFAAAAAAAAAAAAAAyRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABtQAAAAAAAAAAAAAABkJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbUAAAAAAAAAAAAAAAACESAAAAAAAAAAAAAAAAAAAAAAAAAAhQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbUAAAAAAAAAAAAAAAAAAQiQgAAKQAAAAAAAAFIAAAAAAAAAAAUgAAAAAABSAAAAAAAApAAAAACkAAAAAABSAAAAG1AAAAAAAAAAAAAAAAAAAAEIggAAAAAAAABSAAAAAAAAAAAFIAAAAACggAAAAAAAAAKQFIAAAAAAAAAAAAAUgBSG1AAAAAAAAAAAAAAAAAAAAAAgSAAhSFIUhSApACkKQAAFBCkKQpCkAKQAAAAAoIUAhQQFIUEAKAQFBAUhQQoIUAAgAKQoBACkABQQG1hQQpACkKCAAoIUAAAgABSAFIUAEAAKQJAQoIUhQQoAAAAABAUhQCFIUhQCAoIUAEKACFIUgKAAQpCgEBSApCgAEKQpCghQAQpCgAAAEKQGlAAAAAAAAAAAAAAAAAAAAAAAAABICAAAAAAAAAAAAAAAAAFIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAACAEAABSAAAApAAAUgAAAAAAAAAAAABSAAAAAAAAFIAAAAAAAAAAAAAUhoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAIAAAAAAAAAAAAAAAAAACkAAAAAAAABSAAAFIAAAAAUgABSAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQoAAAAAAAAAAAAAAAIUAAAAAAAAAhQQoAAABAAAABSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFIUgAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmwAAAAAAApAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAFVFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgLYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABRLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFloAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiwAAUgQpCghQQoIUAAAAAELSAAAqRQAAKQAAqRSFAAAAIUAUgQoAAApCkAQoFIAAhaAalAAAAAAAAAAAAAAAAAAAAAAAAAAAAGLkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACqKWUAAAAAAAAAAAAAAAAAAAAAAAAAAY1kICkKQFIAAUgKAQAoIAUgBSFIAACkAAKACApCkKCFICkKQAFICgEABQQAFIAAUgAKQoIUhSKo1KAAAAAAAAAAAAAAAAAAAAAAAABjWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAirVsAAAAAAAAAAKQAAAAAAAAAAABjWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABZRqUAAAAAAAAAAAAAAAAAAAAAc9ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFEVatgAAAAAAAAAAAAAAAAAAAc9ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFLKNSgAAAAAAAAAAAAAAAAAc9ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFirZaAAAAAAAAAAAAAAAAc9ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApZaWUAAAAAAAAAAAAAAc9ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEKAAAAAAAAAAAAAAAAAAAAAAACxVstAAAAAAAAAAAABy1kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaLLVsASrAAAAUiFAAABy1khSAAAoAIAUEAAAAKCApAAUgBSAAAFICgEKQAAAAAoBAUgAAAAAABSFAIUhSAApAUgKQoIAAACkBQQAApCkKQFGiy1bEqiJSKBSJQRakWhItcrgAAAAAAAAAACFAAAIUhSFBCgAAAAhQAQoAAABCgAAgKAAAAAAAAAAAAAAAAAAAAQoAAAAAABAUAAABaalqooABC0gCVYAHHWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABV0WXUoACkAAAcdYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq6LLVsQoAAIctYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq6jSpaCAHHWAAAAAAAAKQApAAACkAAAAAAAAAKQAAAAAAAAAAApAAAUgAAAAAAAAAAAAAAAAAAKQApAAAAUgAAABSAApAAAaXRZbKBx1gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmiy87AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//xAAaEAEAAwEBAQAAAAAAAAAAAAABABFwAhKg/9oACAEBAAE/AJ5J4lOQ0TxPLkXkniVkPkZ4lOReSeXIqJ4lOQ1PM8uRUM8yshonmUmRVKyKhnmVkXmeciqecj8ysiqVkdZHUrI6+mK8juXkVy8iuDByI6gwyEYdQchGodQ6HIhh1kQz1BHIjqHQ5EKQ6ljkIpDuHQ5CQ6SHcG8hFIdwRyEh2w7GGQnSQ7gjkIpDuHRkJDtIdwTIRSHcOjIRqHbDsch//8QAGBEBAQEBAQAAAAAAAAAAAAAAEXAAgMD/2gAIAQIBAT8A8ZQcjkjJGYkZIzEiMSMxIjEiMSMxIjEjMSIxIjGJEYkP/8QAFxEBAQEBAAAAAAAAAAAAAAAAEXAAsP/aAAgBAwEBPwCTEkJEYkZJCRkjJISMkZiRGJGSMkZiRnBMZG5kTnMicyNkbmRsjcyNkbmRsjZIyNkbmROZG5kTmROZD//Z) bottom/cover no-repeat;height:auto;min-height:200px;padding:20px}.announcement-img-close-btn{color:#fff;cursor:pointer;background:#022a48;border:none;width:25px;height:25px;font-size:20px;position:absolute;top:0;right:0}.announcement-desc-text{color:#022a48;font-weight:700;text-decoration:underline}.date-heading{border-bottom:1px solid #ff6000;margin-bottom:15px;padding-bottom:5px;font-size:16px;font-weight:700;line-height:18px}.MuiTableHead-root{z-index:1;position:sticky;top:0}.MuiTableFooter-root{z-index:1;position:sticky;bottom:0}.css-2e16le ::-webkit-scrollbar-thumb{background-color:#ff6000!important}.franchise-data-table thead.franchise-data-table-head{background-color:#022a48}.franchise-container-dashboard{height:350px}.franchise-container-dashboard-default{height:auto!important}.paticipant-nodata-table{opacity:.4;justify-content:center;align-self:center;width:500%;margin-top:80px;font-family:Meta Offc Pro,sans-serif;font-size:16px;font-weight:400;line-height:30px;display:flex}.franchise-data-table th,.franchise-data-table td{padding:10px 15px;font-size:14px;font-weight:400}.franchise-data-table td{color:#022a48}.franchise-data-table .highlight{background-color:#ffe79e}.participant-table-header>input{width:auto!important;margin-bottom:0!important}.franchise-data-table-body-row>td{font-family:Meta Offc Pro,sans-serif;font-size:13px;font-weight:500;line-height:22px}.franchise-data-table tbody tr.franchise-data-table-body-row:last-child td{border-bottom:none}.franchise-data-table th.franchise-data-table-head-cell{color:#fff}.circular-progress-div{padding-right:10px}.circular-div-title{text-transform:uppercase;color:#2477ab;cursor:pointer;font-family:MetaOffcPro Bold,Helvetica,Arial,Verdana,Tahoma,sans-serif;font-size:13px;text-decoration:underline;transition:color .25s ease-in-out}.legend-component-container .legend-color-box{width:20px;height:20px}.legend-box-content{margin-left:10px;margin-right:30px}.franchise-component-section{min-height:60px;padding:15px}.franchise-component-section-description{width:750px}.franchise-component-circular-div-section{background-color:#f0f9ff}.franchise-component-circular-div-container{flex-wrap:nowrap;padding:18px 30px}.date-title{font-size:14px;line-height:15px}.date-body{text-align:right;font-size:14px;font-weight:700;line-height:24px}.submitted-color{color:#56bb89}.approval-color{color:#63666b}.not-submitted-color{color:#ff9292}@media (width<=1919px){.important-date-grid.admin .nav-btn-icon{height:35px}.important-date-grid.admin .nav-btn .nav-btn-title{margin-bottom:3px;font-size:16px;font-weight:700;line-height:20px}.important-date-grid.admin .nav-btn .nav-btn-description{font-size:12px;line-height:15px}.important-date-grid.admin .nav-btn-review-title{font-size:18px}.important-date-grid.admin .nav-btn .pending-review-text{font-size:11px}}@media (width<=1280px){.nav-btn .nav-btn-title{font-size:22px}}@media (width<=1024px){.nav-btn{min-height:150px}.nav-btn .nav-btn-title{font-size:20px;line-height:20px}.date-title{font-size:13px;line-height:15px}.important-date-grid.admin .nav-btn{min-height:180px}}.nav-button-selected{border-radius:18px 18px 0 0;height:130px;background-color:#ff6000!important}.circle-wrap{background:#0000001a;border-radius:100%;width:48px;height:48px;position:relative}.circle-wrap .circle .mask,.circle-wrap .circle .fill{border-radius:100%;width:48px;height:48px;position:absolute}.circle-wrap .circle .mask{clip:rect(0px, 48px, 48px, 24px)}.circle-wrap .circle .mask .fill{clip:rect(0px, 24px, 48px, 0px);background-color:#ff6000}.circle-wrap .inside-circle{text-align:center;z-index:100;background:#fff;border-radius:100%;width:44px;height:44px;margin-top:2px;margin-left:2px;font-family:MetaOffcPro Bold,Helvetica,Arial,Verdana,Tahoma,sans-serif;font-size:18px;line-height:44px;position:absolute}.terms-conditions-modal,.MuiDialog-paperWidthMd{max-width:50%!important}.terms-conditions-body{padding:0 5%}.terms-conditions-header{text-align:center;margin:5% 0}.terms-conditions-header-text{word-spacing:4px}.terms-conditions-subheader{text-align:justify}.terms-conditions-checkbox-container{margin-top:4%}.privacy-policy-link,.terms-of-use-link,.license-agreement-link{color:#ff6000}.terms-conditions-button-section{margin-top:4%}.terms-conditions-buttons{text-align:center}.terms-conditions-cancel-button,.terms-conditions-confirm-button{width:200px}.landing{background-image:url(/assets/bg_login-Bo3A769P.jpg);background-size:cover;background-attachment:fixed;height:100%;display:flex}.banner{position:fixed;top:30%;left:10%}.top-line{font-family:Source Sans Pro,sans-serif;font-weight:700;line-height:40px}.bottom-line-welcomeHeading{flex:1;font-size:46px;font-weight:500;line-height:54px}.bottom-line{color:#63666b;flex:1;font-size:50px}.bottom-line-welcomHeading{flex:1;font-family:Meta Offc Pro,sans-serif;font-size:46px;font-weight:500;line-height:54px}.foot-note{color:#fff;position:fixed;bottom:5%;left:10%}.foot-note-text{color:#fff;background-color:#000;font-family:Source Sans Pro,sans-serif;font-size:14px}.right-panel{border-radius:18px 0 0 18px;height:calc(100% - 70px);padding:35px;overflow-x:auto;box-shadow:-6px 0 18px #0000001a}.right-panel .seperator{width:100%;height:30px}.brand-name{position:relative;top:20px}.login-logo-container{width:100%}.login-header-logo{width:30vh;max-width:100%;height:12vh;margin-left:-2vh}.home-header-logo{height:80px;position:absolute;top:-8px;left:33px}.right-header-container{padding:5px;position:absolute;top:14px;right:40px}.login-header-logo-title{font-weight:700}.internal-user-label{color:#293033;font-weight:700}.login-forgot-user-a{margin-bottom:15px}#userId-label{color:#1a587e}#userId{color:#000;font-size:medium}form .form-input{margin-bottom:15px}.password-input,.okta-input{flex:1}.form-input .two-column{margin-right:15px}.two-column-break{display:flex}.form-input-align{margin-right:5px}.login-header-grid{margin-bottom:30px}.toggle-switch-div{margin-left:5px}.login-footer{position:relative}.sign-up-container{flex:1 0 auto;-webkit-box-flex:1 0 auto;-ms-flex:1 0 auto}.login-form{width:100%}.otp-form{border:1px solid #dbdbdb;border-radius:18px;padding:20px 60px 80px;position:absolute;top:22%;left:50%;transform:translate(-50%)}@media screen and (width>=1920px){.login-header{padding-top:12px!important}}.header{margin-bottom:15px}.login-form-switch{margin:0!important}.login-form-switch-layout{justify-content:space-between;align-items:center;padding-top:10px;display:flex;margin:0!important}.login-form-switch-layout .MuiSwitch-root{width:42px;height:26px;padding:0;display:flex}.login-form-switch-layout .MuiSwitch-switchBase{padding:2px!important}.login-form-switch-layout .MuiSwitch-switchBase.Mui-checked{color:#fff;transform:translate(16px)}.login-form-switch-layout .MuiSwitch-thumb{background-color:#fff;width:22px;height:22px;box-shadow:0 2px 4px #0003}.login-form-switch-layout .MuiSwitch-track{opacity:1;background-color:#e6e6e6;border-radius:13px;transition:background-color .3s}.login-form-switch-layout .MuiSwitch-track.Mui-checked{background-color:#0eb50e}.login-form-title{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.login-form-actions{margin-top:15px}.change-password-actions{margin-top:10px}.error-container-div{min-height:80px}@media (width<=1980px){.header{margin-bottom:0}.right-panel .seperator1{width:100%;height:140px}}@media (width<=1440px){.header{margin-bottom:0}.right-panel .seperator,.right-panel .seperator1{width:100%;height:50px}}@media (width<=1279px){.bottom-line{max-width:80%;font-size:38px}.sign-up-container{margin:20px 0}.right-panel .seperator1{width:100%;height:0}}.form-container{height:100%}.registration .form-subheading{font-weight:700;line-height:10px}.registration .account-info .field{margin-bottom:5px}.first-Time-Visitor-Remark{color:#2477ab;margin-left:5px;padding-top:10px;font-family:Meta Offc Pro,sans-serif;font-size:12px;line-height:1.66}.fa-circle-info{margin-top:-19px;padding:1px 1px 1px 2px;font-size:15px;font-style:italic}.fa-circle-remark{color:#2477ab;font-size:15px;font-style:italic}.registration-lua-warning{color:red;margin-top:-60px;margin-bottom:15px;font-family:Meta Offc Pro,sans-serif;font-size:12px;font-weight:400;line-height:1.66}.forgot-sso-text{color:#2477ab;margin-top:10px;font-family:Meta Offc Pro,sans-serif;font-size:12px;font-weight:400;line-height:1.66}.disable-forget-container{color:currentColor;cursor:not-allowed;opacity:.5;text-decoration:none}.registration-error-container{min-height:0!important}.help-text{flex-direction:row-reverse;width:100%;display:flex}.login-button{cursor:pointer;border:none;padding:10px 20px;font-size:18px;transition:opacity .3s,background-color .3s;color:#fff!important;background-color:#ff6000!important}.login-button:disabled{opacity:.5;cursor:not-allowed}.data-upload-container{height:calc(110vh - 84px)}@media (width<=1024px){.data-upload-container{height:calc(100% - 144px);margin-bottom:151px}}.upload-progress{height:90px;position:relative}.upload-section{padding-left:30px;padding-right:30px}.file-upload-container{padding-right:15px}.resources-tips-container{padding-left:15px}.file-upload{background:#fff;border-radius:18px;padding:15px;box-shadow:0 3px 21px #0000001a}.resources-tips{background:#fff;border:1px solid #e6f4f9;border-radius:18px;padding:15px}.upload-progress:before{content:"";z-index:-1;background-color:#e6f4f9;height:140px;position:absolute;inset:0}.resource-container{margin-top:25px}.file-upload-main{padding:10px;display:flex}.upload-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:5%;display:flex}.success-container{border-bottom:2px dashed #c4dfee;flex-direction:column;justify-content:center;align-items:center;width:500px;padding-bottom:15px;display:flex}.success-upload-new{color:#2477ab;cursor:pointer;font-size:16px}.success-upload-new img{vertical-align:middle;height:14px}.upload-main-item{border:2px dashed #c4dfee;border-radius:18px;display:flex}.upload-icon-outer{background-color:#f3fafc;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.upload-icon-inner{background-color:#e2eef9;border-radius:50%;width:90px;height:90px;position:relative}.upload-icon-initial{position:initial!important}.upload-icon-Invisible-Button{border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center;width:123px;height:123px;margin:20px 10px 15px;display:flex;box-shadow:0 0 20px 10px #f0f0f0}.upload-icon-Invisible-Button:hover{border:1px solid #1a587e}.white-Space{padding:2%}.data-file-icon{height:60%;margin:20% 0}.data-file-error-icon{height:60%;position:absolute;top:20%;right:20%}.dnd-txt{margin-top:10px;font-size:16px;font-weight:600}.error-txt{color:#ff1616;margin-top:10px;font-weight:700}.or-txt{color:#63666b;font-family:MetaOffcPro Normal,Helvetica,Arial,Verdana,Tahoma,sans-serif;font-size:14px}.file-info-txt{color:#63666b;padding-top:15px;font-size:14px;line-height:20px}.uploading-info{color:#63666b;margin-bottom:10px;font-size:12px}.uploading-info-subhead{margin-bottom:0;padding-top:15px}.uploading-info span{color:#1a587e;font-weight:600}.types-tx{color:#63666b;font-family:MetaOffcPro Normal,Helvetica,Arial,Verdana,Tahoma,sans-serif;font-size:15px}.upload-cancel-button{width:100px}.browse-file-button{width:200px}.data-review-button{width:150px}.progressContainer{background-color:#fff;border-radius:50%;display:flex;position:absolute;top:13%;left:15%;box-shadow:inset 0 0 0 3px #7dbaef}.successContainer{background-color:#fff;border-radius:50%;width:60px;height:60px;display:flex;position:absolute;top:17%;left:18%;box-shadow:inset 0 0 0 3px #68c172}.success-icon{height:55px;position:absolute;top:4%;left:15%}.upload-success-txt{color:#68c172;margin-top:10px;font-weight:600}.uploading-icon{height:30px;position:absolute;top:26%;left:26%}.uploading-csv-icon{height:30px;position:absolute;top:26%;left:32%}.tips-heading{border-bottom:1px solid #ff6000;padding-bottom:5px;font-size:16px;font-weight:700;line-height:18px}.tips-container{margin-top:8px}.tips-container div{margin:0 0 10px}.data-tip-txt{color:#474e5b}.resource-links-heading{padding-bottom:5px;font-size:16px;font-weight:700;line-height:18px}.resource-links-subheading{border-bottom:1px solid #ff6000;padding-bottom:12px;font-size:12px;line-height:10px}.links-container{padding-bottom:15px}.link-container{border-bottom:.5px solid #dbdbdb;padding:4px 0}.link-download{text-align:right}.download-icon{vertical-align:middle;height:13px}.progress-holder{text-align:center;padding-left:6%}.profile-text-container{background:#fbfefe no-repeat padding-box padding-box;border-radius:9px 9px 0 0;padding:15px 30px}.profile-text-container h6.profile-name{text-align:left;color:#022a48;font-size:16px;font-weight:600}.profile-text-container .information-txt p{color:#63666b;font-size:12px;line-height:20px}.heavy-txt{color:#022a48;font-size:13px;font-weight:600}.profile-button-container{text-align:right;padding-left:20px}.profile-button-container button{margin-right:25px}.profile-password-change-button-container button{margin-top:6px;margin-right:20px}.toggle-pass-div{margin-top:5px}.profile-button-container .MuiButton-label,.profile-password-change-button-container .MuiButton-label,.toggle-pass-div .MuiButton-label{height:16px}.button-holder{text-align:right}.myprofile-data-header{color:#fff;background-color:#022a48;padding-top:10px;padding-bottom:10px;padding-left:30px}.personal-data-inputs-container{box-sizing:border-box;padding:20px 30px 25px}.organization-role-header{color:#fff;background-color:#1a587e;padding-top:10px;padding-bottom:10px;padding-left:30px}.personal-data-roles-container{border-bottom:1px solid #dae7ef;padding-top:10px;padding-bottom:10px;padding-left:30px}.personal-data-roles-container p{color:#022a48}.personal-data-roles-container.empty-row{height:50px}.profile-tag-chip{background-color:#d6efd3;margin-right:10px}.profile-tag-chip-pending{background-color:#f2f9fc}.besic-details-grid-item,.password-change-grid-item{padding:10px 10px 18px 0}.besic-details-grid-item>div,.password-change-grid-item>div{width:95%}.profile-details-dropdown-container{width:5%}.profile-password-last-update{color:#63666b;white-space:nowrap;font-size:12px;line-height:20px}.profile-role-legend{background-color:#1a587e;height:18px;padding-right:0}.profile-role-legend span{font-size:14px;color:#fff!important}.profile-legend-container{justify-content:space-around;display:flex}.profile-pending-legend{color:#f2f9fc}.profile-pending-legend span{background-color:#f2f9fc;border-radius:6px;width:14px;height:11px;display:inline-block}.profile-approved-legend{color:#cef4c9}.profile-approved-legend span{background-color:#cef4c9;border-radius:6px;width:14px;height:11px;display:inline-block}.profile-password-no-permission{color:#022a48}.password-elements-container{min-height:120px}.personal-data-field-name{color:#293033}.personal-data-field-value{color:#022a48}.my-profile-password-field-validations{color:#63666b}@media (width>=1920px){.profile-legend-container{padding-left:7%}}@media (width<=1024px){.profile-pending-legend p,.profile-approved-legend p,.profile-role-legend span{font-size:13px!important}.profile-pending-legend span,.profile-approved-legend span{width:12px;height:10px}}.textfield-search{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;font-size:16px}.textfield-search:focus{border-color:#007bff;outline:none}.textfield-search .MuiInputAdornment-root{margin-left:8px}.contract-component-left-section{padding:15px 0 15px 15px}.contract-component-right-section{min-height:56vh;padding:15px 0 15px 15px}.icon-button:hover{background-color:#0000}.icon-button{float:right;margin-right:-5px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.org-scroll{max-height:45vh}}.contact-list-header{background-color:#022a48}.contact-list-header .txt{color:#fff;padding-left:2%;padding-right:.5%}.contract-list-table-header{background-color:#1a587e}.contract-table,.contact-list-header{border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef}.contract-table-header-vals{color:#fff}.contract-notes-component .row-header-bar{background-color:#1a587e}.contract-notes-text-area-item{padding:15px}.contract-notes-text-area{width:100%}.buisness-tier-number{width:150px!important}.search-bprofile-container{padding:15px}.add-bprofile-button-container{text-align:right}.search-b-profile-head{padding-left:30px;padding-right:30px}.search-bprofile-buttons{background:#fbfefe no-repeat padding-box padding-box;border-bottom:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:0 0 9px 9px;padding:15px 30px}.search-bprofile-button-container-item{text-align:right;padding-right:13px}.search-bprofile-button-container-item button:first-child{margin-right:30px}@media (width<=1024px){.add-bprofile-button-container button{font-size:10px}}.search-bprofile-result-txt{color:#1a587e;font-size:16px;font-weight:600;line-height:28px}.search-bprofile-result-txt span{color:#ff6000}.search-bprofile-result{border-collapse:separate;border-bottom:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:9px;margin-top:15px}.search-bprofile-result th{color:#fff;background-color:#022a48;padding:10px 15px;font-size:14px}.search-bprofile-result td{color:#022a48;padding:10px 15px}.search-bprofile-result thead th:first-of-type{border-top-left-radius:9px}.search-bprofile-result thead th:last-of-type{border-top-right-radius:9px}.search-bprofile-result tbody tr td{border-bottom:1px solid #d9e7ef}.search-bprofile-result tbody tr:last-child>td{border-bottom:0}.search-bprofile-result tr:last-of-type td:first-of-type{border-bottom-left-radius:9px}.search-bprofile-result-empty-row{height:85px}.search-bprofile-result-empty-row div{color:#63666b;justify-content:center;align-items:center;display:flex}.search-bprofile-result-empty-row h5{color:#63666b}.organization-profile-backbutton,.oragnization-profile-backtext{vertical-align:middle;display:inline-block}.organization-profile-backbutton{margin-right:5px}.oraganization-profile-form-header,.oraganization-profile-table-tableheader{background-color:#022a48}.organization-page-main-text{color:#022a48;margin-top:-10px}.organization-page-main-text.edit-mode{padding-top:5px}.edit-check{margin-top:-6px}.organization-profile-table .form{background-color:#f2f9fc}.oraganization-profile-form-header .txt{color:#fff;opacity:1;padding-left:2%;padding-right:.5%}.organization-details-form{padding:30px 0 45px}.organization-details-form .field{padding:0 15px}.required:after{color:red;content:"*"}.organization-profile-div{margin-top:15px}.oraganization-profile-table-tableheader-tablecell{color:#fff}.oraganization-profile-table-fields{color:#022a48;background-color:#fff}.oraganization-profile-notes{margin-top:10px}.oraganization-profile-table-button{border:1px solid #022a48}.organization-profile-table{white-space:nowrap;display:table;overflow-x:auto}.organization-table-form-add-icon:hover{background-color:#0000}.organization-container{border:1px solid #d9e7ef;border-radius:9px;overflow:hidden}.organization-id-copy-icon-button{margin-left:7%;padding:0}.organization-id-copy-icon{fill:gray}.organization-id-copy-icon:hover{fill:#022a48}.custom-date-picker{display:inline-block;position:relative}.custom-date-picker .rdp{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:10px;box-shadow:0 2px 4px #0000001a}.custom-date-picker .rdp button{color:#333;cursor:pointer;background:0 0;border:none;font-size:14px}.custom-date-picker .rdp button:hover{background-color:#f0f0f0}.custom-date-picker .rdp .rdp-day_selected{color:#fff;background-color:#1976d2;border-radius:50%}.custom-date-picker .rdp .rdp-day_today{color:#1976d2;font-weight:700}.pending-approval-component{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;margin:30px;padding-bottom:15px;position:relative;box-shadow:0 3px 21px #0000001a}.pending-approval-component-left-section{min-height:55vh;padding:15px 0 15px 15px}.pending-approval-header-container{border-bottom:1px solid #d9e7ef;padding:15px 30px}.pending-approval-header-title{text-align:center;color:#1a587e;flex:1;font-weight:600}.p-relative{position:relative}.pending-approval-users-list-component{border-radius:5px}.pending-approval-users-list-component>div:nth-child(2){border-top:none}.pending-approval-users-list-component .users-sort-box{box-sizing:border-box;z-index:50;background-color:#fff;border:1px solid #ccc;width:100%;padding:15px;display:none;position:absolute}.users-sort-box.active{z-index:50;display:block}.users-sort-box .sort-item{cursor:pointer;padding:5px 0;display:inline-block}.users-sort-box .sort-item:hover,.users-sort-box .sort-item.active{color:#ff6000}.pending-approval-users-list-component .list-header{color:#fff;background-color:#022a48;max-width:98%;padding:10px 15px;font-size:14px}.pending-approval-users-list-component .list-header .sorted-value{padding-left:10px;font-weight:700}.pending-approval-users-list-component .list-header-icon-container{cursor:pointer}.pending-approval-users-list-component .list-header-icon{cursor:pointer;fill:#fff;height:5px}.pending-approval-users-list-component .list-header-icon-container.active{transform:rotate(180deg)}.pending-approval-user-main-container{max-height:720px;overflow-y:auto}.pending-approval-user-container{cursor:pointer;padding:10px 15px}.pending-approval-user-container:hover,.pending-approval-user-container.active{background-color:#f2f9fc}.pending-approval-user-container:not(:last-child){border:1px solid #d9e7ef}.pending-approval-user-id{text-transform:uppercase;color:#2477ab;padding:2px 0;font-size:14px}.pending-approval-user-name{color:#022a48;padding:2px 0;font-size:13px}.pending-approval-user-email{color:#2477ab;padding:2px 0;font-size:12px}.pending-approval-user-date{color:#63666b;padding:2px 0;font-size:12px}.pending-approval-user-location{color:#022a48;padding:2px 0;font-size:13px}.pending-approval-user-type{color:#1a587e;background-color:#f2f9fc;border:1px solid #e7f2f7;border-radius:15px;margin:2px 0;padding:5px;font-size:11px}.pending-approval-component-right-section{padding:15px}.empty-user-details-screen-container,.user-details-screen-container{color:#63666b;border:1px solid #d9e7ef;border-radius:5px;height:100%}.user-details-screen-header{background-color:#fbfefe;border-bottom:1px solid #d9e7ef;border-top-left-radius:5px;border-top-right-radius:5px;padding:10px 30px}.reject-btn{margin-right:10px}.danger{color:#ff1616;margin-left:3px}.user-personal-data-container{color:#fff;background-color:#022a48;padding:10px 30px}.user-personal-data-body-section .data-title{color:#293033}.user-personal-data-body-section .data-value{color:#022a48}.user-personal-data-body-section{background-color:#fff;padding:15px 30px}.user-personal-data-body-section .row{padding-bottom:15px}.user-application-roles-container{color:#fff;background-color:#022a48;padding:15px 30px}.user-application-roles-body{background-color:#fff;padding:15px 30px 30px}.user-application-roles-body label{margin-bottom:0!important}.user-application-roles-body label>span{padding-left:0}.user-organization-roles-container .delete-icon-container{height:100%}.user-organization-roles-container .delete-icon{cursor:pointer;width:18px;height:18px}.modal-content .approval-modal-container{color:#022a48;text-align:center}.modal-content .approval-modal-container .user{color:#2477ab}.modal-content .approval-modal-container .business-name{font-weight:600}.modal-content .reject-modal-container{color:#022a48}.modal-content .reject-modal-container .drop-down{width:100%}.modal-content .reject-modal-container .reject-title{padding:15px 0}#menu-rejectionList>div{max-height:100%}#menu-rejectionList>div li,#mui-component-select-rejectionList{font-size:13px}#selectOrganization-popup li{justify-content:space-between}#selectOrganization-popup li:first-child{background-color:initial!important}#selectOrganization-popup label.MuiFormControlLabel-root{margin:5px 10px 5px 0!important}.org-names-container{cursor:move;margin:5px}.draggable-area{height:100%}.non-draggable-area{pointer-events:none}.user-details-screen-header .last-modify{color:#022a48;font-weight:600}.modal-title .modal-title-text{font-weight:600}.textfield-search-container{color:#000;border:1px solid #d9e7ef;max-width:97%;height:41px;margin-top:5px;margin-bottom:5px}.user-search-container{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;margin:30px 30px 0;position:relative;box-shadow:0 3px 21px #0000001a;height:auto!important}.user-search-header-container{border-bottom:1px solid #d9e7ef;padding:15px 30px}.user-search-header-title{text-align:center;color:#1a587e;flex:1;font-weight:600}.user-search-criteria-container{opacity:1;border-radius:9px;height:auto;margin:1% auto auto;padding:15px 30px;position:relative}.user-search-fields-container{border:1px solid #d9e7ef;border-radius:9px 9px 0 0;height:70%;padding-top:2%;padding-bottom:3%;position:relative}.user-search-buttons-container{background:#fbfefe no-repeat padding-box padding-box;border-radius:0 0 9px 9px;justify-content:right;height:65px;padding-right:1em;display:flex}.user-search-button{align-items:center;width:7%;margin-right:1%}.user-search-textbox{width:90%}.user-search-dropdown{width:90%;margin-bottom:4%}.user-Table-Pagination{justify-content:flex-start;padding-left:8px;display:flex}.user-impersonate-modal-typography{text-align:center;margin-top:40px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.user-impersonate-modal-typography{margin-top:0}}.user-search-buttons-container{border:1px solid #d9e7ef}.export-buttons-container{border:none;flex-direction:row-reverse;padding-top:13px;padding-right:15px;display:flex}.user-search-item3-container,.user-search-item2-container{margin-left:20px!important}.user-log-export-container{flex-direction:row-reverse;min-height:1vh;padding-bottom:10px;padding-right:25px;display:flex}.create-user-component .user-reset-btn{margin-right:10px}.create-user-component{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;margin:30px;padding-bottom:15px;position:relative;box-shadow:0 3px 21px #0000001a}.create-user-component .user-personal-data-container{border-top-left-radius:5px;border-top-right-radius:5px}.create-user-component .user-personal-data-body-section{padding:30px 15px}.create-user-component .user-personal-data-body-section .row{padding-bottom:15px}.create-user-component .create-user-header-item{border-bottom:1px solid #d9e7ef;padding:15px 30px}.create-user-component .create-user-body-item{border:1px solid #d9e7ef;border-radius:5px;margin:30px}.create-user-body-item.user-personal-data{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.create-user-body-item.org-item-section{margin-top:0}.user-reset-btn{width:26%;margin:0% 2%}.user-update-btn{width:26%;margin-left:2%}.user-edit-action-buttons{text-align:right;flex-direction:row-reverse;display:flex}.announcements-container{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;min-height:80vh;position:relative;box-shadow:0 3px 21px #0000001a;height:auto!important}.announcements-header-title{text-align:center;color:#1a587e;font-size:500 24px/31px "Meta Offc Pro", sans-serif;flex:1}.announcements-fields-container{border-bottom:1px solid #d9e7ef;padding-top:2%;padding-bottom:105px;position:relative}.announcements-criteria-container{opacity:1;border:1px solid #d9e7ef;border-radius:9px;width:95%;height:auto;margin:1% auto auto;position:relative}.announcements-bottom-container{width:95%;min-height:68vh;margin:auto;position:relative;overflow:hidden;margin-top:1%!important}.announcements-listing-container{opacity:1;border:1px solid #d9e7ef;border-radius:9px;max-height:720px;padding-bottom:1%;overflow-y:auto}.announcements-list-header{opacity:1;color:#fff;z-index:1;background-color:#022a48;border-top-left-radius:9px;border-top-right-radius:9px;padding-left:3%;position:absolute}.announcements-list-header p{font:400 18px/20px Meta Offc Pro,sans-serif}.upload-image-container{margin-top:"10%"}.announcement-listing-item{cursor:pointer;border-bottom:1px solid #d9e7ef;padding:0 2%;position:relative}.announcement-listing-title{color:#2477ab;letter-spacing:0;text-transform:capitalize;opacity:1;font:500 18px/18px Meta Offc Pro,sans-serif}.announcement-listing-title-container{word-wrap:break-word;text-align:left;max-width:50%}.announcement-listing-active{opacity:1;text-align:center;letter-spacing:0;color:#293033;background:#d7facf no-repeat padding-box padding-box;border:1px solid #b6e0ac;border-radius:13px;padding:4px 15px;font:.8em Meta Offc Pro,sans-serif}.announcement-listing-upcoming{opacity:1;text-align:center;letter-spacing:0;color:#293033;background:#ffe8d9 no-repeat padding-box padding-box;border:1px solid #f4c9ad;border-radius:13px;padding:4px 8px;font:400 .8em Meta Offc Pro,sans-serif}.announcement-listing-active-container{margin-left:50%;position:absolute;top:5%}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.announcement-listing-active-container{margin-left:30%}}.announcement-listing-start-date{color:#63666b}.announcement-listing-start-date-container{margin-left:auto;margin-right:0;font:400 18px/18px Meta Offc Pro,sans-serif}.announcements-selected-criteria{opacity:1;border-top:1px solid #d9e7ef;padding-left:5%}.announcements-selected-description{width:95%}.announcements-selected-item{background-color:#f2f9fc}.announcements-image-remove-text{color:#2477ab;cursor:pointer;margin-right:20%;text-decoration:underline}.announcements-button{width:130px}@media (-ms-high-contrast:none),(-ms-high-contrast:active){:root .announcements-button span{margin-top:10%}:-ms-fullscreen{margin-top:10%}}.announcement-list-top-filler{margin-top:50px}.form-helper-text{margin:8px 2px 0}.announcement-date-margin{margin-left:5%}.form-row,.form-row td:first-of-type{background-color:#f2f9fc}.tabs .MuiTab-root{color:#fff!important;background-color:#002949!important;border-radius:9px!important}.tabs .MuiTab-root.Mui-selected{color:#fff!important;background-color:#ff6000!important;border-radius:9px 9px 0 0!important}.MuiTabs-flexContainer{padding:10px 0 0!important;display:flex!important}.brand-dropdowngrid{background:#fff}.franchisees-container{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;min-height:80vh;margin:30px 30px 0;padding-bottom:10vh;position:relative;box-shadow:0 3px 21px #0000001a;height:auto!important}.franchisees-header-title{text-align:center;color:#1a587e;font-size:500 24px/31px Meta Offc Pro;flex:1}.franchisees-bottom-container{width:95%;min-height:60vh;margin:auto;position:relative;overflow:hidden;margin-top:1%!important}.franchisees-listing-container{opacity:1;border:"none";border-radius:9px;max-height:720px;padding-bottom:1%;overflow-y:auto;height:100%!important}.franchisees-component-left-section{padding:15px 0 15px 15px}.franchisees-component-right-section{min-height:56vh;padding:15px 0 15px 15px}.org-scroll{border-radius:0 0 5px 5px;max-height:56vh;overflow-y:hidden;border-bottom:1px solid #d9e7ef!important;border-left:1px solid #d9e7ef!important;border-right:1px solid #d9e7ef!important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.org-scroll{max-height:45vh}}.org-scroll:hover{overflow-y:scroll}.contract-list-container .list-header{color:#fff;background-color:#022a48;border-radius:5px 5px 0 0;padding:6px 15px;font-size:14px}.contract-list-container{border-radius:5px}.contract-org-container{cursor:pointer;padding:10px 15px}.contract-org-container:hover,.contract-org-container.active{background-color:#f2f9fc}.contract-org-container:not(:last-child){border-bottom:1px solid #d9e7ef}.search-list,.row-value,.contact-list-actionbar-text{color:#2477ab}.search-list,.contact-list-actionbar-text{font-weight:600}.contract-container{border:1px solid #d9e7ef;border-radius:9px;overflow:hidden}label#isIncludeCentralSubmissionVolume,label#isAllowManulaRoyalityExclusion{margin:0!important}.row-header-bar{color:#fff;background-color:#022a48;padding:10px 15px}.body-item-column{padding:15px 15px 30px}.back-btn-text{padding-top:1px;padding-left:5px}.child-org-child-container{box-sizing:border-box;margin:3px;display:inline-flex}.table-list,.no-records-item{color:#dbdbdb;justify-content:center;align-items:center;display:flex}.parent-organization-no-records-container{border-radius:0 0 5px 5px;max-height:56vh;overflow-y:hidden;border-bottom:1px solid #d9e7ef!important;border-left:1px solid #d9e7ef!important;border-right:1px solid #d9e7ef!important}.parent-organization-no-records-container .no-records-item{padding:20px 15px}.royality-rate-scale-form-field{text-align:right!important}.search-list-org{color:#2477ab;display:contents}.franchisees-header-container{border-top:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:9px 9px 0 0;align-items:center;height:120px;padding-left:30px;display:flex}.actions-container{background:#fbfefe no-repeat padding-box padding-box;border:1px solid #d9e7ef;border-radius:0 0 9px 9px;justify-content:flex-end;align-items:center;height:65px;padding:15px 30px;display:flex}.action-buttons-container{display:flex}.unlock-data-action{margin-left:20px}.unlock-data-action>div:nth-child(2){min-width:175px!important}.success-actions-container{background:#fbfefe no-repeat padding-box padding-box;border-bottom:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:0;flex-direction:column;justify-content:flex-end;align-items:center;padding:30px;display:flex}.success-unlock-icon{justify-content:center;align-items:center;width:60px;height:60px;display:flex}.success-unlock-container{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.success-unlock-icon-inner{background-color:#e2eef9;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;box-shadow:inset 0 0 0 3px #68c172}.success-unlock-icon-outer{background-color:#f3fafc;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.action-buttons-orgname-container{width:200px}.success-unlock-txt{color:#68c172;padding-top:15px;font-size:16px;line-height:20px}.audit-report-container{background-color:#fff;border:1px solid #dce8f0;border-radius:9px;min-height:80vh;margin:30px 30px 0;padding-bottom:20vh;position:relative;box-shadow:0 3px 21px #0000001a;height:auto!important}.audit-report-header-container{border-bottom:1px solid #d9e7ef;padding:15px 30px}.audit-report-header-title{text-align:center;color:#1a587e;flex:1;font-weight:600}.audit-report-criteria-container{opacity:1;border:1px solid #d9e7ef;border-radius:9px;width:95%;height:auto;margin:1% auto auto;position:relative}.audit-report-fields-container{border-bottom:1px solid #d9e7ef;width:100%;height:70%;padding-top:2%;padding-bottom:3%;position:relative}.audit-report-buttons-container{background:#fbfefe no-repeat padding-box padding-box;border-radius:0 0 9px 9px;justify-content:center;height:65px;display:flex}.audit-report-button{align-items:center;width:7%;margin-right:1%}.audit-report-textbox{width:90%}.audit-report-dropdown{width:90%;margin-bottom:4%}.audit-report-modal-container{flex-direction:column;align-content:center;align-items:center;display:flex}.audit-success-icon{width:65px;height:65px}.audit-report-filename{color:#1a587e;margin-top:10px;font-weight:600}.audit-report-download-filename{color:#68c172;text-align:center;margin-top:10px;font-weight:600}.audit-report-filename-download{text-align:center;color:#dbdbdb;font-size:8pt}.search-rates-container{padding:15px}.search-fields-container{border:1px solid #d9e7ef;border-radius:9px 9px 0 0;padding:45px 30px}.each-field-container{padding-left:1%;padding-right:1%}.search-rates-result-txt-cont{padding-bottom:10px;padding-right:10px}.title-holder{padding-left:10%}.add-rates-button-container{text-align:right}.search-rates-head{padding-left:30px;padding-right:30px}.search-rates-buttons{background:#fbfefe no-repeat padding-box padding-box;border-bottom:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:0 0 9px 9px;padding:15px 30px}.search-rates-button-container-item{text-align:right;padding-right:13px}.search-rates-button-container-item button:first-child{margin-right:30px}@media (width<=1024px){.add-rates-button-container button{font-size:10px}}.search-rates-result-txt{color:#1a587e;font-size:16px;font-weight:600;line-height:28px}.search-rates-result-txt span{color:#ff6000}.search-rates-result{border-collapse:separate;border-bottom:1px solid #d9e7ef;border-left:1px solid #d9e7ef;border-right:1px solid #d9e7ef;border-radius:9px;margin-top:15px}.search-rates-result th{color:#fff;background-color:#022a48;padding:10px 15px;font-size:14px}.search-rates-result td{color:#022a48;padding:10px 15px}.search-rates-result thead th:first-of-type{border-top-left-radius:9px}.search-rates-result thead th:last-of-type{border-top-right-radius:9px}.search-rates-result tbody tr td{border-bottom:1px solid #d9e7ef}.search-rates-result tbody tr:last-child>td{border-bottom:0}.search-rates-result tr:last-of-type td:first-of-type{border-bottom-left-radius:9px}.search-rates-result-empty-row{height:85px}.search-rates-result-empty-row div{color:#63666b;justify-content:center;align-items:center;display:flex}.search-rates-result-empty-row h5{color:#63666b}.rates-modal-container{flex-direction:column;align-content:center;align-items:center;display:flex}.rates-success-icon{width:65px;height:65px}.rates-filename{color:#1a587e;margin-top:10px;font-weight:600}.rates-download{color:#68c172;margin-top:10px;font-weight:600}.rates-loading-txt{color:#1a587e;margin-top:10px;font-weight:600}.rates-status-txt{color:#68c172;text-align:center;margin-top:10px;font-weight:600}.modal-actions{justify-content:center!important}.tabs .active{color:#fff;background-color:#002949}.extension-request-container{box-sizing:border-box;max-width:100%;padding:0 1rem;overflow-x:auto}.product-line-table-header{background-color:#022a48;height:50px}.route-container .product-line .form-row .product-line_code_select_box_container input{text-align:left;top:-3px}.route-container .product-line table td:nth-last-child(2){font-weight:600}.route-container .product-line table td:last-child svg{cursor:pointer;width:19px;height:19px}.form-row,.form-row td:first-of-type{background-color:#f2f9fc}.form-row td:first-of-type div[name=product-line_code]{background-color:#fff}.form-row .add{cursor:pointer;display:inline-block}.form-row .cross{cursor:pointer;display:inline-block;transform:rotate(45deg)}.product-line-form-table-header{width:auto;white-space:nowrap!important;display:table!important;overflow:auto!important}.product-line-table{display:table;overflow-x:auto}.product-line-table-form{background-color:#f2f9fc}.product-line-form-actions-fields{text-align:center!important}.product-line-table-form-fields{color:#022a48;background-color:#fff}.product-line-table-textfieldgrid{text-align:right}.product-line-tablehead{justify-content:center;text-align:left!important}.product-line-tablehead:first-child,.intes-tablebody-actions{text-align:left!important}.intes-tablehead:last-child{text-align:center!important}.intes-tablehead.intes-readonly:last-child{text-align:right!important}.intes-table-form-delete-button{text-align:center;cursor:pointer;margin-right:35px}.cancel-button{margin-left:5px}.MuiTab-textColorInherit.Mui-selected{color:#fff;background-color:#ff6000;border-radius:9px 9px 0 0;opacity:1!important}.MuiTab-textColorInherit{color:#fff;background-color:#002949;border-radius:9px;opacity:1!important}.product-tab-consumer{color:#fff;margin-bottom:3px;margin-left:5px;font-family:Meta Offc Pro,sans-serif;font-size:15px;font-weight:700;line-height:24px}.product-tab-commercial{color:#fff;margin-bottom:3px;font-family:Meta Offc Pro,sans-serif;font-size:15px;font-weight:700;line-height:24px}.MuiTabs-flexContainer{display:flex;padding:10px 0 0!important}.MuiTableRow-root{border:1px solid #e0e0e0!important}.isedit{background-color:#f2f9fc}.add-icon-button:disabled{opacity:.4}.form-product-input,.brand-dropdown{color:#022a48;min-width:220px;margin-top:15px;margin-bottom:15px}.switch-toggle{min-width:80px}.datepicker-container{color:#022a48;justify-content:center;align-items:center;min-width:80px;margin-top:15px;margin-bottom:15px}.buisness-search-textbox{color:#022a48;justify-content:center;align-items:center;min-width:220px;margin-top:15px;margin-bottom:15px;display:flex}.brand-dropdown{background:#fff}div#brandingType{background-color:inherit}.product-textbox div fieldset{background-color:#fff!important}.product-textbox div div{z-index:1;color:#022a48}.product-textbox div input{z-index:1}.PrivateTabIndicator-colorSecondary-4{height:4px;background-color:#ff6000!important;width:100%!important}.product-line-table-sub-header{color:#1a587e!important;background-color:#e6f4f9!important}.reset-button-container{border:none;justify-content:center;align-items:center;height:auto;margin-top:7px;margin-bottom:7px;display:flex}.list-table-header{background-color:#2477ab;height:50px}.network-grid-item{position:relative}.warning-icon-container{color:#fff;background-color:#d72828;border-radius:50%;justify-content:center;width:20px;height:18px;display:flex;position:absolute;bottom:5px;right:5px}
