:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{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;-ms-flex-pack:justify;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;direction:ltr;display:-ms-flexbox;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;-ms-touch-action:none;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{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;-ms-flex-negative:0;display:-ms-flexbox;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:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{-ms-flex-item-align:start;align-self:flex-start;background:transparent;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:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;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:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{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:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;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)}}
.is-flex{display:flex}.rmsure-inline{color:#14142b;font-size:1.5rem;font-weight:600;line-height:12px;padding:0}.mt-3{margin-top:.75rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.mr-3{margin-right:.75rem!important}.mt-6{margin-top:3rem!important}.is-pulled-right{float:right!important}.is-pulled-left{float:left!important}.is-align-items-center{align-items:center!important}.page-title-action{background-color:#0347ff!important;border:1px solid #0347ff!important;border-radius:6px!important;color:#fff!important;font-size:14px!important;height:auto;line-height:34px!important;padding:0 16px!important}.page-title-action:hover,.user-role-editor-action-button{background-color:#fff!important;color:#0347ff!important}.user-role-editor-action-button{border:1px solid #0347ff!important;border-radius:6px!important;font-size:14px;font-weight:700;line-height:36px!important;margin-bottom:15px;margin-left:0!important;margin-right:12px;padding:0 16px!important}.user-role-editor-action-button:hover{background-color:#0347ff!important;color:#fff!important}.user-role-editor-action-button.user-role-editor-button-danger{border-color:#ce0356!important;color:#ce0356!important}.user-role-editor-action-button.user-role-editor-button-danger:hover{background:#ce0356!important;color:#fff!important}input[type=checkbox]:before{height:18px!important;width:18px!important}input[type=checkbox]:checked{background-color:#0347ff!important;border-color:#0347ff!important;color:#fff!important}input[type=checkbox]:checked:before{webkit-filter:brightness(0) invert(1);background-color:transparent;content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);filter:brightness(0) invert(1);margin:-2px 0 0 -3px;position:inherit}.rmsure-select-container{color:#000;font-weight:400;width:200px}.rmsure-select-container .rmsure-select__control{border-color:#ccc!important}.rmsure-select-container .rmsure-select__control .rmsure-select__value-container{padding:0 8px!important}.rmsure-select-container .rmsure-select__control .rmsure-select__value-container input,.rmsure-select-container .rmsure-select__control .rmsure-select__value-container input:focus{box-shadow:none}.rmsure-select-container .rmsure-select__control .rmsure-select__input-container{margin:0!important}.rmsure-select-container .rmsure-select__control .rmsure-select__input-container .rmsure-select__input{border:none!important}.rmsure-select-container .rmsure-select__control .rmsure-select__indicator-separator{display:none!important}.rmsure-select-container .rmsure-select__control .rmsure-select__indicator{color:#333!important}.rmsure-select-container .rmsure-select__menu{padding:8px!important}.rmsure-select-container .rmsure-select__menu>.rmsure-select__menu-list .rmsure-select__option{cursor:pointer;padding:12px 0}.rmsure-post-type-select .rmsure-select__menu>.rmsure-select__menu-list .rmsure-select__option{cursor:pointer;padding:4px 12px!important}.rmsure-reset{align-items:center;color:#0347ff;cursor:pointer;display:flex;font-size:22px;height:42px;justify-content:center;width:40px}.rmsure-reset:hover{color:#ce0356}#rolemaster-suite-user--role--editor-root .rmsure-container{padding:0 50px;position:relative}#rolemaster-suite-user--role--editor-root .rmsure-container #rmsure-data-saved-message{background-color:#0347ff;border:0;border-radius:3px;color:#fff;font-size:14px;left:0;line-height:16px;margin-bottom:15px;padding:8px 15px;position:absolute;top:0;width:auto;width:100%}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body{background:#fff;border-radius:8px;clear:both;width:100%}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body input[type=checkbox]{height:16px;width:16px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body input[type=checkbox]:before{height:18px!important;width:18px!important}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .top-heading{border-bottom:1px solid #f1f1f3;height:130px;padding:45px 45px 0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .top-heading label{font-size:14px;line-height:35px;margin-right:12px!important}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .top-heading label input[type=checkbox]{margin-top:-3px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .top-heading button{margin-bottom:0;margin-left:10px!important;margin-right:0!important;top:0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .top-heading .rmsure--header .rmsure--heading{gap:10px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .role-list{border-right:1px solid #f1f1f3;flex-basis:320px;padding-bottom:45px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .role-list ul{margin:0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .role-list ul li{color:rgba(78,75,102,.72);cursor:pointer;font-size:1rem;font-weight:600;line-height:20px;margin:0;padding:13px 0 11px 45px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .role-list ul li.active{background:#0347ff;color:#fff;position:relative}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .role-list ul li.active:before{background:var(--rmsure-btn-bg);content:"";height:30px;left:0;position:absolute;top:7px;width:2px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list{color:#4e4b66;flex-basis:calc(100% - 320px);padding:0 55px 45px 45px;position:relative}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading{align-items:center;display:flex;justify-content:space-between;padding:24px 0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading h5{color:#14142b;float:left;font-size:16px;line-height:16px;margin:0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options{float:right}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option{line-height:38px;margin-right:24px!important}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option.granted-only{padding-right:10px;position:relative}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option.granted-only:after{background-color:#e6e6e6;content:"";height:20px;position:absolute;right:-10px;top:10px;width:2px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=checkbox]{border-radius:50%}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=checkbox]#deny-all:checked{background-color:#ce0356!important;border-color:#ce0356!important}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=checkbox]#deny-all:focus{box-shadow:0 0 0 1px #ce0356}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option.option-deny{color:#ce0356}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option.option-deny input[type=checkbox]{border-color:#ce0356}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option.option-deny input[type=checkbox]:checked{background-color:#ce0356}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=text]{background:transparent!important;border:1px solid #f1f1f3;border-radius:6px;width:170px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=text]::-moz-placeholder{color:#4e4b66}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option input[type=text]::placeholder{color:#4e4b66}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option button{margin-bottom:0;margin-left:5px!important;top:0}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilitiy-heading .capabilitiy-options .capabilitiy-option:last-child{margin-left:24px;margin-right:0!important}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body{clear:both;overflow:hidden}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body .capability-items{clear:both;-moz-column-count:1;-moz-column-gap:0;column-gap:0;-moz-column-width:auto;columns:1;display:inline-block;padding-left:1px;width:100%}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body .capability-items .capability-item{border:1px solid #f1f1f3;height:44px;line-height:44px;margin-bottom:-1px;margin-left:-1px;padding-left:12px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table{width:100%}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table,#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table td,#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table th{border:1px solid #f1f1f3;border-collapse:collapse;color:#14142b;font-size:14px;height:44px;line-height:44px;text-align:center}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table tr td{width:80px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table tr td:first-child{padding-left:12px;text-align:left;width:120px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .capabilities-body table tr td.post-type{text-transform:capitalize}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .page-title-action{float:right;margin-bottom:15px;top:10px}#rolemaster-suite-user--role--editor-root .rmsure-container .rmsure--body .role-capabilities-settings .capabilities-list .rmsure-b-save{bottom:26px;position:absolute;right:10px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap.hidden{display:none}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-close{opacity:0;transition:all .4s ease-in-out;visibility:hidden}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-close .capabilities__input-container{display:none!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-open{opacity:1;transition:all .4s ease-in-out;visibility:visible}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal{align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:flex;height:100%;left:0;position:fixed;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:9999}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal .aim-modal--content{background-color:#f1f3f5;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);left:0;margin:auto;max-width:650px;overflow:hidden;position:relative;right:0;top:0;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal .aim-modal--content .aim-modal--body .capabilities__control .capabilities__input-container .capabilities__input{width:192px!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal .aim-modal--content .aim-modal--body .capabilities__control .capabilities__input-container .capabilities__input:focus{box-shadow:none}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal .aim-modal--header{align-items:center;background-color:#fff;box-shadow:0 0 8px rgba(0,0,0,.1);color:#495157;display:flex;font-size:15px;font-weight:500;justify-content:space-between;padding:15px;position:relative;z-index:1}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--header-logo-title{color:#14142b;font-weight:700;padding-left:25px;position:relative;text-transform:capitalize}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--header-logo-title img{height:18px;left:0;position:absolute;top:1px;width:18px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--header-close-btn{cursor:pointer}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--header-close-btn i{color:#ed2e7e;font-size:22px;vertical-align:top}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body{background-color:#fff;box-sizing:border-box;display:block;font-size:12px;height:100%;height:250px;line-height:1.5;min-height:50px;overflow-y:scroll;padding:15px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body .delete-capabilities ul li.select-all{border-bottom:1px solid #e6e9ec;display:block;margin-bottom:15px;padding-bottom:5px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body .delete-capabilities ul li label{line-height:22px;width:inherit}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div{margin:1em 0}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div label{color:#14142b;display:inline-block;font-size:14px;line-height:44px;width:150px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div input[type=text]{width:calc(100% - 152px)}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div input[type=text]:not(.capabilities__input,.rmsure-select__input){background:transparent;border:1px solid #ccc!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div .capabilities-container{display:inline-grid}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div .capabilities-container .capabilities__control{border-color:#ccc!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--body>div .capabilities-container .capabilities__control .capabilities__indicators .capabilities__indicator-separator{display:none}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar{background-color:#fff;flex:0 0 25%;height:calc(100% - 40px);max-width:25%;position:relative}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tabs{height:100%;overflow-y:scroll;padding-bottom:20px;position:absolute;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item{background-color:#fff;border-bottom:1px solid #f1f1f3;box-shadow:none;color:#14142b;cursor:pointer;font-size:14px;line-height:20px;padding:13px 20px;position:relative;text-transform:capitalize}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item i{color:#14142b;font-size:16px;height:20px;margin-right:10px;vertical-align:middle;width:20px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item.aesthetic-active,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item.aesthetic-active i,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item:hover,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item:hover i{color:#0347ff}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item:after{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;width:4px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item.aesthetic-active:after,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--sidebar-tab-item:hover:after{background-color:#0347ff}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap{background-color:#f5f5f5;flex:0 0 75%;height:100%;max-width:75%;padding:30px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap.lib-custom-icons{padding-bottom:0;padding-top:15px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap.lib-custom-icons .image-area{height:calc(100% - 40px);overflow:auto;padding-right:30px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap:not(.lib-custom-icons){text-align:center}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #rmsure-drag-drop-area{position:relative}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #rmsure-drag-drop-area #drag-file-element{border-radius:4px;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-inner{display:inline-block;height:calc(100% - 60px);margin:10px -15px 0;overflow:auto;padding:0 15px 15px 5px;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #aim-modal--icon-preview{grid-gap:20px;display:grid;grid-template-columns:repeat(7,1fr);margin:20px 0}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search{position:relative}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search input{background-color:#fff!important;border:1px solid #d8d8d8!important;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search input::-webkit-input-placeholder{font-style:italic}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search input::-moz-placeholder{font-style:italic}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search input::-ms-input-placeholder{font-style:italic}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search input::placeholder{font-style:italic}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-search i{color:#0347ff;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item{background-color:#fff;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 12px rgba(0,0,0,.05);box-shadow:0 1px 12px rgba(0,0,0,.05);cursor:pointer;overflow:hidden;padding:10px;position:relative;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item:hover{-webkit-box-shadow:0 1px 14px rgba(0,0,0,.16);box-shadow:0 1px 14px rgba(0,0,0,.16)}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item.aesthetic-selected{-webkit-box-shadow:0 1px 12px rgba(0,0,0,.05),0 0 0 3px #0347ff;box-shadow:0 1px 12px rgba(0,0,0,.05),0 0 0 3px #0347ff}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item-inner i,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item__icon{color:rgba(78,75,102,.72);font-size:25px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item-name{color:rgba(78,75,102,.72);font-size:12px;max-width:100%;overflow:hidden;padding:13px 0 0;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item:hover .aim-icon-item-inner i,#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-icon-item:hover .aim-icon-item-name{color:#0347ff}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal .aim-modal--footer{background-color:#fff;border-top:1px solid #e6e9ec;bottom:0;box-sizing:border-box;padding:8px 15px;text-align:right;width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--footer button{background-color:#0347ff;border:1px solid #0347ff;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:auto;letter-spacing:.5px;line-height:33px;padding:0 16px;text-transform:uppercase}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--footer button:hover{background-color:#fff;color:#0347ff}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .hide{display:none!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area{border:2px dashed #c3c4c7;border-radius:4px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-inside{margin:30px auto 35px;width:250px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-inside p{color:#111;display:block;margin:5px 0;text-align:center}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-inside p.drag-drop-info{font-size:22px;font-weight:600;line-height:28px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-inside p{font-size:14px;line-height:22px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-buttons .button-hero{background-color:transparent!important;border:1px solid var(--rmsure-btn-bg)!important;-webkit-border-radius:6px!important;border-radius:6px!important;color:var(--rmsure-btn-bg)!important;font-size:14px;font-weight:600;line-height:34px!important;min-height:36px;padding:0 16px!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #rmsure-drag-drop-area .drag-drop-buttons .button-hero:hover{background-color:var(--rmsure-btn-bg)!important;color:var(--rmsure-text-color)!important}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons{margin:25px 0}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons ul{margin:0 -8px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons ul li{background:#f0f0f1;border:3px solid rgba(0,0,0,.1);box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);cursor:pointer;display:inline-block;height:150px;margin:5px 8px;position:relative;width:calc(25% - 16px)}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons ul li.selected{border-color:var(--rmsure-btn-bg)}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons ul li.selected:after{background-color:var(--rmsure-btn-bg);background-image:url(../../../../../../../wp-includes/images/uploader-icons.png);background-position:-18px 2px;background-repeat:no-repeat;border-radius:4px;content:"";height:20px;position:absolute;right:-6px;top:-6px;width:20px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap #display-custom-icons ul li img{height:100%;left:50%;max-width:100%;padding:8px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap .aim-modal--icon-preview-wrap.y-scroll{overflow-y:scroll;padding-top:15px}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #icon-upload-bar{background:var(--rmsure-btn-bg);height:5px;margin-bottom:15px;opacity:0;width:5%}#rolemaster-suite-user--role--editor-root .user-role-editor-modal-wrap #icon-upload-bar.show{opacity:1}@media only screen and (max-width:1600px){#rolemaster-suite-user--role--editor-root .rmsure-container{padding:0}#rolemaster-suite-user--role--editor-root .rmsure-container .top-heading{height:88px!important;padding:32px!important}#rolemaster-suite-user--role--editor-root .rmsure-container .top-heading .rmsure--header .rmsure-inline{font-size:1rem!important}#rolemaster-suite-user--role--editor-root .rmsure-container .top-heading .rmsure--header .rmsure-select-container{width:150px}#rolemaster-suite-user--role--editor-root .rmsure-container .top-heading .rmsure--header .rolemaster-suite-page-title--actions .user-role-editor-action-button{font-size:12px!important;line-height:12px!important;padding:0 12px!important}}