@keyframes spinner{0%{opacity:1}to{opacity:0}}#fasttrack-crm{z-index:var(--fasttrack-index)}#fasttrack-crm *{all:initial;box-sizing:border-box;font-family:var(--default-ff);-webkit-text-size-adjust:none}#fasttrack-crm .overlay-fog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--fasttrack-index) + 2)}#fasttrack-crm .hidden{opacity:0}#fasttrack-crm .slide-enter-to,#fasttrack-crm .slide-leave{margin-top:0}#fasttrack-crm .slide-enter,#fasttrack-crm .slide-leave-to{margin-top:-100px}#fasttrack-crm .error-message-wrapper{position:absolute;top:0;right:0;left:0;padding:10px;font-size:12px;color:var(--default-text-color);background-color:var(--color-red);transition:all .5s ease-in-out}#fasttrack-crm .spinner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:calc(100% - 56px);background:var(--color-dark-lighter)}#fasttrack-crm .spinner{position:relative;display:inline-block;width:64px;height:64px;transform:scale(.5)}#fasttrack-crm .spinner div{display:block;transform-origin:32px 32px;animation:spinner 1.2s linear infinite}#fasttrack-crm .spinner div:after{content:" ";position:absolute;top:3px;left:29px;display:block;width:5px;height:14px;background:var(--color-grey);border-radius:20%}#fasttrack-crm .spinner div:first-child{transform:rotate(0);animation-delay:-1.1s}#fasttrack-crm .spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}#fasttrack-crm .spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}#fasttrack-crm .spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}#fasttrack-crm .spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}#fasttrack-crm .spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}#fasttrack-crm .spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}#fasttrack-crm .spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}#fasttrack-crm .spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}#fasttrack-crm .spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}#fasttrack-crm .spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}#fasttrack-crm .spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}#fasttrack-crm .inbox-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--fasttrack-index) + 3);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--overlay-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#fasttrack-crm .inbox-wrapper-transition-enter-active,#fasttrack-crm .inbox-wrapper-transition-leave-active{transition:opacity .2s}#fasttrack-crm .inbox-wrapper-transition-enter,#fasttrack-crm .inbox-wrapper-transition-leave-to{opacity:0}#fasttrack-crm .inbox{position:relative;z-index:calc(var(--fasttrack-index) + 3);display:block;width:100%;max-width:550px;min-height:340px;max-height:628px;margin:20px 0;background-color:var(--default-text-color);border-radius:6px;overflow:hidden}#fasttrack-crm .close-btn{position:absolute;top:20px;right:20px;z-index:1;display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;--close-height: 2px}#fasttrack-crm .close-btn:before,#fasttrack-crm .close-btn:after{content:"";position:absolute;top:calc(50% - calc(var(--close-height) / 3));width:100%;height:var(--close-height);background-color:var(--color-grey-7);border-radius:1px;transition:background-color .2s}#fasttrack-crm .close-btn:before{transform:rotate(45deg)}#fasttrack-crm .close-btn:after{transform:rotate(-45deg)}#fasttrack-crm .close-btn:hover:before,#fasttrack-crm .close-btn:hover:after{background-color:var(--color-red)}#fasttrack-crm .back-button{display:flex;align-items:center;padding:5px 13px;font-size:12px;font-weight:700;color:var(--default-text-color);border:2px solid var(--default-border-color);border-radius:15px;transition:border-color .2s;cursor:pointer}#fasttrack-crm .back-button:before{content:"";width:16px;height:16px;margin-right:5px;background:url(/assets/project/arrows_left-0ccfa44b.build.svg) no-repeat;background-size:contain;transition:background .2s}#fasttrack-crm .back-button:hover{border-color:var(--default-text-color)}#fasttrack-crm .back-button:hover:before{background:url(/assets/project/arrows_left_hover-7a1c806a.build.svg) no-repeat}#fasttrack-crm .cta-button,#fasttrack-crm .show-message-button{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;max-width:calc(50% - 5px);min-height:40px;margin-right:10px;padding:5px 20px;font-size:12px;font-weight:700;color:var(--default-text-color);line-height:1.2;text-align:center;background:transparent;border:2px solid var(--default-border-color);border-radius:40px;box-shadow:none;transition:all .2s;overflow:hidden;fill:var(--default-text-color);cursor:pointer}#fasttrack-crm .cta-button:hover,#fasttrack-crm .cta-button:focus,#fasttrack-crm .show-message-button:hover,#fasttrack-crm .show-message-button:focus{background:var(--color-grey-7)}#fasttrack-crm .cta-button.loading,#fasttrack-crm .show-message-button.loading{background:var(--border-grey-color);opacity:.7;pointer-events:none}#fasttrack-crm .cta-button.secondary,#fasttrack-crm .show-message-button.secondary{margin-right:0;color:var(--default-text-color);background:var(--color-red);border:0}#fasttrack-crm .cta-button.secondary:hover,#fasttrack-crm .cta-button.secondary:focus,#fasttrack-crm .show-message-button.secondary:hover,#fasttrack-crm .show-message-button.secondary:focus{color:var(--default-text-color);background:var(--color-red-hover)}#fasttrack-crm .cta-button.secondary.loading,#fasttrack-crm .show-message-button.secondary.loading{color:var(--color-grey-7);background:var(--default-border-color);pointer-events:none}#fasttrack-crm .inbox-navigation-bar{display:flex;flex-shrink:0;align-items:center;height:56px;padding:0 56px 0 20px;background:var(--color-dark) url(/assets/project/header_bg-25d501ea.build.svg) no-repeat;background-size:cover}#fasttrack-crm .inbox-navigation-bar .logo{display:flex;width:auto;height:26px;margin-right:30px}#fasttrack-crm .inbox-navigation-bar .logo img{width:auto;height:100%}#fasttrack-crm .inbox-navigation-bar .title{font-size:12px;font-weight:700;color:var(--default-text-color);line-height:1.2}#fasttrack-crm .inbox-navigation-bar .contact-details{display:none}#fasttrack-crm .no-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:calc(100% - 56px);padding:20px 175px;background:var(--color-dark-lighter)}#fasttrack-crm .no-messages:before{content:"";width:75px;height:51px;margin-bottom:20px;background:url(/assets/project/no_mail-c4fa6362.build.svg) no-repeat;background-size:contain}#fasttrack-crm .no-messages svg{display:none}#fasttrack-crm .no-messages span{font-size:12px;font-weight:400;color:var(--default-text-color);line-height:1.5;text-align:center}#fasttrack-crm .messages-list-wrapper{position:relative;display:block;height:calc(100% - 56px);background:var(--color-dark-lighter)}#fasttrack-crm .messages-list{position:relative;display:block;height:100%;padding:0 30px;list-style-type:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-scroll) var(--color-track)}#fasttrack-crm .messages-list::-webkit-scrollbar{width:4px;height:4px}#fasttrack-crm .messages-list::-webkit-scrollbar-track{background:var(--color-track)}#fasttrack-crm .messages-list::-webkit-scrollbar-thumb{background:var(--color-scroll);border-radius:4px}#fasttrack-crm .message{position:relative;display:block;padding:20px;background-color:transparent;border-bottom:1px solid var(--default-border-color);transition:background-color .2s;cursor:pointer}#fasttrack-crm .message *{cursor:pointer}#fasttrack-crm .message:before{content:none}#fasttrack-crm .message:last-child{border-bottom:0}#fasttrack-crm .message .unread-badge{position:absolute;top:24px;left:-10px;width:8px;height:8px;background-color:var(--color-red);border-radius:4px}#fasttrack-crm .message .title{display:block;display:-webkit-box;max-width:calc(100% - 32px);max-height:16px;margin-bottom:10px;font-size:13px;font-weight:700;color:var(--default-text-color);line-height:1.23;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}#fasttrack-crm .message .text{display:block;display:-webkit-box;max-height:48px;margin-bottom:10px;font-size:12px;color:var(--default-text-color);line-height:2;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}#fasttrack-crm .message .date{display:block;font-size:10px;color:var(--color-light-blue-text);line-height:1.3}#fasttrack-crm .message .delete-button{position:absolute;top:20px;right:30px;display:flex;width:16px;height:16px}#fasttrack-crm .message .delete-button:before{content:"";width:100%;height:100%;background:url(/assets/project/delete_button-33670edc.build.svg) no-repeat;transition:background .2s}#fasttrack-crm .message .delete-button:hover:before{background:url(/assets/project/delete_button_hover-2510c851.build.svg) no-repeat}#fasttrack-crm .message .delete-button svg{display:none}#fasttrack-crm .selected-message{position:relative;display:grid;grid-template-rows:max-content auto max-content;height:calc(100% - 56px);background:var(--color-dark-lighter);transition:all .25s ease-in-out}#fasttrack-crm .selected-message.no-tab-bar{height:100%}#fasttrack-crm .selected-message .image{position:relative;display:block;width:100%;line-height:0;overflow:hidden}#fasttrack-crm .selected-message .image:after{content:"";display:block;padding-top:30%;line-height:0}#fasttrack-crm .selected-message .image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;object-fit:cover}#fasttrack-crm .selected-message .scroll-area{display:grid;grid-template-rows:max-content auto max-content;padding:24px 30px 0;border-bottom:1px solid var(--default-border-color);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-scroll) var(--color-track)}#fasttrack-crm .selected-message .scroll-area::-webkit-scrollbar{width:4px;height:4px}#fasttrack-crm .selected-message .scroll-area::-webkit-scrollbar-track{background:var(--color-track)}#fasttrack-crm .selected-message .scroll-area::-webkit-scrollbar-thumb{background:var(--color-scroll);border-radius:4px}#fasttrack-crm .selected-message .scroll-area .title,#fasttrack-crm .selected-message .scroll-area h1,#fasttrack-crm .selected-message .scroll-area h2,#fasttrack-crm .selected-message .scroll-area h3,#fasttrack-crm .selected-message .scroll-area h4,#fasttrack-crm .selected-message .scroll-area h5,#fasttrack-crm .selected-message .scroll-area h6{display:block;margin-bottom:10px;padding:0 10px;font-size:20px;font-weight:700;color:var(--default-text-color);line-height:1.3;text-align:left}#fasttrack-crm .selected-message .scroll-area .message-body{display:block;padding:0 10px 30px;font-size:12px;color:var(--default-text-color);line-height:2;border-bottom:1px solid var(--default-border-color)}#fasttrack-crm .selected-message .scroll-area .message-body *{color:inherit}#fasttrack-crm .selected-message .scroll-area .message-body p,#fasttrack-crm .selected-message .scroll-area .message-body a,#fasttrack-crm .selected-message .scroll-area .message-body b,#fasttrack-crm .selected-message .scroll-area .message-body strong{font-size:inherit;line-height:inherit}#fasttrack-crm .selected-message .scroll-area .message-body a,#fasttrack-crm .selected-message .scroll-area .message-body b,#fasttrack-crm .selected-message .scroll-area .message-body strong{font-weight:700}#fasttrack-crm .selected-message .scroll-area .message-body a{text-decoration:underline;cursor:pointer}#fasttrack-crm .selected-message .scroll-area .bottom-info{display:block;padding:14px 0;font-size:0;color:var(--color-light-blue-text);text-align:left}#fasttrack-crm .selected-message .scroll-area .bottom-info *{font-size:0}#fasttrack-crm .selected-message .scroll-area .bottom-info span{font-size:10px;color:var(---color-light-blue-text);line-height:1.5}#fasttrack-crm .selected-message .bottom-row{display:block;padding:20px 40px 30px}#fasttrack-crm .selected-message .bottom-row .buttons-row{display:flex;align-items:center;justify-content:center;margin-bottom:10px}#fasttrack-crm .selected-message .bottom-row .footer-text{display:block;font-size:10px;color:var(--color-light-blue-text);line-height:1.5;text-align:center}#fasttrack-crm .notification-small-slide-in-enter,#fasttrack-crm .notification-small-slide-in-leave-to{opacity:0;transform:translate(400px)}#fasttrack-crm .notification-small-slide-in-leave,#fasttrack-crm .notification-small-slide-in-leave-active,#fasttrack-crm .notification-small-slide-in-leave-to{transition:all .2s}#fasttrack-crm .small-notifications-wrapper{position:fixed;right:0;bottom:0;z-index:calc(var(--fasttrack-index) + 1);display:flex;flex-direction:column-reverse;align-items:flex-end;justify-content:flex-end;width:100%;max-width:390px}#fasttrack-crm .small-notifications-wrapper .notification-small{position:relative;display:flex;flex-direction:column;width:calc(100% - 20px);max-width:380px;margin:0 10px 10px 0;padding:30px 30px 0;background:var(--color-dark-lighter);border-radius:5px;transition:all .6s;transition-timing-function:cubic-bezier(.45,.05,.55,.95)}#fasttrack-crm .small-notifications-wrapper .notification-small .close-btn{top:10px;right:10px}#fasttrack-crm .small-notifications-wrapper .notification-small .close-btn:before,#fasttrack-crm .small-notifications-wrapper .notification-small .close-btn:after{content:"";background-color:var(--color-grey-7)}#fasttrack-crm .small-notifications-wrapper .notification-small .close-btn:hover:before,#fasttrack-crm .small-notifications-wrapper .notification-small .close-btn:hover:after{background-color:var(--color-red)}#fasttrack-crm .small-notifications-wrapper .notification-small .image-wrapper{display:none}#fasttrack-crm .small-notifications-wrapper .notification-small .title{display:block;margin-bottom:10px;font-size:13px;font-weight:700;color:var(--default-text-color);line-height:1.38}#fasttrack-crm .small-notifications-wrapper .notification-small .preview{display:block;margin-bottom:20px;font-size:12px;color:var(--default-text-color)}#fasttrack-crm .small-notifications-wrapper .notification-small .preview a,#fasttrack-crm .small-notifications-wrapper .notification-small .preview b,#fasttrack-crm .small-notifications-wrapper .notification-small .preview strong{font-size:inherit;font-weight:700;color:inherit;line-height:inherit}#fasttrack-crm .small-notifications-wrapper .notification-small .preview a{text-decoration:underline;cursor:pointer}#fasttrack-crm .small-notifications-wrapper .notification-small .show-message-button{display:flex;align-items:center;margin-bottom:30px;color:var(--default-text-color);border:2px solid var(--default-border-color);fill:var(--color-grey)}#fasttrack-crm .small-notifications-wrapper .notification-small .show-message-button:hover,#fasttrack-crm .small-notifications-wrapper .notification-small .show-message-button:focus{color:var(--default-text-color);border-color:var(--default-text-color);fill:var(--color-grey-2)}#fasttrack-crm .small-notifications-wrapper .notification-small .show-message-button:disabled{background:transparent;opacity:.7}#fasttrack-crm .small-notifications-wrapper .notification-small-hidden{display:none}@media (max-width: 620px){#fasttrack-crm .back-button{padding:5px;font-size:0}#fasttrack-crm .back-button:before{margin-right:0}#fasttrack-crm .inbox{width:100%;max-width:100%;height:100%;max-height:100%;margin:0;border-radius:0}#fasttrack-crm .no-messages{padding:20px}#fasttrack-crm .no-messages span{max-width:200px}#fasttrack-crm .message{padding:15px 15px 15px 35px;border-image-source:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15px,var(--default-border-color) 15px,var(--default-border-color) calc(100% - 15px),rgba(255,255,255,0) calc(100% - 15px),rgba(255,255,255,0) 100%)}#fasttrack-crm .message .unread-badge{top:19px;left:15px}#fasttrack-crm .message .text{display:-webkit-box;max-height:57px;font-size:11px;line-height:1.73;-webkit-line-clamp:3}#fasttrack-crm .message .delete-button{position:absolute;top:15px;right:15px}#fasttrack-crm .selected-message .scroll-area{padding:14px 0 0}#fasttrack-crm .selected-message .scroll-area .title,#fasttrack-crm .selected-message .scroll-area h1,#fasttrack-crm .selected-message .scroll-area h2,#fasttrack-crm .selected-message .scroll-area h3,#fasttrack-crm .selected-message .scroll-area h4,#fasttrack-crm .selected-message .scroll-area h5,#fasttrack-crm .selected-message .scroll-area h6{margin-bottom:10px;padding:0 20px}#fasttrack-crm .selected-message .scroll-area .message-body{padding:0 20px 20px;font-size:11px;line-height:1.73;border-bottom:0}#fasttrack-crm .selected-message .scroll-area .bottom-info{padding:14px 20px;border-top:1px solid var(--default-border-color)}#fasttrack-crm .selected-message .bottom-row{padding:20px}#fasttrack-crm .selected-message .bottom-row .buttons-row{margin-bottom:20px}#fasttrack-crm .small-notifications-wrapper,#fasttrack-crm .small-notifications-wrapper .notification-small{max-width:none}}.mobileios #fasttrack-crm .inbox{height:100%}@media (max-height: 480px){#fasttrack-crm .inbox{min-height:280px}#fasttrack-crm .selected-message{overflow-y:auto}#fasttrack-crm .selected-message .scroll-area{flex-shrink:0;overflow-y:initial}}
