.nr-modal{display:none}.nr-modal--open{display:block}.nr-modal__overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50;background-color:#09090bdb}.nr-modal__container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%;max-width:100%;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:#fff}@media screen and (min-width: 27em){.nr-modal__container{max-height:calc(100vh - 3em);min-height:20em;width:calc(100% - 3em);border-radius:.375em}}@media screen and (min-width: 27em){.nr-modal__container--small{max-width:24em}}@media screen and (min-width: 27em){.nr-modal__container--medium{max-width:40em}}@media screen and (min-width: 27em){.nr-modal__container--large{max-width:64em}}.nr-modal__header{-ms-flex:0 0 auto;flex:0 0 auto;padding:1.25em;background-color:#f4f4f6}@media screen and (min-width: 27em){.nr-modal__header{border-radius:.375em .375em 0 0}}.nr-modal__header-warning{background-color:#e00000}.nr-modal__header-warning .nr-modal__title{color:#fff}.nr-modal__header--hidden-footer{background-color:#fff;padding:1em}.nr-modal__title{color:#30303b;font-size:1.5em}.nr-modal__title--hidden-footer{max-width:94%;font-size:1.25em}.nr-modal__content{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25em;overflow:auto}.nr-modal__content--scrollbar{border-bottom:1px solid #eeeeee}.nr-modal__footer{-ms-flex:0 0 auto;flex:0 0 auto;padding:1.25em;text-align:right}.nr-modal__footer button{margin-right:.75em}.nr-modal__footer button:last-child{margin-right:0}.nr-modal__close{position:absolute;top:.5em;right:.5em}
