.shared-project--tabs{gap:16px;background:#f2f3f4;width:auto;display:inline-flex;padding:8px;border-radius:30px;align-items:center}.shared-project--tab{padding:8px 20px;background:none;border:none;font-size:16px;font-weight:500;color:var(--color-greyMedium-m);transition:all .3s ease;position:relative;border-radius:25px;margin:0;cursor:pointer}.shared-project--tab:hover{color:rgb(var(--color-button))}.shared-project--tab.active{color:rgb(var(--color-button));background-color:var(--color-bg);cursor:pointer;border-bottom:none}.shared-project--header{display:flex;align-items:center;gap:32px;margin-bottom:24px;justify-content:space-between}.shared-project--page-heading h1,.shared-project--page-heading p{margin:0}.shared-project--page-heading .page-heading{margin:0;border:0}@media(max-width:767px){.shared-project--header{flex-direction:column;align-items:start;gap:16px}.shared-project--tabs{justify-content:space-around}.shared-project--tab{padding:12px 16px;font-size:14px;flex:1;text-align:center;white-space:nowrap}}.shared-project--content{display:flex;flex-direction:column;margin-top:30px}.shared-project--content h5{margin:0}.shared-project--content .shared-project--list{display:flex;gap:16px;flex-wrap:wrap}.shared-project--content .shared-project--list .shared-project--item{box-shadow:#0000000d 0 3px 1px -2px,#0000000d 0 2px 2px,#0000000d 0 1px 5px;border:1px solid var(--color-greyLine-m);border-radius:4px;display:flex;padding:24px;gap:32px;width:100%;background-color:var(--color-bg);flex:0 0 calc(50% - 8px);min-width:500px}@media(max-width:1400px){.shared-project--content .shared-project--list .shared-project--item{flex:0 0 100%}}@media(max-width:767px){.shared-project--content .shared-project--list{justify-content:flex-start;align-items:center}.shared-project--content .shared-project--list .shared-project--item{flex-direction:column;align-items:center;gap:16px;flex:0 0 100%;min-width:unset}}.shared-project--content .shared-project--list .shared-project--item .shared-project--thumb{width:250px;min-height:200px;flex:0 0 auto;align-content:center}.shared-project--content .shared-project--list .shared-project--item .shared-project--thumb a{display:block;text-align:center}.shared-project--content .shared-project--list .shared-project--item .shared-project--thumb a img{max-width:100%;max-height:250px}@media(max-width:767px){.shared-project--content .shared-project--list .shared-project--item .shared-project--thumb a img{max-height:300px}}@media(max-width:767px){.shared-project--content .shared-project--list .shared-project--item .shared-project--thumb{width:100%;max-width:400px}}.shared-project--content .shared-project--list .shared-project--item .shared-project--info{flex:1 1 auto;display:flex;flex-direction:column;position:relative;justify-content:flex-start;padding-bottom:10px}.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--title{font-size:1.8rem}.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--greeting{margin-bottom:15px;display:flex;order:3}@media(max-width:767px){.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--greeting{display:none}}.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--greeting p{display:block;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;width:100%;line-height:22px}.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--greeting p b,.shared-project--content .shared-project--list .shared-project--item .shared-project--info .shared-project--greeting p strong{display:block}.shared-project--content .shared-project--list .shared-project--item .shared-project--actions{flex:1 1 auto;display:flex;order:4}.shared-project--content .shared-project--list .shared-project--item .shared-project--actions a.button{margin:0;padding:.7rem 1rem;white-space:nowrap;font-size:1.4rem!important}@media(max-width:767px){.shared-project--content .shared-project--list .shared-project--item .shared-project--actions{margin:20px auto 0;width:auto}}.shared-project--content .shared-project--list .shared-project--item .shared-project--actions .shared-project--stats{width:auto}.shared-project--content .shared-project--list .shared-project--item .shared-project--actions .shared-project--stats div{justify-content:right;padding-right:0}@media(max-width:767px){.shared-project--content .shared-project--list .shared-project--item .shared-project--actions .shared-project--stats{display:none}}@media(max-width:767px){.shared-project--content .shared-project--info{text-align:center;margin:auto}.shared-project--content .shared-project--info .shared-project--title{display:flex;justify-content:center}}.shared-project--content .shared-project--info .account-heading.page-heading{margin:0;border:0}@media(max-width:767px){.shared-project--content .shared-project--info .account-heading.page-heading{text-align:center}}.shared-project--content .shared-project--info .shared-project--title{line-height:2.8rem;font-weight:600;display:flex;align-items:flex-start;margin:0 0 5px;align-items:flex-end;gap:5px}.shared-project--content .shared-project--info .shared-project--title a{text-decoration:none}.shared-project--content .shared-project--info .shared-project--title a.sub-align.button-link{margin:3px 0 0 5px}.shared-project--content .shared-project--info .shared-project--product{font-size:16px;font-style:normal;font-weight:500;margin:0;line-height:24px}.shared-project--content .shared-project--info .shared-project--date{color:var(--color-greyMedium-m);margin:0;line-height:24px;font-size:14px}.shared-project--content .shared-project--actions{width:350px;display:flex;justify-content:flex-start}.shared-project--content .shared-project--actions.detail{justify-content:flex-end}.shared-project--content .shared-project--actions .shared-project--button{align-self:flex-end}@media(max-width:767px){.shared-project--content .shared-project--actions.detail{width:100%;justify-content:center}.shared-project--content .shared-project--actions .shared-project--button{text-align:center;width:auto}}.shared-project--content .shared-project--actions .shared-project--button a.button{margin:0;white-space:nowrap}@media(max-width:767px){.shared-project--content .shared-project--actions .shared-project--button a.button{width:100%}}.shared-project--content .shared-project--actions .shared-project--stats{margin:10px 0;display:flex;gap:10px;width:350px}.shared-project--content .shared-project--actions .shared-project--stats div{background-color:var(--color-BoxLight-m);border-radius:3px;padding:16px;flex:1 1 33%;font-size:13px;text-align:center;font-weight:400;line-height:16px;letter-spacing:.5px;text-transform:uppercase;display:flex}.shared-project--content .shared-project--actions .shared-project--stats div span{font-size:16px;font-style:normal;font-weight:700;margin-right:8px}@media(max-width:767px){.shared-project--content .shared-project--actions.detail .shared-project--button{margin-top:20px}}@media(max-width:767px){.shared-project--content .shared-project--actions.detail .shared-project--stats{margin-top:30px;width:auto}}.shared-project--content .shared-project--greeting{order:2;width:100%;margin-top:10px}@media(max-width:767px){.shared-project--content .shared-project--greeting{order:3}}.shared-project--content .shared-project--greeting p{line-height:24px;margin-bottom:0}.shared-project--content .shared-project--head{order:1;display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:767px){.shared-project--content .shared-project--head{flex-direction:column;align-items:center;text-align:center}}.shared-project--content .shared-project--head .shared-project--title{font-size:2.4rem;line-height:1.2}.shared-project--content .shared-project--viewer{position:relative;order:3;margin-top:20px}@media(max-width:767px){.shared-project--content .shared-project--viewer{order:2}}.shared-project--content .shared-project--viewer .shared-project--pdf{background-color:var(--color-BoxLight-m);border-radius:10px;margin:50px 0;display:flex;justify-content:center;align-items:center}.shared-project--content .shared-project--headings{display:flex;justify-content:space-between}.shared-project--content .shared-project--invite .shared-project--headings h5{font-size:15px}.shared-project--content .shared-project--invite{order:4;margin-top:32px}.shared-project--content .shared-project--invite .shared-project--table{width:100%;overflow-x:auto}.shared-project--content .shared-project--invite .shared-project--table thead th{position:sticky;top:0;background-color:var(--color-bg)}.shared-project--content .shared-project--invite .shared-project--table .head{background-color:var(--color-BoxLight-m);color:var(--color-greyMedium-m);font-weight:500;text-align:center;padding:8px;min-height:48px}.shared-project--content .shared-project--invite .shared-project--table .cell{border-bottom:1px solid var(--color-greyLine-m);text-align:center;padding:8px;min-height:48px}.shared-project--content .shared-project--invite .shared-project--table .cell1,.shared-project--content .shared-project--invite .shared-project--table .head1{text-align:left;white-space:nowrap}.shared-project--content .shared-project--invite .shared-project--table .material-symbols-outlined.material-symbols-filled{color:var(--color-error-m)}.shared-project--content .shared-project--invite .table-container{margin:20px 0;max-height:325px;overflow-y:auto;position:relative;border-bottom:1px solid #ddd;box-shadow:inset 0 2px 4px #0000001a}.shared-project--content .shared-project--delete{margin:80px 0;order:5}.shared-project--content .shared-project--delete button{display:inline-block;text-decoration:none}.shared-project--content .shared-project--delete button>div{text-decoration:none;display:flex;gap:8px}.shared-project--content .shared-project--delete button>div:hover .error{color:var(--color-error-m)}.shared-project--content .shared-project--delete button>div:hover .icon-inline svg{fill:var(--color-error-m)}.shared-project--content .shared-project--delete .note{font-style:italic;font-size:14px;color:var(--color-greyMedium-m)}.shared-project--content .shared-project--error{order:5;padding:32px;text-decoration:none;margin:12px auto;background-color:var(--color-BoxLight-m);border-radius:10px;width:auto;max-width:700px}.shared-project--content .shared-project--error .head{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px}.shared-project--content .shared-project--error .head h3{margin:0}.shared-project--content .shared-project--error .error{color:var(--color-textBase-m)}.shared-project--content .shared-project--zero{order:6;padding:16px}@media(max-width:767px){body.platform-capacitor .detail .shared-project--button{position:static;bottom:auto}}.share-container{position:relative;margin-top:24px}.share-container p,.share-container a,.share-container label,.share-container small,.share-container span:not(.material-symbols-outlined),.share-container strong,.share-container b,.share-container li,.share-container th,.share-container td,.share-container button,.share-container input,.share-container textarea,.share-container select,.share-container option,.share-container legend{font-family:inherit!important}.share-loading{z-index:99;text-align:center;font-size:16px;position:static;margin:0;width:auto;height:auto;min-height:0;background-color:transparent}#loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000080;display:flex;align-items:center;justify-content:center}#loader .row{width:auto;margin:0}.share-loading .loading-content{position:relative;width:auto;margin:20px auto;border-radius:50px;background-color:transparent;box-shadow:none;padding:0;width:75px;height:75px;box-sizing:border-box;font-size:11px;letter-spacing:1.5px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;font-size:11px!important;text-transform:uppercase}.share-loading .loading-content:before{position:absolute;content:"";display:block;animation:lds-dual-ring 1.2s linear infinite;border-color:transparent var(--color-textBase-m) var(--color-textBase-m) var(--color-textBase-m);border-radius:50%;border-style:solid;border-width:1px;height:68px;width:68px;top:3px;left:3px}.pdf-loading{z-index:99;text-align:center;font-size:16px;position:absolute;width:100%;top:0;display:flex;justify-content:center;align-items:center;height:100%}.pdf-loading .loading-content{position:relative;border-radius:50px;background-color:transparent;box-shadow:none;padding:0;width:75px;height:75px;box-sizing:border-box;font-size:11px;letter-spacing:1.5px;display:flex;align-items:center;justify-content:center;background:var(--color-BoxLight-m);box-shadow:0 0 32px -4px #0000008c;font-size:11px!important;text-transform:uppercase}.pdf-loading .loading-content:before{position:absolute;content:"";display:block;animation:lds-dual-ring 1.2s linear infinite;border-color:transparent var(--color-textBase-m) var(--color-textBase-m) var(--color-textBase-m);border-radius:50%;border-style:solid;border-width:1px;height:68px;width:68px;top:3px;left:3px}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.server-error{display:flex;flex-direction:column;gap:20px;align-items:center}.error-view,.hidden{display:none!important}.viewer{height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.viewer .pdf-canvas-container{padding:8px;box-sizing:border-box;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:0;position:relative}.viewer .pdf-page-slot{width:50%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.viewer .pdf-page-slot--left{justify-content:flex-end}.viewer .pdf-page-slot--right{justify-content:flex-start}.viewer .pdf-page-slot--single{width:100%}.viewer .pdf-canvas{background-color:#fff;box-shadow:0 0 2px #00000024,0 2px 2px #0000001f,0 1px 3px #0000001f}.viewer-container{width:100%;margin:auto;border-radius:10px;background-color:#f8f9fa}.viewer-container:fullscreen,.viewer-container:-webkit-full-screen{width:100vw;height:var(--app-height);max-width:100vw;max-height:var(--app-height);border-radius:0;display:flex;flex-direction:column;padding:var(--safe-area-inset-top) var(--safe-area-inset-right) var(--safe-area-inset-bottom) var(--safe-area-inset-left)}.viewer-container:fullscreen .viewer,.viewer-container:-webkit-full-screen .viewer{height:calc(var(--app-height) - 120px - var(--safe-area-inset-top) - var(--safe-area-inset-bottom))}.viewer-container:fullscreen .page-count-container,.viewer-container:-webkit-full-screen .page-count-container{padding-top:10px;padding-bottom:16px}.controls,.controls *{box-sizing:border-box}.controls{border-radius:3px;display:flex;flex-direction:row;gap:24px;align-items:center;justify-content:flex-end;position:relative;padding:10px}.web-buttons{color:var(--web-palette-tertiary, #008296);display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:flex-start;flex-shrink:0;position:relative;cursor:pointer;padding:5px;margin:5px;border-radius:4px}.download{flex-shrink:0;width:24px;height:24px;position:relative;overflow:visible}.primary-button{font-size:15px;font-weight:500;display:inline-flex;gap:6px;cursor:pointer}.web-buttons:hover{color:var(--color-textBase-m)}.web-buttons svg{width:24px;height:24px}.web-buttons:hover svg{fill:#191919}.fullscreen{flex-shrink:0;width:24px;height:24px;position:relative;overflow:visible}.page-count-container{font-family:Arial,Helvetica,sans-serif;display:flex;padding:15px;justify-content:center;align-items:center}.page-count{background-color:gray;padding:4px;border-radius:4px;color:#fff}.btn-navigate{background-color:gray;border:none;color:#fff;margin:4px;cursor:pointer}.pageNavOverlay{height:32px;color:var(--text-color);display:flex;align-items:center;opacity:.85;top:auto;margin-left:auto;margin-right:auto;background:#485056;border-radius:4px;bottom:20px}.side-arrow-container{cursor:pointer;padding:0;border:none;background-color:transparent;width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin:0 4px;outline:none;color:#fff}.side-arrow{width:16px;height:16px;color:#fff}.side-arrow-container:hover{background-color:#141415}.side-arrow-container .svg-wrapper svg{fill:#fff}.page-counter{padding:0;font-size:13px;border:none;text-align:right;font-family:Arial,Helvetica,sans-serif;font-weight:400;background:transparent;color:#fff;display:flex;gap:3px;outline:none;border-radius:0}.Button.Icon{width:100px}.HeaderItems>.Button{width:auto;padding:4px}iframe{border-width:0px}@media only screen and (max-width:767px){.container{width:100%}.ml-16{margin-left:0}.viewer{height:360px}.shared-project--content .shared-project--head .shared-project--title{font-size:2.4rem}}.modal-close.greeting,.modal-close.delete,.modal-close.cancel{height:initial;width:initial;color:inherit;font-size:inherit;line-height:inherit;padding:initial;position:initial;text-align:center}.modal-close.greeting:focus:before,.modal-close.delete:focus:before,.modal-close.cancel:focus:before,.modal-close.greeting:hover:before,.modal-close.delete:hover:before,.modal-close.cancel:hover:before,.modal-close.greeting:focus:after,.modal-close.delete:focus:after,.modal-close.cancel:focus:after,.modal-close.greeting:hover:after,.modal-close.delete:hover:after,.modal-close.cancel:hover:after{content:none}button.modal-close.greeting,button.modal-close.delete,button.modal-close.rename{font-family:Source Sans Pro,sans-serif;text-decoration:none;background-color:rgb(var(--color-button));border:1px solid rgb(var(--color-button));cursor:pointer;border-radius:5px!important;color:var(--color-textBase-m);font-size:16px;font-family:inherit;font-weight:300;text-align:center;font-weight:500;padding:10px 19px}button.modal-close.cancel{font-family:Source Sans Pro,sans-serif;text-decoration:none;border:1px solid rgb(var(--color-button));color:rgb(var(--color-button));font-size:1rem;border-radius:3px;cursor:pointer;font-size:16px;font-family:inherit;font-weight:300;text-align:center;font-weight:500;padding:10px 19px}.modal-footer{gap:16px}.ml-16{margin-left:16px}.error-msg{color:var(--color-error-m)!important}.toggle-button,.toggle-button *{box-sizing:border-box}.toggle-button{border-radius:3px;padding:3px 7px;box-shadow:0 0 0 .5px #0000000d,0 .5px 2.5px #0000004d;height:22px;width:auto}.label{color:var(--color-textBase-m);font-family:SfPro-Regular,sans-serif;font-size:13px;line-height:16px;font-weight:400;display:flex;align-items:center;justify-content:center}.primary-color{color:#007aff}.read-only{color:var(--color-textBase-m)}.toggle-button .cancel{flex-shrink:0;width:16px;height:16px;position:relative;overflow:visible}.email-container{display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto;height:200px!important;border:1px solid var(--color-greyLine-m);background-color:var(--color-bg);padding:12px;align-content:flex-start;cursor:text}.email-list{width:auto;display:flex;gap:7px;flex-wrap:wrap;height:fit-content}.email-input:focus-visible{outline:none}.email-input{display:inline-block;min-width:12px;line-height:1.6;white-space:pre;cursor:text;box-shadow:none}.close-icon{font-size:13px;font-weight:700;color:var(--color-greyLine-m);background:var(--color-greyMedium-m);border-radius:50%;cursor:pointer;width:12px;height:12px}.close-icon svg{width:12px;height:12px;fill:#fff}.button:disabled{opacity:.5;cursor:not-allowed}.sub-align{vertical-align:sub!important}img{cursor:pointer;outline:none;object-fit:contain}img.failed,img.loading{content:url(../img/book_thumbnail.jpg)}.input-invalid{border:1px solid #ff7d7d!important}.button-link{color:var(--color-link-m)!important;font-weight:500;display:inline-flex;align-items:center;text-decoration:none;gap:8px;vertical-align:bottom}.button-link:hover{color:var(--color-greyDark-m)!important}.button-link:hover svg{fill:var(--color-link-m)}.button-link.danger-link:hover svg,.button-link:hover .error svg,.button-link .error:hover svg{fill:var(--color-error-m)!important}button.button-link{border:0;background:transparent;padding:0;cursor:pointer;font:inherit}.button-link .material-symbols-outlined svg{width:16px;height:16px}.button-link svg,.icon-inline svg,.share-container .button-link>svg{width:20px;height:20px;vertical-align:middle;display:inline-block}.icon-inline{display:inline-flex;align-items:center;justify-content:center}.icon-inline.error,.error{color:var(--color-error-m)}.icon-inline.error svg,.error svg{fill:var(--color-error-m)}.shared-project--title .button-link svg,.shared-project--greeting .button-link svg{width:20px;height:20px}.shared-project--greeting .button-link{display:inline-flex;align-items:center;gap:4px}.shared-project--greeting .button-link .icon-inline{display:inline-flex;align-items:center}.side-arrow-container svg{width:24px;height:24px}.shared-project--delete .icon-inline svg{width:24px;height:24px}.shared-project--table .button-link .icon-inline svg,.shared-project--table .button-link .icon-inline img.icon-svg{width:20px;height:20px;vertical-align:middle}.shared-project--table .button-link .icon-inline.error img.icon-svg{filter:invert(24%) sepia(94%) saturate(6658%) hue-rotate(355deg) brightness(100%) contrast(120%)}.danger-link{color:inherit!important}.share-container .modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:999;overflow-y:auto}.share-container .modal.is-visible{display:block}.share-container .modal:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073}.share-container .modal .modal-dialog{position:relative;width:calc(100% - 32px);max-width:720px;margin:72px auto;background-color:var(--color-bg);opacity:1;border-radius:8px;box-shadow:0 20px 60px #0003}.share-container .modal .modal-header,.share-container .modal .modal-body,.share-container .modal .modal-footer{width:100%;background-color:var(--color-bg);opacity:1}.share-container .modal.modal--small .modal-dialog{max-width:520px}.share-container .modal>.modal-header,.share-container .modal>.modal-body,.share-container .modal>.modal-footer{display:none}.share-container .modal .modal-header{border-radius:8px 8px 0 0;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-greyLine-m)}.share-container .modal .modal-body{padding:20px}.share-container .modal .modal-footer{border-radius:0 0 8px 8px;padding:16px 20px 20px;display:flex;justify-content:flex-end;border-top:none;gap:8px}.share-container .modal .modal-header-title{margin:0;font-size:24px;text-align:left;line-height:1.2}.share-container .modal .modal-body p,.share-container .modal .form-label{font-size:1.8rem;line-height:1.5}.share-container .modal .note{color:var(--color-greyDark-m);margin-bottom:0;font-size:1.6rem;line-height:28px}.share-container .modal .form-input{font-size:1.6rem}.share-container .modal .modal-footer .button{min-width:136px}.share-container .modal .modal-footer .button.delete.error{background-color:transparent;color:var(--color-error-m, #c0392b);border:1px solid var(--color-error-m, #c0392b)!important}.share-container .modal .modal-footer .button.delete.error:hover{background-color:var(--color-error-m, #c0392b);color:#fff}.share-container .modal .modal-close[data-close]{border:0;background:transparent;font-size:2.2rem;line-height:1;text-decoration:none;color:rgb(var(--color-button));font-size:1rem;border-radius:3px;cursor:pointer;font-size:16px;font-family:inherit;font-weight:300;text-align:center;font-weight:500;padding:10px 19px;border:1px solid rgb(var(--color-button))}.share-container .modal .button,.share-container .modal .button:hover,.share-container .modal .button:focus,.share-container .modal .button:active,.shared-project--button button,.shared-project--button button:hover,.shared-project--button button:focus,.shared-project--button a{transition:none!important;transform:none!important}.share-container .modal .button:before,.share-container .modal .button:after{content:none!important;transition:none!important;box-shadow:none!important}#ShareGreeting .form-fieldset{border:0;margin:0;padding:0;min-width:0}#ShareGreeting .form-row{display:flex;flex-direction:column;gap:20px}#ShareGreeting .form-field{display:block}#ShareGreeting .form-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:var(--color-greyDark-m);text-transform:uppercase;font-size:1.2rem;letter-spacing:1px;position:relative}#ShareGreeting .form-label small{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-greyMedium-m)}#ShareGreeting .form-input{width:100%;display:block;box-sizing:border-box;min-height:3rem;border:1px solid var(--color-greyLine-m);background-color:var(--color-bg);color:var(--color-textBase-m);padding:.75rem 1rem}#ShareGreeting #projectDesc{min-height:160px;resize:vertical}#ShareGreeting #charLimit{float:none!important;display:block;text-align:right;margin-top:8px;font-size:1.6rem}#ShareAdd .form-fieldset{border:0;margin:0;padding:0;min-width:0}#ShareAdd .form-row{display:flex;flex-direction:column;gap:20px}#ShareAdd .form-label{text-transform:uppercase;font-size:1.2rem;letter-spacing:1px;color:var(--color-greyDark-m);margin-bottom:8px}#ShareAdd .email-container{height:200px!important;align-content:flex-start;align-items:flex-start}#ShareAdd #contacts{float:none!important;display:block;text-align:right;margin-top:8px;font-size:1.6rem}body.modal-open{overflow:hidden}@media(max-width:767px){.share-container .modal .modal-dialog{width:100%;margin:0;position:fixed;top:0;bottom:0;left:0;right:0;border-radius:0}.share-container .modal .modal-footer{flex-wrap:wrap;justify-content:stretch}.share-container .modal .modal-footer .button{width:100%}.share-container .modal .modal-footer .ml-16{margin-left:0}}.display-flex{display:flex}.shared-project--button a{gap:2px}.share-container .modal .modal-header .modal-close{border:0!important;color:#757575;font-size:24px;line-height:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/shared-projects.css.map */
