: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius: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{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--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.revel-messaging{min-height:100vh;background-color:#e5e5e5}.revel-messaging .header{height:134px;padding-top:30px;background-color:#fff}.revel-messaging .header h1{margin:0 0 0 170px}.revel-messaging .header nav{display:flex;height:calc(100% - 28px);align-items:flex-end;justify-content:center}.revel-messaging .header nav div{display:flex;width:180px;justify-content:space-between}.revel-messaging .header nav div button{padding:0 0 12px;border:unset;background-color:transparent;color:#6a7070;font-size:16px;line-height:20px}.revel-messaging .header nav div button.active{border-bottom:2px solid #252525;color:#252525;font-weight:700}.revel-messaging table{min-width:1000px;border:1px solid #ccc;margin:0 auto;background-color:#fff;border-radius:9px;border-spacing:0;font-size:14px;line-height:26px}.revel-messaging table td,.revel-messaging table th{min-width:145px;max-width:400px;min-height:75px;padding:11px 20px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:unset;overflow-wrap:break-word}.revel-messaging table td:last-child,.revel-messaging table th:last-child{border-right:0}.revel-messaging table tbody tr:last-child th,.revel-messaging table tr:last-child td{border-bottom:0}.revel-messaging table .actions{display:flex;align-items:center;justify-content:flex-start}.revel-messaging table .actions button{margin:0 5px}.error-page-body{text-align:center;padding-top:90px;background:linear-gradient(200deg,rgba(125,213,235,.71),rgba(0,90,112,.9));height:100vh}.error-page-body .error-page-image{width:680px;min-width:680px;margin:80px 0 150px}.create-message{color:#252525}.create-message .header{padding:23px 0;background-color:#fff;text-align:center}.create-message .create-message-form{position:relative;margin-bottom:50px}.create-message .create-message-form .sub-header{color:#666;font-size:16px;line-height:26px}.create-message .create-message-form .book-image{width:100px;margin-right:21px;-o-object-fit:contain;object-fit:contain}.create-message .create-message-form .link-container{margin-top:12px}.create-message .create-message-form .link-color{color:#0074cc}.create-message .create-message-form .product-input-form .text-input{flex-basis:454px}.create-message .create-message-form .product-input-form .text-input input{height:48px}.create-message .create-message-form .heading{margin-top:40px;font-size:22px;font-weight:600;line-height:26px}.create-message .create-message-form .sub-heading{display:flex;justify-content:space-between;margin-top:8px;color:#666;font-size:14px;line-height:26px}.create-message .create-message-form .sub-heading.error span{color:#a9252b;font-weight:600}.create-message .create-message-form .message-type{display:flex;justify-content:space-evenly;margin-top:24px}.create-message .create-message-form .message-type .card-heading{margin-top:46px;font-size:21px;line-height:30px}.create-message .create-message-form .message-type .card-detail{margin-top:18px;color:#666;font-size:14px;line-height:26px}.create-message .create-message-form .step1-error-message{margin-top:10px;color:#a9252b;font-weight:600;height:20px}.create-message .create-message-form .text-input{display:flex;width:100%;flex-direction:column;margin-bottom:25px}.create-message .create-message-form .text-input:last-of-type{margin-bottom:0}.create-message .create-message-form .text-input input{height:40px;padding:2px}.create-message .create-message-form .text-area:not(:first-child){margin-top:28px}.create-message .create-message-form .text-area:last-child{margin-bottom:-15px}.create-message .create-message-form .text-area .input-label,.create-message .create-message-form .text-input .input-label{display:flex;justify-content:space-between;margin-bottom:8px;color:#6a7070;font-size:14px;font-weight:400;line-height:18px}.create-message .create-message-form .text-area .characters-remaining,.create-message .create-message-form .text-input .characters-remaining{color:#6a7070;font-weight:600}.create-message .create-message-form .text-area .info-container,.create-message .create-message-form .text-input .info-container{display:flex;justify-content:space-between;height:16px;margin-top:10px;font-size:12px;line-height:16px}.create-message .create-message-form .text-area.error-notFound .ql-editor:focus,.create-message .create-message-form .text-area.error-notFound input,.create-message .create-message-form .text-area.error-notFound textarea,.create-message .create-message-form .text-area.error-required .ql-editor:focus,.create-message .create-message-form .text-area.error-required input,.create-message .create-message-form .text-area.error-required textarea,.create-message .create-message-form .text-area.error-validate .ql-editor:focus,.create-message .create-message-form .text-area.error-validate input,.create-message .create-message-form .text-area.error-validate textarea,.create-message .create-message-form .text-input.error-notFound .ql-editor:focus,.create-message .create-message-form .text-input.error-notFound input,.create-message .create-message-form .text-input.error-notFound textarea,.create-message .create-message-form .text-input.error-required .ql-editor:focus,.create-message .create-message-form .text-input.error-required input,.create-message .create-message-form .text-input.error-required textarea,.create-message .create-message-form .text-input.error-validate .ql-editor:focus,.create-message .create-message-form .text-input.error-validate input,.create-message .create-message-form .text-input.error-validate textarea{border:2px solid #a9252b}.create-message .create-message-form .text-area.error-notFound span:not(.required),.create-message .create-message-form .text-area.error-required span:not(.characters-remaining),.create-message .create-message-form .text-area.error-validate span:not(.required),.create-message .create-message-form .text-input.error-notFound span:not(.required),.create-message .create-message-form .text-input.error-required span:not(.characters-remaining),.create-message .create-message-form .text-input.error-validate span:not(.required){color:#a9252b;font-weight:600}.create-message .create-message-form .image-card{position:relative}.create-message .create-message-form .image-card .image-card-title{font-size:21px}.create-message .create-message-form .image-card .image-card-title .image-required{position:absolute;top:22px;right:0;color:#6a7070;font-size:14px}.create-message .create-message-form .image-card .image-card-viewport{position:relative;display:flex;height:238px;flex-direction:column;align-items:center;justify-content:center;margin-top:20px;background-color:#e9e9e9;border-radius:8px}.create-message .create-message-form .image-card .image-card-viewport .image-card-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.create-message .create-message-form .image-picker{border:0;margin:15px 0 0;padding:0}.create-message .create-message-form .image-picker div{display:flex;height:25px}.create-message .create-message-form .image-picker label{margin-left:6px}.create-message .create-message-form .single-checkbox label{display:block;margin-bottom:8px;color:#6a7070;font-size:14px;font-weight:400;line-height:18px}.create-message .create-message-form .single-checkbox input{width:18px;height:18px;margin:0 6px 0 0;vertical-align:top}.create-message .create-message-form .action-buttons{display:flex;width:354px;height:36px;justify-content:space-between;margin:160px auto 0}.create-message .create-message-form .action-buttons.step-4{margin:0 auto}.create-message .create-message-form .quill{position:relative}.create-message .create-message-form .quill .ql-toolbar{position:absolute;top:-42px;right:75px;border:0;background-color:#f3f8ff;border-radius:50px;visibility:hidden}.create-message .create-message-form .quill .ql-toolbar.ql-snow .ql-formats{margin-right:0}.create-message .create-message-form .quill .ql-container.ql-snow{border:none;font-family:inherit}.create-message .create-message-form .quill .ql-container.ql-disabled{background-color:hsla(0,0%,94%,.302)}.create-message .create-message-form .quill .ql-tooltip{top:-16px!important;left:185px!important}.create-message .create-message-form .quill .ql-editor{font-size:14px;line-height:18px;border:1px solid #6a7070;border-radius:4px;color:#252525;min-height:60px;padding:2px}.create-message .create-message-form .quill .ql-editor:focus{border:2px solid #005fcc}.create-message .create-message-form .quill .ql-editor p{line-height:18px}.create-message .create-message-form .quill .ql-editor.ql-blank:before{color:#6a7070;font-size:14px;font-style:normal;line-height:18px;left:3px}.datepicker-container{position:relative;width:46%}.datepicker-container .datepicker-label{display:flex;height:32px;justify-content:space-between;color:#151515;font-size:16px;line-height:26px}.datepicker-container .react-datepicker__input-container input{display:block;width:100%;min-width:150px;height:48px;box-sizing:border-box;padding:0 14px;border:1px solid #ccc;margin-top:6px;background-color:#fff;border-radius:3px;color:#252525;font-size:16px;line-height:26px}.datepicker-container .react-datepicker__input-container input:focus{border:1px solid #047a9c;outline:2px solid #005fcc;outline-offset:4px}.datepicker-container .react-datepicker-popper{z-index:1}.datepicker-container .datepicker-icon{position:absolute;top:53px;right:10px;color:#6a7070;pointer-events:none}.datepicker-container .react-datepicker{display:inline-block;width:322px;min-height:284px;padding:16px 20px 20px;border:1px solid #ccc;background-color:#fff;color:#252525}.datepicker-container .datepicker-header-title{display:flex;align-items:center;padding-left:10px;margin-bottom:8px}.datepicker-container .datepicker-header-title .datepicker-month-year{flex-grow:1;font-size:16px;font-weight:600}.datepicker-container .datepicker-button[tabindex]:not([tabindex^="-"]):focus{outline:none}.datepicker-container .react-datepicker__day,.datepicker-container .react-datepicker__day-name{position:relative;display:inline-block;width:40px;padding:4px;color:#252525;line-height:32px;text-align:center}.datepicker-container .react-datepicker__day:not(.react-datepicker__day--disabled):focus{outline:2px solid #005fcc}.datepicker-container .react-datepicker__day-name{color:#6a7070;font-size:14px;font-weight:700}.datepicker-container .datepicker-day-inner{display:block;border-radius:16px}.datepicker-container .datepicker-day-inner:hover{background-color:#e9e9e9}.datepicker-container .react-datepicker__day--disabled .datepicker-day-inner:hover{background-color:unset}.datepicker-container .react-datepicker__day--selected .datepicker-day-inner{background-color:#151515;color:#fff;font-weight:600}.datepicker-container .react-datepicker__day--outside-month{color:#ccc}.datepicker-container .react-datepicker__header--time{padding-left:10px;font-size:16px;font-weight:600}.datepicker-container .react-datepicker__time{margin:10px;height:200px;overflow:scroll;border:1px solid #e9e9e9}.datepicker-container .react-datepicker__time .react-datepicker__time-list{padding:0 40px;height:auto}.datepicker-container .react-datepicker__time .react-datepicker__time-list-item{display:flex;align-items:center;justify-content:center;list-style:none;height:30px;cursor:pointer}.datepicker-container .react-datepicker__time .react-datepicker__time-list-item--selected,.datepicker-container .react-datepicker__time .react-datepicker__time-list-item:hover{background-color:#e9e9e9}.datepicker-container .react-datepicker__day--today{border:1px solid #979797;line-height:30px}.datepicker-container .react-datepicker__day-names,.datepicker-container .react-datepicker__week{white-space:nowrap}.datepicker-container.error-required input,.datepicker-container.error-validate input{border:2px solid #a9252b}.datepicker-container.error-required .datepicker-error-message,.datepicker-container.error-validate .datepicker-error-message{display:block;margin-top:10px;color:#a9252b;font-weight:600}.datepicker-container.error-required .datepicker-label span,.datepicker-container.error-validate .datepicker-label span:not(.required){color:#a9252b;font-weight:600}body *{font-family:inherit}input,textarea{font-size:14px;line-height:18px;border:1px solid #6a7070;border-radius:4px;color:#252525}input::-moz-placeholder,textarea::-moz-placeholder{color:#6a7070;font-size:14px}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6a7070;font-size:14px}input::placeholder,textarea::placeholder{color:#6a7070;font-size:14px}input:focus,textarea:focus{border:2px solid #005fcc;outline:none}input:focus.MuiInputBase-input,textarea:focus.MuiInputBase-input{border:none}input[type=checkbox]:focus{outline:2px solid #005fcc;outline-offset:2px}.font-14-26{font-size:14px;line-height:26px}.font-16-26{font-size:16px;line-height:26px}.font-20-26{font-size:20px;line-height:26px}.font-24-28{font-size:24px;line-height:28px}.font-normal{font-weight:400}.font-bold{font-weight:700}.flex{display:flex}.flex-column{display:flex;flex-direction:column;justify-content:space-between}.flex-row-center{display:flex;align-items:center;justify-content:center}.flex-row-space-between{display:flex;align-items:center;justify-content:space-between}.dialog-heading{font-size:20px;line-height:1.3;margin:0}