/* module-key = 'com.bmc.idd.poc-plugin:poc-page-publishing', location = '/css/publishing.css' */
.publishing-toast{position:fixed;left:50%;transform:translateX(-50%);top:60px;z-index:1000;height:auto;background:#fff;cursor:default;width:700px}.publishing-toast-summary{background-color:#3cb6ce;padding:10px 20px;font-family:Open Sans;font-style:normal;font-weight:bold;font-size:16px;color:#fff;align-items:center;text-align:center;border:2px solid rgba(0,0,0,0.25);border-radius:2px 2px 0 0}.publishing-toast-bottom{padding:15px 0 15px 0;align-items:center;text-align:center;border-bottom:2px solid rgba(0,0,0,0.26);border-left:2px solid rgba(0,0,0,0.26);border-right:2px solid rgba(0,0,0,0.26);box-sizing:border-box;border-radius:0 0 2px 2px}.publishing-toast-button{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;border:1px solid transparent;border-radius:2px;width:100px;height:40px;font-style:normal;font-size:16px}.publishing-toast-button-inactive{background-color:#f9f9fa;color:#313538!important;border-color:#d5d5dc;opacity:.65}.publishing-toast-button-inactive:hover{background-color:#e5e5e6;cursor:pointer}.publishing-toast-button-active{background-color:#f86e00;color:#fff;border-color:#e45f00}.publishing-toast-button-active:hover{background-color:#e45f00;color:#fff;cursor:pointer}@media only screen and (max-width:768px){.publishing-toast{width:95%!important}}.toast-flag{position:fixed;left:50%;transform:translateX(-50%);top:20px;margin:auto;width:368px;max-width:80%;z-index:1100;height:auto;margin-bottom:1rem;padding:1.125rem 3.75rem 1.125rem 1.5rem;border-radius:.125rem;background:#fff;box-shadow:rgba(0,0,0,0.35) 0 5px 15px;cursor:default}.toast-flag-summary{font-size:14px;margin-bottom:10px;font-weight:600;margin-top:0;line-height:16px}.toast-flag-details{position:relative;margin-bottom:0;font-size:13px;line-height:1.4;color:#272b2f}.toast-flag-close{position:absolute;top:-1px;right:0;bottom:-1px;width:2.125rem;border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.toast-flag-close-button{width:2rem;padding:.625rem 0;opacity:.7;color:#fff;border:0;background:0;-webkit-transition:opacity .25s cubic-bezier(.4,0,.2,1);transition:opacity .25s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;margin:0;font-family:inherit;font-size:inherit;line-height:inherit;font-family:inherit}.toast-flag-success .toast-flag-summary{color:#89c341}.toast-flag-info .toast-flag-summary{color:#3cb6ce}.toast-flag-error .toast-flag-summary{color:#f83200}.toast-flag-success .toast-flag-close{border:1px solid #78ac36;background:#89c341}.toast-flag-info .toast-flag-close{border:1px solid #2fa3ba;background:#3cb6ce}.toast-flag-error .toast-flag-close{border:1px solid #ff5630;background:#f83200}