@charset "UTF-8";.AccountMenu{position:relative;font-family:var(--font-sans)}.AccountMenu .menu-toggle{position:relative;display:flex;padding:7px;border-radius:50%;background-color:hsla(0,0%,100%,0);transition:all .3s ease-out;cursor:pointer}.AccountMenu .menu-toggle .online-status-view,.AccountMenu .menu-toggle .read-only-view{position:absolute;width:12px;height:12px;border-radius:50%;bottom:5px;right:6px;visibility:hidden}.AccountMenu .menu-toggle .read-only-view.READONLY{width:16px;height:16px;visibility:visible;background:#373e46;display:flex;align-items:center;justify-content:center}.AccountMenu .menu-toggle .read-only-view.READONLY img{width:16px;height:16px;filter:invert(1)}.AccountMenu .menu-toggle .ONLINE{visibility:visible;background:#01bb69}.AccountMenu .menu-toggle .OFFLINE{visibility:visible;background:#d82c0d}.AccountMenu .menu-toggle .AWAY{visibility:visible;background:#f5d73c}.AccountMenu .menu-toggle:hover{background-color:hsla(0,0%,100%,.25);opacity:1}.AccountMenu .menu-toggle.open{opacity:1!important}.AccountMenu .menu-toggle.open>svg{fill:var(--color-dark)}.AccountMenu .menu-toggle>svg{fill:var(--color-white)}.AccountMenu .menu-toggle>svg>path{transform:translateY(-8px)}.AccountMenu .menu{width:600%;position:absolute;background:var(--color-white);top:110%;right:0;border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);height:0;opacity:0;transition:all .3s ease-out;z-index:999}.AccountMenu .menu.open{height:auto;opacity:1;width:600%}.AccountMenu .menu .menu-content{max-width:300px}.AccountMenu .menu .menu-content .block{padding:15px 20px}.AccountMenu .menu .menu-content .block:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.AccountMenu .menu .menu-content .change-account{border-bottom:1px solid rgba(0,0,0,.1);padding:10px}.AccountMenu .menu .menu-content .change-account .AccountDropdownButtonSelection .button{border:1px solid #ccc;width:unset}.AccountMenu .menu .menu-content .change-account .AccountDropdownButtonSelection .button p{padding:3px 8px}.AccountMenu .menu .menu-content .change-account .AccountDropdownButtonSelection .menu{width:100%;margin-top:unset!important;background-color:unset!important;top:100%;max-height:400px}.AccountMenu .menu .menu-content .change-account .AccountDropdownButtonSelection .menu .menu-items{margin:unset}.AccountMenu .menu .menu-content .change-account .AccountDropdownButtonSelection .menu .menu-items .menu-item{margin-bottom:unset;padding:3px 8px}.AccountMenu .menu .menu-content .account-name{text-align:center}.AccountMenu .menu .menu-content .account-name>h1{font-size:18px;margin-bottom:4px}.AccountMenu .menu .menu-content .account-name>p{font-size:12px;color:var(--color-grey);display:flex;justify-content:center;align-items:center}.AccountMenu .menu .menu-content .account-name>p>span{color:#000;max-width:100px;overflow:hidden;text-overflow:ellipsis;padding-left:5px}.AccountMenu .menu .menu-content .account-name>p:last-child{margin-top:10px}.AccountMenu .menu .menu-content .mode{display:flex;align-items:center;-webkit-user-select:none;user-select:none}@media (min-width:768px){.AccountMenu .menu .menu-content .mode{min-width:-webkit-max-content;min-width:max-content;text-align:center}}.AccountMenu .menu .menu-content .mode label{font-size:12px;transition:color .2s ease-out}.AccountMenu .menu .menu-content .mode label.active{color:var(--color-soft-blue)}.AccountMenu .menu .menu-content .mode input{margin:0 12px}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container{position:relative}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .account-menu___online-status-select,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .account-menu___online-status-select{position:absolute;display:flex;flex-direction:column;justify-content:space-around;align-items:center;background-color:var(--color-white);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);top:-15px;left:-105%;width:210px;height:230px;border-radius:5px}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .current-status,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .current-status{display:flex;justify-content:space-between;font-size:15px}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .select,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .select{width:100%;height:75px;border-radius:5px;display:grid;grid-template-columns:auto 15px;padding:8px;align-items:center;font-weight:400;cursor:pointer}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .select .status-item,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .select .status-item{display:flex;grid-gap:10px;gap:10px}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .select .status-item .status-item-label,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .select .status-item .status-item-label{text-align:start}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .select .status-item .status-item-label .status-item-description,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .select .status-item .status-item-label .status-item-description{font-size:10px;line-height:1.2;color:#8e91a4}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .select:hover,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .select:hover{background:#efefef}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .actual-status,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .actual-status{display:grid;grid-template-columns:15px auto 15px}.AccountMenu .menu .menu-content .links-1 .account-menu___online-status-container .actual-status .selected-menu-item,.AccountMenu .menu .menu-content .links-1 .account-menu___read-only-container .actual-status .selected-menu-item{display:flex;justify-content:center;align-items:center}.AccountMenu .menu .menu-content .links-1 ul{margin:10px 0;list-style-type:none}.AccountMenu .menu .menu-content .links-1 ul li{font-size:13px;padding:4px 0;cursor:pointer;transition:color .2s ease-out}.AccountMenu .menu .menu-content .links-1 ul li:hover{color:var(--color-grey)}.AccountMenu .menu .menu-content .links-1 ul li:not(:last-child){margin-bottom:15px}.AccountMenu .menu .menu-content .logout{padding-left:30px;padding-right:30px}.AccountMenu .menu .menu-content .logout button{width:100%}.AccountMenu .menu .menu-content .links-2{padding:10px 0;color:var(--color-grey)}.AccountMenu .menu .menu-content .links-2 ul{font-size:10px;text-align:center;padding:0 20px;list-style-type:none}.AccountMenu .menu .menu-content .links-2 ul li{display:inline;cursor:pointer;position:relative;transition:color .2s ease-out}.AccountMenu .menu .menu-content .links-2 ul li:not(:last-child){margin-right:18px}.AccountMenu .menu .menu-content .links-2 ul li:not(:last-child):after{content:"•";position:absolute;right:-10px;pointer-events:none}.AccountMenu .menu .menu-content .links-2 ul li:hover{color:var(--color-lightgrey)}.AccountMenu .modal-menu{position:fixed;width:100%;height:100%;background:transparent;top:0;left:0;z-index:100}.links-1 .account-menu___read-only-container .account-menu___read-only-select{position:absolute;display:flex;flex-direction:column;justify-content:space-around;align-items:center;background-color:var(--color-white);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);top:-15px;left:-105%;width:210px;height:160px;border-radius:5px}.status-item svg{color:#373e46}.DropdownButton .DropdownButton__caret-container{border-left:1px solid #fff;display:flex;align-items:center;justify-content:center;padding:0 5px}.DropdownButton .button{background-color:#0047ff;color:#fff}.DropdownButton .button:hover{background-color:#406cbd}.DropdownButton .button.open{background-color:#1c1c1b}.DropdownButton .button p{padding:12px 16px}.ActivityEmail{font-family:var(--font-sans);border:1px solid var(--color-soft-blue);border-radius:5px;display:flex;padding:20px}.ActivityEmail .data{flex-grow:1;flex-basis:0}.ActivityEmail .data>header{display:flex;align-items:center;color:var(--color-soft-blue)}.ActivityEmail .data>header>img{padding-right:10px;border-right:1px solid var(--color-grey)}.ActivityEmail .data>header>span{margin-left:10px}.ActivityEmail .data>article{font-size:14px;margin-top:15px;color:var(--color-grey)}.ActivityEmail .data>article>aside{margin-top:7px;color:var(--color-black);font-size:12px}.ActivityEmail>.button{display:flex;align-items:center;justify-content:center;width:200px;flex-basis:200px}.ActivitySms{font-family:var(--font-sans);border:1px solid var(--color-soft-blue);border-radius:5px;display:flex;padding:20px}.ActivitySms .data{flex-grow:1;flex-basis:0}.ActivitySms .data>header{display:flex;align-items:center;color:var(--color-soft-blue)}.ActivitySms .data>header>img{padding-right:10px;border-right:1px solid var(--color-grey)}.ActivitySms .data>header>span{margin-left:10px}.ActivitySms .data>article{font-size:14px;margin-top:15px;color:var(--color-grey)}.ActivitySms .data>article>aside{margin-top:7px;color:var(--color-black);font-size:12px}.ActivitySms>.button{display:flex;align-items:center;justify-content:center;width:200px;flex-basis:200px}.ActivityAudience{font-family:var(--font-sans);border:1px solid var(--color-soft-blue);border-radius:5px;display:flex;padding:20px}.ActivityAudience .data{flex-grow:1;flex-basis:0}.ActivityAudience .data>header{display:flex;align-items:center;color:var(--color-soft-blue)}.ActivityAudience .data>header>img{padding-right:10px;border-right:1px solid var(--color-grey)}.ActivityAudience .data>header>span{margin-left:10px}.ActivityAudience .data>article{font-size:14px;margin-top:15px;color:var(--color-grey)}.ActivityAudience .data>article>ul{margin-left:40px}.ActivityAudience .data>article>ul li{display:flex}.ActivityAudience .data>article>ul li:not(:last-child){margin-bottom:13px}.ActivityAudience .data>article>ul li img{margin-right:8px}.ActivityAudience>.button{display:flex;align-items:center;justify-content:center;width:200px;flex-basis:200px}.ActivitySelection{border-radius:8px;max-width:600px;font-family:var(--font-sans);cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px;display:flex;align-items:flex-start;transition:background-color .2s ease-out}.ActivitySelection.active,.ActivitySelection:hover{background-color:var(--color-lightgrey)}.ActivitySelection.active{border:2px solid var(--color-soft-blue)}.ActivitySelection.active .container-icon img{filter:grayscale(0)}.ActivitySelection.active .container-text h3{color:var(--color-soft-blue)}.ActivitySelection .container-icon{flex-shrink:0;padding:20px;background:var(--color-white);border-radius:8px;margin-right:18px;border:1px solid var(--color-lightgrey)}.ActivitySelection .container-icon img{width:30px;filter:grayscale(1);transition:all .2s ease-out}.ActivitySelection .container-text h3{font-size:18px;color:var(--color-disabled);margin-bottom:8px;transition:all .2s ease-out}.ActivitySelection .container-text p{color:var(--color-grey);font-size:14px;line-height:1.25}*{margin:0;padding:0}.BreadCrumb{width:100%;height:35px;box-sizing:border-box;background:#0f151c;font-size:12px;color:#989aac;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.BreadCrumb .bread-crumb-routes .bread-crumb-path{float:left;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#989aac}.BreadCrumb .bread-crumb-routes .bread-crumb-path .arrow-path{display:inline-block;transform:rotate(45deg);border-left-color:#989aac;border-bottom-color:#989aac;border-right:1px solid #989aac;border-top:1px solid #989aac;width:6px;height:6px;margin:0 5px}.BreadCrumb .bread-crumb-routes .bread-crumb-path .bread-crumb-link{text-decoration:none;color:#989aac}.BreadCrumb .bread-crumb-routes .bread-crumb-path:hover .bread-crumb-link{color:#dadce0}.BreadCrumb .bread-crumb-buttons{display:flex;justify-content:center;align-items:center;text-align:center}.BreadCrumb .bread-crumb-buttons .bread-crumb-button{float:right;height:25px;width:auto;display:flex;justify-content:center;align-items:center;padding:0 10px;margin-left:10px;background-color:#007bff;border:1px solid #007bff;color:#fff}.web-components-button{font-family:var(--heading-font-family);cursor:pointer;font-weight:500;border-radius:5px;box-shadow:var(--button-box-shadow);display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;transition:all .2s ease-in-out;padding:8px 16px;border:1px solid transparent}.web-components-button:disabled{cursor:not-allowed;opacity:.6}.web-components-button--small{font-size:.875rem;padding:4px 8px;min-height:32px}.web-components-button--medium{font-size:1rem;padding:8px 16px;min-height:40px}.web-components-button--large{font-size:1.125rem;padding:12px 24px;min-height:48px}.web-components-button--primary{background-color:#007bff;color:#fff}.web-components-button--primary:hover:not(:disabled){background-color:#0062cc}.web-components-button--secondary{background-color:var(--secondary-background-components);color:#fff}.web-components-button--secondary:hover:not(:disabled){filter:brightness(110%)}.web-components-button--tertiary{background-color:initial;border:2px solid var(--primary-background-components);color:var(--primary-background-components)}.web-components-button--tertiary:hover:not(:disabled){background-color:var(--primary-background-components);color:#fff}.web-components-button--ghost{background-color:initial;color:var(--primary-background-components)}.web-components-button--ghost:hover:not(:disabled){background-color:rgba(0,0,0,.05)}.web-components-button--danger{background-color:#dc3545;color:#fff}.web-components-button--danger:hover:not(:disabled){background-color:#bd2130}.web-components-button--success{background-color:#28a745;color:#fff}.web-components-button--success:hover:not(:disabled){background-color:#1e7e34}.web-components-button--info{background-color:#17a2b8;color:#fff}.web-components-button--info:hover:not(:disabled){background-color:#117a8b}.web-components-button--warning{background-color:#ffc107;color:#212529}.web-components-button--warning:hover:not(:disabled){background-color:#d39e00}.web-components-button--outline{background-color:initial;border:1px solid #007bff;color:#007bff}.web-components-button--outline:hover:not(:disabled){background-color:#007bff;color:#fff}.web-components-button--link{background-color:initial;border:none;color:#007bff;padding:0;text-decoration:none}.web-components-button--link:hover:not(:disabled){text-decoration:underline;color:#0062cc}.web-components-button--full-width{width:100%}.web-components-button--icon-only{padding:8px}.button-icon{display:inline-flex;align-items:center;justify-content:center}.button-label{display:inline-block}.web-components-button--icon-left .button-icon{margin-right:8px}.web-components-button--icon-right .button-icon{margin-left:8px}.DropdownButtonSelection{display:inline-block;position:relative;width:100%;border:1px solid var(--tertiary-background-components);border-radius:var(--border-radius-components);box-shadow:var(--default-box-shadow)}.DropdownButtonSelection .button{padding:0;border:none!important;display:flex;-webkit-user-select:none;user-select:none;cursor:pointer;align-items:stretch;background-color:#fff;color:#606060;border-radius:var(--border-radius-components);position:relative;z-index:120;transition:background-color .2s ease-out}.DropdownButtonSelection .button.open{height:auto}.DropdownButtonSelection .button.open span img{transform:rotate(180deg)}.DropdownButtonSelection .button p{display:inline;padding:12px 16px;margin-top:auto;margin-bottom:auto;margin-right:auto;color:var(--tertiary-text-components)}.DropdownButtonSelection .button p:first-letter{text-transform:capitalize}.DropdownButtonSelection .button span{display:flex;border-left:1px solid #fff;padding:0 15px}.DropdownButtonSelection .button span img{transition:transform .2s ease-out}.DropdownButtonSelection .menu{position:absolute;background:#eef3fd;right:0;left:0;border-radius:8px;height:0;opacity:0;overflow:hidden;transition:all .3s ease-out;z-index:110}.DropdownButtonSelection .menu.open{opacity:1;z-index:1000!important;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);max-height:150px;overflow-y:auto;height:120px!important;font-size:14px}.DropdownButtonSelection .menu .menu-items{margin:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);color:#606060;background:#fff}.DropdownButtonSelection .menu .menu-items .menu-item{font-weight:400}.DropdownButtonSelection .menu .menu-items .selected{background:#e5eeff}.DropdownButtonSelection .menu .menu-items li{height:40px;font-size:14px;color:#606060;display:flex;justify-content:left;align-items:center;padding:5px 15px;text-transform:capitalize;color:var(--tertiary-text-components);cursor:pointer;transition:opacity .3s ease-out;opacity:1}.DropdownButtonSelection .menu .menu-items li:hover{opacity:.7;background:#f8f8f8}.DropdownButtonSelection .menu .menu-items li:not(:last-child){border-bottom:2px solid var(--color-white)}.DropdownButtonSelection .menu .menu-items li img{margin-right:10px;width:22px}.DropdownButtonSelection .menu .menu-items li p.danger{color:var(--color-red)}.MainMenu{display:flex;height:60px;align-items:center;box-sizing:border-box;background-color:#1c1c1b}.MainMenu .logo{padding:10px;height:80%;min-width:170px}.MainMenu .menuItems{height:100%;flex-grow:1;flex-basis:0;display:flex;justify-content:center;overflow:hidden}.MainMenu .menuItems>ul{margin-top:auto}@media (max-width:768px){.MainMenu .menuItems{justify-content:flex-end}.MainMenu .menuItems>li{width:-webkit-max-content;width:max-content}.MainMenu .menuItems>li .icon{padding-bottom:0;height:25px}.MainMenu .menuItems .label{display:none}}.MainMenuMobile{display:flex;height:60px;justify-content:space-between;align-items:center;box-sizing:border-box;background-color:#1c1c1b}.MainMenuMobile .logo{padding:10px;height:80%;min-width:170px}.MainMenuMobile .icon{padding:15px}.MainMenuItem{background-color:#1c1c1b;color:#f8f8f8;font-size:10px;width:110px;height:100%;padding:10px;-webkit-user-select:none;user-select:none;text-align:center;cursor:pointer;transition:opacity .15s ease-out;box-sizing:border-box;opacity:.5;display:flex;flex-direction:column;align-items:center}.MainMenuItem>img{flex-grow:1;flex-basis:0;height:28px;padding-bottom:10px}.MainMenuItem>span{height:12px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MainMenuItem:hover{opacity:.9}.MainMenuItem.active{opacity:1}.MainMegaMenu{display:flex;height:60px;align-items:center;box-sizing:border-box;background-color:#1c1c1b;width:100%}.MainMegaMenu .logo{margin:16px;width:120px}.MainMegaMenu .megaMenuItems{height:100%;flex-grow:1;flex-basis:0;display:flex;justify-content:center;overflow:hidden}.MainMegaMenu .megaMenuItems>ul{margin-top:auto}@media (max-width:768px){.MainMegaMenu .megaMenuItems{justify-content:flex-end}.MainMegaMenu .megaMenuItems>li{width:-webkit-max-content;width:max-content}.MainMegaMenu .megaMenuItems>li .icon{padding-bottom:0;height:25px}.MainMegaMenu .megaMenuItems .label{display:none}}.MainMegaMenuItem{background-color:#1c1c1b;color:#f8f8f8!important;font-size:10px;width:110px;height:100%;padding:10px;-webkit-user-select:none;user-select:none;text-align:center;cursor:pointer;transition:opacity .15s ease-out;box-sizing:border-box;opacity:1;display:flex;flex-direction:column;align-items:center}.MainMegaMenuItem>img,.MainMegaMenuItem svg{flex-grow:1;flex-basis:0;height:30px;width:24px;padding-bottom:5px}.MainMegaMenuItem>span{height:12px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MainMegaMenuItem:hover{opacity:1}.MainMegaMenuItem.active{color:#20b9db!important;opacity:1}.MainMegaMenuItem .containerCf{display:flex;justify-content:center}.MainMegaMenuItem .containerCf .ItemTitle{font-size:12px;padding:0;color:#fff!important;font-weight:700}.MainMegaMenuItem .mainMegaMenu{background:#0e1319;opacity:1;visibility:hidden;transition:visibility 0s,opacity .5s linear;left:0;position:absolute;text-align:left;width:100%;z-index:2000;margin-top:50px}.MainMegaMenuItem .mainMegaMenu h3{color:#444}.MainMegaMenuItem .mainMegaMenu ul{float:left;margin:30px 30px 30px 0;padding:0 30px 0 0;border-right:1px solid #373e46}.MainMegaMenuItem .mainMegaMenu ul:last-child{margin-right:0}.MainMegaMenuItem .mainMegaMenu .subitem-child{color:#e0e3e8!important;display:block;padding:6px 0 6px 15px;margin:5px 0 0;font-size:12px}.MainMegaMenuItem .mainMegaMenu .subitem-child:hover{color:#e0e3e8;background-color:#373e46;border-radius:2px}.MainMegaMenuItem .mainMegaMenu .menuSeparator{border-bottom:1px solid #373e46}.droppable-reach{position:static;margin:0;width:90px;cursor:pointer}.droppable-reach>a{color:#fff!important}.droppable-reach>a:after{font-family:FontAwesome;font-size:12px;padding-left:6px;position:relative;top:-1px}.droppable-reach:hover{background-color:#0e1319}.droppable-reach:hover .mainMegaMenu{visibility:visible;opacity:1}.Dashboard{display:flex;flex-direction:column;height:100%}.Dashboard .label{font-family:var(--font-sans);padding:10px 0}.DashboardShortcut{color:var(--color-black);border:1px solid var(--color-lightgrey);border-radius:8px;font-family:var(--font-sans);padding:20px;display:flex;justify-content:center;align-items:center;flex:auto;-webkit-user-select:none;user-select:none;cursor:pointer;transition:all .5s ease-in-out;height:100%}.DashboardShortcut:hover{box-shadow:0 3px 7px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.22)}.DashboardShortcut>img{margin-right:10px;width:40px;max-height:40px}.DashboardShortcut>p{font-weight:700;font-size:16px;flex-grow:1;flex-basis:0;min-width:0;overflow:hidden;max-height:100%}.DashboardShortcut.small{padding:10px 20px}.DashboardShortcut.small>img{margin-right:10px;width:20px;max-height:20px}.DashboardShortcut.small>p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DashboardShortcutMore{display:flex;flex-direction:column}.DashboardShortcutMore .more-toggler{height:50px;display:flex;align-items:center;justify-content:center;color:var(--color-soft-blue);font-family:var(--font-sans);cursor:pointer;transition:opacity .2s ease-out}.DashboardShortcutMore .more-toggler:hover{opacity:.7}.DashboardShortcutMore .more-toggler>p{margin-right:6px}.DashboardShortcutMore .more-toggler>img{width:12px;transition:transform .1s ease-out;transform:rotate(-90deg)}.DashboardShortcutMore .more-toggler>img.open{transform:rotate(0deg)}.DashboardShortcutMore .more-toggler .spacer{flex-grow:1}.DashboardShortcutMore .more-links{height:0;opacity:0;overflow:hidden;transition:all .3s ease-out;display:flex;font-family:var(--font-sans);flex-wrap:wrap;min-width:-webkit-max-content;min-width:max-content;margin-bottom:40px}.DashboardShortcutMore .more-links.open{height:auto;opacity:1}.DashboardShortcutMore .more-links>a{display:block}.DashboardShortcutMore .more-links .links-block{display:flex;flex-direction:column;align-items:flex-start;text-align:left;flex-basis:200px}.DashboardShortcutMore .more-links .links-block>a{padding:3px 0;text-decoration:none;color:var(--color-soft-blue);transition:opacity .2s ease-in;cursor:pointer;-webkit-user-select:none;user-select:none}.DashboardShortcutMore .more-links .links-block>a:hover{opacity:.7}.DashboardShortcutRow{display:flex;flex-direction:column;height:100%}.DashboardShortcutRow .shortcuts-grid{display:flex;height:100px}@media (max-width:768px){.DashboardShortcutRow .shortcuts-grid{flex-wrap:wrap}}.DashboardShortcutRow .shortcuts-grid>div:not(:last-child){margin-right:15px}.DashboardShortcutRow .shortcuts-grid .shortcut-nested{display:flex;flex-direction:column}.DashboardShortcutRow .shortcuts-grid .shortcut-nested>*{flex-grow:1}.DashboardShortcutRow .shortcuts-grid .shortcut-nested>:not(:last-child){margin-bottom:10px}.Detail{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Block{font-family:var(--font-sans);width:100%}.Block>*{margin-bottom:10px}.Block .header{width:100%;display:flex;height:30px;align-items:center}.Block .header span{flex-grow:1;font-weight:700}.Block .header button{border-radius:5px;cursor:pointer;width:125px;background-color:var(--color-soft-blue);border:none;color:#fff;padding:10px 20px}.Simple{width:100%;height:100%;font-family:var(--font-sans)}.Simple .item{border-top:1px solid var(--color-lightgrey);border-left:1px solid var(--color-lightgrey);border-right:1px solid var(--color-lightgrey);padding:10px 20px;display:grid;grid-template-columns:150px auto;grid-gap:10px}.Simple .item:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.Simple .item:last-of-type{border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom:1px solid var(--color-lightgrey)}.Simple .item>span:first-child{font-weight:700;width:150px}.Simple .item>span:last-child{flex-grow:1;color:var(--color-grey)}.Simple .item a{color:var(--color-soft-blue);text-decoration:none}.GridItemContact{width:calc(100% - 5px);height:calc(100% - 5px);border-radius:5px;border:1px solid var(--color-lightgrey);display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--font-sans);cursor:pointer;position:relative}.GridItemContact.active,.GridItemContact:hover .container{background-color:var(--color-soft-blue-light-2)}.GridItemContact.active{border:1px solid var(--color-soft-blue)}.GridItemContact.active .main,.GridItemContact.active .sub{color:var(--color-soft-blue)}.GridItemContact.active .channels:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:25px;background:#fff;border-radius:0 0 5px 5px;z-index:1}.GridItemContact.disabled{opacity:.4}.GridItemContact.disabled .container{cursor:not-allowed}.GridItemContact .main{font-weight:700;font-size:16px;color:var(--color-black)}.GridItemContact .sub{margin:3px 0 10px;font-size:12px;color:var(--color-lightgrey)}.GridItemContact .channels{display:flex;align-items:center;justify-content:center}.GridItemContact .channels .cloud{width:20px;height:20px;border-radius:50%;background:var(--color-lightgrey);margin:5px;z-index:1}.CategoryFilter{-webkit-user-select:none;user-select:none;font-family:var(--font-sans);font-size:12px}.CategoryFilter .container-title{display:flex;cursor:pointer;color:var(--secondary-text-components)}.CategoryFilter .container-title p{font-weight:700;font-size:14px}.CategoryFilter .container-title img{margin-left:auto;transition:transform .1s ease-out;transform:rotate(-90deg)}.CategoryFilter .container-title img.open{transform:rotate(0deg)}.CategoryFilter .container-filters{color:var(--secondary-text-components);opacity:0;height:0;overflow:hidden;transition:all .3s ease-out}.CategoryFilter .container-filters.open{height:auto;opacity:1}.CategoryFilter .container-filters ul{margin:20px 0 10px;max-height:195px;width:100%;overflow-y:auto}.CategoryFilter .container-filters li{display:flex;align-items:center}.CategoryFilter .container-filters li:not(:last-child){margin-bottom:7px}.CategoryFilter .container-filters li input{width:21px!important;height:21px!important;background:transparent;position:relative;border:2px solid var(--secondary-text-components);border-radius:2px;margin-right:10px;cursor:pointer;transition:border .3s ease-out;outline:none;flex-shrink:1000}.CategoryFilter .container-filters li input:checked,.CategoryFilter .container-filters li input:hover{border:2px solid var(--primary-background-components)}.CategoryFilter .container-filters li input:checked:after,.CategoryFilter .container-filters li input:checked:before{opacity:1}.CategoryFilter .container-filters li input:after,.CategoryFilter .container-filters li input:before{content:"";position:absolute;opacity:0;background-color:var(--primary-background-components);transform:rotate(45deg);transition:opacity .2s ease-out}.CategoryFilter .container-filters li input:after{width:5px;height:2px;left:2px;top:9px}.CategoryFilter .container-filters li input:before{width:2px;height:11px;left:9px;top:3px}.CategoryFilter .container-filters li label{margin:0 6px 0 0;cursor:pointer;width:-webkit-max-content;width:max-content;overflow:hidden}.CategoryFilter .container-filters li span{font-size:12px;color:var(--tertiary-text-components)}.CategoryFilter .reset{font-weight:700;font-size:14px;color:var(--primary-background-components);cursor:pointer;transition:color .3s ease-out}.CategoryFilter .reset>div:not(:last-child){margin-bottom:20px}.CategoryFilter .reset:hover{color:var(--secondary-text-components)}.DateRangeFilter{font-family:var(--font-sans);font-size:12px;position:relative}.DateRangeFilter .container-title{display:flex;cursor:pointer;justify-content:space-between}.DateRangeFilter .container-title img,.DateRangeFilter .container-title p{color:var(--secondary-text-components);font-weight:700;font-size:14px;margin-bottom:20px;margin-left:20px}.DateRangeFilter .container-title img{margin-right:15px;transition:transform .1s ease-out;transform:rotate(-90deg);margin-left:60px}.DateRangeFilter .container-title img.open{transform:rotate(0deg)}.DateRangeFilter .container-filters{position:relative;transition:all .3s ease-out;display:flex;justify-content:flex-start;align-items:center}.DateRangeFilter .container-filters.hide-calendar .rdrMonthAndYearWrapper,.DateRangeFilter .container-filters.hide-calendar .rdrMonths{display:none}.DateRangeFilter .container-filters .rdrCalendarWrapper{position:relative;width:50%;margin-left:20px;height:30px}.DateRangeFilter .container-filters .rdrDateDisplayWrapper{background-color:initial;height:100%}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplay{margin:0;height:100%}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplay>span{border-radius:0;width:-webkit-max-content;width:max-content;padding:0;display:flex;align-items:center}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplay>span:first-child{border-top-left-radius:var(--border-radius-components);border-bottom-left-radius:var(--border-radius-components)}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplay>span:last-child{border-top-right-radius:var(--border-radius-components);border-bottom-right-radius:var(--border-radius-components)}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplayItem{padding:5px;position:relative;z-index:0}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplayItem+.rdrDateDisplayItem{margin:0}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateDisplayItem:last-child{margin-left:-2px}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateInput{box-shadow:none;border:2px solid var(--color-grey);transition:border .3s ease-out}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateInput.rdrDateDisplayItemActive{border:2px solid var(--secondary-background-components);z-index:1}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateInput.rdrDateDisplayItemActive input{color:var(--secondary-background-components);height:100%}.DateRangeFilter .container-filters .rdrDateDisplayWrapper .rdrDateInput input{font-family:var(--font-sans);font-size:11px}.DateRangeFilter .container-filters .rdrMonthAndYearWrapper{z-index:1001;position:absolute;width:330px;top:35px;height:21px;left:5px}.DateRangeFilter .container-filters .rdrMonthAndYearWrapper .rdrNextPrevButton{margin:0 16px;background:#e8f0fe}.DateRangeFilter .container-filters .rdrEndEdge,.DateRangeFilter .container-filters .rdrInRange,.DateRangeFilter .container-filters .rdrStartEdge{background-color:var(--secondary-background-components)}.DateRangeFilter .container-filters .rdrDayEndPreview,.DateRangeFilter .container-filters .rdrDayInPreview,.DateRangeFilter .container-filters .rdrDayStartPreview{border:solid var(--secondary-background-components);border-width:1px 0}.DateRangeFilter .container-filters .rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px}.DateRangeFilter .container-filters .rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px}.DateRangeFilter .container-filters .rdrMonths{z-index:1001;position:absolute;width:330px;height:250px;align-items:center;top:70px;left:5px}.DateRangeFilter .container-filters .filter-btn{position:absolute;height:20px;width:35px;background-color:var(--secondary-background-components);padding:5px;border-radius:var(--border-radius-components);cursor:pointer;transition:background-color .2s ease-out}.DateRangeFilter .container-filters .filter-btn:hover{background-color:var(--tertiary-background-components)}.DateRangeFilter .container-filters .filter-btn img{width:100%;height:100%}.DateRangeFilter .container-filters .fake-modal{width:360px;background:#fff;position:absolute;z-index:1000;top:35px;left:5px;border-radius:var(--border-radius-components);height:285px;box-shadow:var(--default-box-shadow)}.DateRangeFilter .container-filters .hide-calendar{display:none}.DateRangeFilter .download-button-picker{margin-left:5px;position:relative;background-color:var(--tertiary-background-components);padding:5px;border-radius:var(--border-radius-components);cursor:pointer}.DateRangeFilter .download-button-picker img{width:100%;height:100%}.DateRangeFilter .GENERATING{cursor:progress;background-color:initial;color:var(--secondary-background-components)}.DateRangeFilter .NOT-SELECTED,.DateRangeFilter .RELOAD{cursor:pointer;background:var(--secondary-background-components);color:#fff}.DateRangeFilter .READY{border:1px solid #01bb69;background:#fff}.DateRangeFilter .report-download-gg-spinner{transform:scale(var(--ggs,1))}.DateRangeFilter .report-download-gg-spinner,.DateRangeFilter .report-download-gg-spinner:after,.DateRangeFilter .report-download-gg-spinner:before{box-sizing:border-box;position:relative;display:block;width:20px;height:20px}.DateRangeFilter .report-download-gg-spinner:after,.DateRangeFilter .report-download-gg-spinner:before{content:"";position:absolute;border-radius:100px}.DateRangeFilter .report-download-gg-spinner:before{animation:spinner 1s cubic-bezier(.6,0,.4,1) infinite;border:3px solid transparent;border-top-color:initial}.DateRangeFilter .report-download-gg-spinner:after{border:3px solid;opacity:.2}.DateRangeFilter .report-download-gg-sync{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));border-radius:40px;margin:1px;border-color:currentcolor transparent;border-style:solid;border-width:2px;width:18px;height:18px}.DateRangeFilter .report-download-gg-sync:after,.DateRangeFilter .report-download-gg-sync:before{content:"";display:block;box-sizing:border-box;position:absolute;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;transform:rotate(-45deg)}.DateRangeFilter .report-download-gg-sync:before{border-left:6px solid;bottom:-1px;right:-3px}.DateRangeFilter .report-download-gg-sync:after{border-right:6px solid;top:-1px;left:-3px}.Filter{margin:10px 0;width:auto}.MenuFilter{-webkit-user-select:none;user-select:none;font-family:var(--font-sans);font-size:12px;width:200px}.MenuFilter .container-title{display:flex;cursor:pointer}.MenuFilter .container-title p{color:var(--secondary-text-components);font-weight:700;font-size:14px;margin-bottom:20px;margin-left:20px}.MenuFilter .container-filter{color:var(--tertiary-text-components)}.MenuFilter .container-filter ul{margin:0 0 7px;cursor:pointer}.MenuFilter .container-filter li{display:flex;align-items:center;height:40px!important}.MenuFilter .container-filter li label{margin:0 0 0 20px;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MenuFilter .container-filter li:hover{color:var(--secondary-text-components)}.MenuFilter .container-filter li.active{font-weight:700;color:var(--secondary-text-components);background-color:var(--tertiary-background-components);border-radius:0 5px 5px 0}.MenuFilter .container-filter li.active label{font-weight:700}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:14.28571%;box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:14.28571%;position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px 0 rgba(35,57,66,.21);border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:rgba(0,0,0,.07)}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent #34495e transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent #34495e;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:0;bottom:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:hsla(0,0%,100%,.85)}.rdrEndEdge,.rdrInRange,.rdrSelected,.rdrStartEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayEndPreview,.rdrDayInPreview,.rdrDayStartPreview{background:hsla(0,0%,100%,.09);position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0 solid;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayEndPreview,.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:2px;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:1px solid #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:focus .rdrStaticRangeLabel,.rdrStaticRange:hover .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:1px solid #dee7eb;margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrDayEndPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrStartEdge{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrDayEndPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrStartEdge{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.RadioFilter>div>ul>li.custom-radio{display:flex;justify-items:flex-start;align-items:center}.RadioFilter>div>ul>li.custom-radio input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;display:none}.RadioFilter>div>ul>li.custom-radio label{position:relative;padding-left:1.5em;font-size:1rem;line-height:1.5;margin:0 6px 0 0;cursor:pointer;width:-webkit-max-content;width:max-content;overflow:hidden}.RadioFilter>div>ul>li.custom-radio label:before{content:"";position:absolute;left:0;top:0;width:1em;height:1em;border:1px solid #ccc;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;top:4px}.RadioFilter>div>ul>li.custom-radio input[type=checkbox]:checked+label:before{background-color:#007bff;border-color:#007bff;display:flex;justify-content:center;align-items:center}.RadioFilter>div>ul>li.custom-radio label:after{content:"";position:absolute;left:.35em;top:.35em;width:.3em;height:.3em;border-radius:50%;background-color:#fff;opacity:0;transition:opacity .2s ease-in-out;top:9px}.RadioFilter>div>ul>li.custom-radio input[type=checkbox]:checked+label:after{opacity:1}.RadioFilter>div>ul>li.custom-radio input[type=checkbox]+label{font-size:14px}.MenuAndFilter{display:grid;width:100%;height:100%;grid-template-rows:60px 1fr;grid-template-columns:400px 1fr;grid-template-areas:"header header header" "filter content content" "filter content content" "filter content content"}.MenuAndFilter :first-child{grid-area:header}.MenuAndFilter :nth-child(2){grid-area:filter}.MenuAndFilter :nth-child(3){grid-area:content}.HeaderFilterAndBodyClaro{display:grid;width:95%;height:100%;grid-template-rows:60px auto;grid-template-columns:400px 1fr;grid-template-areas:"header header header" "filter content content"}.HeaderFilterAndBodyClaro>:first-child{grid-area:header}.HeaderFilterAndBodyClaro>:nth-child(2){grid-area:filter;width:"90%";height:"90%"}.HeaderFilterAndBodyClaro>:nth-child(3){grid-area:content}.FilterAndBodyClaro{display:grid;width:90%;height:100%;grid-template-rows:1fr;grid-template-columns:1fr 200px;grid-template-areas:"content content filter fiter"}.FilterAndBodyClaro>:first-child{grid-area:filter}.FilterAndBodyClaro>:nth-child(2){grid-area:content}.FilterAndBodyClaro>:nth-child(2) .pie-charts{display:flex;flex-wrap:wrap}.FilterAndBodyClaro>:nth-child(2) .pie-charts .pie-chart{border:1px solid #8e91a4!important;border-radius:15px}.FilterAndBodyClaro>:nth-child(2) .pie-charts .pie-chart p{color:#49525f;font-weight:700;border-bottom:1px solid #e0e0e0;font-size:16px;justify-content:flex-start;height:32px;padding-top:10px;padding-bottom:10px;padding-left:10px}.FilterAndBodyClaro>:nth-child(2) .pie-charts .pie-chart .grafic{padding:15px}.MenuOnly{display:flex;flex-direction:column;width:100%;height:100%}.MenuOnly :first-child{height:60px;flex-basis:60px}.MenuOnly :nth-child(2){flex-grow:1;flex-basis:0}.MenuWithBack{width:100vw;height:100vh;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center}.MenuWithBack .modal-body{position:fixed;background-color:#fff;width:90vw;height:90vh;border-radius:5px;display:flex;flex-direction:column}.MenuWithBack .modal-body>header{width:100%;height:50px;display:flex;align-items:center}.MenuWithBack .modal-body>header>span:first-child{width:50px;flex-basis:50px;cursor:pointer}.MenuWithBack .modal-body>header>span:first-child img{transform:scale(-1);background-color:var(--color-soft-blue-light-1);padding:5px;border-radius:5px;margin-left:10px}.MenuWithBack .modal-body>header>span:last-child{font-family:var(--font-sans);flex-grow:1;flex-basis:0;padding-left:10px;text-align:center;color:var(--color-black);padding-right:50px}.MenuWithBack .modal-body>main{flex-grow:1;flex-basis:0}.MenuWithBack .modal-body>footer{height:50px;display:flex;justify-content:center;align-items:center}.backgroundStyles{filter:blur(5px) grayscale(1);overflow:hidden}.backgroundStyles,.MenuWithClose{width:100vw;height:100vh;position:fixed;top:0;left:0}.MenuWithClose{background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center}.MenuWithClose .modal-body{position:fixed;background-color:#fff;width:90vw;height:90vh;border-radius:5px}.MenuWithClose .modal-body>header{width:100%;height:40px;border-bottom:1px solid var(--color-grey);display:flex;align-items:center}.MenuWithClose .modal-body>header>span:first-child{font-family:var(--font-sans);flex-grow:1;flex-basis:0;padding-left:10px}.MenuWithClose .modal-body>header>span:last-child{width:50px;flex-basis:50px;font-size:34px;text-align:right;padding-right:10px;cursor:pointer}.backgroundStylesClose{filter:blur(5px) grayscale(1);overflow:hidden}.backgroundStylesClose,.SimpleModal{width:100vw;height:100vh;position:fixed;top:0;left:0}.SimpleModal{background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center}.SimpleModal .modal-body{position:fixed;background-color:#fff;width:90vw;height:90vh;border-radius:5px}.NewEmailTemplate{display:flex;font-family:var(--font-sans)}.NewEmailTemplate>div{border-radius:4px;border:1px solid var(--color-lightgrey);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 20px;width:250px;cursor:pointer;transition:border .2s ease-out}.NewEmailTemplate>div:hover{border:1px solid var(--color-soft-blue)}.NewEmailTemplate>div img{width:100px;box-shadow:0 4px 3px rgba(0,0,0,.23);border-radius:16px;margin-bottom:40px}.NewEmailTemplate>div h3{font-weight:700;margin-bottom:6px}.NewEmailTemplate>div p{color:var(--color-disabled);font-size:12px;text-align:center}.NewEmailTemplate>div+div{margin-left:20px}.SelectionSummary{width:100%;background-color:var(--color-soft-blue-light-2);height:100%;overflow-y:auto;padding:15px}.SelectionSummary .btn{margin-bottom:10px;width:100%}.SelectionSummaryDetail{padding:15px;font-family:var(--font-sans);-webkit-user-select:none;user-select:none}.SelectionSummaryDetail .header{display:flex;cursor:pointer}.SelectionSummaryDetail .header.open img{transform:rotate(180deg)}.SelectionSummaryDetail .header p{font-weight:700}.SelectionSummaryDetail .header p:first-letter{text-transform:capitalize}.SelectionSummaryDetail .header img{width:15px;margin-left:auto;transition:transform .2s ease-out}.SelectionSummaryDetail .details{height:0;opacity:0;overflow:hidden;transition:all .3s ease-out}.SelectionSummaryDetail .details.open{height:auto;opacity:1;margin-top:15px}.SelectionSummaryDetail .details>div{display:flex;background-color:var(--color-white);padding:12px 15px;border-radius:8px}.SelectionSummaryDetail .details>div:not(:last-child){margin-bottom:14px}.SelectionSummaryDetail .details>div p:first-letter{text-transform:capitalize}.SelectionSummaryDetail .details>div .detail-title{margin-right:auto;color:var(--color-grey)}.SelectionSummaryDetail .details>div .detail-info{color:var(--color-black);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.ListItemActivity{display:flex;font-family:var(--font-sans);align-items:center;justify-content:center}.ListItemActivity.active .container,.ListItemActivity:hover .container{background-color:var(--color-soft-blue-light-2)}.ListItemActivity.active .container{border:1px solid var(--color-soft-blue)}.ListItemActivity.disabled{opacity:.4}.ListItemActivity.disabled .container{cursor:not-allowed}.ListItemActivity .avatar{border-radius:5px;background-color:var(--color-listitem-avatar);margin-right:10px;font-weight:700;color:var(--color-white);font-size:18px;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.ListItemActivity .container{flex-grow:1;display:flex;align-items:center;border:1px solid var(--color-lightgrey);border-radius:5px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:initial;transition:all .3s ease-out;height:40px;padding:0 10px}.ListItemActivity .container>img{margin-right:10px;height:20px}.ListItemActivity .container>span.info{font-weight:700;color:var(--color-soft-blue);font-size:14px;margin-right:10px;line-height:12px}.ListItemActivity .container>span.info span{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ListItemActivity .container>span.info span:first-child{max-width:200px}.ListItemActivity .container>span.info span:last-child{max-width:500px}.ListItemActivity .container>span.info span.label{margin:0 5px;font-weight:400;color:var(--color-disabled)}.ListItemActivity .container>span.date{margin-left:auto;color:var(--color-disabled);font-size:14px}.ListItemLanding{width:auto;border-bottom:1px solid #ece9e9;margin:1px;border-radius:7px}.ListItemLanding.active{background-color:#cee3ff;color:#0047ff}.ListItemLanding.active .landing-info{color:#0047ff;font-weight:700}.ListItemLanding.active:hover{background-color:#cee3ff}.ListItemLanding.disabled{opacity:.4}.ListItemLanding.disabled .container{cursor:not-allowed}.ListItemLanding:hover{background-color:var(--color-soft-blue-light-2);border-radius:7px}.ListItemLanding:hover .buttons{display:flex}.ListItemLanding .buttons{display:none;cursor:pointer}.ListItemLanding .container{width:auto;display:flex;height:39px;flex-grow:0;padding:10px;justify-content:space-between}.ListItemLanding .landing-info{font-size:12px;font-weight:400;color:#606060;margin:2px 4.5px 0}.ListItemLanding .published{color:#01bb69}.ListItemLanding .draft,.ListItemLanding .published{font-size:12px;text-transform:capitalize;font-weight:700;margin:2px 4.5px 0}.ListItemLanding .draft{color:#0047ff}.ListItemLanding .stopped{font-size:12px;text-transform:capitalize;font-weight:700;color:#8e91a4;margin:2px 4.5px 0}.ListItemLanding .date{display:flex;margin:5px 4.5px 0;font-size:12px;color:#797979}.ListItemAudience{font-family:var(--font-sans);display:flex;align-items:center;border:1px solid var(--color-lightgrey);border-radius:5px;padding:0 10px;height:40px;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:initial;transition:all .3s ease-out}.ListItemAudience.active,.ListItemAudience:hover{background-color:var(--color-soft-blue-light-2)}.ListItemAudience.active{border:1px solid var(--color-soft-blue)}.ListItemAudience.disabled{opacity:.4;cursor:not-allowed}.ListItemAudience>img{margin-right:10px;width:25px}.ListItemAudience>p{font-weight:700;color:var(--color-soft-blue);font-size:14px;margin-right:10px}.ListItemAudience>p span{margin:0 5px;font-weight:400;color:var(--color-disabled)}.ListItemAudience>span{margin-left:auto;color:var(--color-disabled);font-size:14px}.ListItemContactContainer .ListItemCreateContact{display:flex;align-items:center;justify-content:center;background:#f6f6f7;font-weight:700;color:#8e91a4;cursor:pointer;height:70px;grid-gap:10px;gap:10px}.ListItemContactContainer .ListItemCreateContact .plus-icon{display:inline-block;width:14px;height:14px;position:relative}.ListItemContactContainer .ListItemCreateContact .plus-icon:after,.ListItemContactContainer .ListItemCreateContact .plus-icon:before{content:"";position:absolute;background-color:currentColor;border-radius:2px}.ListItemContactContainer .ListItemCreateContact .plus-icon:before{width:2px;height:14px;left:50%;transform:translateX(-50%);top:0}.ListItemContactContainer .ListItemCreateContact .plus-icon:after{width:14px;height:2px;left:0;top:50%;transform:translateY(-50%)}.ListItemContactContainer .ListItemCreateContact:hover{background:#e7e7e7}.ListItemContactContainer .ListItemContact{height:70px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:var(--font-sans);position:relative;border-bottom:1px solid #dfe3e9}.ListItemContactContainer .ListItemContact .contactInfo{display:flex;flex-direction:column;padding:10px 5px 5px 12px;flex-wrap:wrap;overflow:hidden;text-overflow:ellipsis;width:-webkit-min-content;width:min-content}.ListItemContactContainer .ListItemContact .contactInfo .more-items{font-size:12px;display:flex}.ListItemContactContainer .ListItemContact:hover .container{background-color:var(--color-soft-blue-light-2)}.ListItemContactContainer .ListItemContact.active{background-color:var(--color-soft-blue-light-2);border:1px solid var(--color-soft-blue)}.ListItemContactContainer .ListItemContact.active .main,.ListItemContactContainer .ListItemContact.active .sub{color:var(--color-soft-blue)}.ListItemContactContainer .ListItemContact.active .channels:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:25px;background:#fff;border-radius:0 0 5px 5px;z-index:1}.ListItemContactContainer .ListItemContact.disabled{opacity:.4}.ListItemContactContainer .ListItemContact.disabled .container{cursor:not-allowed}.ListItemContactContainer .ListItemContact .main{width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-size:16px;color:var(--color-black)}.ListItemContactContainer .ListItemContact .true{font-size:12px}.ListItemContactContainer .ListItemContact .sub{width:175px;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#8e91a4;overflow:hidden}.ListItemContactContainer .ListItemContact .channels{display:flex;align-items:center;justify-content:center;width:45%;flex-wrap:wrap}.ListItemContactContainer .ListItemContact .channels .more-channels{display:flex;align-items:center;justify-content:center;color:#606060;font-size:20px;font-weight:400;cursor:pointer;margin-top:3px;height:40px;width:40px;border-radius:3px;background:#ddd;box-shadow:0 1px 1px 0 rgba(0,0,0,.25)}.ListItemContactContainer .ListItemContact .channels .more-channels:hover{background:#d4d3d3}.ListItemContactContainer .ListItemContact .channels .cloud{padding:2px;margin:2px;cursor:pointer;border-radius:5px}.ListItemContactContainer .ListItemContact .channels .cloud:hover{background:#ddd}.ListItemContactContainer .ListItemContact .true{width:100%;flex-wrap:nowrap}.ListItemContactContainer .true{display:grid;grid-template-rows:20% 80%;justify-content:normal!important}.ListItemContactContainer .true .contactInfo{display:grid;grid-template-columns:50% 50%;width:100%;font-size:12px;padding:5px 8px 0}.ListItemContactContainer .true .contactInfo .show-less{text-align:right;cursor:pointer;color:#606060}.ListItemContactContainer .true .channels{width:100%!important;overflow-x:auto!important;justify-content:normal!important;padding:0 8px!important}.ListItemProductCategory{height:47px!important;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;padding:15px 10px;background-color:var(--white);cursor:pointer;width:100%;border-bottom:1px solid #d3d3d3;background:#fff}.ListItemProductCategory h2{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#878a8d}.ListItemProductCategory .product-count{font-size:10px;background-color:#dedede;color:#000;border-radius:50%;padding:2px 7px}.ListItemProductCategory .arrow{transform:rotate(-90deg);height:9px;object-fit:unset;width:auto;margin-left:5px}.ListItemSingleLine{height:47px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:10px;gap:10px;margin:10px 10px 8px 13px;padding:15px 10px;border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.15);background-color:var(--white);cursor:pointer}.ListItemSingleLine h2{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#49525f}.ListItemCustom{margin:8px 10px 10px 13px;border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.15);background-color:var(--white);display:flex;flex-direction:column;cursor:pointer;position:relative;min-height:125px;height:125px}.ListItemCustom .actions-overlay{position:absolute;width:100%;padding:8px 7px 11px 8px;border-radius:4px;background-color:rgba(40,49,58,.75);height:100%;display:flex;justify-content:center;align-items:center}.ListItemCustom .actions-overlay button{padding:15px 10px;border-radius:5px;background-color:var(--white);color:#606060;margin:0 5px}.ListItemCustom .actions-overlay span{width:44px}.ListItemCustom .item-info{padding:8px}.ListItemCustom h1{font-size:14px;font-weight:700;text-align:left;color:#49525f}.ListItemCustom .container{display:flex;justify-content:space-between}.ListItemCustom .container img{width:51px;height:51px;object-fit:cover}.ListItemCustom .container span{font-size:12px;color:#0047ff;font-weight:700}.ListItemCustom pre{font-size:12px;color:#49525f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:break-spaces;overflow:hidden;font-family:inherit}.ListItemProduct{background-color:#fff;display:flex;max-width:364px;flex-direction:column;cursor:pointer;position:relative}.ListItemProduct .product-info{padding:8px}.ListItemProduct .product-arrow{transform:rotate(-90deg);object-fit:unset;width:auto}.ListItemProduct .product-actions{display:flex;justify-content:space-between;align-items:center;padding:0 7px 13px;grid-gap:40px;gap:40px}.ListItemProduct .product-actions.no-cart{justify-content:flex-end}.ListItemProduct .product-actions .cart-count{display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:5px;gap:5px;min-width:130px;border:1px solid #20b9db;border-radius:5px}.ListItemProduct .product-actions .cart-count button{width:34px}.ListItemProduct .product-actions .cart-count input{width:51px!important;text-align:center;height:27px!important;border:none}.ListItemProduct .product-actions button{padding:5px 10px;max-width:137px;margin:0}.ListItemProduct .product-actions button.solid{background:#fff;border-radius:5px;color:grey;border:1px solid #d3d3d3}.ListItemProduct .product-actions button.inverted{background:#fff;border:1px solid #20b9db;border-radius:5px;color:#20b9db}.ListItemProduct .product-actions button.add-minus{background:#fff;color:#20b9db;border:none;font-size:23px;line-height:0;padding:0}.ListItemProduct h1{font-size:13px;font-weight:700;text-align:left;color:#49525f;max-width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:pre-line;overflow:hidden;font-family:inherit}.ListItemProduct .top-container{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;align-items:flex-start}.ListItemProduct .top-container .product-image-container{width:80px;height:80px}.ListItemProduct .top-container .product-title{width:100%}.ListItemProduct .top-container .product-featured-img{width:80px;height:80px;object-fit:cover;max-width:unset}.ListItemProduct .top-container .product-image-count{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:rgba(73,82,95,.6);width:18px;padding:3px 2px;border-top-left-radius:3px;position:relative;bottom:14px;left:calc(100% - 18px)}.ListItemProduct .top-container .product-image-count span{font-size:7px;color:#fff;font-weight:400;padding-right:2px;line-height:1}.ListItemProduct .top-container .product-image-count img{width:8px}.ListItemProduct .top-container span{font-size:12px;color:#0047ff;font-weight:700}.ListItemProduct .top-container .product-stock-price-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:5px}.ListItemProduct .top-container .product-stock-price-container .product-sku-price{display:flex;justify-content:space-between;flex-direction:row;width:100%}.ListItemProduct .top-container .product-stock-price-container strong{font-size:15px;color:#49525f}.ListItemProduct .top-container .product-stock-price-container span{color:#606060;font-weight:400;font-size:10px}.ListItemProduct .top-container .product-stock-price-container span.stock{color:#5b8eed;font-weight:700}.ListItemProduct pre{font-size:11px;color:#49525f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:break-spaces;overflow:hidden;font-family:inherit}.list-item-product-button{max-width:50%}.pick-btn{height:30px;width:30px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-weight:bolder;font-size:16px;cursor:pointer;background-color:#0047ff!important;color:#fff!important}.pick-btn:hover{background-color:#6e9cf2!important}.profile-channel{position:relative;width:40px;height:40px;-webkit-user-select:none;user-select:none}.profile-channel .profile{position:relative;width:35px!important;height:35px!important}.profile-channel .true{cursor:not-allowed}.profile-channel .true .disabled{position:absolute;z-index:1000;background:hsla(0,0%,67.1%,.51);width:100%;height:100%}.profile-channel .checked-icon{background:#0047ff;width:35px;height:35px;border-radius:5px;display:flex;align-items:center;justify-content:center}.profile-channel .channelImage,.profile-channel .imageContainer{position:relative;top:0;left:0}.profile-channel .channelImage{border-radius:50%;border:1.5px solid #d3d3d3;object-fit:cover;width:35px!important;height:35px!important}.profile-channel .checkedBackground{position:absolute;background-color:#1e96c8;opacity:.5;top:0;left:0;height:35px;width:35px}.profile-channel .checkedImage{position:absolute;opacity:.8;top:10px;left:0;width:15px;height:15px;z-index:1}.profile-channel .channel{background:#fff;position:absolute;bottom:3px;right:3px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border:1px solid #fff!important}.profile-channel .WABA,.profile-channel .WHATSAPP{background:#0acf83}.profile-channel .INSTAGRAM{background:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c);transform:rotate(206deg)}.profile-channel .INSTAGRAM img{transform:rotate(153deg)!important}.profile-channel .TELEGRAM{background:linear-gradient(180deg,#37aee2,#1e96c8)}.profile-channel .WEBCHAT{background:#8048c7;padding:3px}.chat-container{width:100%;height:100%}.chat-container .Chat{height:100%;background-color:var(--color-soft-blue-light-2);position:relative;overflow-y:auto;display:flex;flex-direction:column}.chat-container .Chat .chat-header{height:50px;background-color:var(--color-white);flex-basis:50px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);background-color:var(--white);z-index:5;display:flex;justify-content:space-between}.chat-container .Chat .chat-header .userName{-webkit-user-select:none;user-select:none;font-size:14px;font-weight:700;color:#49525f;padding-left:10px;display:grid;grid-template-columns:25px calc(100% - 25px);margin-top:auto;margin-bottom:auto}.chat-container .Chat .chat-header .userName .channelIcon{border-radius:50px;box-shadow:0 1px 1px 0 rgba(0,0,0,.25);border:1px solid var(--white);background:#fff;padding:3px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:5px}.chat-container .Chat .chat-header .userName .waba,.chat-container .Chat .chat-header .userName .whatsapp{background:#0acf83;padding-right:2px}.chat-container .Chat .chat-header .userName .webchat{background:#8048c7;padding-right:2px}.chat-container .Chat .chat-header .userName .instagram{background:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c);transform:rotate(206deg);padding-right:2px}.chat-container .Chat .chat-header .userName .instagram img{transform:rotate(154deg);margin-right:1px}.chat-container .Chat .chat-header .userName .telegram{padding:0;background:#2aabee;border:none}.chat-container .Chat .chat-header .endConversation{margin-top:auto;margin-bottom:auto;padding:0 5px;margin-right:5px}.chat-container .Chat .chat-header .endConversation .endConversationButton{padding:5px;background:transparent;border:1px solid #01bb69;color:#01bb69;border-radius:7px}.chat-container .Chat .chat-header .endConversation .endConversationButton .finnishButtonContainer{padding-top:3px;padding-bottom:4px;display:flex}.chat-container .Chat .chat-header .endConversation .endConversationButton .finnishButtonContainer img,.chat-container .Chat .chat-header .endConversation .endConversationButton .finnishButtonContainer p{padding:0 5px}.chat-container .Chat .chat-header .endConversation .endConversationButton:hover{background:#fff}.chat-container .Chat .waba{background:#315563}.chat-container .Chat .waba .userName{color:#fff}.chat-container .Chat .telegram{background:#212121}.chat-container .Chat .telegram .userName{color:#fff}.chat-container .Chat .mobileHeader{background:#1c1c1b;color:#fff;height:65px}.chat-container .Chat .mobileHeader .finishMobile{padding:0;background:none;font-weight:400}.chat-container .Chat .mobileHeader .mobileChannelIcon{height:15px;margin-right:10px}.chat-container .Chat .mobileHeader .endConversationMobile{margin-top:4px;display:flex;align-items:center;justify-content:center;padding:5px 15px 5px 5px}.chat-container .Chat .mobileHeader .userName{margin-top:auto;margin-bottom:auto;width:80%;text-align:center;height:100%;display:flex;align-items:center;justify-content:center}.chat-container .Chat .mobileHeader .backArrow{width:12%;font-size:28px;background:#1c1c1b;border-radius:0}.chat-container .Chat .mobileFooter{padding:0 5px 25px!important}.chat-container .Chat>ul{padding:10px;flex-grow:1;flex-basis:0;overflow-y:scroll;z-index:1}.chat-container .Chat>ul.block{overflow-y:hidden;padding:0}.chat-container .Chat>ul li+li{margin-top:20px}.chat-container .Chat>ul .placeholderImage{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.chat-container .Chat>ul .previewOpen{height:100%}.chat-container .Chat>ul .previewOpen .attach{height:50px;background:#fff;background-color:var(--color-soft-blue-light-2);padding:8px;color:var(--color-disabled);display:flex;transition:color .3s ease-in-out;border-radius:4px;justify-content:flex-end}.chat-container .Chat>ul .previewOpen .attach .templatesTitle{display:inline;float:left}.chat-container .Chat>ul .previewOpen .attach .templatesTitle .titleText{display:inline-block}.chat-container .Chat>ul .previewOpen .attach .templatesTitle .updateArrow{display:inline-block;padding-left:5px;cursor:pointer}.chat-container .Chat>ul .previewOpen .attach .templatesTitle .update-time__arrow{cursor:pointer}.chat-container .Chat>ul .previewOpen .attach .templatesTitle .LOADING svg{animation:rotation .8s linear infinite}.chat-container .Chat>ul .previewOpen .attach .rotateContainer{margin-right:10px;margin-top:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.chat-container .Chat>ul .previewOpen .attach .rotateContainer .rotate{transform:rotate(90deg)}.chat-container .Chat>ul .previewOpen .attach .rotateContainer .action-icon{margin:0 10px;max-height:16px}.chat-container .Chat>ul .previewOpen .gifPreview{text-align:center;cursor:pointer}.chat-container .Chat>ul .previewOpen .gifPreview img{position:static;width:auto;height:320px}.chat-container .Chat>ul .previewOpen .filePreview{width:auto;height:320px}.chat-container .Chat>ul .previewOpen .filePreview .cardFileContainer{display:flex;width:275px;height:100px;background-color:var(--color-white);margin:auto;border-radius:3px;border:1px solid var(--color-soft-blue);text-align:center;align-items:center}.chat-container .Chat>ul .previewOpen .filePreview .cardFileContainer img{padding:6px}.chat-container .Chat>ul .previewOpen .filePreview .cardFileContainer .fileName{cursor:pointer;width:-webkit-fill-available;text-align:center;align-items:center;-webkit-user-select:none;user-select:none}.chat-container .Chat>ul .previewOpen .filePreview .cardFileContainer .fileName h3{font-size:16px;font-weight:700;line-height:1;letter-spacing:normal;text-align:center;color:#434343;word-break:break-all}.chat-container .Chat>ul .previewOpen .filePreview .cardActions{display:flex;align-items:flex-end}.chat-container .Chat>ul .previewOpen .filePreview .cardActions .send{height:50px;margin-right:10px;width:50px;background-color:#03ba68;display:flex;border-radius:4px;cursor:pointer;transition:background-color .3s ease-in-out}.chat-container .Chat>ul .previewOpen .filePreview .cardActions .send:hover{background-color:#02de7b}.chat-container .Chat>ul .previewOpen .filePreview .cardActions .send img{margin:auto}.chat-container .Chat>ul .previewOpen .container-input{display:flex;background-color:#eef3fd;width:90%;margin:40px auto auto}.chat-container .Chat>ul .previewOpen .container-input img{height:24px;width:24px}.chat-container .Chat>ul .previewOpen .container-input input{border-bottom:1px solid #1c1c1b!important;background-color:#eef3fd;width:90%;height:100%;-webkit-appearance:none;appearance:none;outline:none;border:none;font-size:16px;border-radius:unset;margin:auto}.chat-container .Chat>ul .previewOpen .imagePreview{height:calc(100% - 45px);width:100%;object-fit:contain;padding:25px 25px 45px}.chat-container .Chat>ul .previewOpen.true .attach{background-color:#fff!important;justify-content:space-between!important}.chat-container .Chat>ul .previewOpen.true .attach h1{margin-top:auto;padding-left:5px;color:#1c1c1b;font-size:18px;font-weight:700}.chat-container .Chat>ul .loadMore{background:none;width:100%;display:flex;justify-content:center;padding:10px}.chat-container .Chat>ul .loadMore.sms button{background-color:var(--color-sms)}.chat-container .Chat>ul .loadMore.whatsapp button{background-color:var(--color-whatsapp)}.chat-container .Chat>ul .loadMore.webchat button{background-color:#8048c7}.chat-container .Chat>ul .loadMore.messenger button{background-color:var(--color-messenger)}.chat-container .Chat>ul .loadMore.email button{background-color:var(--color-email)}.chat-container .Chat>ul .loadMore.rcs button{background-color:var(--color-rcs)}.chat-container .Chat>ul .noMoreMessages{text-align:center;padding:10px}.chat-container .Chat>footer{height:auto;flex-basis:56px;z-index:5;background-color:var(--color-soft-blue-light-2);margin:6px}.chat-container .waba{background:#d9e8ea}.ChatBubble{display:flex;width:100%;font-family:var(--font-sans);margin:8px 0}.ChatBubble .replyBubble{margin-top:10px;border-radius:5px;background:#fff;color:#8e91a4;padding:5px;display:flex;flex-direction:column}.ChatBubble .replyBubble .repliedContent{margin-right:5px}.ChatBubble .replyBubble .repliedContent .repliedFrom{display:flex;font-size:12px;margin-bottom:5px}.ChatBubble .replyBubble .show_more{font-size:12px;padding:5px 5px 10px;width:100%}.ChatBubble .replyBubble .repliedMultimediaContainer{display:flex;align-items:center;justify-content:center}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia{border-radius:5px;width:215px;height:190px;background:#c4c4c4;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia img{max-height:185px!important;max-width:175px!important}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia .video-player{width:100px!important;display:flex!important;align-items:center!important;justify-content:center!important}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia .video-player video{outline:none!important}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia .video-player__thumbnail-container{margin:0 -100px!important}.ChatBubble .replyBubble .repliedMultimediaContainer .repliedMultimedia audio:focus{outline:none!important}.ChatBubble.right{justify-content:flex-end}.ChatBubble.right .message{border-bottom-left-radius:8px;word-break:break-all}.ChatBubble.right .message .reply{top:0;right:8px}.ChatBubble.right .message.sms{background-color:var(--color-sms);color:var(--color-white)}.ChatBubble.right .message.whatsapp{background-color:#defff0;color:#2c2c2c}.ChatBubble.right .message.whatsapp .referenceAlias{color:var(--color-whatsapp);font-weight:700}.ChatBubble.right .message.whatsapp .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.right .message.webchat{background-color:#8048c7;color:#fff}.ChatBubble.right .message.webchat .referenceAlias{color:var(--color-whatsapp);font-weight:700}.ChatBubble.right .message.webchat .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.right .message.waba{color:#fff}.ChatBubble.right .message.waba a{color:#78a5f7!important}.ChatBubble.right .message.instagram{background:linear-gradient(0deg,#dfe2ff,#ffe0f3,#ffece0,#fff4dd);color:#2c2c2c}.ChatBubble.right .message.instagram .referenceAlias{color:#797979;font-weight:700}.ChatBubble.right .message.instagram .referenceAlias .referenceDatetime{font-weight:400!important;color:#797979!important}.ChatBubble.right .message.messenger{background:linear-gradient(0deg,#e1f3ff,#f2e3ff,#ffe5ec,#ffe7e4);color:#2c2c2c}.ChatBubble.right .message.messenger .referenceAlias{color:var(--color-messenger);font-weight:700}.ChatBubble.right .message.messenger .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.right .message.email{background-color:var(--color-email);color:var(--color-white)}.ChatBubble.right .message.rcs{background-color:var(--color-rcs);color:var(--color-white)}.ChatBubble.right .message.true{border-top-left-radius:0;border-top-right-radius:0}.ChatBubble.right .message.telegram{background:#e9f5e9;color:#434343}.ChatBubble.right .container-image{margin-left:15px}.ChatBubble.left .message{background-color:var(--color-white);border-bottom-right-radius:8px;word-break:break-all}.ChatBubble.left .message.whatsapp .referenceAlias{color:var(--color-whatsapp);font-weight:700}.ChatBubble.left .message.whatsapp .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.left .message.webchat .referenceAlias{color:#8048c7;font-weight:700}.ChatBubble.left .message.webchat .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.left .message.messenger .referenceAlias{color:var(--color-messenger);font-weight:700}.ChatBubble.left .message.messenger .referenceAlias .referenceDatetime{font-weight:400!important;color:#8e91a4!important}.ChatBubble.left .message .reply{top:0;right:8px}.ChatBubble.left .message .replyBubble{border:1px solid #cecece}.ChatBubble.left .message.whatsapp p span{color:#03ba68}.ChatBubble.left .message.webchat p span{color:#8048c7}.ChatBubble.left .message.facebook p span{color:#4b86f4}.ChatBubble.left .message p{margin-top:8px;font-size:12px;color:var(--color-disabled);margin-bottom:10px}.ChatBubble.left .container-image{margin-right:15px}.ChatBubble .file{display:flex;height:100px;background-color:var(--color-white);border-radius:6px;border:1px solid var(--color-soft-blue);text-align:center;align-items:center}.ChatBubble .file .name{cursor:pointer;padding:2px;font-size:16px;font-weight:700;line-height:1;letter-spacing:normal;text-align:center;color:#434343}.ChatBubble .file img{padding:10px}.ChatBubble .message{padding:15px;border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);position:relative;max-width:336px}.ChatBubble .message .reply{position:absolute;visibility:hidden;cursor:pointer}.ChatBubble .message .reply img{padding:10px 5px 5px;height:25px}.ChatBubble .message div.bad{display:flex;margin-top:15px;font-weight:700;font-size:12px}.ChatBubble .message div.bad p:last-of-type{margin-left:auto}.ChatBubble .message div.telegram-status{display:flex;margin-top:15px;font-weight:700;font-size:12px;justify-content:space-between}.ChatBubble .message div.telegram-status p:last-of-type{margin-left:auto}.ChatBubble .message:hover .reply{visibility:visible}.ChatBubble .message:has(.message-container):has(.audioLabel){box-shadow:none;background-color:initial;background:transparent;padding:15px 15px 0}.ChatBubble .container-image{position:relative;display:flex;flex-shrink:0}.ChatBubble .container-image img{border-radius:999px;margin-top:auto;width:45px;height:45px}.ChatBubble .container-image .useless-dots{position:absolute;width:45px;height:45px;right:0;top:0;border-radius:50%;background:#cfdcfb;cursor:pointer;outline:none}.ChatBubble .container-image .useless-dots:focus{opacity:.7}.ChatBubble .container-image .useless-dots:focus+.useless-menu{display:block}.ChatBubble .container-image .useless-dots .useless-dot{position:absolute;width:6px;height:6px;background-color:#6092ed;border-radius:50%;left:50%;margin-left:-3px}.ChatBubble .container-image .useless-dots .useless-dot:first-child{top:10px}.ChatBubble .container-image .useless-dots .useless-dot:nth-child(2){top:20px}.ChatBubble .container-image .useless-dots .useless-dot:nth-child(3){top:30px}.ChatBubble .container-image .useless-menu{display:none;position:absolute;width:200px;margin-right:60px;right:0;background:#fff;border-radius:5px}.ChatBubble .container-image .useless-menu:hover{display:block}.ChatBubble .container-image .useless-menu li{padding:10px 20px;cursor:pointer;color:#77a1f0;border:1px solid #9dbbf4}.ChatBubble .container-image .useless-menu li:not(:last-child){border-bottom:none}.ChatBubble .container-image .useless-menu li:first-child{border-top-right-radius:5px;border-top-left-radius:5px}.ChatBubble .container-image .useless-menu li:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.ChatBubble .message-container{word-break:break-word;line-height:normal;white-space:break-spaces;padding-top:10px}.ChatBubble .message-container .react-audio-player:focus{outline:none!important}.ChatBubbleContainer{width:100%;font-family:var(--font-sans)}.ChatBubbleContainer .messageStatus{padding-top:5px;display:flex;font-size:10px;padding-left:5px}.ChatBubbleContainer .messageStatus img{padding-right:3px!important}.ChatBubbleContainer .messageStatus .errorStatus{color:red;padding-right:3px}.ChatBubbleContainer .messageStatus .delivered,.ChatBubbleContainer .messageStatus .sent{color:#8e91a4}.ChatBubbleContainer .messageStatus .separator{border-left:1px solid grey;margin-top:auto;margin-bottom:auto;height:8px}.ChatBubbleContainer .messageStatus .retry{text-decoration:underline;cursor:pointer;color:#00f;padding-left:3px}.ChatBubbleContainer .messageStatus .viewIcon{width:13px}.ChatBubbleContainer .messageStatus .viewed{color:#0047ff}.ChatBubbleContainer .message-with-header{display:flex;flex-direction:column;width:100%;max-width:320px}.ChatBubbleContainer .message-with-header .header-image{width:100%}.ChatBubbleContainer .message-with-header .header-image img{max-width:100%;height:auto;cursor:pointer}.ChatBubbleContainer .message-with-header .message-content{padding:12px;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.ChatBubbleContainer .message-with-header .cta-button{display:inline-block;padding:8px 16px;background-color:#06c;color:#fff;text-decoration:none;border-radius:4px;text-align:center;font-weight:500;transition:background-color .2s}.ChatBubbleContainer .message-with-header .cta-button:hover{background-color:#0052a3}.MainChatFooter .drag-hover{background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);position:absolute;height:100%;width:100%;top:0;left:0;visibility:hidden;padding:5px;z-index:1000}.MainChatFooter .drag-hover .drop-zone{width:100%;height:100%;border:2px dashed #0047ff;display:flex;align-items:center;justify-content:center}.MainChatFooter .drag-hover .drop-zone h1{color:#0047ff;font-weight:700;font-size:12px}.MainChatFooter .true{visibility:visible}.MainChatFooter .ChatFooter{background-color:#fff;padding:5px;display:flex;border-radius:5px;width:100%;height:56px}.MainChatFooter .ChatFooter .attach{background-color:var(--color-soft-blue-light-2);padding:8px;color:var(--color-disabled);width:40px;text-align:center;font-size:30px;display:flex;line-height:1;justify-content:center;align-items:center;transition:color .3s ease-in-out;border-radius:4px}.MainChatFooter .ChatFooter .attach:hover{color:var(--color-black)}.MainChatFooter .ChatFooter .attach img{transform:rotate(45deg)}.MainChatFooter .ChatFooter .attach.open{background-color:var(--color-soft-blue);transition:background-color .2s ease-out}.MainChatFooter .ChatFooter .attach.open .menu{display:none}.MainChatFooter .ChatFooter .attach.open img{transform:rotate(90deg);color:#fff}.MainChatFooter .ChatFooter .attach.selected{background-color:var(--color-soft-blue);transition:background-color .2s ease-out}.MainChatFooter .ChatFooter .attach.selected .menu{display:none}.MainChatFooter .ChatFooter .attach.selected img{transform:rotate(90deg);color:#fff}.MainChatFooter .ChatFooter .container-input{flex-grow:1;flex-basis:0;position:relative;padding:0 5px;right:0;top:0;background-color:#fff}.MainChatFooter .ChatFooter .container-input input{width:100%;height:100%;-webkit-appearance:none;appearance:none;padding-left:10px;outline:none;border:none;font-size:16px}.MainChatFooter .ChatFooter .container-input textarea{width:100%;background:transparent!important;border:none;resize:none;outline:none!important;border-radius:5px}.MainChatFooter .ChatFooter .container-input textarea :focus{outline:none!important;border:none!important}.MainChatFooter .ChatFooter .container-icon{position:absolute;right:10px;top:10px;cursor:pointer}.MainChatFooter .ChatFooter .container-icon img{opacity:.7;transition:opacity .3s ease-in-out}.MainChatFooter .ChatFooter .container-icon:hover img{opacity:1}.MainChatFooter .ChatFooter .sendVoice{width:40px;background-color:#fff;display:flex;justify-content:center;padding:8px;border-radius:4px;cursor:pointer;transition:background-color .3s ease-in-out}.MainChatFooter .ChatFooter .sendVoice:hover{background-color:#d6ebdf}.MainChatFooter .ChatFooter .recording{width:120px;display:flex;align-items:center}.MainChatFooter .ChatFooter .recording .cancel,.MainChatFooter .ChatFooter .recording .check{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:pointer}.MainChatFooter .ChatFooter .recording .cancel{background-color:rgba(213,75,61,.16862745098039217);margin-right:5px}.MainChatFooter .ChatFooter .recording .red{width:10px}.MainChatFooter .ChatFooter .recording .red .dot{width:7px;height:7px;border-radius:50%;background-color:#d54b3d;animation:blink-animation .5s steps(5,start) infinite}.MainChatFooter .ChatFooter .recording .time{flex-grow:1;flex-basis:0;font-family:monospace}.MainChatFooter .ChatFooter .recording .check{background-color:rgba(49,173,99,.16862745098039217);margin-left:5px}@keyframes blink-animation{to{visibility:hidden}}.MainChatFooter .ChatFooter .menu{position:absolute;right:0;left:6px;border-radius:4px;height:0;opacity:0;overflow:hidden;transition:all .3s ease-out;z-index:110;bottom:70px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:209px;border-radius:5px;border:1px solid #dfe3e9;background-color:#fff}.MainChatFooter .ChatFooter .menu.open{height:auto;opacity:1}.MainChatFooter .ChatFooter .menu .menu-items{padding:10px 0}.MainChatFooter .ChatFooter .menu .menu-items label{cursor:pointer}.MainChatFooter .ChatFooter .menu .menu-items li{position:relative;display:flex;justify-content:start;align-items:center;padding:15px;text-transform:capitalize;color:var(--color-dark);cursor:pointer;transition:opacity .3s ease-out;opacity:1}.MainChatFooter .ChatFooter .menu .menu-items li input[type=file]{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;cursor:pointer}.MainChatFooter .ChatFooter .menu .menu-items li:hover{opacity:.7}.MainChatFooter .ChatFooter .menu .menu-items li:not(:last-child){border-bottom:2px solid var(--color-white)}.MainChatFooter .ChatFooter .menu .menu-items li img{margin-right:10px;width:22px}.MainChatFooter .ChatFooter .menu.selected{display:none}.MainChatFooter .EmojiPanelContainer{height:200px;transition:background-color .6s ease-out}.MainChatFooter .GifPanelContainer{display:contents;transition:background-color .6s ease-out}.MainChatFooter .GifPanelContainer .gifs{margin:auto;height:100%;width:100%!important;background-color:#dfe3e9}.MainChatFooter .StickersPanelContainer{display:contents;transition:background-color .6s ease-out}.MainChatFooter .send{height:auto;margin-left:10px;margin-right:10px;width:50px;background-color:#03ba68;display:flex;border-radius:4px;cursor:pointer;transition:background-color .3s ease-in-out}.MainChatFooter .send:hover{background-color:#02de7b}.MainChatFooter .send img{margin:auto}.ChatSourceSelect{font-family:var(--font-sans);display:inline-block;position:relative}.ChatSourceSelect .button{padding:12px 16px;display:flex;-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;background-color:var(--color-white);color:var(--color-black);border-radius:4px;border:1px solid #dfe3e9;position:relative;transition:background-color .2s ease-out}.ChatSourceSelect .button.open,.ChatSourceSelect .button:hover{background-color:var(--color-lightgrey)}.ChatSourceSelect .button.open span{transform:rotate(180deg)}.ChatSourceSelect .button img{margin-right:10px;width:22px}.ChatSourceSelect .button p{display:inline;margin:auto}.ChatSourceSelect .button p:first-letter{text-transform:capitalize}.ChatSourceSelect .button span{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--color-disabled);border-radius:8px;margin-left:15px}.ChatSourceSelect .menu{position:absolute;background:var(--color-white);top:100%;right:0;left:0;border-radius:4px;height:0;opacity:0;overflow:hidden;transition:all .3s ease-out;z-index:110}.ChatSourceSelect .menu.open{height:auto;opacity:1}.ChatSourceSelect .menu .menu-items{padding:10px 0}.ChatSourceSelect .menu .menu-items li{display:flex;justify-content:center;align-items:center;padding:15px 0;text-transform:capitalize;color:var(--color-dark);cursor:pointer;transition:opacity .3s ease-out;opacity:1}.ChatSourceSelect .menu .menu-items li:hover{opacity:.7}.ChatSourceSelect .menu .menu-items li:not(:last-child){border-bottom:2px solid var(--color-white)}.ChatSourceSelect .menu .menu-items li img{margin-right:10px;width:22px}.audioLabel{margin-top:10px;font-size:13px;color:#b7b3b3;font-style:italic}.audioLabel audio::-webkit-media-controls-panel{background-color:var(--color-white)}.showReply{-webkit-user-select:none;user-select:none}.showReply .replyContainer{display:none;width:100%;height:70px;padding:5px 10px 5px 5px;margin-bottom:10px}.showReply .replyContainer .replyPreview{padding:5px;display:flex;border-left:5px solid var(--color-whatsapp);justify-content:space-between;background:#fff;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.25);width:100%;height:100%}.showReply .replyContainer .replyPreview .replyMessage{width:100%;padding:5px}.showReply .replyContainer .replyPreview .replyMessage .replyingTo{font-size:10px;padding:0 0 5px;font-weight:700;color:var(--color-whatsapp)}.showReply .replyContainer .replyPreview .replyMessage .replyText{font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.showReply .replyContainer .replyPreview .replyMessage .replyText .replyMultimediaContainer{display:flex}.showReply .replyContainer .replyPreview .replyMessage .replyText .replyMultimediaContainer img{width:13px;margin-right:5px}.showReply .replyContainer .replyPreview .replyMessage .replyText .replyMultimediaContainer p{font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8e91a4}.showReply .replyContainer .replyTextType{border-radius:5px;width:50px;height:50px;background:#cecece;margin:0 5px;display:flex;align-items:center;justify-content:center}.showReply .replyContainer .closeReply{width:40px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer}.showReply .replyContainer .closeReply:hover{background:rgba(0,0,0,.1)}.showReply.true .replyContainer{display:block}.button-message{margin-top:5px;width:100%;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.button-message .message{min-width:48%!important;max-width:100%!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 5px;display:flex;align-items:center;justify-content:center;font-size:15px;border-radius:5px;margin:2px 0}.button-message .message .message-container{padding:0}.item-action{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;margin:0!important}.emoji-container{display:flex;align-items:center;justify-content:center;width:35px}.emoji-container .emoji-selector .picker-container .emoji-picker-react{height:256px!important;width:300px!important;margin-bottom:70px!important;right:35px!important}.message-no-available{color:grey;font-style:oblique 40deg;font-size:15px;font-weight:700;cursor:help}.read-only-open-conversation{text-align:center;margin:10px 0 20px;font-style:italic;color:#434343}.video-player{width:100%;position:relative;text-align:center}.video-player__video{max-width:100%;margin:0 auto}.video-player__thumbnail-container{margin:0 auto;text-align:center;position:absolute;width:100%;background-color:#fff;top:0}.video-player__thumbnail-container__thumbnail{position:relative;display:inline-block}.video-player__icon-container{background-color:rgba(0,0,0,.3);height:100%;width:100%;position:absolute;top:0;left:0}.video-player__icon-container__play-icon{width:10rem;height:10rem;fill:#fff;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);max-width:100%;max-height:100%}.react-thumbnail-generator{display:block}.react-thumbnail-generator img{display:block;max-width:100%}.EmojiPanel{font-family:var(--font-sans);width:100%;height:100%}.EmojiPanel aside.emoji-picker-react{width:100%;height:100%;box-shadow:none;background-color:#dfe3e9;padding-top:10px}.EmojiPanel aside.emoji-picker-react button{width:35px}.EmojiPanel aside.emoji-picker-react .content-wrapper:before,.EmojiPanel aside.emoji-picker-react .emoji-categories,.EmojiPanel aside.emoji-picker-react .emoji-group:before,.EmojiPanel aside.emoji-picker-react .emoji-group:first-child{display:none}.StickersPanel{font-family:var(--font-sans);width:100%;height:100%}.StickersPanel .gifs{margin:auto;height:100%;width:100%!important;background-color:#dfe3e9}.StickersPanel .gifs .gif-search{padding:10px}.StickersPanel .gifs .gif-search input{height:40px;width:100%;border-radius:5px;border:none;padding-left:10px}.StickersPanel .gifs .gif-list{padding-left:5px}.StickersPanel .gifs .gif{background-color:initial!important;border:none}.StickersPanel .gifs .gif img{cursor:pointer;border-radius:5px}.emoji-selector{width:30px;height:30px;-webkit-user-select:none;user-select:none;border-radius:5px}.emoji-selector,.emoji-selector .emoji-clickable{display:flex;align-items:center;justify-content:center}.emoji-selector .emoji-clickable{cursor:pointer}.emoji-selector .picker-container .emoji-picker-react{width:90%!important;position:absolute!important;bottom:0!important;right:10%!important}.voicer-recorder-component .voicer-recoder-container{background:#fff;width:auto;height:56px;display:inline-grid;align-items:center;padding:0 10px;grid-gap:10px;grid-template-columns:40px;transition:all .25s ease-in-out}.voicer-recorder-component .voicer-recoder-container.recording{grid-template-columns:40px auto 40px}.voicer-recorder-component .voicer-recoder-container .voice-recorder-delete{width:40px;height:40px;cursor:pointer;border-radius:3px;background:#f8e2e0 url(/v5/static/media/trash.svg) no-repeat 50%;background-size:initial;margin:0!important}.voicer-recorder-component .voicer-recoder-container .voice-recorder-button{width:40px;height:40px;cursor:pointer;border-radius:3px;background:#3390ec url(/v5/static/media/mic.svg) no-repeat 50%;background-size:initial;margin:0!important;transition:background .5s ease}.voicer-recorder-component .voicer-recoder-container .voice-recorder-button.active{background:#dff2e7 url(/v5/static/media/play-pause.svg) no-repeat 50%}.voicer-recorder-component .voicer-recoder-container .voice-recorder-button.send{background:#dff2e7 url(/v5/static/media/send-confirmation.svg) no-repeat 50%}.voicer-recorder-component .voicer-recoder-container .voice-recorder-timer{display:grid;justify-content:center;align-items:center;text-align:center;grid-template-columns:200px}.voicer-recorder-component .voicer-recoder-container .voice-recorder-timer .voice-recorder-animation{display:grid;justify-content:center;align-items:center;text-align:center;grid-template-columns:40px auto;grid-gap:10px}.voicer-recorder-component .voicer-recoder-container .voice-recorder-preview{display:grid;justify-content:center;align-items:center;text-align:center;grid-template-columns:30px 100px 50px;grid-gap:10px}.voicer-recorder-component .voicer-recoder-container .voice-recorder-preview .play-record-label{margin-bottom:0}.voicer-recorder-component .voicer-recoder-container .voice-recorder-preview .play-record-status{-webkit-appearance:auto!important;appearance:auto!important}.voicer-recorder-component .voicer-recoder-container .blob{height:15px;width:15px;background:#ff5252;border-radius:50%;box-shadow:0 0 0 0 #ff5252;transform:scale(1);animation:pulse-red 1s infinite}.voicer-recorder-component .voicer-recoder-container .blob.no-animation{animation:none}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}.voicer-recorder-component .voicer-recoder-container .react-mic-no-display{display:none}.voicer-recorder-component .voicer-recoder-container .play-record{width:30px;height:30px;border-radius:50%;background:#3390ec url(/v5/static/media/play-button.svg) no-repeat 50%;background-size:contain}.voicer-recorder-component .light{width:25px;height:25px;padding:0}.voicer-recorder-component .light.recording{height:40px;width:auto}.voicer-recorder-component .light .voice-recorder-button{width:25px;height:25px;background:#fff;padding:0}.voicer-recorder-component .light .active,.voicer-recorder-component .light .voice-recorder-delete{height:25px;width:25px;margin:auto!important;padding:0;background-size:20px}.voicer-recorder-component .voicer-recoder-container .light .recording .voice-recorder-button{width:25px;height:25px;background:#fff;padding:0}.voicer-recorder-component .voicer-recoder-container .light .recording .active,.voicer-recorder-component .voicer-recoder-container .light .recording .voice-recorder-delete{height:25px;width:25px;margin:auto!important;padding:0;background-size:20px}.voicer-recorder-component .react-mic-no-display{display:none}.spinner-container .spinner{display:inline-block;position:relative;width:80px;height:80px}.spinner-container .spinner div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#e8f0fe}.spinner-container .spinner div:first-child{animation-delay:-.45s}.spinner-container .spinner div:nth-child(2){animation-delay:-.3s}.spinner-container .spinner div:nth-child(3){animation-delay:-.15s}.conversation-templates-container{height:100%;display:flex;flex-direction:column;padding:20px;background:#d9e8ea;overflow-y:auto}.conversation-templates-container .template-message-preview-container,.conversation-templates-container .templates-list-container,.conversation-templates-container .variables-detail-container{margin:5px 0}.conversation-templates-container .template-message-preview-container h2,.conversation-templates-container .templates-list-container h2,.conversation-templates-container .variables-detail-container h2{font-size:17px!important;color:#315563!important;margin:5px 0!important}.conversation-templates-container .templates-list-container.show-me{display:block!important}.conversation-templates-container .templates-list-container.hide-me{display:none!important}.conversation-templates-container .template-message-preview-container{display:flex;justify-content:flex-end;align-items:center;flex-direction:column}.conversation-templates-container .template-message-preview-container .template-message-preview{float:left;display:flex;flex-direction:column;justify-content:flex-start;background-color:initial;width:350px;height:auto}@media only screen and (max-width:600px){.conversation-templates-container .template-message-preview-container .template-message-preview{width:275px}}.conversation-templates-container .template-message-preview-container .template-message-preview .template-content{float:left;width:auto;height:auto;border:1px solid #8e91a4;background:#fff;color:#606060;border-radius:5px;padding:10px}.conversation-templates-container .template-message-preview-container .template-message-preview .template-actionables{float:left;width:100%;height:35px;display:table;border-spacing:10px 0;padding:10px 0}.conversation-templates-container .template-message-preview-container .template-message-preview .template-actionables .actionable-row{display:table-row}.conversation-templates-container .template-message-preview-container .template-message-preview .template-actionables .actionables{display:table-cell;background-color:#fff;border-radius:10px;height:35px;color:#0047ff;font-weight:600;margin:5px;text-align:center;vertical-align:middle;width:2%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-templates-container .template-message-preview-container .template-message-preview .template-header .preview{float:left;width:100%;height:125px;background-color:#eff2f7;margin-bottom:10px;border-top-left-radius:5px;border-top-right-radius:5px}.conversation-templates-container .template-message-preview-container .template-message-preview .template-header .preview.IMAGE{background:#eff2f7 url(/v5/static/media/image-preview.svg) no-repeat 50%;background-size:cover}.conversation-templates-container .template-message-preview-container .template-message-preview .template-header .preview.DOCUMENT{background:#eff2f7 url(/v5/static/media/document-preview.svg) no-repeat 50%;background-size:contain}.conversation-templates-container .template-message-preview-container .template-message-preview .template-body{margin:10px 0}.conversation-templates-container .template-message-preview-container .template-message-preview .template-footer{font-size:13px;color:#929292;font-weight:400}.conversation-templates-container .template-message-preview-container .template-message-preview .template-status{float:left;width:100%;height:30px;display:flex;justify-content:space-between;align-items:flex-end}.conversation-templates-container .template-message-preview-container .template-message-preview .template-status .message-read{display:flex;justify-content:center;align-items:center;font-size:13px;color:#0047ff}.conversation-templates-container .template-message-preview-container .template-message-preview .template-status .message-date{font-size:13px;color:#606060}.conversation-templates-container .template-message-preview-container .template-message-preview .template-status .double-check{float:left;width:10px;height:10px;margin:0 7px 0 0;background:url(/v5/static/media/double-ckeck.svg) no-repeat 50%;align-self:center}.conversation-templates-container .variables-detail-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.conversation-templates-container .variables-detail-container .variables-list .template-variable,.conversation-templates-container .variables-detail-container .variables-list .variable-input{color:#404040!important;font-weight:700!important;font-size:16px!important}.conversation-templates-container .variables-detail-container .variables-list .template-variable{display:flex;align-items:center;justify-content:center;margin:5px 0}.conversation-templates-container .variables-detail-container .variables-list .template-variable .variable-input{margin-left:5px;border:1px solid #8e91a4!important;height:40px!important;width:200px!important;border-radius:5px;padding:0 5px!important}.conversation-templates-container .variables-detail-container .variables-list .template-variable .variable-input::placeholder{color:#929292!important;font-weight:400!important}.conversation-templates-container .variables-detail-container .variables-list .template-variable input:focus{outline:none}.conversation-templates-container .variables-detail-container .variables-list .btn-multimedia{float:left;background-color:#ddd;color:#606060;border-radius:5px;width:auto;padding:3px 10px;cursor:pointer;margin-right:5px}.conversation-templates-container .variables-detail-container .variables-list.multimedia{width:50%;height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:10px;background-color:#fff;color:#606060!important;border:1px solid #8e91a4!important;border-radius:5px}.conversation-templates-container .content-preview{float:left;width:100%;height:auto;display:block}.conversation-templates-container .content-preview .template-message-preview-container{float:left;width:50%;height:auto}@media only screen and (max-width:600px){.conversation-templates-container .content-preview .template-message-preview-container{width:100%;justify-content:center;align-items:center}}.conversation-templates-container .content-preview .variables-detail-container{float:left;width:50%;height:auto}@media only screen and (max-width:600px){.conversation-templates-container .content-preview .variables-detail-container{width:100%;justify-content:center;align-items:center}}.conversation-templates-container .content-preview .send-template-icon{float:left;width:10px;height:10px;margin:0 7px;background:url(/v5/static/media/check.svg) no-repeat 50%;align-self:center}.conversation-templates-container .content-preview .valid-icon{background:url(/v5/static/media/check.svg) no-repeat 50%}.conversation-templates-container .content-preview .error-icon,.conversation-templates-container .content-preview .invalid-icon,.conversation-templates-container .content-preview .processing-icon{background:url(/v5/static/media/contact-error-icon.svg) no-repeat 50%}.conversation-templates-container .content-preview .template-spinner .spinner div{width:18px;height:18px;margin:0;border:3px solid transparent;border-top-color:#e8f0fe}.conversation-templates-container .content-preview .template-spinner .spinner{width:18px;height:18px;padding-right:10px}.conversation-templates-container .content-preview .button-send-container{float:left;width:100%;margin-top:15px;height:auto;display:flex;justify-content:center;align-items:center}.conversation-templates-container .content-preview .button-send-container .send-message-template{display:flex;justify-content:flex-start;align-items:center;height:35px;width:auto;padding:5px 15px;color:#fff;background:#01bb69}.conversation-templates-container .content-preview .button-send-container .send-message-template .send-button-container{min-width:201px;display:flex;flex-direction:row;justify-content:center;align-items:center}.conversation-templates-container .content-preview .button-send-container .true,.conversation-templates-container .content-preview .button-send-container .valid-status{background:#01bb69}.conversation-templates-container .content-preview .button-send-container .error-status,.conversation-templates-container .content-preview .button-send-container .invalid-status,.conversation-templates-container .content-preview .button-send-container .processing-status{min-width:220px;background:#d82c0d}.conversation-templates-container .content-preview .button-send-container .waiting-status{min-width:220px;background:#8e91a4}.conversation-templates-container .drag-hover-template{background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);position:absolute;height:100%;width:100%;top:0;left:0;visibility:hidden;padding:5px;z-index:1000}.conversation-templates-container .drag-hover-template .drop-zone-template{width:100%;height:100%;border:2px dashed #0047ff;display:flex;align-items:center;justify-content:center}.conversation-templates-container .drag-hover-template .drop-zone-template h1{color:#0047ff;font-weight:700;font-size:12px}.conversation-templates-container .true{visibility:visible}.conversation-templates-container .upload-template-file-container{float:left;width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.conversation-templates-container .upload-template-file-container .drag-zone{position:relative;float:left;display:flex;justify-content:center;align-items:flex-end;padding:10px;width:400px;height:400px;background:url(/v5/static/media/attached-files.svg) no-repeat 50%;background-size:contain;background-color:rgba(0,0,0,.05)}.conversation-templates-container .upload-template-file-container .go-back{position:absolute;top:-2%;right:98%;width:25px;margin:5px 0 0 5px;height:25px;cursor:pointer;background:url(/v5/static/media/arrow-backgray.svg) no-repeat 50%}.conversation-templates-container .upload-template-file-container .caption-drag{font-size:13px;-webkit-user-select:none;user-select:none;color:#606060;font-weight:500}.conversation-templates-container .upload-template-file-container .btn-multimedia{height:35px;width:auto;padding:5px 35px;margin:25px 0;color:#fff;background:#0047ff;border-radius:3px}.conversation-templates-container .template-header-value{color:#262626;font-size:14.6px;font-weight:700}.opt-btn{position:relative;display:inline-flex;align-items:stretch;border-radius:9999px;overflow:visible;background:linear-gradient(180deg,#1a73e8,#1a5bd6);box-shadow:0 1px 0 rgba(0,0,0,.05),0 2px 8px rgba(0,0,0,.08)}.opt-btn.primary .opt-btn__main,.opt-btn.primary .opt-btn__toggle{background-color:initial;color:#fff;border:0}.opt-btn.primary .opt-btn__main:hover,.opt-btn.primary .opt-btn__toggle:hover{background-color:hsla(0,0%,100%,.1)}.opt-btn.primary .opt-btn__main.disabled,.opt-btn.primary .opt-btn__toggle.disabled{opacity:.6;cursor:not-allowed}.opt-btn.secondary .opt-btn__main,.opt-btn.secondary .opt-btn__toggle{background-color:#f8f9fa;color:#374151;border:1px solid #d1d5db}.opt-btn.secondary .opt-btn__main:hover,.opt-btn.secondary .opt-btn__toggle:hover{background-color:#e9ecef}.opt-btn.secondary .opt-btn__main.disabled,.opt-btn.secondary .opt-btn__toggle.disabled{opacity:.6;cursor:not-allowed}.opt-btn .opt-btn__main,.opt-btn .opt-btn__toggle{padding:10px 18px;font-size:14px;cursor:pointer;outline:none;height:44px}.opt-btn .opt-btn__toggle{padding-left:14px;padding-right:14px;display:inline-flex;align-items:center;justify-content:center;border-left:none;background:linear-gradient(180deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.06));border-left:1px solid hsla(0,0%,100%,.35);min-width:44px;position:relative}.opt-btn .caret{display:inline-block;position:absolute;left:50%;top:50%;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #fff;transform:translate(-50%,-40%);transition:transform .18s ease}.opt-btn.open .caret{transform:translate(-50%,-60%) rotate(180deg)}.opt-btn .opt-btn__menu{position:absolute;bottom:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 24px rgba(0,0,0,.14);min-width:220px;z-index:1000;padding:6px;overflow:hidden;pointer-events:auto}.opt-btn .opt-btn__item{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;color:#111827}.opt-btn .opt-btn__item:hover{background:#f3f4f6}.dtp-container{display:flex;flex-direction:column;grid-gap:12px;gap:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.dtp-container .dtp-row{display:flex;align-items:center;grid-gap:8px;gap:8px}.dtp-container .dtp-label{min-width:56px;font-size:14px;color:#374151}.dtp-container .dtp-input{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827}.dtp-container .dtp-error{color:#b91c1c;font-size:12px}.DropdownButton{display:inline-block;position:relative}.DropdownButton .button{display:flex;-webkit-user-select:none;user-select:none;cursor:pointer;align-items:stretch;background-color:#fff;border:1.5px solid #0047ff;color:#0047ff;border-radius:8px;position:relative;z-index:120;transition:background-color .2s ease-out}.DropdownButton .button:hover{background-color:#fff}.DropdownButton .button .arrow-down{position:relative;background-color:#0047ff;text-align:left;margin-top:auto;margin-bottom:auto}.DropdownButton .button .arrow-down:after,.DropdownButton .button .arrow-down:before{content:"";position:absolute;background-color:inherit}.DropdownButton .button .arrow-down,.DropdownButton .button .arrow-down:after,.DropdownButton .button .arrow-down:before{width:5px;height:5px;border-top-right-radius:30%}.DropdownButton .button .arrow-down{transform:rotate(0deg) skewX(-30deg) scaleY(.866)}.DropdownButton .button .arrow-down:before{transform:rotate(-135deg) skewX(-45deg) scale(1.414,.707) translateY(-50%)}.DropdownButton .button .arrow-down:after{transform:rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)}.DropdownButton .button.open{background-color:#0047ff;color:#fff;height:auto}.DropdownButton .button.open span img{transform:rotate(180deg)}.DropdownButton .button.open .arrow-down{position:relative;background-color:#fff;text-align:left;margin-top:auto;margin-bottom:auto;transform:rotate(-60deg) skewX(-30deg) scaleY(.866)}.DropdownButton .button p{display:inline;padding:5px 9px;margin:auto}.DropdownButton .button p:first-letter{text-transform:capitalize}.DropdownButton .button span{display:flex;border-left:1px solid #0047ff;padding:0 8px}.DropdownButton .button span img{transition:transform .2s ease-out}.DropdownButton .menu{position:absolute;background:#eef3fd;top:80%;right:0;left:0;border-radius:8px;height:0;opacity:0;overflow:hidden;transition:all .3s ease-out;z-index:110}.DropdownButton .menu.open{height:auto;opacity:1;z-index:1000!important}.DropdownButton .menu .menu-items{padding:15px 0;margin:0}.DropdownButton .menu .menu-items li{display:flex;justify-content:center;align-items:center;padding:3px 0;text-transform:capitalize;color:var(--color-soft-blue);cursor:pointer;transition:opacity .3s ease-out;opacity:1}.DropdownButton .menu .menu-items li:hover{opacity:.7}.DropdownButton .menu .menu-items li:not(:last-child){border-bottom:2px solid var(--color-white)}.DropdownButton .menu .menu-items li img{margin-right:10px;width:22px}.DropdownButton .menu .menu-items li p.danger{color:var(--color-red)}.show-description{overflow:hidden;text-overflow:ellipsis;width:100%;margin-right:45px}.containerItemTemp{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;display:flex;flex-direction:column;position:relative}.title{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:normal;text-align:left;color:#49525f;padding:5px 5px 5px 0}.containerBody{display:flex;flex-direction:row;position:relative}.containerBody:hover .hide{visibility:visible}.containerBody:hover .previewMedia{z-index:100}.body{z-index:-1;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.42;letter-spacing:normal;text-align:left;color:#49525f}.body,.previewMedia{display:flex;flex-direction:row;width:100%}.previewMedia{z-index:100;position:absolute;bottom:0;right:0;top:0;height:85%;justify-content:flex-end;margin-top:10px}.previewMedia .hide{visibility:hidden}.previewMedia:hover .hide{visibility:visible}.previewMedia .previewMediaContainer{display:flex;height:"40px";border-radius:"10px"}.previewMedia.true .previewMediaContainer{background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.25)}.user{font-size:10px;font-weight:400;font-stretch:normal;font-style:normal;line-height:2.13;letter-spacing:normal;text-align:left;color:#8e91a4;padding-bottom:5px}.line{border-bottom:1px solid #dfe3e9;margin-bottom:10px;z-index:-5}.containerItemManage{display:flex;flex-direction:column}.clickable-template{position:absolute;cursor:pointer;width:90%;height:85%;z-index:180;bottom:15px}.more_options .more_container{width:30px;height:40px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;cursor:pointer}.more_options.true .more_container:hover{border-radius:6px;background:#dcdeef}.show_options .options_container{display:none}.show_options .options_container .item_options{color:#8e91a4;width:150px;height:40px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-radius:10px;-webkit-user-select:none}.show_options .options_container .item_options span{height:100%;cursor:pointer;width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-radius:6px}.show_options .options_container .item_options .separator{height:30px;width:1px;background:#cecece}.show_options .options_container .item_options span:hover{background:#dcdeef}.show_options.true .options_container{display:block}.titleTemp{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:normal;text-align:left;color:#49525f;padding:10px 15px;border-left:1px solid #dfe3e9;margin:5px}.detailTemplate{display:flex;flex-direction:column;padding:15px;justify-content:center}.labelItem{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;display:flex;justify-content:left;margin-bottom:10px;border:none}.detailTextArea{width:100%;border:none;resize:none}.detailTextArea:focus{outline:none!important}.containerButtonsActions{margin-top:10px;display:flex;flex-direction:row;justify-content:center}.buttonAction{margin-right:30px;background-color:#0047ff;border-radius:12px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fff;padding:15px 30px;cursor:pointer}.buttonAction:hover{box-shadow:0 0 6px #6d8fcd}.buttonCancel{margin-left:30px;background-color:#49525f;border-radius:12px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fff;padding:15px 30px;cursor:pointer}.buttonCancel:hover{box-shadow:0 0 6px #6a7079}.inputName{background-color:#fff;display:flex;border-radius:5px;border:1px solid #dfe3e9;padding:5px}.inputName,.inputName input{width:100%;justify-content:center}.inputName input{border:none}.inputName input:focus{outline:none!important}.borderText{padding:5px;background-color:#fff;border:1px solid #dfe3e9;border-radius:5px}.containerSender{display:flex;flex-direction:row;height:75px}.buttonSender{width:20%;margin-left:10px;background-color:#0047ff;border-radius:5px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:center;color:#fff;padding:5% 0;cursor:pointer}.buttonSender .svgCheck{height:2em;width:3em}.textSend{margin-top:10px}.borderTextSender{padding:5px 10px;border:1px solid #dfe3e9;height:65px;border-radius:5px;background:#eff3fd}.borderTextSender,.borderTextSender .senderContainer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.borderTextSender .senderContainer{height:40px;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);padding:6px;border-radius:5px}.borderTextSender .senderContainer .buttonContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.borderTextSender .senderContainer .buttonContainer button{width:30px;height:30px;background-color:#ebefff;color:#84898f;font-size:15px;padding:2px;font-weight:lighter}.borderTextSender .senderContainer .textArea{border-radius:5px;height:100%;width:100%;border:none;resize:none;padding:5px;font-size:15px}.borderTextSender .senderContainer .textArea:focus{outline:none!important}.sendButton{width:40px!important;height:40px!important;background:#fff;border-radius:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);margin-left:10px!important;cursor:pointer;background:#0047ff;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px;margin-top:3px}.containerSimpleSearch{display:grid;grid-template-columns:auto auto;width:100%;background:#fff;justify-content:space-between;height:60px;padding:12px;box-shadow:0 4px 2px -2px rgba(0,0,0,.16)}.containerSimpleSearch input{border:1px solid #dfe3e9!important;border-radius:5px!important;padding:5px!important}.sendButton{width:35px;font-size:17px;height:35px;margin-left:10px}input{height:35px!important;width:100%!important}.titleSS{font-size:25px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:normal;text-align:left;color:#49525f;width:50%;padding:15px 0}.componentSearch{width:50%}.componentSearch,.componentSearch:hover .borderSearch{display:flex;flex-direction:row;justify-content:flex-end}.componentSearch:hover .borderSearch{background-color:#fff;border:1px solid #dfe3e9;border-radius:5px;padding:10px 5px;max-height:40px}.componentSearch:hover .borderSearch .img{width:50%;height:100%}.componentSearch:hover .hideSimpleSearch{justify-content:center;display:flex}.componentSearch:hover .hideSimpleSearch input{border:none}.borderSearch img{width:50%;height:100%}.hideSimpleSearch{display:none;background-color:#fff;margin-left:10px}.componentAdd{display:flex;justify-content:center;cursor:pointer}.buttonContainer{height:100%;margin-left:5px}.buttonContainer button{background-color:#01bb69;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%;font-size:22px;padding:2px;font-weight:lighter}.buttonContainer button .buttonLabel{padding:0 5px;font-size:17px}.containerItems{display:flex;flex-direction:column;overflow:auto;height:100%;padding:10px}.containerSenderTemplate{display:flex;flex-direction:column;height:calc(100% - 50px)}.cronosContainer{width:-webkit-max-content;width:max-content;line-height:1.15}.cronosContainer .cronosComponent{display:flex;flex-direction:column;align-items:flex-end;font-size:18px}.cronosContainer .cronosComponent .timeLeftLabel{font-size:13px}.cronosContainer .greenTimer{color:#31ad63}.cronosContainer .yellowTimer{color:#e4c381}.cronosContainer .redTimer{color:#fb787a;text-shadow:0 0 0 #e93a3d}.uploadimage-container{width:100%;height:100%;padding:10px;background-color:#fff;box-sizing:border-box;display:grid;grid-template-rows:50px auto 80px;align-items:flex-start}.uploadimage-container .ui-header{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center}.uploadimage-container .ui-header .ui-back-icon{float:left;width:35px;height:35px;background:url(/v5/static/media/ui-close.svg) no-repeat 50%;cursor:pointer}.uploadimage-container .ui-image-box{height:100%;width:100%;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:2px;border:2px dashed #eee;background-color:#fafafa;color:#bdbdbd;outline:none;-webkit-user-select:none;user-select:none;transition:border .24s ease-in-out 0s;overflow:hidden}.uploadimage-container .ui-image-box .ui-current-image{height:auto;max-height:450px;width:100%;height:100%;object-fit:contain}.uploadimage-container .ui-carousel-footer{width:100%;height:75px;margin:10px 0;display:grid;grid-template-columns:auto 80px;align-items:center;box-sizing:border-box}.uploadimage-container .ui-carousel-footer .ui-image-carousel{box-sizing:border-box;flex:1 1 auto;flex-direction:row;align-items:flex-start;display:flex;min-height:0;min-width:0;justify-content:center}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion{flex:0 1 auto;min-width:0;overflow:hidden;overflow-x:auto;white-space:nowrap}@media only screen and (max-width:600px){.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion{max-width:225px}}@media only screen and (min-width:768px){.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion{max-width:250px}}@media only screen and (min-width:992px){.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion{max-width:350px}}@media only screen and (min-width:1200px){.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion{max-width:550px}}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion .ui-name-tag{display:none}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion::-webkit-scrollbar{width:6px!important;height:6px!important}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion::-webkit-scrollbar-thumb{background-color:#a9a9a9}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-accordion::-webkit-scrollbar-track{background:#fff}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item{width:60px;height:60px;position:relative;z-index:1;box-sizing:border-box;display:inline-block;overflow:hidden;vertical-align:middle;margin:5px 10px;border:1px solid #d1d7db;border-radius:5px}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item .ui-image-tag{width:100%;height:100%;object-fit:contain}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item .ui-file-tag{width:90%;height:90%;object-fit:contain}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item .ui-name-tag{font-weight:700}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item.active{border:3px solid #00a884}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item .close-span{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:linear-gradient(10deg,rgba(0,0,0,.053659),rgba(0,0,0,.678309));cursor:pointer;display:none}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item .ui-delete-image{opacity:1;width:20px;height:20px;position:absolute;z-index:100;background:url(/v5/static/media/ui-close-white.svg) no-repeat 50%;cursor:pointer;top:0;right:0;margin:5px 5px 0 0;display:none}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item:hover .close-span,.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-item:hover .ui-delete-image{display:block}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-add{float:left;min-width:55px;min-height:55px;border-radius:5px;margin:8px 5px;border:1px solid #d1d7db;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer}.uploadimage-container .ui-carousel-footer .ui-image-carousel .ui-image-add .ui-add-icon{float:left;width:50px;height:50px;background:url(/v5/static/media/ui-add-item.svg) no-repeat 50%}.uploadimage-container .ui-carousel-footer .ui-button-send{float:left;width:60px;height:60px;min-height:60px;min-width:60px;margin-left:10px;border-radius:5px;background:#03ba68 url(/v5/static/media/ui-send.svg) no-repeat 50%}.uploadimage-container .ui-carousel-footer .ui-button-send:disabled{opacity:.5}.ListButton{background-color:var(--color-soft-blue);font-family:var(--font-sans);font-weight:700;color:#fff;padding:10px 30px;border-radius:8px;cursor:pointer;align-self:stretch;display:flex;align-items:center;transition:background-color .2s ease-out}.ListButton:hover{background-color:var(--color-soft-blue-dark-1)}.ListButton:active{background-color:var(--color-soft-blue-dark-2)}@media (max-width:500px){.ListButton{width:-webkit-min-content;width:min-content}}.ListHeader{display:flex;align-items:center;padding:14px 0}.ListHeader .label{margin-right:auto;font-family:var(--font-sans);font-weight:700;-webkit-user-select:none;user-select:none;font-size:18px;padding-right:20px}.SearchInput{border-radius:8px;border:1px solid var(--color-grey);padding:10px 13px;display:flex;align-items:center;align-self:stretch}.SearchInput,.SearchInput img{margin-right:10px}.SearchInput input{border:none;font-family:var(--font-sans);padding:5px;outline:none;position:relative;width:100%;transition:width .2s ease-out}.SearchInput input::placeholder{color:var(--color-grey)}@media (min-width:500px){.SearchInput input{width:200px}.SearchInput input:focus{width:400px}}.CampaingSelectionType1{border-radius:8px;max-width:450px;font-family:var(--font-sans);cursor:pointer;padding:10px;transition:background-color .2s ease-out;border:2px solid var(--color-lightgrey)}.CampaingSelectionType1 span{width:127px;height:9px;font-size:8px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:left;color:#90949c}.CampaingSelectionType1.active{border:2px solid var(--color-soft-blue)}.CampaingSelectionType1 .header_1 h3{width:113px;height:16px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#434343}.CampaingSelectionType1 .content_1{display:flex}.CampaingSelectionType1 .content_1 .element{width:40px;height:40px;border-radius:5px;border:1px solid #dfe3e9;margin-right:10px}.CampaingSelectionType1 .content_1 .element .elementSpan{display:flex}.CampaingSelectionType1 .content_1 .element .elementSpan span{text-align:center;margin-top:8px}.CampaingSelectionType1 .content_1 .element img{width:20px;height:20px;margin-left:9px;margin-top:10px}.CampaingSelectionType1 .footer_1{padding:6px;display:flex;flex-direction:row-reverse}.CampaingSelectionType1 .footer_1 .share{display:flex;width:82px;height:25px;border-radius:5px;border:2px solid var(--color-soft-blue)}.CampaingSelectionType1 .footer_1 .share h3{font-size:10px;line-height:2;margin-left:auto;letter-spacing:normal;text-align:left;color:var(--color-soft-blue)}.CampaingSelectionType1 .footer_1 .share img{margin:0 auto}.CampaingSelectionType2{border-radius:8px;max-width:450px;font-family:var(--font-sans);cursor:pointer;transition:background-color .2s ease-out;border:1px solid var(--color-lightgrey)}.CampaingSelectionType2 span{width:127px;height:9px;font-size:8px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:left;color:#90949c}.CampaingSelectionType2.active{border:1px solid var(--color-soft-blue)}.CampaingSelectionType2.active .header{background-color:var(--color-soft-blue-light-1)}.CampaingSelectionType2.active .header h3{color:var(--color-soft-blue)}.CampaingSelectionType2 .header{background-color:var(--color-lightgrey);padding:10px;border-top-right-radius:8px;border-top-left-radius:8px}.CampaingSelectionType2 .header h3{width:113px;height:16px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#434343}.CampaingSelectionType2 .content{display:flex;padding:10px}.CampaingSelectionType2 .content .tableContainer{padding-right:10px;padding-bottom:10px}.CampaingSelectionType2 .content .tableContainer table{width:325px;height:56px;padding:6px}.CampaingSelectionType2 .content .tableContainer table tr{line-height:2;font-size:9px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:var(--color-grey);border-bottom:1px solid var(--color-lightgrey)}.CampaingSelectionType2 .content .tableContainer table tr td{padding:1px}.CampaingSelectionType2 .content .tableContainer table tr .icon{width:25px}.CampaingSelectionType2 .content .tableContainer table tr img{width:10px;height:10px}.CampaingSelectionType2 .content .campaingIcons{width:325px;height:56px;display:flex}.CampaingSelectionType2 .content .campaingIcons .element{width:40px;height:40px;border-radius:5px;border:1px solid #dfe3e9;margin-right:10px}.CampaingSelectionType2 .content .campaingIcons .element .elementSpan{display:flex}.CampaingSelectionType2 .content .campaingIcons .element .elementSpan span{text-align:center;margin-top:8px}.CampaingSelectionType2 .content .campaingIcons .element img{width:20px;height:20px;margin-left:9px;margin-top:10px}.CampaingSelectionType2 .content .share{width:100px;height:56px;border:1px solid #e8f0fe;border-radius:8px}.CampaingSelectionType2 .content .share .imgContainer{display:flex;margin-top:16px}.CampaingSelectionType2 .content .share .imgContainer img{margin:auto}.CampaingSelectionType2 .content .share .shareText{display:flex}.CampaingSelectionType2 .content .share .shareText h3{font-size:10px;line-height:2;margin:auto;letter-spacing:normal;text-align:left;color:var(--color-soft-blue)}.CampaingSelectionType2 .content .share:hover{border:1px solid var(--color-soft-blue)}.CampaingSelectionType4{font-family:var(--font-sans);cursor:pointer;transition:background-color .2s ease-out;border:2px solid var(--color-lightgrey);width:425px;height:-webkit-min-content;height:min-content;border-radius:8px}.CampaingSelectionType4 .createdBy{width:127px;height:9px;font-size:8px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.13;letter-spacing:normal;text-align:left;color:var(--color-grey)}.CampaingSelectionType4 .header{padding:5px;border-top-right-radius:8px;border-top-left-radius:8px;border-bottom:1px solid var(--color-lightgrey)}.CampaingSelectionType4 .header h3{width:115px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#434343}.CampaingSelectionType4 .content .tableContainer table{width:-webkit-fill-available;height:auto}.CampaingSelectionType4 .content .tableContainer table tr{line-height:2;font-size:10px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:var(--color-grey);border-bottom:1px solid var(--color-lightgrey)}.CampaingSelectionType4 .content .tableContainer table tr td{padding:6px}.CampaingSelectionType4 .content .tableContainer table tr .icon{width:25px}.CampaingSelectionType4 .content .tableContainer table tr img{width:10px;height:10px}.CampaingSelectionType4 .content .tableContainer table tr .borderName{color:#49525f}.CampaingSelectionType4 .content .tableContainer table tr .borderName div,.CampaingSelectionType4 .content .tableContainer table tr .borderSend div{border-right:1px solid var(--color-lightgrey)}.CampaingSelectionType4 .content .tableContainer table tr .buttonContainer{display:flex;flex-direction:row-reverse}.CampaingSelectionType4 .content .tableContainer table tr .buttonStyle{width:50px;height:17px;border-radius:3px;border:1px solid var(--color-lightgrey);text-align:center}.CampaingSelectionType4 .content .tableContainer table tr:last-child{border-bottom:none}.BigButton{display:flex;background-color:#fff;border:none;cursor:pointer;padding:10px;border-radius:5px;width:300px;height:75px;align-items:center;text-align:center;font-size:16px;color:var(--color-grey);margin:auto;font-weight:700}.BigButton img{padding:12px}.BigButton .label{margin:auto}.simple{height:80px;border-radius:5px;cursor:pointer}.simple.large{width:165px}.simple.medium{width:140px}.simple .dot{display:flex;justify-content:flex-end;padding:4px;cursor:pointer}.simple .label{font-size:14px;font-weight:400;color:#49525f}.simple .item,.simple .label{margin:auto;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center}.simple .item{padding:4px;font-size:22px;font-weight:700;color:var(--color-soft-blue)}.ReportStats{width:336px;height:-webkit-min-content;height:min-content;border-radius:5px}.ReportStats .header{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;text-align:left;color:#49525f;margin-left:12px}.ReportStats .content .container{padding:8px}.ReportStats .content .container .channel{display:flex;padding:6px;margin:10px 0}.ReportStats .content .container .channel img{height:25px;max-width:20px;margin:auto 10px auto auto}.ReportStats .content .container .channel .total{width:335px;height:25px;border-radius:4px;position:relative}.ReportStats .content .container .channel .total.sms{border:1px solid var(--color-sms);background-color:var(--color-white)}.ReportStats .content .container .channel .total.whatsapp{border:1px solid var(--color-whatsapp);background-color:var(--color-white)}.ReportStats .content .container .channel .total.facebook{border:1px solid var(--color-soft-blue);background-color:var(--color-white)}.ReportStats .content .container .channel .total.email{border:1px solid var(--color-email);background-color:var(--color-white)}.ReportStats .content .container .channel .total.instagram{border:1px solid #d6499e;background-color:var(--color-white)}.ReportStats .content .container .channel .total.webchat{border:1px solid #8048c7;background-color:var(--color-white)}.ReportStats .content .container .channel .total.rcs{background-color:var(--color-rcs)}.ReportStats .content .container .channel .total .porcentage{border-radius:2px;height:100%;min-height:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ReportStats .content .container .channel .total .porcentage.sms{background-color:var(--color-sms)}.ReportStats .content .container .channel .total .porcentage.whatsapp{background-color:var(--color-whatsapp)}.ReportStats .content .container .channel .total .porcentage.facebook{background-color:var(--color-soft-blue)}.ReportStats .content .container .channel .total .porcentage.instagram{background:linear-gradient(90deg,#3845d1,#d6499e,#ee772f,#f7c55c)}.ReportStats .content .container .channel .total .porcentage.webchat{background:#8048c7}.ReportStats .content .container .channel .total .porcentage.email{background-color:var(--color-email)}.ReportStats .content .container .channel .total .porcentage.rcs{background-color:var(--color-rcs)}.ReportStats .content .container .channel .total .porcentage .text{position:absolute!important;top:50%;right:5px;transform:translateY(-50%);color:#606060;font-size:13px;font-weight:700}.ReportStats .content .container .channel .total .porcentage .text.special{color:var(--color-grey);width:-webkit-max-content;width:max-content}.ReportStats .content .container .channel .total .porcentage .text:after{color:#0ff;mix-blend-mode:difference}.ReportStats .content .container .channel .total .count{font-size:10px;color:#888;margin:3px 0;text-align:end}.Collapse{-webkit-user-select:none;user-select:none;font-size:12px}.Collapse .container-title{cursor:pointer;display:grid;grid-template-columns:45% 45% 10%;grid-gap:10px}.Collapse .container-title p{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;height:39px;padding:10px}.Collapse .container-title .title{display:flex}.Collapse .container-title .subLabel{display:grid;grid-template-columns:auto auto auto auto;align-items:center;grid-gap:10px;gap:10px}.Collapse .container-title .subTitle{font-weight:400;margin-left:4px}.Collapse .container-title .left_icon{padding:9px 0 0}.Collapse .container-title .right_icon{transition:transform .1s ease-out;transform:rotate(180deg);z-index:-1;margin:15px 6px 0}.Collapse .container-title .right_icon.open{transform:rotate(0deg)}.Collapse .container-filters{color:var(--color-grey);opacity:0;height:0;overflow:hidden;transition:all .3s ease-out}.Collapse .container-filters.open{opacity:1}.Collapse .container-filters.open,.Collapse .container-filters ul{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Collapse .container-filters ul{margin:1px 0;overflow-y:auto}.Collapse .container-filters li{display:flex;align-items:center}.Collapse .container-filters li:not(:last-child){margin-bottom:7px}.Collapse .container-filters li input{-webkit-appearance:none;appearance:none;width:21px;height:21px;background:transparent;position:relative;border:2px solid var(--color-grey);border-radius:2px;margin-right:10px;cursor:pointer;transition:border .3s ease-out;outline:none;flex-shrink:0}.Collapse .container-filters li input:checked,.Collapse .container-filters li input:hover{border:2px solid var(--color-soft-blue)}.Collapse .container-filters li input:checked:after,.Collapse .container-filters li input:checked:before{opacity:1}.Collapse .container-filters li input:after,.Collapse .container-filters li input:before{content:"";position:absolute;opacity:0;background-color:var(--color-soft-blue);transform:rotate(45deg);transition:opacity .2s ease-out}.Collapse .container-filters li input:after{width:5px;height:2px;left:2px;top:9px}.Collapse .container-filters li input:before{width:2px;height:11px;left:9px;top:3px}.Collapse .container-filters li label{margin-right:6px;cursor:pointer;width:-webkit-max-content;width:max-content;overflow:hidden}.Collapse .container-filters li span{font-size:12px;color:var(--color-lightgrey)}.Collapse .reset{font-weight:700;font-size:14px;color:var(--color-soft-blue);cursor:pointer;transition:color .3s ease-out}.Collapse .reset>div:not(:last-child){margin-bottom:20px}.Collapse .reset:hover{color:var(--color-black)}.table-container,.table-content,.table-header{width:100%;height:100%}.table-container{display:grid;grid-template-rows:8% 92%}.table-container .table-header{-webkit-user-select:none;user-select:none;background:#e8f0fe;border-top-left-radius:5px;border-top-right-radius:5px;padding:5px 15px;display:flex;align-items:center;justify-content:space-between}.table-container .table-header h1{font-size:14px;color:#606060;font-weight:700;display:flex;align-items:center}.table-container .table-header .arrow{margin-left:5px;cursor:pointer;transform:rotate(0deg);transform-origin:50% 50%;transition:all .3s ease}.table-container .table-header .true{transform:rotate(180deg);transform-origin:50% 50%;transition:all .3s ease}.table-container .table-header .false{display:none}.table-container .table-content{overflow-y:auto;overflow-x:hidden;background:#fff}.table-container .table-content .no-data{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#606060;font-size:20px;-webkit-user-select:none;user-select:none}.table-container .table-content .table-item{border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;width:100%;height:auto;padding:5px 15px;color:#606060;-webkit-user-select:text;user-select:text}.table-container .table-content .table-item .table-value{-webkit-user-select:text;user-select:text;max-height:145px;overflow-y:auto;overflow-x:hidden}.table-container .table-content .table-item:hover{background:#e8f0fe;color:#0047ff}.table-container .see-more{text-align:center;color:#0047ff;width:100%;background-color:#e3ebfa;border:1px solid #0047ff;border-radius:5px;cursor:pointer;height:25px}.table-container .see-more .icon-more{width:20px}.table-container .no-see-more{display:none}.checkbox{-webkit-appearance:auto!important;appearance:auto!important;height:20px!important;width:100%}.spinner-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.spinner{display:inline-block;position:relative;width:80px;height:80px}.spinner div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#e8f0fe}.spinner div:first-child{animation-delay:-.45s}.spinner div:nth-child(2){animation-delay:-.3s}.spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-component{z-index:1;padding:0 4px}.download-component .download-button{background:none;border:none;cursor:pointer;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.download-component .download-button .download-icon{vertical-align:middle}.download-component .download-button strong{color:#434343;font-size:12px;font-weight:lighter;padding:0 4px}.download-component .download-options{position:absolute;top:25%;left:-250px;background-color:var(--primary-background-components);border:1px solid var(--limit-border-color);box-shadow:var(--default-box-shadow);border-radius:var(--border-radius-components);list-style:none;padding:0;margin:5px 0;width:250px;z-index:2}.download-component .download-options .download-option{display:block;padding:5px 10px;text-decoration:none;color:var(--secondary-text-components);cursor:pointer;white-space:nowrap;font-size:12px;border-bottom:1px solid var(--limit-border-color)}.download-component .download-options .download-option:hover{background-color:var(--primary-hover-background-components);color:var(--primary-text-components)}.download-component .download-options a{display:block!important;padding:5px 10px!important;text-decoration:none!important;color:var(--secondary-text-components)!important;cursor:pointer!important;white-space:nowrap!important;font-size:12px!important;background-color:var(--primary-background-components)!important;background:var(--primary-background-components)!important;border-bottom:1px solid var(--limit-border-color)}.download-component .download-options a:hover{background-color:var(--primary-hover-background-components)!important;color:var(--primary-text-components)!important}.informationCard{width:210px;height:100px;border-radius:5px;border:1px solid #dadce0;cursor:pointer}.informationCard .cardHeader{height:40px;width:100%;padding:8px}.informationCard .cardHeader .titleHeader{font-size:15px;font-weight:700;text-align:center;color:#434343}.informationCard .cardItems{height:60px;width:100%;display:flex;justify-content:space-evenly;padding:4px}.informationCard .cardItems .item{padding:2px;font-size:11px;text-align:center;color:var(--color-soft-blue)}.informationCard .cardItems .item .objectItem{font-size:20px;font-weight:700;color:var(--color-soft-blue)}.history-card-container{cursor:pointer;background:#fff;border-bottom:1px solid rgba(229,231,235,.6);border-top-left-radius:5px;border-top-right-radius:5px;padding:5px 10px;display:flex;grid-gap:10px;gap:10px}.history-card-container .history-card{height:80px;width:100%;-webkit-user-select:none;user-select:none;display:grid;grid-template-rows:45px 23px;grid-gap:5px}.history-card-container .history-card .history-conversation{border-top-left-radius:5px;border-top-right-radius:5px;display:grid;grid-template-columns:50px calc(100% - 50px)}.history-card-container .history-card .history-conversation .history-channel{display:flex;align-items:center;justify-content:center}.history-card-container .history-card .history-conversation .history-chat{display:grid;grid-template-rows:30px 20px;padding-right:5px;width:100%}.history-card-container .history-card .history-conversation .history-chat .history-header{display:flex;align-items:center;justify-content:space-between;padding:5px 5px 5px 0}.history-card-container .history-card .history-conversation .history-chat .history-header .history-user{color:var(--secondary-text-components);font-weight:700;font-size:14px;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-card-container .history-card .history-conversation .history-chat .history-header .history-status{font-size:9.5px}.history-card-container .history-card .history-conversation .history-chat .history-header .history-status .conversation-status{text-transform:uppercase;color:#51c172}.history-card-container .history-card .history-conversation .history-chat .history-header .history-status .conversation-status p{font-size:var(--small-word-font-size-components);font-weight:var(--small-word-font-weight-components)}.history-card-container .history-card .history-conversation .history-chat .history-header .history-status .OPEN{color:#01bb69}.history-card-container .history-card .history-conversation .history-chat .history-header .history-status .FINISHED{color:#d54b3d}.history-card-container .history-card .history-conversation .history-chat .history-content{color:#8e91a4;font-size:10px;display:flex;width:100%;justify-content:space-between}.history-card-container .history-card .history-conversation .history-chat .history-content .history-message{padding-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:240px}.history-card-container .history-card .history-details{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:space-between;height:23px;align-items:center}.history-card-container .history-card .history-details .comments-container,.history-card-container .history-card .history-details .history-agent{display:flex;align-items:center;height:100%}.history-card-container .history-card .history-details .history-agent{font-size:9.5px}.history-card-container .history-card .history-details .history-agent .unassigned{color:#7b8ba1;padding-left:5px}.history-card-container .history-card .history-details .history-agent .agent-name{border-left:2px solid #5087ec;padding-left:3px;color:#5087ec;font-weight:700;max-width:95px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-card-container .history-card .history-details .history-tags .comments-container{padding-right:10px}.history-card-container .history-card .history-details .history-tags .comments-container .comments{font-size:10px;margin:0 2px;background:#eaa150;color:#fff;border-radius:2px;padding:1px 5px}.history-card-container .history-card .history-details .history-tags .comments-container .comments p{max-width:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-card-container .history-buttons{display:flex;align-items:center;justify-content:center}.arrow-icon{display:inline-flex;align-items:center;justify-content:center;color:#8e91a4}.arrow-icon .arrow-svg{width:100%;height:100%}.arrow-icon--small{width:16px;height:16px}.arrow-icon--medium{width:24px;height:24px}.arrow-icon--large{width:32px;height:32px}.arrow-icon--forward{transform:rotate(0deg)}.arrow-icon--back{transform:rotate(180deg)}.holderContainer{z-index:10000;width:100%;height:100%;background:rgba(81,135,236,.9);margin:auto;padding:5% 10%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;border-radius:10px}.holderContainer h1{margin-top:5px;margin-bottom:0;color:#606060;font-weight:400}.holderContainer p{color:#606060;font-weight:700}.holderContainer .holderTitle{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.holderContainer .holderCard{width:100%;background:#fff;margin:20px;border-radius:5px;padding:15px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 2px 4px 0 #888}.holderContainer .holderCard p{white-space:break-spaces;text-align:initial}.holderContainer .holderCard .holderCard_Icon .icon{height:25px;margin:10px 0}.holderContainer .holderCard .info_text{color:#8e91a4;display:flex;justify-content:center;align-items:center}.holderContainer .holderCard .info_text .info_text_title{margin:0 10px}.holderContainer .holderCard .info_text .info_text_data{font-weight:700}.holderContainer .holderFooter{margin:5px 0;font-weight:300;color:#fff}.holderContainer .holderFooter .holderMessage{font-size:.8rem}.holderContainer .holderFooter .holderConfirmation{margin:10px 0;display:flex;justify-content:center}.holderContainer .holderFooter .holderConfirmation .buttonHolderContainer{padding:5px;width:45%}.holderContainer .holderFooter .holderConfirmation .buttonHolderContainer .confirmationButton{padding:7px;background:#fff;color:#01bb69;border:1px solid #fff}.holderContainer .holderFooter .holderConfirmation .buttonHolderContainer .cancelationButton{padding:7px;background:none;border:1px solid #fff;font-weight:300}button{width:100%}.menu-card{background:#fff;border-radius:5px;width:100%;border:1px solid #ddd}.menu-card .menu-card-title{display:flex;justify-content:space-between;border-bottom:1px solid #d3d4dc;padding:5px 10px;font-weight:700}.menu-card .menu-card-title .menu-card-option-button{cursor:pointer;color:#5087ec;font-weight:400}.menu-card .menu-card-items{padding:5px 10px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.menu-card .menu-card-items .menu-card-item{display:flex}.menu-card .menu-card-items .menu-card-item .item-title{display:flow;width:45%;font-weight:700}.menu-card .menu-card-items .menu-card-item .item-value{overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;width:170px;-webkit-box-orient:vertical;display:block}.header-button .headerButton-container{-webkit-user-select:none;width:100%;height:50px;background:transparent;display:grid;grid-template-columns:10% 90%;grid-template-rows:100%;position:relative}.header-button .headerButton-container button{height:50px;border:none}.header-button .headerButton-container .column-separator{background:#fff;width:1px;margin:10px 0}.header-button .headerButton-container .backButton{background:transparent;border-radius:0}.header-button .headerButton-container .backButton:focus{outline:none}.header-button .headerButton-container .order-header{display:flex;align-items:center;flex-wrap:wrap;width:100%!important;justify-content:space-between;align-items:center!important;height:100%!important;pointer-events:none}.header-button .headerButton-container .order-header .order-status-container{display:flex;align-items:center;justify-content:flex-end}.header-button .headerButton-container .order-header .order-status-container .order-status{padding:2px 5px;width:auto;border-radius:5px;border:1px solid #000;display:flex;justify-content:center;align-items:center}.header-button .headerButton-container .order-header .order-status-container .order-status h3{font-size:12px;margin-left:5px;color:#000}.header-button .headerButton-container .order-header .order-status-container .NEEDS_APPROVAL{border:1px solid #ff0096}.header-button .headerButton-container .order-header .order-status-container .NEEDS_APPROVAL h3{color:#ff0096}.header-button .headerButton-container .order-header .order-status-container .REJECTED{border:1px solid #d54b3d}.header-button .headerButton-container .order-header .order-status-container .REJECTED h3{color:#d54b3d}.header-button .headerButton-container .order-header .order-status-container .EXPIRED{border:1px solid #c92efd}.header-button .headerButton-container .order-header .order-status-container .EXPIRED h3{color:#c92efd}.header-button .headerButton-container .order-header .order-status-container .VOID{border:1px solid #8e91a4}.header-button .headerButton-container .order-header .order-status-container .VOID h3{color:#8e91a4}.header-button .headerButton-container .order-header .order-status-container .PAID{border:1px solid #31ad63}.header-button .headerButton-container .order-header .order-status-container .PAID h3{color:#31ad63}.header-button .headerButton-container .order-header .order-status-container .PENDING{border:1px solid #f59f3c}.header-button .headerButton-container .order-header .order-status-container .PENDING h3{color:#f59f3c}.header-button .headerButton-container .order-header .order-status-container .REVERSED{border:1px solid #f1c604}.header-button .headerButton-container .order-header .order-status-container .REVERSED h3{color:#f1c604}.header-button .headerButton-container .order-header .order-status-container .DRAFT{border:1px solid #0047ff}.header-button .headerButton-container .order-header .order-status-container .DRAFT h3{color:#0047ff}.header-button .headerButton-container .order-header .order-status-container .PRODUCTS{border:1px solid #28313a}.header-button .headerButton-container .order-header .order-status-container .PRODUCTS h3{color:#28313a}.header-button .headerButton-container .order-header h1{font-weight:600;font-size:1rem;color:#49525f}.header-button .headerButton-container .order-header .info-button{width:20px;height:20px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px;cursor:pointer}.header-button .headerButton-container .headerInfo{font-size:15px;padding:10px 10px 0;color:#fff;display:flex;justify-content:space-between}.header-button .headerButton-container .cardMoreContainer{padding:0 7px}.header-button .headerButton-container .cardMoreContainer .cardMore{width:100%;height:25px;display:flex;font-size:7px;justify-content:space-between}.header-button .headerButton-container .cardMoreContainer .cardMore .messageStatus{width:auto;border-radius:3px;font-size:11px;background-color:var(--color-soft-blue);color:var(--color-white);margin:5px 2px auto;padding:5px 3px}.header-button .headerButton-container .cardMoreContainer .cardMore .messageStatus p{padding:1px 3px}.header-button .headerButton-container .cardMoreContainer .cardMore .messageStatus.open{background-color:#75b74d}.header-button .headerButton-container .cardMoreContainer .cardMore .messageStatus.closed{background-color:#d54b3d}.header-button .headerButton-container .cardMoreContainer .cardMore .messageStatus.finished{background-color:#0047ff}.header-button .headerButton-container .cardMoreContainer .cardMore .commentsContainer{width:auto;display:flex;justify-content:flex-end}.header-button .headerButton-container .cardMoreContainer .cardMore .commentsContainer .comments{border-radius:3px;font-size:11px;background-color:#f59f3c;margin:auto 4px;color:var(--color-white)}.header-button .headerButton-container .cardMoreContainer .cardMore .commentsContainer .comments p{padding:1px 5px}.cardContainer{-webkit-user-select:none;user-select:none;width:100%;height:80px;display:flex;align-items:center;margin:8px 0;padding:10px;justify-content:space-between;border-radius:5px}.cardContainer .button,.cardContainer .button:hover,.cardContainer.open{background-color:#0047ff;color:#fff;border-radius:5px}.cardContainer .cardButton{color:#fff;font-weight:700;font-size:14px;width:160px;padding:10px;border-radius:5px}.cardContainer .cardButton:hover{background:#85adf2!important}.cardContainer button:focus{outline:none!important}.cardContainer .disconnected{display:flex;margin-right:15px;align-items:center}.cardContainer .disconnected .disconnected-label{text-align:center;color:#8e91a4;font-size:12px}.cardContainer .channel{display:flex;align-items:center}.cardContainer .channel .channelLabel{margin-left:10px;font-size:16px;font-weight:700}.cardContainer .channel .channelLabel .channelNumber{color:#979797;font-weight:lighter}.cardContainer .channel .channelLabel .description{font-size:12px;color:#82878d;font-weight:400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cardContainer .channel .iconContainer{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:5px}.dividerContainer{-webkit-user-select:none;user-select:none;display:flex;height:20px;align-items:center}.dividerContainer .dividerLabel{font-size:10px;margin:0 5px}.dividerContainer .dividerLine{margin-top:2px;width:100%}.wrapperContainer{width:100%;border:1px solid #cee3ff;border-radius:5px;-webkit-user-select:none;user-select:none}.wrapperContainer .wrapperHeader{height:40px;background:#cee3ff;display:flex;justify-content:space-between;align-items:center;padding:5px}.wrapperContainer .wrapperHeader h1{font-size:15px!important;font-weight:700!important;margin-left:5px!important}.wrapperContainer .wrapperHeader button:focus{outline:none!important}.wrapperContainer .wrapperHeader .options{display:flex;align-items:center}.wrapperContainer .wrapperHeader .options a{width:30px;height:32px;background:none;border-radius:5px;display:flex;align-items:center;justify-content:center;padding:0;border:none}.wrapperContainer .wrapperHeader .options a:hover{border:2px solid #b3cff2!important}.wrapperContainer .wrapperHeader .buttonContainer{padding:0 5px}.wrapperContainer .wrapperHeader .buttonContainer button{width:100%!important;background:none!important;color:#0047ff!important;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:400!important}.wrapperContainer .wrapperHeader .buttonContainer .arrowIcon{width:15px;margin:5px;transition:transform .4s ease-in-out}.wrapperContainer .wrapperHeader .buttonContainer .true{transform:rotate(180deg);margin-left:5px}.wrapperContainer .wrapperContent{padding:5px;min-height:320px;display:flex;justify-content:center;align-items:center}.wrapperContainer .wrapperContent .filtersContainer{width:100%;height:100%;padding:5px}.wrapperContainer .wrapperContent .filtersContainer .buttonFiltersContainer{width:100%;height:100%;padding:5px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.wrapperContainer .wrapperContent .filtersContainer .buttonFiltersContainer .buttonFilter{width:200px;height:40px;border:1px solid #cee3ff;color:#1c1c1b;background:none;margin:10px}.wrapperContainer .wrapperContent .filtersContainer .buttonFiltersContainer :hover{box-shadow:0 5px 5px -5px rgba(0,0,0,.37)}.errorMessageStatus{background-color:#d54b3d!important;background:#d54b3d!important;color:#fff!important;transition:background-color .5s ease}.Card{-webkit-user-select:none;width:auto;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background-color:#fff;padding:10px;border-bottom:1px solid #d3d4dc}.Card .cardHeader{width:100%;display:flex;justify-content:space-between;height:auto;padding:2px}.Card .cardHeader .headerText{width:75%;display:flex;align-items:center}.Card .cardHeader .headerText .icon{margin:auto 4px}.Card .cardHeader .headerText .text{font-size:11px;color:#49525f}.Card .cardHeader .headerDate{width:25%;display:flex;justify-content:flex-end}.Card .cardHeader .headerDate .date{margin:auto 4px;font-size:10px;color:#49525f;font-weight:700}.Card .cardContent{width:auto;font-size:12px;color:#8e91a4}.Card .cardContent .fullMessage{text-align:right;font-size:10px}.Card .cardContent .message{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:2px;transition:background-color .5s ease}.Card .cardMore{width:100%;padding-bottom:3px;display:flex;font-size:7px;flex-wrap:wrap;justify-content:space-between}.Card .cardMore .messageStatus{width:auto;border-radius:3px;font-size:11px;background-color:var(--color-soft-blue);margin:auto 2px;color:var(--color-white)}.Card .cardMore .messageStatus p{padding:1px 3px}.Card .cardMore .messageStatusError{cursor:pointer}.Card .cardMore .messageStatus.open{background-color:#75b74d}.Card .cardMore .messageStatus.closed{background-color:#d54b3d}.Card .cardMore .messageStatus.finished{background-color:#0047ff}.Card .cardMore .commentsContainer{width:auto;display:flex;justify-content:flex-end}.Card .cardMore .commentsContainer .comments{border-radius:3px;font-size:11px;background-color:#f59f3c;margin:auto 4px;color:var(--color-white)}.Card .cardMore .commentsContainer .comments p{padding:1px 5px}.container-input{width:100%;margin-top:18px}.container-input .input{border:1px solid var(--tertiary-background-components)!important;border-radius:var(--border-radius-components);padding:22px;font-size:16px;flex-basis:calc(50% - 10px)}.container-checkbox{width:100%}.container-checkbox .custom-checkbox input{border:1px solid var(--tertiary-background-components);justify-content:left;border-radius:var(--border-radius-components)}.text-area-container{width:100%;margin-top:18px;display:flex}.text-area-container .text-area-label{margin-right:15px}.text-area-container .text-area-custom{border:1px solid var(--tertiary-background-components);border-radius:var(--border-radius-components);padding:5px 16px;outline:none}.search-input{width:100%;height:100%;border:1px solid #ced4da;display:grid;border-radius:.25rem;-webkit-user-select:none;user-select:none;align-items:center;grid-template-columns:auto 32px 5px 32px;padding-left:5px;background:#fff;color:#495057;font-size:14px}.search-input img{margin:0 10px;cursor:pointer;transition:opacity .5s ease}.search-input img.hidden{opacity:0}.search-input input{border:none!important}.search-input input:focus{outline:none}.search-input .search-divider{color:#ddd;font-size:20px}.link-holder{width:100%;height:35px;display:grid;grid-template-columns:10% 80% 10%;border-radius:5px;border:1px solid #ddd;background:#ddd}.link-holder .clip-icon,.link-holder .link-container,.link-holder .link-icon{display:flex;align-items:center}.link-holder .link-icon{background:#ddd;justify-content:center;border-top-left-radius:5px;border-bottom-left-radius:5px;-webkit-user-select:none;user-select:none}.link-holder .link-container{-webkit-user-select:text;user-select:text;color:#0047ff;background:#fff;justify-content:flex-start;padding:5px}.link-holder .link-container p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.link-holder .clip-icon{cursor:pointer;background:#fff;justify-content:center;border-top-right-radius:5px;border-bottom-right-radius:5px;-webkit-user-select:none;user-select:none}.link-holder .clip-icon:hover{background:#e9e7e7}.absolute-confirmation-container{top:50%;left:50%;transform:translate(-50%,-50%)}.absolute-confirmation-container .confirmation{align-self:center}.confirmation-mobile-contaier{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;z-index:999}.confirmation-mobile-contaier .confirmation{overflow-y:auto;width:100%;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:10px 18px;border:1px solid #ddd;background-color:#f5f5f5}.confirmation-mobile-contaier .confirmation .advice{display:flex;padding:15px 10px;justify-content:space-between;background-color:#f5f5f5}.confirmation-mobile-contaier .confirmation .advice .close-button{background:none;border:none;cursor:pointer;width:32px;height:32px}.confirmation-mobile-contaier .confirmation .confirmation-content{border-bottom:1px solid #ddd}.confirmation-mobile-contaier .confirmation .confirmation-content .action{width:100%;font-size:18px}.confirmation-mobile-contaier .confirmation .confirmation-buttons h3{font-size:14px;color:#606060}.confirmation-mobile-contaier .confirmation .confirmation-buttons input{border-radius:5px;padding:5px 10px;font-size:15px}.confirmation-mobile-contaier .confirmation .confirmation-buttons input:focus{outline:none}.confirmation-mobile-contaier .confirmation .confirmation-buttons .buttons-container{width:100%;display:flex;display:inline-flex;flex-direction:column;margin-top:10px}.confirmation-mobile-contaier .confirmation .warning-container{height:100px;width:100%;display:flex;align-items:center;justify-content:center;margin-top:10px}.confirmation-mobile-contaier .confirmation .warning-container .warning{font-size:14px;color:#606060;padding:8px 12px;background:#fff6bf;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100px;overflow-y:auto;overflow-x:hidden}.confirmation-container{display:flex;align-items:center;justify-content:center;width:100%}.confirmation-container .confirmation{overflow-y:auto;width:390px;height:auto;max-height:420px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:0;border:1px solid #ddd;background:#fff}.confirmation-container .confirmation .advice{display:flex;padding:15px 10px;justify-content:space-between;background-color:#f5f5f5}.confirmation-container .confirmation .advice .close-button{background:none;border:none;cursor:pointer;width:32px;height:32px}.confirmation-container .confirmation .advice .title{font-weight:700;font-size:18px}.confirmation-container .confirmation .confirmation-content{padding:10px}.confirmation-container .confirmation .confirmation-content .action{width:100%;font-size:18px;margin:12px 0}.confirmation-container .confirmation .confirmation-buttons{padding:0 10px}.confirmation-container .confirmation .confirmation-buttons h3{font-size:14px;color:#606060;margin-bottom:4px;margin-top:10px}.confirmation-container .confirmation .confirmation-buttons input{border-radius:5px;padding:5px 10px;font-size:15px}.confirmation-container .confirmation .confirmation-buttons input:focus{outline:none}.confirmation-container .confirmation .confirmation-buttons .confirmation-buttons-container{width:100%;display:inline-flex;margin:8px 0;display:flex;justify-content:flex-end;align-items:center}.confirmation-container .confirmation .confirmation-buttons .confirmation-buttons-container .cancel-button,.confirmation-container .confirmation .confirmation-buttons .confirmation-buttons-container button{margin:5px;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:36px!important;padding:0 15px}.confirmation-container .confirmation .confirmation-buttons .confirmation-buttons-container .cancel-button{background:#fff;border:1px solid #49525f;color:#49525f}.confirmation-container .confirmation .warning-container{height:100px;width:100%;display:flex;align-items:center;justify-content:center}.confirmation-container .confirmation .warning-container .warning{font-size:14px;color:#606060;padding:8px 12px;background:#fff6bf;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100px;overflow-y:auto;overflow-x:hidden}.disclaimer-component{display:flex;align-items:center;padding:12px 16px;border-radius:8px;width:100%!important;grid-gap:8px;gap:8px}.disclaimer-component svg{flex-shrink:0}.disclaimer-component .disclaimer-message{font-size:14px;line-height:1.4}.disclaimer-component.info{background-color:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.disclaimer-component.info svg{color:#6c757d}.disclaimer-component.warning{background-color:#fff8e6;color:#856404;border:1px solid #ffeeba}.disclaimer-component.warning svg{color:#856404}.disclaimer-component.danger{background-color:#fff5f5;color:#dc3545;border:1px solid #ffe0e3}.disclaimer-component.danger svg{color:#dc3545}.disclaimer-component.success{background-color:#f1fdf7;color:#28a745;border:1px solid #d4edda}.disclaimer-component.success svg{color:#28a745}.message-template{width:100%;height:100%;display:grid;grid-template-columns:20% 40% 40%;grid-gap:10px}.message-template .message-area,.message-template .message-variables{width:100%;height:100%;padding:12px 5px}.message-template .message-area,.message-template .message-preview{border-radius:5px}.message-template .message-variables{background:#fff;-webkit-user-select:none;user-select:none;overflow-x:hidden;overflow-y:auto}.message-template .message-variables h1{font-weight:700;font-size:16px;color:#606060;margin-bottom:10px}.message-template .message-variables input{border:2px solid #ddd;border-radius:3px}.message-template .message-variables input:focus{outline:#c7c5c5}.message-template .message-variables .variable-item{display:flex;justify-content:space-between;padding:10px 5px;background:#f0f3fb;border-radius:5px;font-size:14px;color:#606060;margin:5px 0;cursor:pointer;font-weight:700}.message-template .message-variables .variable-item img{display:none;width:12px;transform:scaleX(-1)}.message-template .message-variables .variable-item:hover{background:#0047ff;color:#fff}.message-template .message-variables .variable-item:hover img{display:block}.message-template .message-variables .variable-item:hover .required{display:none}.message-template .message-area{border:2px solid #cee3ff;display:grid;height:100%;width:100%;grid-template-rows:calc(100% - 35px) 35px}.message-template .message-area .text-container{width:100%;height:100%;display:flex-end;align-items:flex-end;justify-content:center}.message-template .message-area .text-container textarea{margin-bottom:5px;width:100%;resize:none;font-size:14px;padding:5px 10px;height:100%;outline:none;border:none}.message-template .message-area .text-footer{display:flex;align-items:center;justify-content:flex-end;width:100%;height:30px;position:relative}.message-template .chat-preview{display:grid;background:#f0f3fb;border-radius:5px;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.message-template .chat-preview .message-preview{width:100%;padding:12px 15px 30px;background:#f0f3fb;display:flex;margin-top:auto;justify-content:flex-end}.message-template .chat-preview .message-preview .message-bubble{word-wrap:break-word;padding:15px;white-space:break-spaces;max-width:290px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#e9fdf2;border:1px solid #cee3ff;border-radius:5px;color:#606060;font-size:16px;position:relative}.message-template .chat-preview .message-preview .time{width:100%;display:flex;align-items:center;justify-content:flex-end;margin-top:20px;font-size:12px}.message-template .chat-preview .viewed{position:absolute;margin-top:20px;display:flex;align-items:center;left:0;font-size:12px;color:#0047ff;justify-content:flex-start}.message-template .chat-preview .viewed img{margin-right:5px}.buttons-container{display:flex;align-items:center;justify-content:center;width:100%}.buttons-container button{margin:5px;width:300px!important;height:36px!important;padding:0}.buttons-container .save-button{background:#fff;border:1px solid #01bb69;color:#01bb69}.buttons-container .false{color:#b8bbba}.buttons-container .save-button:hover{background:#059b5a;color:#fff}.buttons-container .false{cursor:not-allowed;border:1px solid #b8bbba;color:#b8bbba!important;background:#fff!important}.buttons-container .restore-button{background:#fff;border:1px solid #d54b3d;color:#b63a2c}.buttons-container .restore-button:hover{color:#fff;background:#b63a2c}.buttons-container-box,.template-preview-container{display:flex;justify-content:center;align-items:center}.template-preview-container{width:100%;height:100%;flex-direction:column;padding:20px;position:relative}.template-preview-container .title-component{font-size:14px;line-height:18px;font-weight:700;text-align:center;color:#0047ff;margin-bottom:15px}.template-preview-container .preview-bubble{height:auto;width:100%;max-width:325px;background-color:#fff;border-radius:7.5px;box-shadow:#000;min-height:20px;position:relative;word-wrap:break-word;padding:5px}.template-preview-container .preview-bubble .pst-relative{position:relative}.template-preview-container .preview-bubble .header-media{padding:3px 3px 0;border-radius:4px;min-width:240px;min-height:140px;box-sizing:border-box}.template-preview-container .preview-bubble .header-media.IMAGE{width:100%;object-fit:contain}.template-preview-container .preview-bubble .header-media.DOCUMENT,.template-preview-container .preview-bubble .header-media.FILE{background:url(data:image/png;base64,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) no-repeat 50%;background-size:cover}.template-preview-container .preview-bubble .header-media.VIDEO{width:100%}.template-preview-container .preview-bubble .header-text{padding:7px 7px 6px 9px}.template-preview-container .preview-bubble .header-text .header-text-value{color:#262626;font-size:14.6px;font-weight:700}.template-preview-container .preview-bubble .body-content{max-width:100%;color:#262626;font-size:13.6px;line-height:19px;padding:7px 7px 6px 9px}.template-preview-container .preview-bubble .body-content .message{overflow-wrap:break-word;text-align:initial}.template-preview-container .preview-bubble .body-content .message .variable-chip{display:inline-block;background-color:#e3f2fd;color:#1565c0;padding:1px 8px;border-radius:.5rem;font-size:12px;font-weight:500;margin:0 2px;border:1px solid #bbdefb;vertical-align:initial}.template-preview-container .preview-bubble .footer-content{color:rgba(0,0,0,.45);font-size:13px;line-height:17px;padding:0 7px 8px 9px}.template-preview-container .preview-bubble .message-time{bottom:3px;color:rgba(0,0,0,.4);font-size:11px;height:15px;position:absolute;right:7px}.template-preview-container .call-to-actions{border-top:1px solid #dadde1;background-color:#fff;margin:0 7px 0 9px}.template-preview-container .call-to-actions.rcs{border-top:none}.template-preview-container .call-to-actions .action-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center;flex-direction:row;position:relative}.template-preview-container .call-to-actions .action-button.clicked{margin-top:10px}.template-preview-container .call-to-actions .action-button .click-badge{position:absolute;top:4.5px;right:-8px;background:#1877f2;color:#fff;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:700;min-width:20px;text-align:center}.template-preview-container .call-to-actions .action-button.rcs{border-top:1px solid #dadde1}.template-preview-container .call-to-actions .action-button .icon-action{margin-right:4px;flex-shrink:0;height:16px;width:16px}.template-preview-container .call-to-actions .action-button .icon-action.PHONE_NUMBER{background:url(/v5/static/media/phone_number.svg) no-repeat;background-size:contain}.template-preview-container .call-to-actions .action-button .icon-action.URL,.template-preview-container .call-to-actions .action-button .icon-action.WEB_URL{background:url(/v5/static/media/link_web.svg) no-repeat;background-size:contain}.template-preview-container .call-to-actions .action-button .icon-action.COPY_CODE{background:url(/v5/static/media/copy_code.svg) no-repeat;background-size:contain}.template-preview-container .call-to-actions .action-button .text-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-preview-container .quick-response{height:auto;width:100%;max-width:325px;display:flex;justify-content:space-between;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.template-preview-container .quick-response .quick-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;background-color:#fff;border-radius:7.5px;box-shadow:#000026;flex-grow:1;margin:5px 0 0 2px;min-width:calc(40% - 2px);display:flex;justify-content:center;flex-direction:row;align-items:center}.template-preview-container .quick-response .quick-button .button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-preview-container .suggestions{display:flex;flex-wrap:wrap;flex-direction:column;overflow-x:auto;width:100%;height:56px;max-width:325px;grid-gap:5px;gap:5px;margin-top:5px;align-content:flex-start}.template-preview-container .suggestions .suggestion-button{padding:10px 20px;background:#fff;border:1px solid #dadde1;border-radius:20px;min-width:30px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:row;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px;position:relative}.template-preview-container .suggestions .suggestion-button.clicked{margin-top:10px}.template-preview-container .suggestions .suggestion-button .click-badge{position:absolute;top:-12px;right:-8px;background:#1877f2;color:#fff;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:700;min-width:20px;text-align:center}.template-preview-container .suggestions .suggestion-button .icon-action{margin-right:4px;flex-shrink:0;height:16px;width:16px}.template-preview-container .suggestions .suggestion-button .icon-action.DIALACTION,.template-preview-container .suggestions .suggestion-button .icon-action.PHONE_NUMBER{background:url(/v5/static/media/phone_number.svg) no-repeat;background-size:contain}.template-preview-container .suggestions .suggestion-button .icon-action.OPENURLACTION,.template-preview-container .suggestions .suggestion-button .icon-action.URL,.template-preview-container .suggestions .suggestion-button .icon-action.WEB_URL{background:url(/v5/static/media/link_web.svg) no-repeat;background-size:contain}.template-preview-container .suggestions .suggestion-button .icon-action.CALENDAR,.template-preview-container .suggestions .suggestion-button .icon-action.CREATECALENDAREVENTACTION{background:url(/v5/static/media/calenda_actionr.svg) no-repeat;background-size:contain}.template-preview-container .suggestions .suggestion-button .icon-action.LOCATION,.template-preview-container .suggestions .suggestion-button .icon-action.VIEWLOCATIONACTION{background:url(/v5/static/media/location_action.svg) no-repeat;background-size:contain}.template-preview-container .suggestions .suggestion-button .icon-action.POSTBACK,.template-preview-container .suggestions .suggestion-button .icon-action.REPLY{width:0;height:0}.template-preview-container .suggestions .suggestion-button .text-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-preview-container .text-message-counter{position:absolute;bottom:0;right:20px;font-size:.75rem;color:#6e6e6e;background-color:initial;padding:2px 4px;border-radius:3px;pointer-events:none}.bubble .multimedia-container{margin:10px}.bubble .message-container__message{word-break:break-word;white-space:break-spaces}.bubble .reply-container{border:1px solid #ddd;border-radius:5px;margin-bottom:5px;padding:5px}.bubble .reply-container .reply-text{font-size:12px;color:#8e91a4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:break-spaces}.bubble .bubble-container{padding:10px 15px;width:100%;height:auto;display:flex;margin:20px 0}.bubble .bubble-container .profile{width:40px;height:40px;border-radius:50%}.bubble .bubble-container .message{position:relative}.bubble .bubble-container .message .time{position:absolute;font-size:10px;bottom:-15px;width:100%;color:grey}.bubble .bubble-container .reaction{width:20px;height:20px;position:absolute;bottom:-16px;cursor:pointer}.bubble .bubble-container .in-bubble{display:flex}.bubble .bubble-container .in-bubble .profile{border:2px solid #d3d3d3;margin-right:10px;display:flex;align-items:center;justify-content:center}.bubble .bubble-container .in-bubble .profile img{width:40px}.bubble .bubble-container .in-bubble .bubble-content{display:flex;align-items:center;justify-content:center}.bubble .bubble-container .in-bubble .bubble-content .message{background:#fff;margin-right:5px;padding:5px;border-radius:5px;border:2px solid #d3d3d3;max-width:400px;min-width:120px;white-space:break-spaces}.bubble .bubble-container .in-bubble .bubble-content .time{text-align:end}.bubble .bubble-container .in-bubble .bubble-content .reply{margin-top:auto;margin-bottom:2px;height:30px;width:30px;background:#d3d3d3;border-radius:5px;display:none;cursor:pointer}.bubble .bubble-container .in-bubble .bubble-content:hover .reply{display:block}.bubble .bubble-container .out-bubble{display:flex}.bubble .bubble-container .out-bubble .profile{background:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c);transform:rotate(225deg);margin-left:10px}.bubble .bubble-container .out-bubble .profile img{transform:rotate(135deg)}.bubble .bubble-container .out-bubble .MESSENGER{background:#1877f2}.bubble .bubble-container .out-bubble .bubble-content{display:flex;align-items:center}.bubble .bubble-container .out-bubble .bubble-content .message-container{border-radius:5px;padding:1.5px;background:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c)}.bubble .bubble-container .out-bubble .bubble-content .message-container .message{right:0;padding:5px;border-radius:5px;background:#fff;max-width:400px;min-width:120px;white-space:break-spaces}.bubble .bubble-container .out-bubble .bubble-content .message-container .message .reaction{right:-5px}.bubble .bubble-container .out-bubble .bubble-content .MESSENGER{background:#1877f2}.bubble .bubble-container .out-bubble .bubble-content .reply{margin-top:auto;margin-bottom:2px;margin-right:2px;height:30px;width:30px;background:#d3d3d3;border-radius:5px;cursor:pointer}.bubble .IN{justify-content:flex-start}.bubble .OUT{justify-content:flex-end}.centrado{display:flex;flex-direction:column}.editable:empty:before{content:attr(data-placeholder)}.input-bar{width:100%;position:relative}.input-bar .input_options-label{font-size:9px;text-align:right;margin-top:5px;color:#606060}.input-bar .options-menu{background:#fff;width:225px;height:60px;display:flex;align-items:center;border-radius:5px;position:absolute;bottom:100%;right:10px;box-shadow:0 2px 2px 0 rgba(0,0,0,.15)}.input-bar .options-menu .options{padding:5px;font-size:12px;color:#606060;display:flex;align-items:center}.input-bar .options-menu .options input{-webkit-appearance:auto!important;appearance:auto!important;cursor:pointer;width:29px!important;height:14px!important}.input-bar .options-menu .disabled{cursor:not-allowed;color:#bababa}.input-bar .quick-answers{border-radius:5px;background:#fff;height:220px;position:absolute;bottom:100%;box-shadow:0 3px 12px 1px rgba(0,0,0,.43);-webkit-animation:slide .5s forwards;-webkit-animation-delay:2s;animation:slide .5s forwards;animation-delay:2s;display:grid;grid-template-rows:80px auto;-webkit-user-select:none;user-select:none;width:100%!important;position:absolute!important;bottom:105%!important;right:0!important}.input-bar .quick-answers .quick-answers__header{padding:10px;box-shadow:0 2px 7px 0 rgba(189,181,181,.63)}.input-bar .quick-answers .quick-answers__header .quick-answers__header__title{font-size:14px;color:#49525f;margin-bottom:5px;display:flex;justify-content:space-between}.input-bar .quick-answers .quick-answers__header .quick-answers__header__title .header__title__options-buttons{display:flex;grid-gap:5px;gap:5px}.input-bar .quick-answers .quick-answers__header .quick-answers__header__title .header__title__options-buttons .header__title__refresh-icon{cursor:pointer}.input-bar .quick-answers .quick-answers__header .quick-answers__header__title .header__title__options-buttons .loading svg{animation:rotation .8s linear infinite}.input-bar .quick-answers .quick-answers__header .quick-answers__header__title .header__title__options-buttons .header__title__edit-icon{cursor:pointer}.input-bar .quick-answers .quick-answers__header .search-input input{height:20px!important;color:#49525f;font-size:12px!important}.input-bar .quick-answers .quick-answers__list{display:flex;flex-direction:column;grid-gap:5px;gap:5px;overflow-y:auto}.input-bar .quick-answers .quick-answers__list .quick-answers__list__empty{display:flex;align-items:center;justify-content:center;font-size:var(--body-font-size-components);color:var(--body-font-color-components)}.input-bar .quick-answers .quick-answers__list .quick-answer-item{color:#606060;padding:5px 10px;cursor:pointer;height:61px}.input-bar .quick-answers .quick-answers__list .quick-answer-item .quick-answer-item__content__title{font-size:11px;font-weight:700}.input-bar .quick-answers .quick-answers__list .quick-answer-item .quick-answer-item__content__description{font-size:14px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;white-space:nowrap;text-overflow:clip}.input-bar .quick-answers .quick-answers__list .quick-answer-item .quick-answer-item__content__created_by{font-size:9px;color:#aaa4a4}.input-bar .quick-answers .quick-answers__list .quick-answer-item:hover,.input-bar .quick-answers .quick-answers__list .selected{background:#eef3fd}@keyframes slide{to{left:0}}.input-bar .drag-hover{background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);position:absolute;height:100%;width:100%;top:0;left:0;visibility:hidden;padding:5px;z-index:1000}.input-bar .drag-hover .drop-zone{width:100%;height:100%;border:2px dashed #0047ff;display:flex;align-items:center;justify-content:center}.input-bar .drag-hover .drop-zone h1{color:#0047ff;font-weight:700;font-size:12px}.input-bar .true{visibility:visible}.input-bar .settings{display:flex;align-items:center;justify-content:center}.input-bar .main-input{width:100%;border:1.5px solid rgba(226,232,240,.5019607843137255);border-radius:.5rem}.input-bar .main-input .open-reply{width:100%;margin:10px 0}.input-bar .main-input .open-reply .reply-container{height:90px;border-radius:5px;background:#fff;color:#8e91a4;padding:10px}.input-bar .main-input .open-reply .reply-container .reply-title{font-size:10px;margin-bottom:5px}.input-bar .main-input .open-reply .reply-container .reply-content-container{display:flex;justify-content:space-between;grid-gap:10px;gap:10px}.input-bar .main-input .open-reply .reply-container .reply-content-container .reply-content{display:flex;justify-content:flex-start;grid-gap:10px;gap:10px}.input-bar .main-input .open-reply .reply-container .reply-content-container .reply-content .reply-image .reply-image-src{max-width:80px;max-height:55px;border-radius:3px}.input-bar .main-input .open-reply .reply-container .reply-content-container .reply-content .reply-message{font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8e91a4}.input-bar .main-input .open-reply .reply-container .reply-content-container .reply-title__close{cursor:pointer;font-size:25px}.input-bar .main-input .input-container{display:grid;grid-template-columns:auto -webkit-min-content;grid-template-columns:auto min-content;border-top-left-radius:.5rem;border-top-right-radius:.5rem;min-height:55px;max-height:80px;background:#fff;border-bottom:1px solid rgba(226,232,240,.5019607843137255);padding:0 5px}.input-bar .main-input .input-container .input-grid{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:100px;overflow-y:auto;min-height:75px;max-height:75px}.input-bar .main-input .input-container .input-grid span{max-height:75px;overflow-x:hidden;white-space:break-spaces;cursor:text;width:100%;font-size:14px;padding:2px 5px;color:#606060;outline:none;border:none;text-align:start}.input-bar .main-input .input-container .settings{cursor:pointer;transform:rotate(0deg);transition:transform .7s linear}.input-bar .main-input .input-container .true{transform:rotate(180deg);transition:transform .7s linear}.input-bar .main-input .input-container .emoji-selector{height:100%!important}.input-bar .main-input .input-container .multimedia-options{display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px}.input-bar .main-input .emoji-picker-react{width:100%!important;position:absolute!important;bottom:105%!important;right:0!important;height:180px}.input-bar .main-input .emoji-scroll-wrapper{padding:0 5px}.input-bar .main-input .emoji-group:before{font-size:10px;line-height:35px}.input-bar .main-input .multimedia-options{display:flex;align-items:center;justify-content:flex-end;margin-right:5px;grid-gap:3px;gap:3px}.input-bar .main-input .multimedia-options .multimedia-options__option{cursor:pointer;display:flex;justify-content:center;align-items:center;width:25px;height:25px;background:none!important}.input-bar .main-input .input-options{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;background-color:#f9fafb;box-sizing:border-box;padding:0 5px;width:100%;height:40px;display:flex;align-items:center;justify-content:space-between}.input-bar .main-input .input-options .chat-options{display:flex;align-items:center;justify-content:space-between;overflow-x:auto}.input-bar .main-input .input-options .chat-options .options-button{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:auto;padding:5px;font-size:11px;color:#606060;font-weight:lighter;border-radius:5px;grid-gap:5px;gap:5px}.input-bar .main-input .input-options .chat-options .options-button img{width:12px}.input-bar .main-input .input-options .chat-options .options-button .options-title{font-weight:600}.input-bar .main-input .input-options .chat-options .options-button:hover{background:hsla(0,0%,82.7%,.30980392156862746)}.input-bar .main-input .input-options .chat-options .options-separator{border-left:1px solid #ddd;height:20px;margin:0 5px}.dropzone{border:none!important;padding:0!important}.main-input-bar-container{align-items:flex-start;flex-direction:column;box-sizing:border-box}.main-input-bar-container .input-bar-alert{width:auto;display:flex;align-items:center;padding:.75rem .75rem 1.25rem;border:1px solid #e5e7eb;background-color:#f3f4f6;border-top-left-radius:.5rem;border-top-right-radius:.5rem;position:relative;margin-bottom:0;bottom:-10px;grid-gap:.5rem;gap:.5rem}.main-input-bar-container .input-bar-alert-icon{width:1rem;height:1rem;background:url(/v5/static/media/bar-alert-info.svg) no-repeat 50%;background-size:contain;flex-shrink:0}.main-input-bar-container .input-bar-alert-text{color:#374151;font-size:.6875rem;line-height:1.25rem}.main-input-bar-container .input-bar{margin-top:0}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.quick-replies-input{z-index:10;position:absolute;bottom:105%;right:0;width:100%;background-color:hsla(0,0%,100%,.949);border-radius:calc(.5rem + 8px);border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;box-sizing:border-box}.quick-replies-input-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(226,232,240,.5019607843137255);background-color:#f9fafb;box-sizing:border-box}.quick-replies-input-header-title{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#1e293b}.quick-replies-input-header-options-buttons-area{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.quick-replies-input-header-option-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:500;width:1.5rem;height:1.5rem;grid-gap:.5rem;gap:.5rem;padding:0;border:none;border-radius:calc(.5rem - 2px);background-color:initial;color:#1e293b;cursor:pointer;margin:0}.quick-replies-input-header-option-button:hover{background-color:#f1f5f9}.quick-replies-input-header-option-icon{width:1rem;height:1rem;flex-shrink:0;color:inherit;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.quick-replies-input-header-option-icon.rotate{animation:rotation 1.2s linear infinite}.quick-replies-input-search-area{padding:1rem;background-color:hsla(0,0%,100%,.5019607843137255);box-sizing:border-box}.quick-replies-input-search-area .quick-replies-relative{position:relative;box-sizing:border-box}.quick-replies-input-search-area .quick-replies-search-icon{position:absolute;left:.875rem;top:50%;height:1rem;width:1rem;color:#94a3b8;transform:translateY(-50%)}.quick-replies-input-search-area .quick-replies-search-icon-close{position:absolute;right:.5rem;top:50%;height:1rem;width:1rem;color:#94a3b8;transform:translateY(-50%)}.quick-replies-input-search-area .quick-replies-search-input{display:flex;width:100%;border:1px solid rgba(226,232,240,.6);padding:.5rem 2.5rem;font-size:.875rem;line-height:1.25rem;height:2.5rem;background-color:hsla(0,0%,100%,.8);border-radius:.75rem;transition:all .15s ease-in-out;box-sizing:border-box}.quick-replies-input-search-area .quick-replies-search-input::placeholder{color:#94a3b8}.quick-replies-input-search-area .quick-replies-search-input:focus-visible{outline:none;border-color:#2563eb}.quick-replies-input-search-area .quick-replies-search-input:focus{border-color:#2563eb}.quick-replies-input-search-area .quick-replies-search-input:disabled{cursor:not-allowed;opacity:.5}.quick-replies-input-list{min-height:10rem;max-height:10rem;overflow-y:auto;background-color:#fff}.quick-replies-input-empty-area{padding:1.5rem;text-align:center}.quick-replies-input-empty-area-icon-area{height:3rem;width:3rem;display:flex;justify-content:center;align-items:center;border-radius:9999px;background-color:#f1f5f9;margin-left:auto;margin-right:auto;margin-bottom:.75rem}.quick-replies-input-empty-area-icon{height:1.25rem;width:1.25rem;color:#94a3b8;flex-shrink:0}.quick-replies-input-empty-area-text{font-size:.875rem;line-height:1.25rem;color:#64748b}.quick-replies-input-footer{padding:.75rem 1rem;background-color:#f9fafb;border-top:1px solid rgba(226,232,240,.5019607843137255);box-sizing:border-box}.quick-replies-input-footer-area{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;line-height:1rem;color:#64748b;-webkit-user-select:none;user-select:none}.quick-replies-input-footer-instructions{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.quick-replies-input-footer-instructions kbd{background-color:rgba(226,232,240,.6);padding:.125rem .375rem;font-size:.75rem;line-height:1rem;border-radius:calc(.5rem - 4px);color:#64748b}.quick-reply{padding:.75rem 1rem;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;border-bottom:1px solid rgba(241,245,249,.5019607843137255);box-sizing:border-box}.quick-reply:last-child{border-bottom:none}.quick-reply.selected,.quick-reply:hover{background-color:#f1f5f9}.quick-reply.disabled{cursor:not-allowed;opacity:.6;-webkit-user-select:none;user-select:none}.quick-reply-main-content{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.quick-reply-content{flex:1 1;min-width:0}.quick-reply-content-name{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.quick-reply-content-body{font-size:.75rem;line-height:1rem;color:#475569;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;margin-bottom:.375rem}.quick-reply-created-by{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.quick-reply-created-by-bullet{width:.25rem;height:.25rem;border-radius:9999px;background-color:#cbd5e1}.quick-reply-created-by-name{font-size:.75rem;line-height:1rem;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-reply-not-allowed{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.quick-reply-not-allowed-bullet{width:.25rem;height:.25rem;border-radius:9999px;background-color:#f87171}.quick-reply-not-allowed-name{font-size:.75rem;line-height:1rem;font-weight:500;color:#ef4444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-reply-icons{width:1rem;height:1rem;flex-shrink:0}.quick-reply-badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background-color:#f8fafc;border:1px solid #e2e8f0;color:#334155;margin-left:.5rem}.quick-reply-badge.image{border-color:#a7f3d0;background-color:#ecfdf5;color:#047857}.quick-reply-badge.video{border-color:#bfdbfe;background-color:#eff6ff;color:#1d4ed8}.quick-reply-badge.document{border-color:#ddd6fe;background-color:#f5f3ff;color:#6d28d9}.quick-reply-bar{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.75rem .75rem 1.25rem;background-color:rgba(239,246,255,.8);border:1px solid rgba(191,219,254,.6);border-radius:calc(.5rem + 4px);width:auto;height:55px;box-sizing:border-box;position:relative;margin-bottom:0;bottom:-10px}.quick-reply-bar.quick-reply-bar-fade-in{animation:fadeInUp .4s ease-out forwards}.quick-reply-bar.quick-reply-bar-fade-out{animation:fadeOutDown .3s ease-in forwards}.quick-reply-bar-data{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;flex:1 1}.quick-reply-bar-data-icon{width:.875rem;height:.875rem;display:block;flex-shrink:0}.quick-reply-bar-data-text{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#1e40af}.quick-reply-bar-view{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.quick-reply-bar-view-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:.25rem;gap:.25rem;white-space:nowrap;font-weight:500;font-size:.75rem;line-height:1rem;color:#1d4ed8;background-color:initial;border:none;cursor:pointer;margin:0;height:1.75rem;padding-left:.5rem;padding-right:.5rem;border-radius:.5rem}.quick-reply-bar-view-button:hover{background-color:#dbeafe}.quick-reply-bar-view-icon{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.new-feature-badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600;border-color:transparent;border-width:0;color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background-image:linear-gradient(90deg,#2563eb,#4f46e5)!important;margin-left:.5rem}.generate-tools{position:absolute;z-index:100;border-radius:5px;background:#fff;height:220px;bottom:100%;box-shadow:0 3px 12px 1px rgba(0,0,0,.43);-webkit-animation:slide .5s forwards;-webkit-animation-delay:2s;animation:slide .5s forwards;animation-delay:2s;display:grid;grid-template-rows:40px auto;-webkit-user-select:none;user-select:none;width:100%!important;bottom:105%!important;right:0!important;padding:.2rem 0 1rem .2rem}.generate-tools .generate-tools__header{border-bottom:1px solid #dcdcdc;padding:.2rem}.generate-tools .generate-tools__header .title{color:#49525f;display:flex;font-size:14px;font-weight:400}.generate-tools .generate-tools__header .title img{height:20px;width:20px;margin-right:10px}.generate-tools .generate-tools__header .generate-tools__header__title{font-size:14px;color:#49525f;display:flex;justify-content:space-between}.generate-tools .generate-tools__header .generate-tools__header__title .header__title__options-buttons{display:flex;grid-gap:5px;gap:5px}.generate-tools .generate-tools__header .generate-tools__header__title .header__title__options-buttons .header__title__refresh-icon{cursor:pointer}.generate-tools .generate-tools__header .generate-tools__header__title .header__title__options-buttons .loading svg{animation:rotation .8s linear infinite}.generate-tools .generate-tools__header .generate-tools__header__title .header__title__options-buttons .header__title__edit-icon{cursor:pointer}.generate-tools .generate-tools__header .generate-tools__generate-tools{display:flex;justify-content:space-between;align-items:center}.generate-tools .generate-tools__header .generate-tools__generate-tools .title .icon{width:15px;height:20px;cursor:pointer}.generate-tools .generate-tools__header .generate-tools__generate-tools .generate-tools__refresh-icon{cursor:pointer}.generate-tools .generate-tools__header .search-input input{height:20px!important;color:#49525f;font-size:12px!important}.generate-tools .generate-tools__list{display:flex;flex-direction:column;grid-gap:5px;gap:5px;overflow-y:auto}.generate-tools .generate-tools__list .response-content .response{padding:10px;cursor:pointer;background:rgba(22,22,22,.0196078431372549);font-size:14px;font-family:monospace;display:flex;flex-direction:column}.generate-tools .generate-tools__list .response-content .context-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 10px;font-size:14px}.generate-tools .generate-tools__list .response-content .context-options button.btn-info{padding:0 5px;font-size:12px;height:20px;line-height:20px;border-radius:5px;background:#2196f3;border:none;color:#fff;cursor:pointer}.generate-tools .generate-tools__list .response-content .context-options button.btn-success{padding:0 5px;font-size:12px;height:20px;line-height:20px;border-radius:5px;background:#4caf50;border:none;color:#fff;cursor:pointer}.generate-tools .generate-tools__list .item{color:#606060;padding:5px 10px;cursor:pointer;height:auto}.generate-tools .generate-tools__list .item .item__content__title{font-size:14px;font-weight:700}.generate-tools .generate-tools__list .item .item__content__description{font-size:14px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;white-space:nowrap;text-overflow:clip}.generate-tools .generate-tools__list .item .item__content__created_by{font-size:9px;color:#aaa4a4}.generate-tools .generate-tools__list .item:hover,.generate-tools .generate-tools__list .selected{background:#eef3fd}.post-header-container .user-header-container{display:flex;height:45px;align-items:center;justify-content:space-between;padding:0 15px;background:#fff;border-top-left-radius:10px}.post-header-container .user-header-container .post-username{font-size:14px;font-weight:700;display:grid;grid-template-columns:28px auto}.post-header-container .user-header-container .post-username .post-header-username{display:flex;align-items:center;justify-content:flex-start}.post-header-container .user-header-container .post-username .post-channel{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center}.post-header-container .user-header-container .post-username .INSTAGRAM{background:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c);transform:rotate(206deg)}.post-header-container .user-header-container .post-username .INSTAGRAM svg{transform:rotate(154deg)}.post-header-container .user-header-container .end-interaction{width:150px;height:30px;font-size:12px;border-radius:5px;border:1px solid rgba(231,240,228,.25);background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;cursor:pointer}.post-header-container .INSTAGRAM{color:#fff;background:#67240f}.post-header-container .FACEBOOK{color:#fff;background:#0c3467}.post-header-container .postHeader-container{width:100%;height:110px;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);border-right:1px solid #dcdbdb;padding:5px 15px;display:grid;background:#fff;grid-template-columns:100px auto}.post-header-container .postHeader-container .post-image{display:flex;align-items:center;justify-content:center}.post-header-container .postHeader-container .post-image img{border-radius:5px;width:85px;height:85px}.post-header-container .postHeader-container .post-details{padding:5px 0;margin-left:10px;display:grid;grid-template-rows:15px auto 30px;width:100%}.post-header-container .postHeader-container .post-details .page-name{color:#606060;font-size:14px;font-weight:700}.post-header-container .postHeader-container .post-details .post-message{color:#8e91a4;font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:0;margin:2px 0}.post-header-container .postHeader-container .post-details .goto-post{cursor:pointer;color:#0047ff;background:#e8f0fe;border-radius:5px;padding:0;display:flex;align-items:center;justify-content:center;width:95px;height:25px;margin-top:auto;font-size:12px}.post-header-container .postHeader-container .post-interaction{width:225px;display:flex;align-items:center;justify-content:center;font-weight:700}.post-header-container .postHeader-container .post-interaction .interactions-title{text-align:center;color:#8e91a4;font-size:14px;margin:10px 0}.post-header-container .postHeader-container .post-interaction .interactions-total{font-size:12px;color:#8e91a4;font-weight:lighter;display:flex;justify-content:space-between}.post-header-container .postHeader-container .post-interaction .interactions-total img{margin-right:3px}.post-container{width:100%;height:100%;background:none;display:flex;flex-direction:column}.post-container .comments-list{overflow-y:auto;width:100%;height:100%;padding:5px;overflow-x:hidden;background:#eff3fc}.post-container .input-bar{padding:10px;background:#eff3fc;border-bottom-left-radius:10px}.profile-card{width:315px;height:288px;box-shadow:0 2px 2px 0 rgba(0,0,0,.15);border-radius:10px;position:relative}.profile-card .channel-header{position:absolute;border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:75px;margin:0 0 33px;background-image:linear-gradient(0deg,#3845d1,#d6499e,#ee772f,#f7c55c)}.profile-card .MESSENGER{background:#1877f2}.profile-card .profile{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:100%;height:100%;padding:20px}.profile-card .profile .profile-img{z-index:1;width:80px;height:80px;border-radius:50%;box-shadow:0 2px 2px 0 rgba(0,0,0,.25);padding:2px;display:flex;align-items:center;justify-content:center}.profile-card .profile .profile-img img{border-radius:50%}.profile-card .profile .profile-name{font-weight:700;font-size:14px;color:#606060}.profile-card .profile .goto-profile{color:#606060;background:#fff;width:280px!important;height:40px!important;border-radius:5px;border:1px solid #ddd;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.web-chat{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.web-chat .back,.web-chat .download,.web-chat .user-bubble{display:flex;align-items:center;justify-content:center}.web-chat .chat-header{padding:8px;width:100%;height:80px;display:grid;grid-template-columns:40px auto 45px}.web-chat .chat-header .agent-info{display:grid;grid-template-columns:40px auto;height:45px;margin-top:auto;margin-bottom:auto;-webkit-user-select:none;user-select:none}.web-chat .chat-header .agent-info .agent-details{margin-left:10px}.web-chat .chat-header .agent-info .agent-details h1{font-size:18px;font-weight:700;color:#fff}.web-chat .chat-header .agent-info .agent-details span{font-weight:400;font-size:14px;color:#939393}.web-chat .web-message .web-image-container{padding:5px}.web-chat .web-chat-history{width:100%;height:100%;font-size:16px;overflow-y:auto;padding:5px}.web-chat .web-chat-history .web-in-bubble,.web-chat .web-chat-history .web-out-bubble{margin:5px 0;border-radius:5px;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.web-chat .web-chat-history .web-message{width:100%;line-height:normal;white-space:break-spaces}.web-chat .web-chat-history .web-in-bubble{display:flex;background:#f5f5f5;color:#28313a;max-width:calc(100% - 40px)}.web-chat .web-chat-history .web-in-bubble .user-bubble{-webkit-user-select:none;user-select:none;margin-right:7px;margin-top:auto;width:40px;height:40px;background:grey;border-radius:20px}.web-chat .web-chat-history .web-out-bubble{max-width:90%;text-align:right;color:#fff;margin-left:auto}.web-chat .web-chat-input-container{padding:5px;border-top:2px solid #ece7e7;display:flex}.web-chat .web-chat-input-container .emoji-button,.web-chat .web-chat-input-container .file-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px;margin-top:auto}.web-chat .web-chat-input-container .emoji-button:hover,.web-chat .web-chat-input-container .file-button:hover{background:#ece7e7}.web-chat .web-chat-input-container .web-chat-input{cursor:text;width:100%;max-height:125px;overflow-y:auto;overflow-x:hidden}.web-chat .web-chat-input-container .web-chat-input span{cursor:text;width:100%;font-size:18px;color:#606060;outline:none;border:none;white-space:pre}.step{display:flex;align-items:center;color:#49525f;margin:5px 0}.step .step-number{margin:10px 0}.step .step-number .number{display:flex;align-items:center;justify-content:center;width:35px;height:35px;font-size:14px;border:2px solid #dfe3e9;border-radius:50%;margin-right:15px}.step-text .step-text___subtitle,.step-text .step-text___title{margin:0}.step-text .step-text___title{font-size:16px}.step-text .step-text___subtitle{font-size:12px}.channel-profile-container{margin-left:10px}.channel-profile-container .channel-profile-info{display:flex;flex-direction:column}.channel-profile-container .channel-profile-info .channel-profile-image-container{width:100%;display:flex;align-items:center;justify-content:center;margin:15px 0}.channel-profile-container .channel-profile-info .channel-profile-image-container .channel-profile-image{background:#858484;width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:1px}.channel-profile-container .channel-profile-info .channel-profile-image-container .channel-profile-image .channel-profile-image_file{width:100%;border-radius:50%}.channel-profile-container .channel-profile-info .channel-name{width:100%;display:flex;align-items:center;justify-content:center}.channel-profile-container .channel-profile-info .channel-name input{font-size:18px;margin-bottom:8px;color:#606060;padding:0 5px!important;width:200px!important;text-align:center!important;border-radius:5px;outline:none;border:1px solid #dfe3e9}.channel-profile-container .channel-profile-info .channel-name input:focus{outline:none!important}.titleTree{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#0f151c}.rowCustom,.rowMenu{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:10px;gap:10px;margin:-8px 0 25px 20px;padding:10px;border-radius:5px}.rowMenu{background-color:#fff;border:1px solid #0047ff;float:right;color:#0047ff}.rowList{border:2px solid #e8f0fe;margin:10px;padding:10px;line-height:50px;border-radius:7px}.rowList p{font-size:16px;font-weight:700}.rowCol{max-height:50px}.fontMenu{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;width:100%;color:#606060}.fontMenuSon{font-weight:400!important}.iconSort{width:"27px";background:"#f8f8f8";padding:"5px";border-radius:"2px"}.iconAction,.iconSort{z-index:"1";cursor:pointer}.iconAction{width:"15px"}.row-number{display:flex;align-items:center;justify-content:center;width:21px;height:21px;flex-grow:0;margin:0 10px 0 0;padding:0 6px;background-color:#3b88c3;color:#fff;border-radius:3px;font-weight:700}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{box-sizing:initial;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:"Helvetica Neue",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:initial}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:initial}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:initial}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:initial;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;-webkit-clip-path:circle(0);clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.canva{background-color:#000}.organic-query{height:38px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:var(--border-radius-components);border:1px solid var(--tertiary-background-components);box-shadow:var(--button-box-shadow);background-color:#fff;position:relative;width:100%;padding:0 10px 0 15px;font-size:16px}.organic-query input{border:none;outline:none}.organic-query input::placeholder{color:var(--tertiary-text-components)}.filtertext{width:100%;height:100%;border:1px solid #8e91a4;display:grid;border-radius:5px;-webkit-user-select:none;user-select:none;align-items:center;grid-template-columns:auto 32px 5px 32px;padding-left:5px;background:#fff}.filtertext img{margin:0 10px;cursor:pointer}.filtertext input{border:none!important}.filtertext input:focus{outline:none}.filtertext .search-divider{color:#ddd;font-size:20px}.phoneInput .react-tel-input .form-control{height:38px!important;border-radius:var(--border-radius-components);border:1px solid var(--tertiary-background-components)}.phoneInput .react-tel-input .flag-dropdown{border-radius:var(--border-radius-components);border-color:1px solid #cacaca}.phoneInput .react-tel-input .flag-dropdown.open{border-radius:var(--border-radius-components);border:1px solid #f1f1f1}.phoneInput .react-tel-input .flag-dropdown.open .selected-flag{background-color:#f1f1f1;border:1px solid #cacaca;border-radius:var(--border-radius-components)}.phoneInput .react-tel-input .selected-flag:hover{background-color:#f1f1f1;border-radius:var(--border-radius-components)}.text-filter{width:70%!important;display:flex;align-items:flex-start;flex-direction:column;margin-bottom:15px}.text-filter label{margin-bottom:10px}.text-filter input{border-radius:10px;font-weight:700;width:80%!important}.createbtn{min-width:18%;display:flex;justify-content:end;align-items:center}@media only screen and (max-width:850px){.createbtn{min-width:25%;display:flex;justify-content:start;align-items:center}.createbtn button{width:100%}}.FilterList{float:left;font-family:inherit;font-size:12px;width:100%}.FilterList .filter{display:flex;justify-content:space-between;align-items:center;align-items:flex-end;width:100%;margin-bottom:10px}@media only screen and (max-width:850px){.FilterList .filter{width:auto;justify-content:space-between;flex-direction:row;grid-gap:10px;gap:10px}}.FilterList .img-filter{width:11.4px;height:10.7px;flex-grow:0;margin:2.6px 8px 2.6px 0}.FilterList .container-title-filter{-webkit-user-select:none;user-select:none;width:75px;height:35px;display:grid;grid-template-columns:25px auto;flex-grow:0;border-radius:var(--border-radius-components);border:1px solid var(--tertiary-background-components);background-color:var(--white);box-shadow:var(--button-box-shadow);cursor:pointer}.FilterList .container-title-filter p{margin-left:0;color:var(--tertiary-text-components)}.FilterList .container-title-filter img,.FilterList .container-title-filter p{font-weight:700;font-size:12px;margin:auto}.FilterList .container-title-filter img{margin-right:5px;transition:transform .1s ease-out;margin-left:7px}.FilterList .container-title-filter .imgLayout,.FilterList .container-title-filter .pLayout{font-weight:700;font-size:12px;margin:9px}.FilterList .container-title-filter .imgLayout{margin-top:12px;transition:transform .1s ease-out;margin-left:25px}.FilterList .filter-btn{position:absolute;height:25px;width:45px;background-color:var(--color-soft-blue-two);padding:5px;border-radius:8px;cursor:pointer;transition:background-color .2s ease-out}.FilterList .filter-btn:hover{background-color:var(--color-soft-blue-three)}.FilterList .filter-btn img{width:100%;height:100%}.FilterList .reportes-detalle{transition:all .5s ease-out;flex-grow:0;display:grid;justify-content:space-between;margin-bottom:15px;width:100%}@media only screen and (max-width:1050px){.FilterList .reportes-detalle{width:auto;display:flex;justify-content:flex-start;flex-direction:column;grid-gap:10px;gap:10px;align-items:flex-start;padding-left:0}}.FilterList .dropdown-section{flex-grow:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;grid-gap:10px;gap:10px;margin-top:10px}.FilterList .dropdown-section .button-label{font-size:var(--subtitle-font-size-components);display:flex;align-items:center;justify-content:space-between;width:100%}.FilterList .dropdown-section .item-label{font-size:var(--body-font-size-components);font-weight:var(--body-font-weight-components);color:var(--body-font-color-components)}.FilterList .dropdown-section .drop{width:100%}.FilterList .dropdown-section .drop .DropdownButtonSelection .button{min-height:38px}@media only screen and (max-width:850px){.FilterList .dropdown-section{width:70%;border-right:0;padding-right:0}.FilterList .dropdown-section .drop{margin-top:0!important;width:100%;color:var(--secondary-background-components)}}@media only screen and (max-width:1050px){.FilterList .dropdown-section{width:100%!important}.FilterList .dropdown-section .drop{margin-top:0!important;width:100%;color:var(--secondary-background-components)}}.FilterList .date-section{flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;grid-gap:20px;gap:20px;padding-left:20px;margin-top:10px}.FilterList .date-section .date-column{display:flex;flex-direction:column}.FilterList .date-section input{border:1px solid var(--tertiary-background-components)!important;border-radius:var(--border-radius-components);height:36px!important;text-align:center;background-color:var(--white)!important;color:var(--tertiary-text-components);box-shadow:var(--button-box-shadow)}.FilterList .date-section .label-date{margin-bottom:5px}.FilterList .date-section .react-datepicker-wrapper{border-radius:var(--border-radius-components)}@media only screen and (max-width:850px){.FilterList .date-section{width:70%;border-right:0;padding-left:0}}@media only screen and (max-width:1050px){.FilterList .date-section{width:100%!important;padding-left:0!important}.FilterList .date-section .date-column{width:100%!important}}.FilterList .btn-section{float:left;width:auto;flex-grow:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-evenly;padding-left:5%}.FilterList .btn-section .btn-clear{background-color:var(--white);color:var(--tertiary-text-components);border-radius:var(--border-radius-components);border:1px solid var(--tertiary-background-components);margin-right:10px}.FilterList .btn-section .btn-clear,.FilterList .btn-section .btn-filter{height:35px;width:auto;padding:0 25px;flex-direction:row;display:flex;justify-content:center;align-items:center;max-width:150px;box-shadow:var(--button-box-shadow)}.FilterList .btn-section .btn-filter{margin-left:0;border-radius:var(--border-radius-components);background-color:var(--secondary-background-components);color:var(--primary-text-components);border:0}@media only screen and (max-width:850px){.FilterList .btn-section{justify-content:center;flex-direction:row;grid-gap:10px;gap:10px;align-items:flex-start;padding-left:0}}.FilterList .search-section{flex-grow:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;grid-gap:10px;gap:10px;margin-top:10px}.FilterList .date-input{height:42px!important;text-align:center!important;background-color:var(--white)!important;z-index:121;border:1px solid #8e91a4!important;border-radius:5px!important}.separator{padding-left:5px}@media only screen and (max-width:600px){.Filter{padding:1rem;grid-gap:10px}.separator{border-right:none;padding-left:0;margin-right:0}}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:250px;color:var(--secondary-text-components)}.truncate::placeholder{color:var(--tertiary-text-components)}.truncate.suggestion-input-field{border:none}.truncate.suggestion-input-field:focus{outline:none}.checked-flag{border:1px solid var(--tertiary-background-components);border-radius:var(--border-radius-components);display:flex;justify-content:center;align-items:center;width:20px;height:20px}.caret{width:13px;height:17px;right:15px;position:absolute;top:10px;cursor:pointer}.caret.open{transform:rotate(180deg);transition:transform .2s ease-out}.tag-badge{background-color:var(--secondary-background-components);color:#fff;font-weight:bolder}.selected-tag{height:35px;width:auto;background-color:#0047ff;color:#fff;border-radius:5px;display:flex;justify-content:space-between;align-items:center;margin-right:5px;font-size:10px;padding:4px;cursor:pointer}.autocomplete-container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.autocomplete-container .autocomplete-input{position:relative;padding:5px;background-color:#fff;color:#606060;border-radius:var(--border-radius-components);height:38px;max-height:300px;width:100%;border:1px solid var(--tertiary-background-components);display:flex;justify-content:flex-start;align-items:center}.autocomplete-container .autocomplete-input .input-container{display:grid;grid-template-rows:1fr;grid-template-columns:35px 1fr 1fr;grid-area:input-container;grid-template-areas:"badge input selected-tags"}.autocomplete-container .autocomplete-input .input-container .tag-badge{grid-area:badge}.autocomplete-container .autocomplete-input .input-container input{grid-area:input;padding:8px;border:none;border-radius:4px;width:80%!important}.autocomplete-container .autocomplete-input .input-container input::placeholder{color:#606060!important}.autocomplete-container .autocomplete-input .input-container .selected-tags{grid-area:selected-tags;overflow-x:scroll;z-index:99999}.autocomplete-container .autocomplete-input .autocomplete-options{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:var(--border-radius-components);box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:99}.autocomplete-container .autocomplete-input .autocomplete-options li{padding:8px;cursor:pointer;width:100%;border-top:1px solid #f8f8f8;color:var(--tertiary-text-components)}.autocomplete-container .autocomplete-input .autocomplete-options li.selected,.autocomplete-container .autocomplete-input .autocomplete-options li:hover{background-color:#f2f2f2}.FilterNumber{margin-bottom:15px}.FilterNumber label{font-weight:600;display:block;margin-bottom:8px}.FilterNumber input{width:100%;padding:8px 12px;border:1px solid #ced4da;border-radius:4px}.FilterNumber input:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.FilterNumber .form-text{font-size:80%;margin-top:5px;color:var(--tertiary-text-components)}.organic-query-number{height:38px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:var(--border-radius-components);border:1px solid var(--tertiary-background-components);box-shadow:var(--button-box-shadow);background-color:#fff;position:relative;width:100%;padding:0 10px 0 15px;font-size:16px}.organic-query-number input{border:none;outline:none;width:100%}.organic-query-number input::placeholder{color:var(--tertiary-text-components)}.filternumber{width:100%;height:100%;border:1px solid #8e91a4;display:grid;border-radius:5px;-webkit-user-select:none;user-select:none;align-items:center;grid-template-columns:auto 32px;padding-left:5px;background:#fff}.filternumber img{margin:0 10px;cursor:pointer}.filternumber input{border:none!important}.filternumber input:focus{outline:none}.chart-card-container{background-color:#fff;margin:10px 0;border-radius:8px;box-shadow:0 1px 4px 0 #ccc;border:1px solid #f8f8f8}.chart-card-container .chart-canvas{display:flex;align-content:center;align-items:center;justify-content:center}.chart-card-container .chart-card-title{display:flex;justify-content:space-between;flex-direction:row;align-content:center;align-items:center;padding:18px;border-bottom:1px solid #e5e5e5}.chart-card-container .chart-card-title h1{font-size:16px;font-weight:700;text-align:left;color:#606060;margin:0}.chart-card-container .chart-card-title .chart-card-title-actions{display:flex;align-content:flex-end;align-items:center;padding:2px}.chart-card-container .chart-info-banner{height:38px;align-self:stretch;flex-grow:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:3px;gap:3px;padding:5px 20px;font-size:12px;font-weight:700}.chart-card-container .chart-info-banner.success{color:#51c172;background-color:#f1f8f5}.chart-card-container .chart-info-banner.warning{color:#f59f3c;background-color:#fff5ea}.chart-card-container .chart-info-banner.error{color:#d82c0d;background-color:#fff0f0}.chart-card-container .chart-card-actions-container{display:flex;justify-content:flex-end;align-items:center;width:auto;background-color:initial;border:none!important}.chart-card-container .chart-card-actions-container h3{color:#606060;font-size:14px;margin:0 2px;font-weight:400}.chart-card-container .chart-label-container{display:flex;justify-content:space-between;align-items:center}.chart-card-container .chart-label-container .chart-label-description{color:#8e91a4;margin:5px 0;font-size:14px;font-weight:400}.chart-card-container .chart-label-container .chart-label-title{font-size:22px;font-weight:700;color:#606060;margin:5px 0}.chart-card-container .chart-label-container .chart-label-trend{font-size:29px}.chart-card-container .chart-label-container .chart-label-trend.positive{color:#51c172}.chart-card-container .chart-label-container .chart-label-trend.negative{color:#d82c0d}.chart-card-container .chart-label-container .chart-label-right{display:flex;align-items:center;flex-direction:row}.chart-card-container .chart-card-chart-container{padding:18px}.chart-card-container .trends-container{margin:20px 0}.chart-card-container .trends-container .trend-row-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px;border-bottom:.1px solid #f6f6f7;border-radius:4px}.chart-card-container .trends-container .trend-row-container.success{background-color:#f1f8f5}.chart-card-container .trends-container .trend-row-container.success .trend-row-description,.chart-card-container .trends-container .trend-row-container.success .trend-row-value{color:#51c172}.chart-card-container .trends-container .trend-row-container.warning{background-color:#fff5ea}.chart-card-container .trends-container .trend-row-container.warning .trend-row-description,.chart-card-container .trends-container .trend-row-container.warning .trend-row-value{color:#f59f3c}.chart-card-container .trends-container .trend-row-container.error{background-color:#fff0f0}.chart-card-container .trends-container .trend-row-container.error .trend-row-description,.chart-card-container .trends-container .trend-row-container.error .trend-row-value{color:#d82c0d}.chart-card-container .trends-container .trend-row-container .trend-row-description,.chart-card-container .trends-container .trend-row-container .trend-row-value{color:#8e91a4;font-size:14px;margin:0 10px}.chart-card-container .trends-container .trend-row-container .trend-row-right{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.chart-card-container .trends-container .trend-row-container .trend-row-right img{height:15.3px;margin-right:5px}.chart-card-container .trends-container .trend-row-container .trend-row-trend{font-size:20px;margin:0}.chart-card-container .trends-container .trend-row-container .trend-row-trend.positive{color:#51c172}.chart-card-container .trends-container .trend-row-container .trend-row-trend.negative{color:#d82c0d}.questions-list{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:var(--font-sans);color:var(--color-grey);background-color:#fff}.questions-list .ul__questions{padding:0;margin:0;width:100%;list-style-type:none}.questions-list .ul__questions .li__questions{position:relative;border-radius:5px;padding:10px 20px;margin-bottom:5px;width:100%;cursor:pointer;box-sizing:border-box}.questions-list .ul__questions .li__questions .text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.questions-list .ul__questions .li__questions .title{text-transform:uppercase;font-size:10px;font-weight:700}.questions-list .ul__questions .li__questions.active{background:#e9f0fd;margin-bottom:25px}.questions-list .ul__questions .li__questions.active .actions{display:flex}.questions-list .ul__questions .li__questions .actions{display:none;position:absolute;bottom:-18px;left:20px}.questions-list .ul__questions .li__questions .actions .action{font-size:12px;color:#7399ed}.questions-list .ul__questions .li__questions .actions *+*{margin-left:5px;padding-left:5px;border-left:1px solid #7399ed}.questions-yes-no{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:var(--font-sans)}.questions-yes-no .question{width:100%;margin-bottom:10px}.questions-yes-no .question .textarea_yes-no{width:100%;border:2px solid #a3a7b1;border-radius:5px;padding:10px 15px;outline:none;color:var(--color-grey);resize:none;box-sizing:border-box}.questions-yes-no .options{align-self:flex-start;width:100%}.questions-yes-no .options .option{width:100%;position:relative;margin-bottom:10px}.questions-yes-no .options .option .span_yes-no{position:absolute;left:10px;top:9px;font-size:12px;color:var(--color-grey)}.questions-yes-no .options .option .input_yes-no{width:70%;border:2px solid #a3a7b1;border-radius:5px;height:30px;padding-left:30px;color:var(--color-grey);outline:none;box-sizing:border-box}.questions-open{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:var(--font-sans)}.questions-open .question{width:100%;margin-bottom:10px}.questions-open .question .quesiton-label{font-size:11px;color:#6d7175}.questions-open .question .open-textarea{width:100%;border:2px solid #a3a7b1;border-radius:5px;padding:10px 15px;outline:none;color:var(--color-grey);resize:none;box-sizing:border-box}.questions-options{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:var(--font-sans)}.questions-options .question{width:100%;margin-bottom:10px}.questions-options .question .quesiton-label{font-size:11px;color:#6d7175}.questions-options .question .textarea__question{width:100%;border:2px solid #a3a7b1;border-radius:5px;padding:10px 15px;outline:none;color:var(--color-grey);resize:none;box-sizing:border-box}.questions-options .options{align-self:flex-start;width:100%}.questions-options .options .options-label{font-size:11px;color:#6d7175}.questions-options .options .option{width:100%;position:relative;margin-bottom:10px}.questions-options .options .option .span__question{position:absolute;left:15px;top:11px;font-size:12px;color:var(--color-grey)}.questions-options .options .option .input__question{width:70%!important;border:2px solid #a3a7b1;border-radius:5px!important;height:38px!important;padding-left:30px;color:var(--color-grey);outline:none;box-sizing:border-box;background-color:#fff!important;position:unset!important}.questions-options .options .option .add,.questions-options .options .option .minus{position:absolute;color:#a3a6b6;font-size:20px;left:70%;top:4px;cursor:pointer;margin-left:5px}.questions-options .options .option .minus{margin-left:25px}.questions-range{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:var(--font-sans)}.questions-range .question{width:100%;margin-bottom:10px}.questions-range .question .quesiton-label{font-size:11px;color:#6d7175}.questions-range .question .textarea__range{width:100%;border:2px solid #a3a7b1;border-radius:5px;padding:10px 15px;outline:none;color:var(--color-grey);resize:none;box-sizing:border-box}.questions-range .options{align-self:flex-start;width:100%}.questions-range .options .option{width:100%;position:relative;margin-bottom:10px}.questions-range .options .option .span__range{position:absolute;left:17px;top:11px;font-size:12px;color:var(--color-grey)}.questions-range .options .option .input__range{width:130px!important;border:2px solid #a3a7b1;border-radius:5px!important;height:39px!important;padding-left:55px;color:var(--color-grey);outline:none;box-sizing:border-box;background-color:#fff!important;position:unset!important}.phone-preview{width:100%;min-width:300px;max-width:300px;height:600px;background:url(/v5/static/media/phone-white.svg) no-repeat 50%;background-size:contain;background-color:initial;margin:0;padding:0;display:flex}.phone-preview .content-elements{float:left;width:100%;height:100%;box-sizing:border-box;padding:45px 17px 40px 18px;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;position:relative}.phone-preview .content-elements .url-sidebar{float:left;width:90%;height:25px;background:#eff3fc url(/v5/static/media/uri-icon.svg) no-repeat;background-size:15px;background-position:95% 50%;border-radius:24px;color:#6d7175;font-size:12px;text-align:center;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:0 30px 0 15px}.phone-preview .content-elements .url-sidebar .uri{display:inline-block;vertical-align:middle;line-height:normal;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-preview .content-elements .reach-banner{float:left;width:100%;height:40px;background-color:#0047ff;display:flex;justify-content:center;align-items:center;margin:15px 0}.phone-preview .content-elements .reach-banner .reach-logo{align-self:center;width:100px;height:25px}.phone-preview .content-elements .question-box{margin:5px 0}.phone-preview .content-elements .question-box,.phone-preview .content-elements .response-box{float:left;width:100%;height:auto;box-sizing:border-box;text-align:center;font-size:15px;color:#1c1c1b;font-weight:700;padding:10px 15px;line-height:1.38;letter-spacing:normal}.phone-preview .content-elements .response-box{margin:5px 0 50px;overflow-y:auto}.phone-preview .content-elements .response-box .OPEN{float:left;width:100%;height:100px;border:1px dashed #dfe3e9;border-radius:5px;color:#8e91a4;font-size:14px;font-weight:700;-webkit-user-select:none;user-select:none;text-align:center;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.phone-preview .content-elements .response-box .YES_NO{float:left;width:100%;height:100px;display:flex;justify-content:center;align-items:center;grid-column-gap:1rem;column-gap:1rem;column-count:2}.phone-preview .content-elements .response-box .YES_NO .option{display:inline-block;background:transparent;width:100%;height:100px;border-radius:5px;display:flex;justify-content:center;align-items:center;text-align:center;-webkit-user-select:none;user-select:none}.phone-preview .content-elements .response-box .YES_NO .option.yes{background-color:#0047ff;color:#fff}.phone-preview .content-elements .response-box .YES_NO .option.no{background-color:#dfe3e9;color:#1c1c1b}.phone-preview .content-elements .response-box .OPTIONS{float:left;width:100%;height:auto;display:flex;box-sizing:border-box;justify-content:center;align-items:flex-start;flex-direction:column}.phone-preview .content-elements .response-box .OPTIONS .option-custom{float:left;width:100%;height:35px;box-sizing:border-box;border-radius:5px;background-color:#dfe3e9;text-align:center;display:flex;justify-content:flex-start;align-items:center;padding:0 10px;color:#1c1c1b;font-size:13px;font-weight:700;margin:5px 0}.phone-preview .content-elements .response-box .OPTIONS .option-custom .caption{display:inline-block;vertical-align:middle;line-height:normal;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-preview .content-elements .response-box .NPS{float:left;width:100%;height:100px;display:grid;grid-template-columns:repeat(5,auto)}.phone-preview .content-elements .response-box .NPS .option-score{display:flex;justify-content:center;align-items:center}.phone-preview .content-elements .response-box .NPS .option-score .score-value{float:left;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;width:30px;height:30px;border:1px solid #707070;color:#1c1c1b;font-size:12px;border-radius:50%;text-align:center}.phone-preview .content-elements .response-box .RANGE{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.phone-preview .content-elements .response-box .RANGE,.phone-preview .content-elements .response-box .RANGE .range-container{float:left;width:100%;height:auto;box-sizing:border-box}.phone-preview .content-elements .response-box .RANGE .range-container .range-slider{-webkit-appearance:none;width:100%!important;height:10px!important;border-radius:5px!important;background:#dfe3e9!important;outline:none!important;transition:opacity .2s!important}.phone-preview .content-elements .response-box .RANGE .range-container .range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#0047ff;cursor:pointer}.phone-preview .content-elements .response-box .RANGE .range-values{box-sizing:border-box;padding:0 5px;float:left;width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;text-align:center;color:#1c1c1b;font-size:15px;font-weight:700}.phone-preview .content-elements .continue-button{float:left;width:75%;height:35px;border-radius:30px;background-color:#31ad63;color:#fff;font-size:15px;text-align:center;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;position:absolute;bottom:45px}.ClaroMegaMenu{display:flex;height:70px;align-items:center;box-sizing:border-box;background-color:#fff;border-top:10px solid #e40001;width:100%}.ClaroMegaMenu .logo{margin:16px;width:90px}.ClaroMegaMenu .megaMenuItems{height:100%;flex-grow:1;flex-basis:0;display:flex;justify-content:center;overflow:hidden}.ClaroMegaMenu .megaMenuItems>ul{margin-top:auto}@media (max-width:768px){.ClaroMegaMenu .megaMenuItems{justify-content:flex-end}.ClaroMegaMenu .megaMenuItems>li{width:-webkit-max-content;width:max-content}.ClaroMegaMenu .megaMenuItems>li .icon{padding-bottom:0;height:25px}.ClaroMegaMenu .megaMenuItems .label{display:none}}.ClaroMegaMenuItem{background-color:#fff;color:#4c4c4c;font-size:10px;width:110px;height:100%;padding:10px;-webkit-user-select:none;user-select:none;text-align:center;cursor:pointer;transition:opacity .15s ease-out;box-sizing:border-box;opacity:1;display:flex;flex-direction:column;align-items:center}.ClaroMegaMenuItem>img{flex-grow:1;flex-basis:0;height:30px;width:24px;padding-bottom:5px}.ClaroMegaMenuItem>span{height:12px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ClaroMegaMenuItem:hover{opacity:1}.ClaroMegaMenuItem.active{background-color:#4c4c4c;opacity:1}.containerCf .ItemTitle{color:#434343!important}.claroMegaMenu{background:#f4f4f4;opacity:1;visibility:hidden;transition:visibility 0s,opacity .5s linear;left:0;position:absolute;text-align:left;width:100%;z-index:2000;margin-top:45px}.claroMegaMenu h3{color:#444}.claroMegaMenu ul{float:left;margin:30px 30px 30px 0;padding:0 30px 0 0;border-right:1px solid #4c4c4c}.claroMegaMenu ul:last-child{margin-right:0}.claroMegaMenu .subitem-child{color:#4c4c4c;display:block;padding:6px 0 6px 15px;margin:5px 0 0;font-size:12px}.claroMegaMenu .subitem-child:hover{color:#c50f0f;background-color:#f4f4f4;border-radius:2px}.claroMegaMenu .menuSeparator{border-bottom:1px solid #373e46}.claro-droppable{position:static;margin:0;width:90px;cursor:pointer}.claro-droppable>a{color:#fff}.claro-droppable>a:after{font-family:FontAwesome;font-size:12px;padding-left:6px;position:relative;top:-1px}.claro-droppable:hover{background-color:#f4f4f4}.claro-droppable:hover .claroMegaMenu{visibility:visible;opacity:1}.TigoMegaMenu{display:flex;height:60px;align-items:center;box-sizing:border-box;background-color:#1c1c1b;width:100%}.TigoMegaMenu .logo{margin:16px;width:155px}.TigoMegaMenu .megaMenuItems{height:100%;flex-grow:1;flex-basis:0;display:flex;justify-content:center;overflow:hidden}.TigoMegaMenu .megaMenuItems>ul{margin-top:auto}@media (max-width:768px){.TigoMegaMenu .megaMenuItems{justify-content:flex-end}.TigoMegaMenu .megaMenuItems>li{width:-webkit-max-content;width:max-content}.TigoMegaMenu .megaMenuItems>li .icon{padding-bottom:0;height:25px}.TigoMegaMenu .megaMenuItems .label{display:none}}.TigoMegaMenuItem{background-color:#1c1c1b;color:#f8f8f8;font-size:10px;width:110px;height:100%;padding:10px;-webkit-user-select:none;user-select:none;text-align:center;cursor:pointer;transition:opacity .15s ease-out;box-sizing:border-box;opacity:1;display:flex;flex-direction:column;align-items:center}.TigoMegaMenuItem>img{flex-grow:1;flex-basis:0;height:30px;width:24px;padding-bottom:5px}.TigoMegaMenuItem>span{height:12px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.TigoMegaMenuItem:hover{opacity:1}.TigoMegaMenuItem.active{background-color:#0f151c;opacity:1}.containerCf{display:flex;justify-content:center}.containerCf .ItemTitle{font-size:12px;padding:0;color:#fff;font-weight:700}.tigoMegaMenu{background:#0e1319;opacity:1;visibility:hidden;transition:visibility 0s,opacity .5s linear;left:0;position:absolute;text-align:left;width:100%;z-index:2000;margin-top:50px}.tigoMegaMenu h3{color:#444}.tigoMegaMenu ul{float:left;margin:30px 30px 30px 0;padding:0 30px 0 0;border-right:1px solid #373e46}.tigoMegaMenu ul:last-child{margin-right:0}.tigoMegaMenu .subitem-child{color:#e0e3e8;display:block;padding:6px 0 6px 15px;margin:5px 0 0;font-size:12px}.tigoMegaMenu .subitem-child:hover{color:#e0e3e8;background-color:#373e46;border-radius:2px}.tigoMegaMenu .menuSeparator{border-bottom:1px solid #373e46}.tigo-droppable{position:static;margin:0;width:90px;cursor:pointer}.tigo-droppable>a{color:#fff}.tigo-droppable>a:after{font-family:FontAwesome;font-size:12px;padding-left:6px;position:relative;top:-1px}.tigo-droppable:hover{background-color:#0e1319}.tigo-droppable:hover .tigoMegaMenu{visibility:visible;opacity:1}.QuicklyMegaMenu{display:flex;height:60px;align-items:center;box-sizing:border-box;background-color:#132d46;width:100%}.QuicklyMegaMenu .logo{margin:16px;width:160px}.QuicklyMegaMenu .megaMenuItems{height:100%;flex-grow:1;flex-basis:0;display:flex;justify-content:center;overflow:hidden}.QuicklyMegaMenu .megaMenuItems>ul{margin-top:auto}@media (max-width:768px){.QuicklyMegaMenu .megaMenuItems{justify-content:flex-end}.QuicklyMegaMenu .megaMenuItems>li{width:-webkit-max-content;width:max-content}.QuicklyMegaMenu .megaMenuItems>li .icon{padding-bottom:0;height:25px}.QuicklyMegaMenu .megaMenuItems .label{display:none}}.QuicklyMegaMenuItem{background-color:#132d46;color:#fff!important;font-size:10px;width:110px;height:100%;padding:10px;-webkit-user-select:none;user-select:none;text-align:center;cursor:pointer;transition:opacity .15s ease-out;box-sizing:border-box;opacity:1;display:flex;flex-direction:column;align-items:center}.QuicklyMegaMenuItem>img,.QuicklyMegaMenuItem svg{flex-grow:1;flex-basis:0;height:30px;width:24px;padding-bottom:5px}.QuicklyMegaMenuItem>span{height:12px;max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.QuicklyMegaMenuItem:hover{opacity:1}.QuicklyMegaMenuItem.active{color:#01c38e!important;opacity:1}.QuicklyMegaMenuItem .containerCf{display:flex;justify-content:center}.QuicklyMegaMenuItem .containerCf .ItemTitle{font-size:12px;padding:0;color:#fff!important;font-weight:700}.QuicklyMegaMenuItem .quicklyMegaMenu{background:#1a1e29;opacity:1;visibility:hidden;transition:visibility 0s,opacity .5s linear;left:0;position:absolute;text-align:left;width:100%;z-index:2000;margin-top:50px}.QuicklyMegaMenuItem .quicklyMegaMenu h3{color:#fff}.QuicklyMegaMenuItem .quicklyMegaMenu ul{float:left;margin:30px 30px 30px 0;padding:0 30px 0 0;border-right:1px solid #373e46}.QuicklyMegaMenuItem .quicklyMegaMenu ul:last-child{margin-right:0}.QuicklyMegaMenuItem .quicklyMegaMenu .subitem-child{color:#e0e3e8!important;display:block;padding:6px 0 6px 15px;margin:5px 0 0;font-size:12px}.QuicklyMegaMenuItem .quicklyMegaMenu .subitem-child:hover{color:#e0e3e8;background-color:#1a1e29;border-radius:2px}.QuicklyMegaMenuItem .quicklyMegaMenu .menuSeparator{border-bottom:1px solid #373e46}.droppable-quickly{position:static;margin:0;width:90px;cursor:pointer}.droppable-quickly>a{color:#fff!important}.droppable-quickly>a:after{font-family:FontAwesome;font-size:12px;padding-left:6px;position:relative;top:-1px}.droppable-quickly:hover{background-color:#1a1e29}.droppable-quickly:hover .quicklyMegaMenu{visibility:visible;opacity:1}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.drag-and-drop-container{float:left;position:relative;min-width:250px;min-height:250px;border:1px dashed #0047ff;border-radius:8px;background:url(/v5/static/media/drag-drop.svg) no-repeat 50%;background-position:50% 50%;background-size:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20px 10px}.drag-and-drop-container .drag-and-drop-text{font-size:12px;color:#0047ff;font-weight:700;margin-bottom:15px;max-width:80%;line-height:1.4;min-height:60px}.drag-and-drop-container .drag-and-drop-button,.drag-and-drop-container .drag-and-drop-text{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drag-and-drop-container .drag-and-drop-button{width:100%;height:35px;background-color:#0047ff;border-radius:4px;padding:0 10px;color:#fff;font-size:14px;text-align:center;cursor:pointer;margin-top:auto;align-self:stretch}.drag-and-drop-container.fixed-height-container{height:100%;min-height:300px}.drag-and-drop-container.fixed-height-container .drag-and-drop-text{flex:1 1;margin-bottom:20px}.drag-and-drop-container.fixed-height-container .drag-and-drop-button{margin-top:0}.body-box .drag-and-drop-container{height:100%;min-height:300px}.body-box .drag-and-drop-container .drag-and-drop-text{flex:1 1;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.body-box .drag-and-drop-container .drag-and-drop-button{margin-top:40px;position:relative;bottom:0}.correct{background:url(/v5/static/media/drag-drop-check.svg) no-repeat 50%}.incorrect{background:url(/v5/static/media/drag-drop-error.svg) no-repeat 50%}.input-zone-container{height:100%;align-items:flex-start}.input-zone-container,.input-zone-container .drag-and-drop-button{float:left;width:100%;display:flex;justify-content:center;text-align:center}.input-zone-container .drag-and-drop-button{height:35px;color:#0047ff;font-weight:700;border:1px dashed #0047ff;border-radius:5px;padding:0 10px;font-size:14px;align-items:center;align-self:flex-end;-webkit-user-select:none;user-select:none;cursor:pointer}.tp-time-picker-container{margin-bottom:1rem;display:flex;align-items:center}.tp-custom-time-picker-column{display:flex;align-items:center;padding:0 5px}.tp-hourtile{height:50px!important}.tp-check-filter{display:flex;align-items:center;grid-gap:8px;gap:8px}.tp-check-filter input{margin-right:5px;width:16px;height:16px}.tp-check-filter .tp-fulltime-checkbox{width:15px!important;height:15px!important}.tp-check-filter small{font-size:12px}.tp-native-time-picker{width:100%;display:flex;flex-direction:column;position:relative}.tp-native-time-input{width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.tp-time-invalid{border-color:#dc3545!important;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)!important}.tp-time-error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem;width:100%}.tp-native-time-input:disabled{background-color:#e9ecef;opacity:1;color:#6c757d;background-color:rgba(108,117,125,.1607843137254902)!important;border-color:#ced4da;cursor:not-allowed}.tp-custom-time-picker{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:menulist;appearance:menulist}.tp-time-picker-with-minutes{display:flex;align-items:center;width:100%}.tp-hour-select,.tp-minute-select{flex:1 1;min-width:65px}.tp-time-separator{font-weight:700;padding:0 2px;flex-shrink:0}.tp-custom-time-picker:disabled{background-color:#e9ecef;opacity:1}@media (max-width:992px){.tp-time-picker-container{flex-wrap:wrap}.tp-custom-time-picker-column{margin-top:8px}}@media (max-width:576px){.tp-hour-select,.tp-minute-select{min-width:55px}}.vertical-menu{z-index:3000}.vertical-menu .vertical-menu-container{-webkit-user-select:none;user-select:none}.vertical-menu .vertical-menu-container .vertical-menu__item-label,.vertical-menu .vertical-menu-container .vertical-menu__options-section-option,.vertical-menu .vertical-menu-container .vertical-menu__options-section-title{cursor:pointer}.vertical-menu .vertical-menu-container .vertical-menu-bar{height:100%;width:45px;max-height:200px;transition:all .25s ease-in-out;position:relative}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-bar__open-close-circle{cursor:pointer;position:absolute;right:-10px;background:var(--vertical_menu-open-button-background);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;top:40px;box-shadow:0 0 13px 1px rgba(0,0,0,.51);transform:rotate(270deg);transition:transform .15s linear}.vertical-menu .vertical-menu-container .vertical-menu-bar .true{transform:rotate(90deg);transition:transform .15s linear}.vertical-menu .vertical-menu-container .vertical-menu-bar .false{transition:all 1ms ease-in-out}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu{transition:all .8s ease-in-out;background:var(--vertical_menu-secondary-background);padding:15% 0;box-shadow:-1px 1px 20px 0 rgba(0,0,0,.4);height:100vh;overflow-y:auto}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section{margin:15px 0}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-title{margin:5px 0}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-title h1{white-space:break-spaces;font-weight:700;margin:0;padding:0;font-size:12px;color:#fff!important}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-option{font-size:11px}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-option,.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-title{min-height:25px;display:flex;align-items:center;justify-content:flex-start;padding:0 10px;color:var(--vertical_menu-secondary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-option:hover,.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-title:hover{background:var(--vertical_menu-secondary-hover);color:var(--vertical_menu-tertiary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .vertical-menu__options-section-option.active{background:var(--vertical_menu-secondary-hover);color:var(--vertical_menu-tertiary-font);font-weight:700}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account{border-bottom:1px solid rgba(0,0,0,.1);padding:10px}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account .AccountDropdownButtonSelection .button{border:1px solid #ccc;width:unset}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account .AccountDropdownButtonSelection .button p{padding:3px 8px}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account .AccountDropdownButtonSelection .menu{width:100%;margin-top:unset!important;background-color:unset!important;top:99%}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account .AccountDropdownButtonSelection .menu .menu-items{margin:unset}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-sub-menu .change-account .AccountDropdownButtonSelection .menu .menu-items .menu-item{margin-bottom:unset;padding:3px 8px}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-bar__main-menu{height:100vh;background:var(--vertical_menu-primary-background);box-shadow:-1px 1px 20px 0 rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:space-between}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-bar__icon{height:55px;display:flex;align-items:center;margin-bottom:20px;justify-content:flex-start}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu-bar__icon .vertical-menu__logo{display:flex;justify-content:center;align-items:center;height:100%;transition:all .3s ease-in-out}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item{width:100%;display:grid;grid-template-columns:45px 155px;transition:all .4s ease-in-out;min-height:45px;color:var(--vertical_menu-primary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item svg{width:30px;height:45PX;fill:var(--vertical_menu-primary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item .vertical-menu__item-label{font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:flex-start;padding-left:10px}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item .vertical-menu__item-icon{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item .vertical-menu__item-icon .vertical-menu__item-icon-title{position:absolute;display:none;background:var(--vertical_menu-primary-background);min-width:75px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:25%;left:calc(100% + 5px);border-radius:5px;padding:5px 10px;font-weight:700}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item:hover{background:var(--vertical_menu-primary-hover);color:var(--vertical_menu-secondary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item:hover svg{fill:var(--vertical_menu-secondary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item:hover .vertical-menu__item-icon-title{color:var(--vertical_menu-primary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item.active{background:var(--vertical_menu-primary-hover);color:var(--vertical_menu-secondary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item.active svg{fill:var(--vertical_menu-secondary-font)}.vertical-menu .vertical-menu-container .vertical-menu-bar .vertical-menu__item.active .vertical-menu__item-icon-title{color:var(--vertical_menu-primary-font)}.vertical-menu .vertical-menu-container .open{width:200px}.vertical-menu .vertical-menu-container .closed{width:45px}.vertical-menu .vertical-menu-container .closed .vertical-menu__item-icon:hover .vertical-menu__item-icon-title{display:block}.vertical-menu .vertical-menu-container .submenu{width:550px;display:grid;grid-template-columns:250px 300px}.total-orders{display:flex;align-items:center;justify-content:center;grid-gap:5px;gap:5px}.total-orders .order-card{height:100%;border-radius:5px;width:18%;border:1px solid red;padding:5px;color:#606060;cursor:pointer;position:relative}.total-orders .order-card .order-number,.total-orders .order-card h2{position:absolute;pointer-events:none}.total-orders .order-card h2{font-size:12px;top:5px;width:50%}.total-orders .order-card .order-number{font-size:24px;bottom:0}.total-orders .order-card .cancel-filter{visibility:hidden;position:absolute;top:-3px;right:5px;-webkit-user-select:none;user-select:none}.total-orders .selected-card{color:#fff!important;font-weight:700!important}.total-orders .selected-card .cancel-filter{visibility:visible}.total-orders .selected-card .order-number{font-size:24px;bottom:0;color:#fff!important}.total-orders .selected-card h2{color:#fff!important;width:calc(100% - 20px)}.multi-currency-label{display:grid;grid-gap:10px;gap:10px}.multi-currency-label.row-align{display:flex;flex-direction:row}.multi-currency-label.column-align{display:flex;flex-direction:column}.multi-currency-label.single-currency{grid-template-columns:1fr;justify-items:center;align-items:center}.multi-currency-label.double-currency{grid-template-columns:repeat(2,1fr);justify-items:center;align-items:center}.multi-currency-label.triple-currency{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;grid-auto-flow:row}.multi-currency-label.triple-currency .currency-value:nth-child(3){grid-column:span 2;justify-self:center}.multi-currency-label.quadruple-currency{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-gap:15px;gap:15px}.multi-currency-label .currency-value{margin:0 5px;transition:color .3s ease;text-align:center}.multi-currency-label.row-align .currency-value{flex-grow:1;margin:0 10px}.multi-currency-label.text-align-left{align-items:flex-start}.multi-currency-label.text-align-right{align-items:flex-end}.multi-currency-label.text-align-center{align-items:center}.multi-currency-label .align-right{justify-self:end}.multi-currency-label .align-left{justify-self:start}.percent-bar{width:100%;height:100%;border-radius:5px;display:flex;animation-name:barGrow;animation-duration:1.5s;animation-iteration-count:1;animation-timing-function:linear;animation-direction:alternate}.percent-bar .hover-bar{position:absolute;height:30px;background:hsla(0,0%,90.2%,.84);right:30px;color:#000;top:12px;padding:5px;border-radius:5px;visibility:hidden}.percent-bar .hover-bar,.percent-bar .segment{display:flex;align-items:center;justify-content:center}.percent-bar .segment{color:#fff;font-size:12px;position:relative}.percent-bar .segment:hover .hover-bar{visibility:visible!important;animation:fadeIn .55s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.percent-bar :nth-child(n){border:0!important}.percent-bar :first-child{border-top-left-radius:5px!important;border-bottom-left-radius:5px!important}.percent-bar :last-child{border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.feedback-collector-container{font-size:.8rem}.feedback-collector-container .feedback-input-textarea{height:auto;width:100%;padding:5px 8px;min-height:100px;border-radius:10px;border:1px solid #d3d3d3}.feedback-collector-container .feedback-option-container{display:flex;justify-content:flex-start;align-items:center}.feedback-collector-container .feedback-option-container .check-filter{display:flex;align-items:center;color:#82878d;font-size:12px;height:10px}.feedback-collector-container .feedback-option-container label{display:inline-block}.short-link-container{float:left;width:100%;height:auto;background-color:#fff;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.short-link-container .sl-header-content{float:left;width:100%;height:50px;justify-content:space-between;padding:5px 10px;box-sizing:border-box;background-color:initial;color:#1c1c1b;margin:10px 0}.short-link-container .sl-header-content,.short-link-container .sl-header-content .sl-header-content-container{display:flex;align-items:center;text-align:center}.short-link-container .sl-header-content .back-content{float:left;display:flex;justify-content:center;align-items:center;padding-right:15px;border-right:1px solid #e4e5e7;margin-right:10px;cursor:pointer}.short-link-container .sl-header-content .back-content .go-back-title{color:#6d7175;font-weight:600}.short-link-container .sl-header-content .back-content .go-back-icon{float:left;width:35px;height:35px;background:url(/v5/static/media/go-back.svg) no-repeat 50%}.short-link-container .sl-header-content .short-link-alias{font-size:16px;color:#6d7175;font-weight:700}.short-link-container .sl-header-content .landing-page-custom{margin-right:15px}.short-link-container .sl-header-content .landing-page-custom .status-caption{color:#01bb69}.short-link-container .sl-header-content .landing-page-custom,.short-link-container .sl-header-content .short-link-status{float:left;width:auto;height:auto;border-radius:15px;padding:5px 15px;display:flex;justify-content:space-between;align-items:center;text-align:center;-webkit-user-select:none;user-select:none;border:1px solid #1c1c1b;color:#1c1c1b}.short-link-container .sl-header-content .landing-page-custom .status-caption,.short-link-container .sl-header-content .short-link-status .status-caption{font-size:14px;font-weight:600}.short-link-container .sl-header-content .landing-page-custom .ACTIVE,.short-link-container .sl-header-content .short-link-status .ACTIVE{float:left;width:10px;height:10px;border-radius:50%;background-color:#218656;margin-right:5px}.short-link-container .sl-header-content .landing-page-custom .INACTIVE,.short-link-container .sl-header-content .short-link-status .INACTIVE{float:left;width:10px;height:10px;border-radius:50%;background-color:#d82c0d;margin-right:5px}.short-link-container .sl-header-content .mobile-status{display:none}.short-link-container .sl-header-content .desktop-status{display:flex}.short-link-container .sl-details-url{float:left;width:100%;height:75px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:10px;column-gap:10px;padding:0 10px;box-sizing:border-box;margin-top:20px;cursor:pointer}.short-link-container .sl-details-url .sl-link{float:left;width:100%;height:100%;padding:10px;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;border-radius:5px;border:1px solid #ddd}.short-link-container .sl-details-url .sl-link .copy-icon{float:left;width:50px;height:50px;margin-right:10px;background:url(/v5/static/media/content-copy.svg) no-repeat 50%;background-size:contain}.short-link-container .sl-details-url .sl-link .sl-link-list{color:#000;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;white-space:pre-wrap}.short-link-container .sl-details-url .sl-link .sl-link-list .sl-link-title{color:#000;margin:5px 0;font-size:14px;font-weight:500}.short-link-container .sl-details-url .sl-link .sl-link-list .sl-link-adress{color:#000;font-size:13px;font-weight:100}.short-link-container .sl-details-url .sl-link:hover{border-color:grey}.short-link-container .sl-stats{float:left;width:100%;height:150px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:10px;column-gap:10px;padding:0 10px;box-sizing:border-box;margin-top:10px}.short-link-container .sl-stats.has-unique-visits{grid-template-columns:repeat(6,minmax(0,1fr))}.short-link-container .sl-stats.has-short-link-stats{margin-top:30px;margin-bottom:30px;grid-template-columns:repeat(4,minmax(0,1fr))}.short-link-container .sl-stats.has-short-link-stats .sl-stat{margin-top:20px}.short-link-container .sl-stats .sl-stat{float:left;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.short-link-container .sl-stats .sl-stat .stat-title{font-size:14px;margin-bottom:5px}.short-link-container .sl-stats .sl-stat .start-caption{font-size:25px;font-weight:600}.short-link-container .sl-graphics{float:left;width:100%;height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:10px;column-gap:10px;padding:0 10px;box-sizing:border-box;margin-top:10px}.short-link-container .sl-graphics .sl-graphic{float:left;display:flex}.short-link-container .sl-graphics .sl-graphic .chart-card-container{height:auto;width:100%}.short-link-container .sl-graphic-timeline,.short-link-container .table{float:left;width:100%;height:auto;box-sizing:border-box;padding:0 10px}.short-link-container .table{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-column-gap:10px;column-gap:10px;margin-top:10px}.short-link-container .table .table-child{float:left;width:100%;height:100%;padding:10px;box-sizing:border-box;border-radius:5px;border:1px solid #ddd}.short-link-container .sl-created-section{float:left;width:100%;height:auto;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;text-align:center;padding:0 10px;margin:30px 0 10px}.short-link-container .sl-created-section .sl-created-caption{font-size:14px;font-weight:600;color:#989aac}@media (max-width:768px){.short-link-container .sl-header-content{flex-direction:column;align-items:flex-start;height:auto;grid-gap:10px;gap:10px}.short-link-container .sl-header-content .sl-header-content-container:first-child,.short-link-container .sl-header-content .sl-header-content-container:last-child{width:100%;justify-content:space-between}.short-link-container .sl-header-content .mobile-status{display:flex;margin-left:auto}.short-link-container .sl-header-content .desktop-status{display:none}.short-link-container .sl-graphics{grid-template-columns:repeat(1,minmax(0,1fr))}.short-link-container .sl-stats.has-short-link-stats{grid-template-columns:repeat(2,minmax(0,1fr));height:auto}.short-link-container .sl-details-url{height:auto;grid-template-columns:repeat(1,minmax(0,1fr))}.short-link-container .sl-details-url .sl-link{height:auto;margin-bottom:10px}.short-link-container .extraElementHeader{width:100%;display:flex;justify-content:center;align-items:center;text-align:center}}.kpi-group-container{border:1px solid #8e91a4;background:#fff;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.kpi-group-container .kpi-group-title,.kpi-group-container .kpi-item-container{display:flex;align-items:center}.kpi-group-container .kpi-group-title{border-bottom:1px solid #e0e0e0;color:#49525f;font-weight:700;height:32px;font-size:16px;justify-content:space-between;padding:0 10px}.kpi-group-container .kpi-items-container{display:flex;flex-wrap:wrap}.kpi-group-container .kpi-items-container .kpi-item-container{width:180px;height:168px;padding:10px;display:grid;grid-template-rows:40px 68px 40px;border-right:1px solid #e0e0e0}.kpi-group-container .kpi-items-container .kpi-item-container .kpi-item-detail-container{display:flex;justify-content:space-between;width:160px;font-size:12px}.kpi-group-container .kpi-items-container .kpi-item-container .kpi-item-detail-container .kpi-item-detail{text-align:center}.kpi-group-container .kpi-items-container .kpi-item-container .kpi-item-title{font-size:var(--subtitle2font-size-components);font-weight:var(--subtitle2font-weight-components);color:var(--subtitle2font-color-components);text-align:center}.kpi-group-container .kpi-items-container .kpi-item-container .kpi-item-value{font-size:24px;text-align:center}.kpi-group-container .kpi-items-container .LOADING{display:flex;justify-content:center;align-items:center}.date-picker-component-container input{border:1px solid #989aac!important;border-radius:5px!important;height:36px!important;text-align:center;background-color:#f8f8f8}.custom-range-slider{background-color:#dce7fb!important;height:4px!important}.order-checkbox-contanier{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-content:center;flex-wrap:wrap;max-width:270px;margin:0 auto 20px;height:auto;opacity:1;max-height:100px;transition:max-height .2s,opacity 5ms ease-in,margin 10ms}.order-checkbox-contanier.hidden{max-height:0;opacity:0;margin:0}.order-checkbox-contanier.hidden input.form-check-input{pointer-events:none;cursor:auto}.order-checkbox-contanier.hidden label.form-check-label{cursor:auto}.order-checkbox-contanier.hidden .order-checkbox{max-height:0}.order-checkbox-contanier .form-check-input{-webkit-appearance:checkbox;border-radius:5px!important;width:24px!important;height:24px!important;cursor:pointer}.order-checkbox-contanier .form-check{display:flex;align-items:center;align-content:center;margin:0}.order-checkbox-contanier .form-check-label{font-family:inherit;font-size:13.6px;font-weight:700;color:#606060;padding-top:6px;padding-left:5px}.custom-switch .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#31ad63!important;background-color:#31ad63!important}.new-ui-tabs-container{display:flex;background-color:#dedede;padding:5px 0;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:11px;margin-left:10px}.new-ui-tabs-container .tab{padding:5px 10px;margin:0 5px;border-radius:5px;cursor:pointer;color:#1c1c1b;background-color:#dedede;transition:all .3s ease}.new-ui-tabs-container .tab.active{color:#dedede;background-color:#1c1c1b;font-weight:700}.tabs{border-bottom:1px solid #dee2e6;background-color:#fff;flex-direction:row;flex-flow:inherit;text-align:center;box-shadow:0 4px 6px -6px #222;height:51px;font-size:12px;margin-bottom:20px}.tab-header,.tabs{display:flex;align-items:center;justify-content:center}.tab-header{flex-direction:column;height:100%;cursor:pointer}.tab-label .active{color:#0047ff}.content-container{padding:10px}.collapse-sidebar{height:100%;display:flex;z-index:10000;position:absolute}.collapse-sidebar .collapse-sidebar__button{z-index:2000;width:40px;height:40px;background-color:#1c1c1b;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:5px 0 10px 1px rgba(0,0,0,.1);cursor:pointer;transition:all .12s ease-in-out;margin-left:5px;margin-top:15px}.collapse-sidebar .collapse-sidebar__button:hover{background-color:#1e262f}.collapse-sidebar .collapse-sidebar__content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:40px;background-color:initial;box-shadow:0 0 10px 0 rgba(0,0,0,.1);width:0;transition:all .12s ease-in-out}.collapse-sidebar .OPEN{width:300px}.chat-message-bubble-container{width:100%}.chat-message-bubble-container .message-bubble-reply-icon{margin-bottom:auto;cursor:pointer;width:auto;height:35px;display:flex;align-items:center;justify-content:center}.chat-message-bubble-container .message-bubble-incoming,.chat-message-bubble-container .message-bubble-outgoing,.chat-message-bubble-container .on-app-message-content__multimedia-icon{display:flex;align-items:center}.chat-message-bubble-container .message-bubble-profile-img{-webkit-user-select:none;user-select:none;width:35px;height:35px;border-radius:50%;padding:2px;border:1px solid #ddd;margin-top:auto;background:#fff;display:flex;align-items:center;justify-content:center}.chat-message-bubble-container .message-bubble-profile-img img{width:100%;border-radius:50%}.chat-message-bubble-container .message-bubble-profile-img .message-bubble-name{display:flex;align-items:center;justify-content:center;font-size:20px;color:#b0aaaa;font-weight:500}.chat-message-bubble-container .message-bubble{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:320px!important;margin:0 10px}.chat-message-bubble-container .message-bubble .sticker-bubble-container{padding:10px;max-width:120px;max-height:90px}.chat-message-bubble-container .message-bubble .sticker-bubble-container .sticker-bubble-content img{max-width:120px;max-height:90px}.chat-message-bubble-container .message-bubble .unsupported-message-container{padding:10px;max-height:90px}.chat-message-bubble-container .message-bubble .audio-message-container{background:#fff;border-radius:4px;padding:10px 15px 15px}.chat-message-bubble-container .message-bubble .audio-message-container .audio-message__media-container{display:grid;grid-gap:5px;gap:5px;grid-template-columns:auto 18px;justify-content:center}.chat-message-bubble-container .message-bubble .audio-message-container .audio-message__media-container .voice-note-icon{height:25px;width:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto}.chat-message-bubble-container .message-bubble .audio-message-container .audio-message__media-container audio{height:30px;width:280px}.chat-message-bubble-container .message-bubble .audio-message-container .audio-message__media-type{font-size:9px;color:#989aac}.chat-message-bubble-container .message-bubble .audio-message-container .audio-transcription .audio-transcription__options{margin:10px 0;font-size:11px;display:flex;justify-content:space-between;font-style:italic;font-weight:400;color:#a1a1a1}.chat-message-bubble-container .message-bubble .audio-message-container .audio-transcription .audio-transcription__options .options__show-button{cursor:pointer;color:#407bff!important}.chat-message-bubble-container .message-bubble .audio-message-container .audio-transcription .audio-transcription__options .options__show-button:hover{text-decoration:underline}.chat-message-bubble-container .message-bubble .audio-message-container .audio-transcription .audio-transcription__text{font-size:14px;color:#606060}.chat-message-bubble-container .message-bubble .file-message-container{border:1px solid #ddd;box-shadow:1px 1px 6px 0 rgba(0,0,0,.15);background:#fff;border-radius:4px;width:220px;height:auto;grid-gap:0;gap:0;cursor:pointer;display:grid;grid-template-columns:40px 165px;margin:auto;padding:5px;grid-gap:5px;gap:5px}.chat-message-bubble-container .message-bubble .file-message-container .file-icon-container{display:flex;align-items:center;justify-content:center}.chat-message-bubble-container .message-bubble .file-message-container .file-icon-container .file-icon{width:30px}.chat-message-bubble-container .message-bubble .file-message-container .file-message__file-details{margin:auto auto auto 0}.chat-message-bubble-container .message-bubble .file-message-container .file-message__file-details .file-message__file-name{font-size:12px;color:#606060;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}.chat-message-bubble-container .message-bubble .file-message-container .file-message__file-details .file-message__file-type{font-size:10px;color:#989aac}.chat-message-bubble-container .message-bubble .file-caption{width:215px;height:auto;display:grid;grid-template-columns:auto;padding:5px}.chat-message-bubble-container .message-bubble .file-caption .message-caption{overflow-wrap:anywhere;font-size:12px;color:#49525f}.chat-message-bubble-container .message-bubble .audio-message-container,.chat-message-bubble-container .message-bubble .message-bubble-container,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container,.chat-message-bubble-container .message-bubble .quick-button,.chat-message-bubble-container .message-bubble .unsupported-message-container{border:1px solid #ddd;box-shadow:1px 1px 6px 0 rgba(0,0,0,.15);background:#fff;color:#606060;display:flex;align-items:center;justify-content:center;padding:1px;border-radius:4px;width:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:380px;min-width:180px;box-sizing:border-box}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;border-radius:5px;padding:5px;min-height:38px;font-size:14px}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .text-message,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .text-message,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .text-message,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .text-message,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .text-message{word-wrap:break-word}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content span[style*="Courier New"],.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content span[style*="Courier New"],.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content span[style*="Courier New"],.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content span[style*="Courier New"],.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content span[style*="Courier New"]{font-family:"Courier New",monospace}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content p,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content p,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content p,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content p,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content p{margin:0;width:100%;height:100%;text-align:left;word-break:break-word;white-space:break-spaces;font-size:14px;color:#49525f}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble-multimedia,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble-multimedia,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble-multimedia,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble-multimedia,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble-multimedia{display:flex;justify-content:center;align-items:center;border-radius:5px;padding:5px;border:1px solid #dbdbdb;background:#f8f2f2}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble-multimedia .message-bubble-multimedia--image,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble-multimedia .message-bubble-multimedia--image,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble-multimedia .message-bubble-multimedia--image,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble-multimedia .message-bubble-multimedia--image,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble-multimedia .message-bubble-multimedia--image{width:265px;border-radius:5px;height:150px;cursor:pointer;background-size:cover;position:center;background-repeat:no-repeat}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container{position:relative;margin:0 5px auto}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble__message-options,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble__message-options,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble__message-options,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container .message-bubble__message-options,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble__message-options{cursor:pointer;width:12px;height:10px;margin-bottom:auto;margin-top:2px}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container .message-bubble-options,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options{transition:all .25s ease-in-out;right:15px;top:10px;position:absolute;border:1px solid #ddd;box-shadow:1px 1px 6px 0 rgba(0,0,0,.15);width:105px;background:#fff;padding:5px 0;border-radius:4px}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text{width:auto;font-size:12px;color:#49525f;padding:5px;cursor:pointer}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text:hover,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text:hover,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text:hover,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text:hover,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container .message-bubble-options .message-bubble-option .message-bubble-option__text:hover{background:#f5f5f5}.chat-message-bubble-container .message-bubble .audio-message-container .message-bubble-content .message-bubble__message-options-container .IN,.chat-message-bubble-container .message-bubble .message-bubble-container .message-bubble-content .message-bubble__message-options-container .IN,.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .message-bubble-content .message-bubble__message-options-container .IN,.chat-message-bubble-container .message-bubble .quick-button .message-bubble-content .message-bubble__message-options-container .IN,.chat-message-bubble-container .message-bubble .unsupported-message-container .message-bubble-content .message-bubble__message-options-container .IN{right:0;left:15px}.chat-message-bubble-container .message-bubble .ERROR{background:#b30101;color:#fff;font-weight:700;cursor:pointer}.chat-message-bubble-container .message-bubble .ERROR .message-bubble__message{color:#fff!important}.chat-message-bubble-container .message-bubble .WABA-OUT,.chat-message-bubble-container .message-bubble .WHATSAPP-OUT{background:#f3fff4}.chat-message-bubble-container .message-bubble .TELEGRAM-OUT{background:#f5fcff}.chat-message-bubble-container .message-bubble .MESSENGER-OUT{background:#faf1ff}.chat-message-bubble-container .message-bubble .INSTAGRAM-OUT{background:#ffe9f6}.chat-message-bubble-container .message-bubble .WEBCHAT-OUT{background:#f7f1ff}.chat-message-bubble-container .message-bubble .RCS-OUT{background:#fef1dc}.chat-message-bubble-container .message-bubble .on-app-message-bubble-container{justify-content:flex-start;padding:5px;max-width:230px;background:hsla(0,0%,98.8%,.55)}.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .on-app-message-content{display:grid;grid-template-columns:40px auto;grid-gap:8px;gap:8px;font-style:italic;font-size:12px;align-items:center}.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .on-app-message-content .on-app-message-content__multimedia-icon{-webkit-user-select:none;user-select:none;justify-content:center;background:#d3d3d3;padding:5px;border-radius:50%;height:35px;width:35px}.chat-message-bubble-container .message-bubble .on-app-message-bubble-container .on-app-message-content .on-app-message-content__multimedia-icon .multimedia-icon__icon{height:35px!important}.chat-message-bubble-container .message-bubble .message-status-container{margin:1px 0;height:20px}.chat-message-bubble-container .message-bubble .message-status-container .message-status{display:flex;justify-content:space-between}.chat-message-bubble-container .message-bubble .message-status-container .message-status.OUT{flex-direction:row}.chat-message-bubble-container .message-bubble .message-status-container .message-status.IN{flex-direction:row-reverse}.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container{display:flex;grid-gap:8px;gap:8px;padding-right:5px;align-items:center;margin-top:.25rem}.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container.OUT{flex-direction:row}.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container.IN{flex-direction:row-reverse}.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container .delivery-icon{display:flex;align-items:center;height:auto;width:auto}.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container .message-datetime,.chat-message-bubble-container .message-bubble .message-status-container .message-status .hour-status-container .message-sent-by{display:flex;align-items:center;color:#6b7280;font-size:10px;margin:0;text-align:right;white-space:nowrap;padding:0}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-delivery-status{display:flex;align-items:center;font-size:10px}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status{font-size:10px;color:red}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-status-label{display:flex;align-items:center;justify-content:center}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-status-label.OUT{flex-direction:row}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-status-label.IN{flex-direction:row-reverse}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-tooltip-trigger{cursor:help;text-decoration:none}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-status-separator{font-size:10px;font-weight:bolder;padding:0 2px}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-retry-label{cursor:pointer;text-decoration:none}.chat-message-bubble-container .message-bubble .message-status-container .message-status .message-error-status .error-retry-label:hover{text-decoration:underline}.chat-message-bubble-container .AUDIO{max-width:380px}.chat-message-bubble-container .quick-response{height:auto;width:100%;max-width:325px;display:flex;justify-content:space-between;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.chat-message-bubble-container .quick-response .quick-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;border-radius:4px;box-shadow:#000026;flex-grow:1;margin:5px 0 0 2px;min-width:calc(40% - 2px);display:flex;justify-content:center;flex-direction:row;align-items:center;-webkit-user-select:none;user-select:none}.chat-message-bubble-container .quick-response .quick-button .button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message-bubble-container .quick-response .quick-button.button-click{cursor:pointer}.chat-message-bubble-container .quick-response .last-message-bubble-OUT-INSTAGRAM:before,.chat-message-bubble-container .quick-response .last-message-bubble-OUT-MESSENGER:before,.chat-message-bubble-container .quick-response .last-message-bubble-OUT-TELEGRAM:before,.chat-message-bubble-container .quick-response .last-message-bubble-OUT-WABA:before,.chat-message-bubble-container .quick-response .last-message-bubble-OUT-WEBCHAT:before,.chat-message-bubble-container .quick-response .last-message-bubble-OUT-WHATSAPP:before{display:none}.chat-message-bubble-container .call-to-actions{height:auto;width:100%;max-width:325px;margin:3px 0 0;border-radius:4px;border:1px solid #ddd}.chat-message-bubble-container .call-to-actions .action-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center;flex-direction:row;-webkit-user-select:none;user-select:none;cursor:pointer}.chat-message-bubble-container .call-to-actions .action-button .icon-action{margin-right:4px;flex-shrink:0;height:16px;width:16px}.chat-message-bubble-container .call-to-actions .action-button .icon-action.LIST{background:url(/v5/static/media/layout-list.svg) no-repeat;background-size:contain}.chat-message-bubble-container .call-to-actions .action-button .text-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message-bubble-container.WABA-action-button,.chat-message-bubble-container.WHATSAPP-action-button{background:#f3fff4}.chat-message-bubble-container.TELEGRAM-action-button{background:#f5fcff}.chat-message-bubble-container.MESSENGER-action-button{background:#faf1ff}.chat-message-bubble-container.INSTAGRAM-action-button{background:#ffe9f6}.chat-message-bubble-container.WEBCHAT-action-button{background:#f7f1ff}.chat-message-bubble-container.RCS-action-button{background:#fef1dc}.message-bubble:has(.unsupported-message-container){max-width:360px!important}.message-bubble:has(.quick-response) .last-message-bubble-OUT-INSTAGRAM:before,.message-bubble:has(.quick-response) .last-message-bubble-OUT-MESSENGER:before,.message-bubble:has(.quick-response) .last-message-bubble-OUT-TELEGRAM:before,.message-bubble:has(.quick-response) .last-message-bubble-OUT-WABA:before,.message-bubble:has(.quick-response) .last-message-bubble-OUT-WEBCHAT:before,.message-bubble:has(.quick-response) .last-message-bubble-OUT-WHATSAPP:before{display:none}.message-bubble:has(.quick-response) .message-bubble-container{width:auto}.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-INSTAGRAM:before,.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-MESSENGER:before,.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-TELEGRAM:before,.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-WABA:before,.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-WEBCHAT:before,.message-bubble:has(.call-to-actions) .last-message-bubble-OUT-WHATSAPP:before{display:none}.message-bubble:has(.call-to-actions) .message-bubble-container{width:auto}.message-bubble-content:has(.footer-message) .message-bubble__message{margin-bottom:3px!important}.message-bubble-content:has(.header-message) .message-bubble__message{margin-top:3px!important}.last-message-bubble-IN,.last-message-bubble-IN-error,.last-message-bubble-OUT-error,.last-message-bubble-OUT-INSTAGRAM,.last-message-bubble-OUT-MESSENGER,.last-message-bubble-OUT-TELEGRAM,.last-message-bubble-OUT-WABA,.last-message-bubble-OUT-WEBCHAT,.last-message-bubble-OUT-WHATSAPP{position:relative}.last-message-bubble-OUT-error:before,.last-message-bubble-OUT-INSTAGRAM:before,.last-message-bubble-OUT-MESSENGER:before,.last-message-bubble-OUT-TELEGRAM:before,.last-message-bubble-OUT-WABA:before,.last-message-bubble-OUT-WEBCHAT:before,.last-message-bubble-OUT-WHATSAPP:before{transform:scaleX(-1);content:"";position:absolute;bottom:-5px;width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:0 10px 10px;right:0}.last-message-bubble-OUT-WABA:before,.last-message-bubble-OUT-WHATSAPP:before{border-color:transparent transparent transparent #f3fff4}.last-message-bubble-OUT-TELEGRAM:before{border-color:transparent transparent transparent #f5fcff}.last-message-bubble-OUT-MESSENGER:before{border-color:transparent transparent transparent #faf1ff}.last-message-bubble-OUT-INSTAGRAM:before{border-color:transparent transparent transparent #ffe9f6}.last-message-bubble-OUT-WEBCHAT:before{border-color:transparent transparent transparent #f7f1ff}.last-message-bubble-IN-error:before,.last-message-bubble-IN:before{content:"";position:absolute;bottom:-5px;width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:0 10px 10px;left:0}.last-message-bubble-IN-error:before,.last-message-bubble-OUT-error:before{border-color:transparent transparent transparent #b30101}.message-reference{min-height:50px;width:100%;background:#efefef;padding:10px}.message-reference .message-reference__sended_by{font-size:10px}.message-reference__multimedia--file{margin:5px 0;display:flex;justify-content:flex-start;grid-gap:15px;gap:15px}.message-reference__multimedia--file img{height:40px!important}.message-reference__multimedia--file .message-reference__multimedia--file-text{margin:auto 0}.footer-message{font-size:12px;color:#8696a0;height:auto;font-weight:500}.header-message{font-size:15px;color:#111b21;height:auto;font-weight:700}.ad-message-incoming{display:flex;justify-content:flex-start;align-items:flex-start;text-align:center;margin-bottom:5px}.ad-message-incoming .ad-icon-message{float:left;width:14px;height:14px;background:url(/v5/static/media/megaphone.svg) no-repeat 50%;background-size:contain;margin-right:5px}.ad-message-incoming .ad-caption-message{font-size:11px;color:grey;-webkit-user-select:none;user-select:none}.ads_container{width:auto;max-width:280px;height:200px;background:hsla(0,0%,54.1%,.09019607843137255);display:grid;grid-template-rows:60% 40%;border-radius:10px;margin-bottom:10px;cursor:pointer}.ads_container.ad-one-row{grid-template-rows:80% 20%}.ads_container .ads_row{overflow:hidden}.ads_container .ads_row.ad_information{padding:10px;max-height:100%}.ads_container .ads_thumbnail{width:100%;min-width:280px;height:100%;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.ads_container .ad_title{font-weight:700;font-size:13px;-webkit-line-clamp:1}.ads_container .ad_body,.ads_container .ad_title{-webkit-user-select:none;user-select:none;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.ads_container .ad_body{margin:0;-webkit-line-clamp:2;font-size:12px}.bubble-meta-ads-container{width:280px;border-radius:10px;overflow:hidden;background:hsla(0,0%,54.1%,.09019607843137255);margin-bottom:10px;cursor:pointer}.bubble-meta-ads-container .bubble-meta-ads-img-top{width:100%;height:125px;object-fit:cover}.bubble-meta-ads-container .bubble-meta-ads-img-top-default{width:100%;height:125px;background-color:#e5e7eb;padding:1.5rem;display:flex;align-items:center;flex-direction:column;justify-content:center;box-sizing:border-box}.bubble-meta-ads-container .bubble-meta-ads-img-top-default__icon{width:2rem;height:2rem;margin-bottom:.5rem;background:url(/v5/static/media/unavailable-image.svg) no-repeat 50%;background-size:contain}.bubble-meta-ads-container .bubble-meta-ads-img-top-default__title{color:#4b5563;font-size:.875rem;line-height:1.25rem;text-align:center;-webkit-user-select:none;user-select:none}.bubble-meta-ads-container .bubble-meta-ads-img-top-default__subtitle{color:#6b7280;font-size:.75rem;line-height:1rem;text-align:center;margin-top:.25rem;-webkit-user-select:none;user-select:none}.bubble-meta-ads-container .bubble-meta-ads-body{max-height:90px;overflow:hidden;padding:10px;cursor:pointer}.bubble-meta-ads-container .bubble-meta-ads-title{font-weight:700;font-size:13px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;-webkit-user-select:none;user-select:none}.bubble-meta-ads-container .bubble-meta-ads-caption{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;-webkit-user-select:none;user-select:none}.virutal-assistant-message{display:flex;justify-content:flex-start;align-items:flex-start;text-align:center;margin-bottom:5px}.virutal-assistant-message .virtual-assistant-icon{float:left;width:14px;height:14px;background:url(/v5/static/media/sparkles.svg) no-repeat 50%;background-size:contain;margin-right:5px}.virutal-assistant-message .caption-message{font-size:11px;color:grey;-webkit-user-select:none;user-select:none}.carousel-wrapper{width:100%;max-width:300px;overflow:hidden;margin:10px 0}.carousel-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;grid-gap:10px;gap:10px;padding:10px 0}.carousel-container::-webkit-scrollbar{height:6px}.carousel-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.carousel-container::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.carousel-item{flex:0 0 auto;width:240px;scroll-snap-align:start;border-radius:8px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);overflow:hidden}.carousel-item .carousel-image-container{width:100%;height:160px;overflow:hidden}.carousel-item .carousel-image-container img{width:100%;height:100%;object-fit:cover}.carousel-item .carousel-content{padding:12px 12px 0}.carousel-item .carousel-title{margin:0 0 4px;font-size:16px;font-weight:600}.carousel-item .carousel-subtitle{margin:0 0 12px;font-size:14px;color:#666}.carousel-item .carousel-buttons{display:flex;flex-direction:column;padding:10px}.carousel-item .carousel-button{padding:8px 16px;border:1px solid #dfd7d7;border-radius:5px;font-size:14px;cursor:pointer;transition:background-color .2s;width:100%;background:#fff;color:#050505;margin:4px 0}.carousel-item .carousel-button:hover{background-color:#f5f5f5}.carousel-item .carousel-button.postback,.carousel-item .carousel-button.web_url{background-color:#fff;color:#050505;border:1px solid #dfd7d7}.carousel-item.WABA-OUT,.carousel-item.WHATSAPP-OUT{background:#f3fff4}.carousel-item.TELEGRAM-OUT{background:#f5fcff}.carousel-item.MESSENGER-OUT{background:#faf1ff}.carousel-item.INSTAGRAM-OUT{background:#ffe9f6}.carousel-item.WEBCHAT-OUT{background:#f7f1ff}.message-bubble-container:has(.carousel-wrapper){background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.message-bubble-container.carousel-container-wrapper{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.message-bubble-rcs-container.OUT{margin-left:auto!important}.message-bubble-rcs-container .preview-content{float:right!important;width:30%!important;height:100%!important;display:flex!important;justify-content:flex-start!important;align-items:flex-start!important}.message-bubble-rcs-container .preview-bubble{background:#fef1dc!important;border-radius:5px!important;border:1px solid #ddd!important;box-shadow:1px 1px 6px 0 rgba(0,0,0,.15)!important}.message-bubble-rcs-container .action-button.rcs,.message-bubble-rcs-container .suggestion-button{background:#fef1dc!important}.message-bubble-rcs-container .message-status-container{margin:1px 5px;height:20px}.message-bubble-rcs-container .message-status-container .message-status{display:flex;justify-content:space-between}.message-bubble-rcs-container .message-status-container .message-status.OUT{flex-direction:row}.message-bubble-rcs-container .message-status-container .message-status.IN{flex-direction:row-reverse}.message-bubble-rcs-container .message-status-container .message-status .hour-status-container{display:flex;grid-gap:8px;gap:8px;align-items:center;padding-right:5px}.message-bubble-rcs-container .message-status-container .message-status .hour-status-container.OUT{flex-direction:row}.message-bubble-rcs-container .message-status-container .message-status .hour-status-container.IN{flex-direction:row-reverse}.message-bubble-rcs-container .message-status-container .message-status .hour-status-container .delivery-icon{display:flex;align-items:center;height:auto;width:auto}.message-bubble-rcs-container .message-status-container .message-status .hour-status-container .message-datetime,.message-bubble-rcs-container .message-status-container .message-status .hour-status-container .message-sent-by{display:flex;align-items:center;color:#4c4d52;font-size:10px;margin:0;text-align:right;padding:0}.message-bubble-rcs-container .message-status-container .message-status .message-delivery-status{display:flex;align-items:center;font-size:10px}.message-bubble-rcs-container .template-preview-container{padding-bottom:0!important;padding-right:10px!important}.url-preview-container{margin-bottom:8px;border-radius:8px;overflow:hidden;background:rgba(194,177,177,.10196078431372549);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(194,177,177,.10196078431372549);width:100%;transition:all .3s ease}.url-preview-container:hover{background:hsla(0,0%,100%,.15)}.url-preview-content{padding:12px}.url-preview-title{font-weight:500;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.url-preview-description{font-size:12px;color:rgba(0,0,0,.65);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;margin:0;line-height:1.4}.coexistence-message{display:flex;justify-content:center;align-items:center;grid-gap:.25rem;gap:.25rem}.coexistence-message-icon{width:.75rem;height:.75rem;display:block;flex-shrink:0;color:#6b7280}.coexistence-message-muted{font-size:10px;color:#6b7280}.footer-message-dot{width:1rem;height:1rem;display:inline-block;flex-shrink:0;color:#6b7280}.unsupported-message{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:10px}.unsupported-message-icon{width:1rem;height:1rem;color:#606060;display:block;flex-shrink:0}.unsupported-message-content-area{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;flex:1 1}.unsupported-message-text{color:#606060;white-space:nowrap}.unsupported-message-link,.unsupported-message-text{font-size:.75rem;line-height:1.25rem;font-style:italic}.unsupported-message-link{color:#007bfd;display:inline-flex;align-items:center;grid-gap:.25rem;gap:.25rem;flex-shrink:0}.carousel-scroll-container{display:flex;flex-direction:row;grid-gap:16px;gap:16px;overflow-x:auto;overflow-y:hidden;padding:8px;scrollbar-width:thin;scrollbar-color:#dadde1 transparent}.carousel-scroll-container::-webkit-scrollbar{height:8px;width:0}.carousel-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.carousel-scroll-container::-webkit-scrollbar-thumb{background:#dadde1;border-radius:4px}.carousel-scroll-container::-webkit-scrollbar-thumb:hover{background:#bbb}.carousel-scroll-container .carousel-card-container{min-width:280px;max-width:300px;flex-shrink:0}.carousel-scroll-container .carousel-card-container .carousel-card-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e5e5e5}.carousel-scroll-container .carousel-card-container .carousel-card-content .rcs-action-item:hover{background-color:#f5f5f5!important}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.information-component-button{font-family:var(--heading-font-family);font-size:13px;float:right;height:25px;width:auto;display:flex;justify-content:center;align-items:center;padding:0 10px;margin-left:10px;background-color:#007bff;border:1px solid #007bff;color:#fff;border-radius:4px;cursor:pointer}.tippy-tooltip.tomato-theme{background-color:tomato;color:#ff0}.tippy-tooltip.plain-theme{background-color:#f0f0f0;color:#000;border:1px solid #7a7a7a}.tippy-tooltip.light-theme{background-color:#fff;color:#606060;border:1px solid #7a7a7a}.tippy-tooltip.light-theme[data-placement^=top]>.tippy-arrow{border-top-color:#fff}.tippy-tooltip.light-theme[data-placement^=bottom]>.tippy-arrow{border-bottom-color:#fff}.tippy-tooltip.light-theme[data-placement^=left]>.tippy-arrow{border-left-color:#fff}.tippy-tooltip.light-theme[data-placement^=right]>.tippy-arrow{border-right-color:#fff}.tippy-tooltip.error-theme{background-color:#fff;color:#606060;border:1px solid #fb4e4e}.tippy-tooltip.error-theme[data-placement^=top]>.tippy-arrow{border-top-color:#fb4e4e}.tippy-tooltip.error-theme[data-placement^=bottom]>.tippy-arrow{border-bottom-color:#fb4e4e}.tippy-tooltip.error-theme[data-placement^=left]>.tippy-arrow{border-left-color:#fb4e4e}.tippy-tooltip.error-theme[data-placement^=right]>.tippy-arrow{border-right-color:#fb4e4e}.tippy-tooltip.rounded-theme{background-color:#f8f8f8;color:#000;border:1px solid #ddd;border-radius:10px;margin-bottom:5px}.information-component-container{max-width:290px;font-size:12px;padding:5px 15px 10px}.information-component-container .information-component-title{font-weight:700}.information-component-container .markdown-allign{text-align:justify;margin-top:10px}.information-component-container .information-title-separator{margin-bottom:10px}.information-component-container .buttons-list-container{max-width:500px;display:flex;justify-content:center;flex-wrap:wrap}.information-component-container .buttons-list-container .button{width:125px;height:28px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers-expanded .leaflet-control-layers-toggle,.leaflet-control-layers .leaflet-control-layers-list{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:initial!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-default-icon-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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);cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcY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),auto;width:25px;height:41px;margin:-41px -12px}.leaflet-default-icon-shadow{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC);cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC),auto;width:41px;height:41px;margin:-41px -12px}.leaflet-default-icon-popup{margin:-34px 1px}.leaflet-default-icon-tooltip{margin:-28px 16px}.location-info{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.location-info .location-details{display:grid;grid-template-columns:15px auto;grid-gap:5px}.location-info .location-map{z-index:0;border-radius:3px;border:1.5px solid #cfcfcf}.location-info .clickable{cursor:pointer}.location-info .location-name{font-weight:700;justify-content:space-between}.location-info .location-name,.location-info .options-location-button{display:flex;grid-gap:10px;gap:10px}.location-info .options-location-button .location-button{font-size:12px;width:100%;border-radius:3px;color:#fff;display:flex;align-items:center;justify-content:center;padding:5px;-webkit-text-decoration:auto;text-decoration:auto}.input-hover-section{background-color:initial;text-align:end;display:flex;justify-content:flex-end;align-items:flex-end}.conversations-chat-component-container{height:100%}.conversations-chat-component-container .conversations-chat-component-container___end-conversation-button,.conversations-chat-component-container .conversations-chat-component-container___header,.conversations-chat-component-container .conversations-chat-component-container___header-channel,.conversations-chat-component-container .conversations-chat-component-container___header-item{display:flex;align-items:center;justify-content:center}.conversations-chat-component-container .conversations-chat-container{background:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%;border-top-left-radius:5px;background:transparent}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header{min-height:45px;background:#fff;justify-content:space-between;padding:0 10px;-webkit-user-select:nones;user-select:nones;border-top-left-radius:10px;border-bottom:1px solid #d3d4dc}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user{display:grid;grid-template-columns:30px auto}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user{grid-gap:5px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .cronosComponent,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .cronosComponent{-webkit-user-select:none;user-select:none;font-size:11px;align-items:flex-end}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .cronosComponent .timeLeftLabel,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .cronosComponent .timeLeftLabel{font-size:10px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .cronosComponent .timeLeftUnit,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .cronosComponent .timeLeftUnit{font-size:16px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .conversations-chat-component-container___header-channel,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .conversations-chat-component-container___header-channel{background:#38c687;width:25px;height:25px;border-radius:50%;display:flex;justify-content:center;align-items:center;border-bottom-width:0}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .MESSENGER,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .MESSENGER{background:#fff}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .WEBCHAT,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .WEBCHAT{background:#8048c7}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .SMS,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .SMS{background:#555c68}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .RCS,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .RCS{background:#fbb64d}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .INSTAGRAM,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .INSTAGRAM{background-image:linear-gradient(30deg,#f6b754 1%,#ec7437 19%,#d6499d 51%,#5e46c5 74%)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .TELEGRAM,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .TELEGRAM{background:#289fd2}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .TELEGRAM svg,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .TELEGRAM svg{margin-right:2px!important}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .conversations-chat-component-container___header-name,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .conversations-chat-component-container___header-name{font-size:14px;font-weight:700;color:var(--secondary-text-components)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item-user .conversations-chat-component-container___end-conversation-button,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___header .conversations-chat-component-container___header-item .conversations-chat-component-container___end-conversation-button{-webkit-user-select:none;user-select:none;padding:5px;border-radius:5px;background:#fff;color:var(--secondary-text-components);font-size:12px;cursor:pointer;width:145px;border:1.5px solid #ddd;font-weight:700;color:#8e91a4}.conversations-chat-component-container .conversations-chat-container .conversation-info-container{border-bottom:5px solid #fff}.conversations-chat-component-container .conversations-chat-container .WABA,.conversations-chat-component-container .conversations-chat-container .WHATSAPP{border-bottom:5px solid #38c687}.conversations-chat-component-container .conversations-chat-container .MESSENGER{border-bottom:5px solid transparent;border-image:linear-gradient(270deg,#09f -90%,#a033ff 43%,#ff5280 114%,#ff7061 128%)}.conversations-chat-component-container .conversations-chat-container .SMS{border-bottom:5px solid #e7ecf2}.conversations-chat-component-container .conversations-chat-container .WEBCHAT{border-bottom:#472178}.conversations-chat-component-container .conversations-chat-container .RCS{border-bottom:5px solid #fbb64d}.conversations-chat-component-container .conversations-chat-container .INSTAGRAM{border-bottom:5px solid transparent;border-image:linear-gradient(83deg,#f6b754 1%,#ec7437 19%,#d6499d 51%,#5e46c5 74%) 1}.conversations-chat-component-container .conversations-chat-container .TELEGRAM{border-bottom:5px solid #37afe2}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container{height:100%;overflow-y:hidden;overflow-x:hidden;position:relative;background:#fff}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column;grid-gap:10px;gap:10px;background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___title,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___title{max-width:360px;text-align:center;color:#606060;font-weight:700}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons{display:flex;grid-gap:20px;gap:20px;height:45px;align-items:center}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm{width:80px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:5px;color:#fff;cursor:pointer}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel{background:rgba(229,11,11,.81)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel:hover,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___cancel:hover{background:rgba(185,9,9,.9)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm{background:rgba(12,169,12,.81)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___end-conversation-holder .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm:hover,.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___upload-preview-container .conversations-chat-component-container___end-conversation-holder___buttons .conversations-chat-component-container___end-conversation-holder___buttons___confirm:hover{background:rgba(9,185,9,.9)}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column;grid-gap:10px;gap:10px;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .preview__location-info{width:100%;padding:20px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .multimedia-preview__options-expand{position:absolute;cursor:pointer;padding:5px;top:0;left:0}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .multimedia-preview__options{position:absolute;top:0;right:0;padding:10px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .multimedia-preview__options .multimedia-preview__options--close-icon{cursor:pointer}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .multimedia-preview__image-preview{max-width:80%;max-height:80%}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .conversations-chat-component-container___multimedia-preview___message{padding:0 20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;color:#49525f}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .interactive-list{min-width:350px;box-shadow:1px 1px 6px 0 rgba(0,0,0,.15);font-size:14px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .interactive-list th{background:#315563;color:#fff;-webkit-user-select:none;user-select:none;text-align:left;padding:14px 8px;border-top-left-radius:4px;border-top-right-radius:4px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .interactive-list td{border:1px solid #ddd;background:#fff;text-align:left;padding:10px 8px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___multimedia-preview .interactive-list tr td:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___chat-list-container{height:100%;overflow-y:auto;overflow-x:hidden;position:relative;background:#fff}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___chat-list-container .conversations-chat-component-container___chat-list{padding:10px;display:flex;justify-content:flex-end;flex-direction:column;grid-gap:6px;gap:6px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-list-container__row-container .conversations-chat-component-container___chat-list-container .conversations-chat-component-container___chat-list .conversations-chat-component-container___chat-list-container__row-container__load-more{width:250px;text-align:center;border-radius:5px;padding:10px;margin:15px auto;color:#fff;background:#49525f;cursor:pointer}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-input{height:auto;max-height:306px;padding:10px;background:#fff;border-bottom-left-radius:10px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-input .disclaimer-box{background-color:#fff8e6;border:1px solid #ffeeba;border-radius:8px;padding:12px 16px;margin:8px 16px;font-style:italic;color:#856404;font-size:14px;line-height:1.4;display:flex;align-items:center;grid-gap:8px;gap:8px}.conversations-chat-component-container .conversations-chat-container .conversations-chat-component-container___chat-input .disclaimer-box svg{flex-shrink:0;color:#856404}.conversations-chat-component-container .conversations-chat-container .hidden{display:none;height:0;padding:0}.conversation-templates-container{width:100%}.assistant-icon{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,#1335c9,#a120ad 75%,#cf2d55);overflow:hidden;margin-bottom:5px;cursor:pointer;z-index:10}.message-bubble-area{font-family:"Inter",sans-serif;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;grid-gap:10px;gap:10px;box-sizing:border-box}.message-bubble-area.outgoing{flex-direction:row-reverse}.message-bubble-area.outgoing .message-bubble-preview{align-items:flex-end}.message-bubble-area.outgoing .message-bubble-preview .message-time{align-self:flex-end}.message-bubble-area .avatar-circle{width:32px;height:32px;background-color:#e1e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#546375;flex-shrink:0;font-weight:700}.message-bubble-area .message-bubble-preview{width:300px;height:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.message-bubble-area .message-bubble-preview .title-component{font-size:14px;line-height:18px;font-weight:700;text-align:center;color:#0047ff;margin-bottom:15px}.message-bubble-area .message-bubble-preview .preview-bubble{height:auto;width:100%;max-width:300px;background-color:#fff;border:2px solid #d3d3d3;border-radius:7.5px;box-shadow:#000;min-height:20px;position:relative;word-wrap:break-word;padding:5px;box-sizing:border-box}.message-bubble-area .message-bubble-preview .preview-bubble .pst-relative{position:relative}.message-bubble-area .message-bubble-preview .preview-bubble .header-media{padding:3px 3px 0;background-color:#e2e8f0;border-radius:4px;min-width:240px;min-height:128px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.message-bubble-area .message-bubble-preview .preview-bubble .header-media .header-media-icon{height:16px;width:16px}.message-bubble-area .message-bubble-preview .preview-bubble .header-media .header-media-icon.image{background:url(/v5/static/media/multimedia.svg) no-repeat 50%;background-size:contain}.message-bubble-area .message-bubble-preview .preview-bubble .header-media .header-media-icon.document{background:url(/v5/static/media/document.svg) no-repeat 50%;background-size:contain}.message-bubble-area .message-bubble-preview .preview-bubble .header-media .header-media-icon.video{background:url(/v5/static/media/video..svg) no-repeat 50%;background-size:contain}.message-bubble-area .message-bubble-preview .preview-bubble .header-media .header-media-text{color:#475569;font-size:12px;line-height:16px;margin-left:.5rem;word-break:break-all}.message-bubble-area .message-bubble-preview .preview-bubble .header-text{padding:7px 7px 6px 9px}.message-bubble-area .message-bubble-preview .preview-bubble .header-text .header-text-value{color:#262626;font-size:14.6px;font-weight:700}.message-bubble-area .message-bubble-preview .preview-bubble .body-content{max-width:100%;color:#262626;font-size:13.6px;line-height:19px;padding:7px 7px 6px 9px}.message-bubble-area .message-bubble-preview .preview-bubble .body-content .message{overflow-wrap:break-word;text-align:initial}.message-bubble-area .message-bubble-preview .preview-bubble .footer-content{color:rgba(0,0,0,.45);font-size:13px;line-height:17px;padding:0 7px 8px 9px}.message-bubble-area .message-bubble-preview .message-time{bottom:3px;color:#64748b;font-size:11px;height:15px;align-self:flex-start;margin-top:10px}.message-bubble-area .message-bubble-preview .interactive-message{background-color:#fff;margin:0 7px 0 9px;border-top:1px solid #f1f5f9}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;display:flex;align-items:center;justify-content:center;flex-direction:row}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button .interactive-message-icon{margin-right:4px;flex-shrink:0;height:16px;width:16px}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button .interactive-message-icon.location-request{background:url(/v5/static/media/location-request-message.svg) no-repeat;background-size:contain}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button .interactive-message-icon.cta-url{background:url(/v5/static/media/link_web.svg) no-repeat;background-size:contain}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button .interactive-message-icon.list-message{background:url(/v5/static/media/interactive-list-message.svg) no-repeat;background-size:contain}.message-bubble-area .message-bubble-preview .interactive-message .interactive-message-button .text-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-bubble-area .message-bubble-preview .quick-response{height:auto;width:100%;max-width:300px;display:flex;justify-content:space-between;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.message-bubble-area .message-bubble-preview .quick-response .quick-button{color:#00a5f4;font-size:14px;height:34px;line-height:20px;padding:0 16px;white-space:pre-wrap;background-color:#fff;border-radius:7.5px;box-shadow:#000026;flex-grow:1;margin:5px 0 0 2px;min-width:calc(40% - 2px);display:flex;justify-content:center;flex-direction:row;align-items:center}.message-bubble-area .message-bubble-preview .quick-response .quick-button .button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reach-tab-filter{height:2.8rem;border-radius:calc(var(--radius) - 2px);padding:.25rem;display:flex;overflow-x:auto;background-color:#f9fafb;outline:none}.reach-tab-filter,.reach-tab-filter-button{align-items:center;justify-content:center;color:#64748b}.reach-tab-filter-button{display:inline-flex;white-space:nowrap;border-radius:calc(var(--radius) - 4px);padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;flex-shrink:0;border:none;background-color:initial;width:auto;cursor:pointer}.reach-tab-filter-button:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ring)}.reach-tab-filter-button:disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.reach-tab-filter-button.active,.reach-tab-filter-button[data-state=active]{background-color:#fff;color:#020817;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.reach-tab-filter-button:hover:not(:disabled){background-color:rgba(241,245,249,.8)}.reach-tab-filter-badge{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600;color:#0f172a;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;margin-left:.5rem;background-color:#f1f5f9}.reach-tab-filter-badge:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #020817}.reach-tab-filter-badge:hover{background-color:rgba(241,245,249,.8)}.reach-tab-filter-catalog{display:flex;align-items:center}.reach-tab-filter-catalog-icon{width:1rem;height:1rem;margin-right:.5rem;display:block}.reach-tab-filter-catalog .reach-tab-filter-label-with-icon{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.reach-tab-filter-catalog .reach-tab-filter-label-with-icon span:not(:first-child){display:inline}@media (max-width:768px){.reach-tab-filter{height:auto;min-height:2.8rem;flex-wrap:wrap;grid-gap:.25rem;gap:.25rem}.reach-tab-filter-button{font-size:.8rem;padding-left:.5rem;padding-right:.5rem}}@media (max-width:1439px){.reach-tab-filter-button .reach-tab-filter-catalog .reach-tab-filter-label-with-icon span:not(:first-child){display:none}.reach-tab-filter-button .reach-tab-filter-catalog .reach-tab-filter-label-with-icon svg{margin-right:0}}.drag-and-drop-container{max-width:100%}.drag-and-drop-container,.drag-and-drop-container .quick-replies-drag-and-drop{width:100%;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:auto}.drag-and-drop-container .quick-replies-drag-and-drop{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease-in-out;background-color:#f9fafb}.drag-and-drop-container .quick-replies-drag-and-drop:hover{border-color:#9ca3af;background-color:#f3f4f6}.drag-and-drop-container .quick-replies-drag-and-drop.disabled{opacity:.5;cursor:not-allowed}.drag-and-drop-container .quick-replies-drag-and-drop.disabled:hover{border-color:#d1d5db;background-color:#f9fafb}.drag-and-drop-container .quick-replies-drag-and-drop .quick-replies-drag-and-drop-icon-area{margin-bottom:1rem}.drag-and-drop-container .quick-replies-drag-and-drop .quick-replies-drag-and-drop-icon-area .quick-replies-drag-and-drop-icon{width:48px;height:48px;color:#6b7280}.drag-and-drop-container .quick-replies-drag-and-drop .text-description{font-size:1rem;color:#374151;margin-bottom:1rem;font-weight:500}.drag-and-drop-container .quick-replies-drag-and-drop .drang-and-drop-button{display:inline-block;background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background-color .2s ease-in-out}.drag-and-drop-container .quick-replies-drag-and-drop .drang-and-drop-button:hover{background-color:#2563eb}.drag-and-drop-container .validation-errors{margin-top:1rem;border:2px solid #fecaca;border-radius:8px;background-color:#fef2f2;overflow:hidden}.drag-and-drop-container .validation-errors .validation-errors-header{background-color:#dc2626;color:#fff;padding:.75rem 1rem;font-weight:600;font-size:.875rem}.drag-and-drop-container .validation-errors .validation-errors-header .validation-errors-title{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}.drag-and-drop-container .validation-errors .validation-error{padding:.75rem 1rem;border-bottom:1px solid #fecaca;display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem}.drag-and-drop-container .validation-errors .validation-error:last-child{border-bottom:none}.drag-and-drop-container .validation-errors .validation-error .error-file-name{font-weight:600;color:#dc2626;font-size:.875rem}.drag-and-drop-container .validation-errors .validation-error .error-message{color:#991b1b;font-size:.875rem;line-height:1.4}.drag-and-drop-container .quick-replies-files{width:100%;box-sizing:border-box;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:auto}.drag-and-drop-container .quick-replies-files .item-file{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background-color:#fff}.drag-and-drop-container .quick-replies-files .item-file .item-file-data{display:flex;align-items:center;grid-gap:1rem;gap:1rem;flex:1 1}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__icon{background-color:#f3f4f6;color:#374151;padding:.5rem;border-radius:6px;font-weight:600;font-size:.875rem;min-width:40px;text-align:center}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__name{font-weight:500;color:#111827;margin-bottom:.25rem;display:block}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__metadata{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:.875rem;color:#6b7280}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__metadata .metadata-badge{background-color:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.drag-and-drop-container .quick-replies-files .item-file .item-file-actions .file-button-delete{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease-in-out}.drag-and-drop-container .quick-replies-files .item-file .item-file-actions .file-button-delete:hover{background-color:#fef2f2;color:#dc2626}.drag-and-drop-container .quick-replies-files .item-file .item-file-actions .file-button-delete .file-delete-icon{width:20px;height:20px}.drag-and-drop-container .quick-replies-files .quick-replies-files-actions{margin-top:1rem;text-align:center}.drag-and-drop-container .quick-replies-files .quick-replies-files-actions .quick-replies-files-clear-all{background-color:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.drag-and-drop-container .quick-replies-files .quick-replies-files-actions .quick-replies-files-clear-all:hover{background-color:#e5e7eb;color:#374151}.drag-and-drop-container .reach-form-label-muted{font-size:.875rem;color:#6b7280;margin-top:.5rem}@media (max-width:768px){.drag-and-drop-container .quick-replies-drag-and-drop{padding:1.5rem}.drag-and-drop-container .quick-replies-drag-and-drop .quick-replies-drag-and-drop-icon-area .quick-replies-drag-and-drop-icon{width:40px;height:40px}.drag-and-drop-container .quick-replies-drag-and-drop .text-description{font-size:.875rem}.drag-and-drop-container .quick-replies-files .item-file{padding:.75rem}.drag-and-drop-container .quick-replies-files .item-file .item-file-data{grid-gap:.75rem;gap:.75rem}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__icon{padding:.375rem;min-width:36px;font-size:.75rem}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__name{font-size:.875rem}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__metadata{font-size:.75rem}.drag-and-drop-container .quick-replies-files .item-file .item-file-data .item-file-data__metadata .metadata-badge{padding:.125rem .375rem;font-size:.625rem}}.schedule-options{margin-top:16px;padding:12px;background:#fff;border:1px solid #e5e7eb;width:100%}.schedule-options .schedule-options-header{margin-bottom:8px}.schedule-options .schedule-options-header .schedule-options-description{margin:0;color:#6b7280;font-size:14px}.schedule-options .schedule-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:12px;gap:12px;width:100%;margin-bottom:16px}.schedule-options .schedule-option{cursor:pointer;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:transparent;transition:all .2s ease;position:relative}.schedule-options .schedule-option:hover{border-color:#1a73e8;background:rgba(26,115,232,.02)}.schedule-options .schedule-option.selected{border:2px solid #1a73e8;background:rgba(26,115,232,.06)}.schedule-options .schedule-option.past-time{border-color:#dc2626;background:rgba(220,38,38,.05);cursor:not-allowed}.schedule-options .schedule-option.past-time:hover{border-color:#dc2626;background:rgba(220,38,38,.08)}.schedule-options .schedule-option.past-time.selected{border:2px solid #dc2626;background:rgba(220,38,38,.1)}.schedule-options .schedule-option .schedule-option-title{font-weight:700;font-size:14px;margin-bottom:4px}.schedule-options .schedule-option .schedule-option-subtitle{color:#6b7280;font-size:12px}.schedule-options .schedule-option .past-time-indicator{position:absolute;top:4px;right:4px;background:#dc2626;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;font-weight:500}.schedule-options .custom-date-input{margin-bottom:16px;width:100%}.schedule-options .custom-date-input .datetime-input{padding:8px;border:1px solid #e5e7eb;border-radius:8px;width:100%;font-size:14px}.schedule-options .custom-date-input .datetime-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px rgba(26,115,232,.1)}.schedule-options .custom-date-input .schedule-error{color:#b91c1c;font-size:12px;margin-top:6px}.schedule-options .schedule-error{color:#b91c1c;font-size:12px;margin:8px 0;padding:8px 12px;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.2);border-radius:6px}.schedule-options .schedule-error.past-time-error{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.3)}.schedule-options .schedule-actions{display:flex;grid-gap:8px;gap:8px;justify-content:flex-end;width:100%}.schedule-options .schedule-actions .schedule-button{display:flex;align-items:center;grid-gap:8px;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:120px;justify-content:center;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background-color:#007bff;color:#fff}.schedule-options .schedule-actions .schedule-button:hover:not(:disabled){background-color:#0056b3}.schedule-options .schedule-actions .schedule-button:disabled{opacity:.6;cursor:not-allowed}.schedule-options .schedule-actions .schedule-button svg{flex-shrink:0}.template-simple-preview-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow:hidden}.template-simple-preview-container .templates-top-bar{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;flex-shrink:0;min-height:50px;grid-gap:16px;gap:16px}.template-simple-preview-container .templates-top-bar .template-header{display:flex;align-items:center;flex:1 1;min-width:0;max-width:calc(100% - 48px)}.template-simple-preview-container .templates-top-bar .template-header .back-button{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 12px;background:none;border:1px solid #ddd;border-radius:6px;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:80px;max-width:120px}.template-simple-preview-container .templates-top-bar .template-header .back-button:hover{background-color:#f5f5f5}.template-simple-preview-container .templates-top-bar .template-header .back-button .back-icon{cursor:pointer;font-size:16px;font-weight:700}.template-simple-preview-container .templates-top-bar .template-header .template-title-section{display:flex;flex-direction:column;grid-gap:2px;gap:2px;min-width:0;flex:1 1;align-items:flex-start;padding:0 16px 0 0}.template-simple-preview-container .templates-top-bar .template-header .template-title-section .template-title{font-size:16px;font-weight:600;color:#49525f;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.template-simple-preview-container .templates-top-bar .template-header .template-title-section .template-name{font-size:12px;color:#666;font-weight:400;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.template-simple-preview-container .templates-top-bar .close-component-btn{background:none;border:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.template-simple-preview-container .templates-top-bar .close-component-btn:hover{background-color:#f0f0f0}.template-simple-preview-container .templates-top-bar .close-component-btn:active{background-color:#e0e0e0}.template-simple-preview-container .templates-top-bar .close-component-btn .close-icon{font-size:20px;color:#666;font-weight:700;line-height:1;display:block}.template-simple-preview-container .template-two-column-layout{display:grid;grid-template-columns:40% 60%;grid-gap:15px;padding:20px;overflow:hidden;min-height:0;height:100%}.template-simple-preview-container .template-two-column-layout .template-configuration{width:calc(100% - 10px);flex-shrink:0;background-color:#fff;border-radius:12px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow-y:auto}.template-simple-preview-container .template-two-column-layout .template-configuration h3{font-size:14px;font-weight:600;color:#333;margin:0 0 8px}.template-simple-preview-container .template-two-column-layout .template-configuration p{color:#666;font-size:12px;margin:0 0 24px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section{margin-bottom:24px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section h3{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable label{font-size:14px;font-weight:500;color:#333}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable label.error-label{color:#dc3545}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable label .required-indicator{color:#dc3545;font-weight:700}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .variable-input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s ease}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .variable-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .variable-input.error-input{border-color:#dc3545;background-color:#fff5f5}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .variable-input.error-input:focus{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.25)}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .character-count{font-size:11px;color:#6c757d;text-align:right;margin-top:2px;font-family:monospace}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .character-count:after{content:" caracteres";font-family:inherit;font-size:10px;color:#999}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .format-hint{font-size:11px;color:#6c757d;font-style:italic;margin-top:2px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list .template-variable .error-message{font-size:12px;color:#dc3545;margin-top:2px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list.multimedia .btn-multimedia{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list.multimedia .btn-multimedia:hover{background-color:#0056b3}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list.multimedia .btn-multimedia:active{background-color:#004085}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .variables-list.multimedia span{margin-left:8px;font-size:12px;color:#666}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .no-variables{text-align:center;padding:20px;color:#666;font-style:italic;background-color:#f9f9f9;border-radius:8px;border:1px dashed #ddd}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .debug-section{margin-top:24px;padding:16px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .debug-section h4{margin:0 0 12px;font-size:14px;color:#495057;font-weight:600}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .debug-section .debug-content{font-size:12px;color:#6c757d;line-height:1.4}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .debug-section .debug-content p{margin:4px 0;word-break:break-word}.template-simple-preview-container .template-two-column-layout .template-configuration .template-variables-section .debug-section .debug-content strong{color:#495057}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section{margin-bottom:24px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section h3{margin-bottom:16px;font-size:16px;font-weight:600;color:#333}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .btn-multimedia{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .btn-multimedia:hover{background-color:#0056b3}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .btn-multimedia:active{background-color:#004085}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia span{font-size:12px;color:#666;word-break:break-all}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia span.allowed-formats{font-style:italic}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .error-message{font-size:12px;color:#dc3545;margin-top:4px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .template-multimedia-upload,.template-simple-preview-container .template-two-column-layout .template-configuration .template-multimedia-section .variables-list.multimedia .template-multimedia-upload .drag-and-drop-container{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;min-height:auto!important}.template-simple-preview-container .template-two-column-layout .template-configuration .template-actionables-section h3{margin-bottom:16px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-actionables-section .actionables-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-actionables-section .actionables-list .actionable-item{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.template-simple-preview-container .template-two-column-layout .template-configuration .template-actionables-section .actionables-list .actionable-item input[type=checkbox]{width:16px;height:16px}.template-simple-preview-container .template-two-column-layout .template-configuration .template-actionables-section .actionables-list .actionable-item span{font-size:14px;color:#333}.template-simple-preview-container .template-two-column-layout .template-preview{flex:1 1;min-width:0;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column}.template-simple-preview-container .template-two-column-layout .template-preview .message-bubble-preview{width:auto!important}.template-simple-preview-container .template-two-column-layout .template-preview .message-preview-container{padding:15px;display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;flex:1 1;overflow-y:auto}.template-simple-preview-container .template-two-column-layout .template-preview .message-preview-container .dynamic-text-note{font-size:12px;color:#666;text-align:center;max-width:400px;line-height:1.4}.template-simple-preview-container .template-footer{background-color:#fff;border-top:1px solid #e0e0e0;padding:16px 20px;display:flex;align-items:center;justify-content:flex-end;grid-gap:12px;gap:12px;flex-shrink:0}.template-simple-preview-container .template-footer .footer-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;grid-gap:8px;gap:8px}.template-simple-preview-container .template-footer .footer-button.secondary{background-color:#f8f9fa;color:#666;border:1px solid #ddd}.template-simple-preview-container .template-footer .footer-button.secondary:hover{background-color:#e9ecef}.template-simple-preview-container .template-footer .footer-button.primary{background-color:#007bff;color:#fff}.template-simple-preview-container .template-footer .footer-button.primary:hover{background-color:#0056b3}.template-simple-preview-container .template-footer .footer-button .button-icon{font-size:16px}@media (max-width:768px){.template-simple-preview-container .templates-top-bar{flex-direction:column;grid-gap:16px;gap:16px;padding:16px}.template-simple-preview-container .templates-top-bar .template-header{width:100%;justify-content:space-between}.template-simple-preview-container .template-two-column-layout{flex-direction:column;grid-gap:16px;gap:16px;padding:16px}.template-simple-preview-container .template-two-column-layout .template-configuration,.template-simple-preview-container .template-two-column-layout .template-preview{max-width:100%}}@media (max-width:1200px) and (max-height:800px){.template-simple-preview-container .template-two-column-layout .template-preview .preview-bubble{max-width:180px}}@media (max-width:1000px){.template-simple-preview-container .template-two-column-layout .template-preview .preview-bubble{max-width:160px}}@media (max-width:900px){.template-simple-preview-container .template-two-column-layout .template-preview .preview-bubble{max-width:140px}}@media (max-width:800px){.template-simple-preview-container .template-two-column-layout{padding:12px;grid-gap:12px;gap:12px}.template-simple-preview-container .template-two-column-layout .template-configuration{padding:16px}.template-simple-preview-container .template-two-column-layout .template-configuration .variables-list .template-variable input{max-width:120px}.template-simple-preview-container .template-two-column-layout .template-preview .message-preview-container{padding:16px}.template-simple-preview-container .template-two-column-layout .template-preview .message-preview-container .preview-bubble{max-width:120px}}.file-upload-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow:hidden}.file-upload-container .file-upload-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:12px 20px;display:flex;align-items:center;grid-gap:16px;gap:16px;box-sizing:border-box;flex-shrink:0;min-height:50px}.file-upload-container .file-upload-header .back-button{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 12px;background:none;border:1px solid #ddd;border-radius:6px;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:80px;max-width:120px}.file-upload-container .file-upload-header .back-button:hover{background-color:#f5f5f5}.file-upload-container .file-upload-header .back-button .back-icon{cursor:pointer;font-size:16px;font-weight:700}.file-upload-container .file-upload-header h2{font-size:16px;font-weight:600;color:#333;margin:0}.file-upload-container .dropzone{flex:1 1;display:flex;align-items:center;justify-content:center;padding:20px;border:2px dashed #ddd;border-radius:12px;margin:20px;background-color:#fff;transition:all .3s ease;cursor:pointer}.file-upload-container .dropzone.dropzoneAccept{border-color:#28a745;background-color:#f8fff9}.file-upload-container .dropzone.dropzoneReject{border-color:#dc3545;background-color:#fff8f8}.file-upload-container .dropzone:hover{border-color:#007bff;background-color:#f8f9ff}.file-upload-container .dropzone .upload-template-file-container{display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px;width:100%;max-width:400px}.file-upload-container .dropzone .upload-template-file-container .drag-zone{width:100%;height:200px;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;cursor:pointer;transition:all .3s ease}.file-upload-container .dropzone .upload-template-file-container .drag-zone:hover{border-color:#007bff;background-color:#f8f9ff}.file-upload-container .dropzone .upload-template-file-container .drag-zone .drag-hover-template{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px;text-align:center}.file-upload-container .dropzone .upload-template-file-container .drag-zone .drag-hover-template .drop-zone-template h1{font-size:18px;font-weight:600;color:#333;margin:0}.file-upload-container .dropzone .upload-template-file-container .drag-zone span{font-size:14px;color:#666;margin-top:8px}.file-upload-container .dropzone .upload-template-file-container .btn-multimedia{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 24px;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.file-upload-container .dropzone .upload-template-file-container .btn-multimedia:hover{background-color:#0056b3}.file-upload-container .dropzone .upload-template-file-container .btn-multimedia:active{background-color:#004085}@media (max-width:768px){.file-upload-container .file-upload-header{flex-direction:column;grid-gap:12px;gap:12px;padding:16px}.file-upload-container .file-upload-header .back-button{align-self:flex-start}.file-upload-container .file-upload-header h2{align-self:center}.file-upload-container .dropzone{margin:16px;padding:16px}.file-upload-container .dropzone .upload-template-file-container .drag-zone{height:150px}.file-upload-container .dropzone .upload-template-file-container .drag-zone .drag-hover-template .drop-zone-template h1{font-size:16px}}.templates-list-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.templates-list-container .templates-top-bar{position:relative;justify-content:space-between;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:16px 20px;display:flex;align-items:center;grid-gap:5px;gap:5px;box-sizing:border-box;flex-shrink:0;flex-wrap:nowrap}.templates-list-container .templates-top-bar.search-expanded{flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px}.templates-list-container .templates-top-bar.search-expanded .top-row{display:flex;justify-content:space-between;align-items:center;width:100%}.templates-list-container .templates-top-bar .category-filter{flex:0 0 auto;min-width:200px;max-width:none}.templates-list-container .templates-top-bar .category-filter .templates-tab-filter .reach-tab-filter{height:auto;min-height:2.8rem;background-color:initial;padding:0}.templates-list-container .templates-top-bar .search-section{flex:0 0 auto;max-width:400px;margin-left:auto;margin-right:0}.templates-list-container .templates-top-bar .search-section .search-input-container{position:relative;width:200px!important;box-sizing:border-box}.templates-list-container .templates-top-bar .search-section .search-input-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");background-size:contain;z-index:1}.templates-list-container .templates-top-bar .search-section .search-input-container .search-input{display:flex;border:1px solid rgba(226,232,240,.6);padding:.5rem 2.5rem;font-size:.875rem;line-height:1.25rem;height:2.5rem;background-color:hsla(0,0%,100%,.8);border-radius:.75rem;transition:all .15s ease-in-out;box-sizing:border-box}.templates-list-container .templates-top-bar .search-section .search-input-container .search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.templates-list-container .templates-top-bar .search-section .search-input-container .clear-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.templates-list-container .templates-top-bar .search-section .search-input-container .clear-search-btn:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .search-section .search-input-container .clear-search-btn:active{background-color:#e0e0e0}.templates-list-container .templates-top-bar .search-section .search-input-container .collapse-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.templates-list-container .templates-top-bar .search-section .search-input-container .collapse-search-btn:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .search-section .search-input-container .collapse-search-btn:active{background-color:#e0e0e0}.templates-list-container .templates-top-bar .search-section .search-icon-button{background:none;border-radius:3px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease-in-out;background-color:hsla(0,0%,100%,.8);margin-right:0}.templates-list-container .templates-top-bar .search-section .search-icon-button:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .search-section .search-icon-button:focus{outline:none}.templates-list-container .templates-top-bar .search-section .search-icon-button .search-icon{width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");background-size:contain}.templates-list-container .templates-top-bar .close-component-btn{background:none;border:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:0}.templates-list-container .templates-top-bar .close-component-btn:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .close-component-btn:active{background-color:#e0e0e0}.templates-list-container .templates-top-bar .close-component-btn:focus{outline:none}.templates-list-container .templates-top-bar .close-component-btn .close-icon{font-size:16px;color:#666;font-weight:700;line-height:1;display:block}.templates-list-container .templates-top-bar .search-expanded-row{position:relative;width:100%;margin-top:8px}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded{position:relative;width:100%;max-width:none;margin:0;box-sizing:border-box}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");background-size:contain;z-index:1}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .search-input-expanded{display:flex;border:1px solid rgba(226,232,240,.6);padding:.75rem 4rem .75rem 2.5rem;font-size:.875rem;line-height:1.25rem;height:3rem;background-color:initial;border-radius:3px;transition:all .15s ease-in-out;box-sizing:border-box;width:100%}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .clear-search-btn{position:absolute;right:3rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .clear-search-btn:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .clear-search-btn:active{background-color:#e0e0e0}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .collapse-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .collapse-search-btn:hover{background-color:#f0f0f0}.templates-list-container .templates-top-bar .search-expanded-row .search-input-container-expanded .collapse-search-btn:active{background-color:#e0e0e0}.templates-list-container .templates-main-content{flex:1 1;padding:20px;overflow-y:auto}.templates-list-container .templates-main-content .templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px;gap:20px;max-width:100%}.templates-list-container .templates-main-content .template-card{background-color:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);cursor:pointer;transition:all .2s ease;border:2px solid transparent}.templates-list-container .templates-main-content .template-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.templates-list-container .templates-main-content .template-card.selected{border-color:#007bff;box-shadow:0 0 0 4px rgba(0,123,255,.1)}.templates-list-container .templates-main-content .template-card .template-header{margin-bottom:12px}.templates-list-container .templates-main-content .template-card .template-header .template-title{font-size:16px;font-weight:600;color:#333;margin:0;line-height:1.3}.templates-list-container .templates-main-content .template-card .chat-message-container{padding:12px;border-radius:12px;background-color:initial;transition:all .2s ease}.templates-list-container .templates-main-content .template-card .chat-message-container .chat-content .chat-bubble .message-bubble-area{transform:scale(.95);transform-origin:left top}.templates-list-container .templates-main-content .no-templates{text-align:center;padding:60px 20px;color:#666;font-size:16px}.templates-list-container .template-full-view{display:flex;flex:1 1;grid-gap:24px;gap:24px;padding:20px;overflow-y:auto}.templates-list-container .template-full-view .template-configuration{flex:1 1;max-width:400px;background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.templates-list-container .template-full-view .template-configuration h3{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.templates-list-container .template-full-view .template-configuration p{color:#666;font-size:14px;margin:0 0 24px}.templates-list-container .template-full-view .template-configuration .template-name-section{margin-bottom:24px}.templates-list-container .template-full-view .template-configuration .template-name-section label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.templates-list-container .template-full-view .template-configuration .template-name-section .template-name-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box}.templates-list-container .template-full-view .template-configuration .template-name-section .template-name-input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.templates-list-container .template-full-view .template-configuration .template-name-section .char-counter{display:block;text-align:right;font-size:12px;color:#666;margin-top:4px}.templates-list-container .template-full-view .template-configuration .template-variables-section{margin-bottom:24px}.templates-list-container .template-full-view .template-configuration .template-variables-section h3{margin-bottom:16px}.templates-list-container .template-full-view .template-configuration .template-variables-section .variables-list{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.templates-list-container .template-full-view .template-configuration .template-variables-section .variables-list .template-variable label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.templates-list-container .template-full-view .template-configuration .template-variables-section .variables-list .template-variable .variable-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box}.templates-list-container .template-full-view .template-configuration .template-variables-section .variables-list .template-variable .variable-input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.templates-list-container .template-full-view .template-configuration .template-actionables-section h3{margin-bottom:16px}.templates-list-container .template-full-view .template-configuration .template-actionables-section .actionables-list{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.templates-list-container .template-full-view .template-configuration .template-actionables-section .actionables-list .actionable-item{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.templates-list-container .template-full-view .template-configuration .template-actionables-section .actionables-list .actionable-item input[type=checkbox]{width:16px;height:16px}.templates-list-container .template-full-view .template-configuration .template-actionables-section .actionables-list .actionable-item span{font-size:14px;color:#333}.templates-list-container .template-full-view .template-preview{flex:1 1;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.templates-list-container .template-full-view .template-preview .preview-tabs{display:flex;border-bottom:1px solid #e0e0e0}.templates-list-container .template-full-view .template-preview .preview-tabs .tab-button{flex:1 1;padding:16px;background:none;border:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .2s ease}.templates-list-container .template-full-view .template-preview .preview-tabs .tab-button.active{color:#007bff;border-bottom:2px solid #007bff}.templates-list-container .template-full-view .template-preview .preview-tabs .tab-button:hover:not(.active){background-color:#f5f5f5}.templates-list-container .template-full-view .template-preview .message-preview-container{padding:24px;display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px}.templates-list-container .template-full-view .template-preview .message-preview-container .dynamic-text-note{font-size:12px;color:#666;text-align:center;max-width:400px;line-height:1.4}.templates-list-container .template-footer-buttons{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#fff;border-top:1px solid #e0e0e0;grid-gap:16px;gap:16px}.templates-list-container .template-footer-buttons .feedback-button{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:12px 16px;background:none;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease}.templates-list-container .template-footer-buttons .feedback-button:hover{background-color:#f5f5f5}.templates-list-container .template-footer-buttons .feedback-button .feedback-icon{font-size:16px}.templates-list-container .template-footer-buttons .customize-button{padding:12px 24px;background:none;border:1px solid #007bff;border-radius:8px;font-size:14px;color:#007bff;cursor:pointer;transition:all .2s ease}.templates-list-container .template-footer-buttons .customize-button:hover{background-color:#f0f8ff}.templates-list-container .template-footer-buttons .send-button{padding:12px 32px;background-color:#007bff;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}.templates-list-container .template-footer-buttons .send-button:hover{background-color:#0056b3}.templates-list-container .template-footer-buttons .send-button:active{transform:translateY(1px)}.templates-list-container .template-header{display:flex;align-items:center;grid-gap:16px;gap:16px}.templates-list-container .template-header .back-button{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 12px;background:none;border:1px solid #ddd;border-radius:6px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease}.templates-list-container .template-header .back-button:hover{background-color:#f5f5f5}.templates-list-container .template-header .back-button .back-icon{font-size:16px;font-weight:700}.templates-list-container .template-header .template-title{font-size:20px;font-weight:600;color:#333;margin:0}@media (max-width:768px){.templates-list-container .templates-top-bar{flex-direction:column;grid-gap:16px;gap:16px;padding:16px;justify-content:space-between}.templates-list-container .templates-top-bar .category-filter,.templates-list-container .templates-top-bar .search-section{max-width:100%}.templates-list-container .templates-main-content .templates-grid{grid-template-columns:1fr}}@media (max-width:1200px){.templates-top-bar{grid-gap:16px;gap:16px;padding:16px 20px}.templates-top-bar .category-filter{min-width:180px}.templates-top-bar .search-section{max-width:300px}}@media (max-width:1000px){.templates-top-bar{grid-gap:12px;gap:12px;padding:16px}.templates-top-bar .category-filter{min-width:160px}.templates-top-bar .search-section{max-width:250px}.templates-top-bar .search-section .search-input-container{width:180px!important}}@media (max-width:1280px) and (min-width:1001px){.templates-top-bar{grid-gap:12px;gap:12px;padding:16px 20px}.templates-top-bar .category-filter{min-width:140px}.templates-top-bar .search-section{max-width:200px}.templates-top-bar .search-section .search-input-container{width:160px!important}}@media (max-width:1279px){.templates-top-bar.compact-search-mode{flex-wrap:wrap;grid-gap:12px;gap:12px;padding:16px 20px}.templates-top-bar.compact-search-mode .category-filter{min-width:none;max-width:none;flex:1 1;order:1}.templates-top-bar.compact-search-mode .search-section{max-width:none;margin-left:0;order:2;flex:0 0 100%}.templates-top-bar.compact-search-mode .search-section .search-input-container{width:100%!important;max-width:300px}}@media (max-width:768px){.templates-top-bar{flex-direction:column;align-items:stretch;grid-gap:16px;gap:16px;padding:16px}.templates-top-bar .category-filter{min-width:none;max-width:none;order:1}.templates-top-bar .search-section{max-width:none;order:2;margin-left:0}.templates-top-bar .search-section .search-input-container{width:100%!important;max-width:300px}}.close-component-btn{background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-left:auto;flex-shrink:0}.close-component-btn:hover{background-color:#f0f0f0}.close-component-btn:active{background-color:#e0e0e0}.close-component-btn .close-icon{font-size:20px;color:#666;font-weight:700;line-height:1;display:block}.tab-label-with-icon{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:14px;font-weight:500}.tab-label-with-icon svg{flex-shrink:0}.tab-label-with-icon span{white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.assistant-replies-selector{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.intention-button,.intention-button-expanded,.multicolor-glowing-border{background-color:initial;border:none;border-radius:20px;margin:5px;cursor:pointer;color:#03f;display:inline-block;font-size:.8rem;font-weight:lighter;position:relative;overflow:hidden;height:35px;max-height:45px;animation-delay:3ms;padding:0 6px;color:#49525f;font-weight:700}.intention-button-expanded:after,.intention-button:after,.multicolor-glowing-border:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(0,51,255,.3);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.intention-button-expanded:active:after,.intention-button:active:after,.multicolor-glowing-border:active:after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:1}20%{transform:scale(25);opacity:1}to{opacity:0;transform:scale(40)}}.intention-button{animation:fadeInUp .5s ease-out backwards,widthExpand .3s ease-out forwards;animation-fill-mode:forwards;display:flex;justify-content:flex-start;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transition:width .3s ease-out;position:relative}.intention-button strong{padding:5px 10px}.intention-button .vertical-line{width:1px;background-color:linear-gradient(90deg,#1335c9,#a120ad 75%,#cf2d55);height:100%;margin:0 10px;position:absolute;right:30.4px}.intention-button:hover{width:auto}.intention-button.expanded{border-left:1px solid #03f;padding-right:45px}.intention-button .insert-btn{padding-left:5px;padding-right:5px;border-right:1px solid #03f;height:100%;display:flex;align-items:center;justify-content:center}.intention-button .intention-edit{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:23px;height:23px;border-radius:50%;background:linear-gradient(135deg,#1335c9,#a120ad 75%,#cf2d55);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center}@keyframes widthExpand{0%{width:0}to{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.intention-button-expanded{padding:45px 15px;animation:fadeInUp .5s ease-out backwards;background-color:#f5f5f5;color:#0e0e0e;position:absolute;bottom:0;right:0;max-width:350px;width:350px;height:auto;max-height:250px;overflow-y:auto;z-index:10;border-radius:10px}.intention-button-expanded strong{top:10px}.intention-button-expanded .insert-btn,.intention-button-expanded strong{border:none;cursor:pointer;font-size:.8rem;font-weight:lighter;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:10px}.intention-button-expanded .insert-btn{background-color:initial;color:#03f;bottom:10px}.intention-button-expanded .intention-edit{cursor:pointer;font-size:1.2em;position:absolute;top:10px;right:10px}.multicolor-glowing-border:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:20px;padding:2px;background:linear-gradient(90deg,#1335c9,#cf2d55);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation-fill-mode:forwards}.vertical-line{width:1px;background-color:#03f;height:100%;margin:0 10px}.interactive-list{width:100%;border-collapse:collapse}.interactive-list th{text-align:left;padding:8px;border-bottom:1px solid #ddd}.interactive-list td{padding:8px}.interactive-list tr:hover{background-color:#f5f5f5}:root{--messenger-template-panel-title-color:#4e5053;--messenger-template-panel-description-color:#8e91a4}.messenger-template-panel{width:100%;height:100%;background:#fff;border-radius:16px;display:flex;flex-direction:column;padding:20px;grid-gap:12px;gap:12px}.messenger-template-panel__header{display:grid;grid-template-columns:50px auto 50px;align-items:flex-start;grid-gap:5px;gap:5px}.messenger-template-panel__header.no-back-area{grid-template-columns:auto 50px}.messenger-template-panel__header__back-area{display:flex;justify-content:center;align-items:center;height:100%;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.messenger-template-panel__header__back-area__icon{width:25px;height:25px;background-image:url(/v5/static/media/arrow-left.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__header__steps-area{display:flex;justify-content:flex-end;align-items:center;height:100%;width:100%}.messenger-template-panel__title{font-size:16px;font-weight:700;color:var(--messenger-template-panel-title-color)}.messenger-template-panel__description,.messenger-template-panel__steps{font-size:14px;color:var(--messenger-template-panel-description-color)}.messenger-template-panel__steps{-webkit-user-select:none;user-select:none}.messenger-template-panel__close-btn{background:none;border:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;font-size:20px;transition:all .2s ease}.messenger-template-panel__close-btn:hover{background-color:#f5f5f5;color:#333}.messenger-template-panel__close-btn .close-icon{font-weight:700}.messenger-template-panel__categories{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-bottom:12px}.messenger-template-panel__category-item{display:flex;align-items:center;padding:10px 16px;border-radius:12px;border:2px solid #e0e0e0;cursor:pointer;transition:all .2s ease;height:90px;box-sizing:border-box}.messenger-template-panel__category-item:hover{border-color:#007bff}.messenger-template-panel__category-item.selected{border:2px solid #007bff;box-shadow:0 0 0 4px rgba(0,102,255,.1)}.messenger-template-panel__category-item.not-available{cursor:not-allowed}.messenger-template-panel__category-item.not-available:hover{border-color:#e0e0e0}.messenger-template-panel__category-box{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#f5f5f5;margin-right:16px;position:relative}.messenger-template-panel__category-box i{font-size:24px;color:#595959}.messenger-template-panel__category-box i.messenger-template-gg-calendar-dates{background-image:url(/v5/static/media/calendar-dates.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-box i.messenger-template-gg-box{background-image:url(/v5/static/media/box.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-box i.messenger-template-gg-shield{background-image:url(/v5/static/media/shield.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-box i.messenger-template-gg-headset{background-image:url(/v5/static/media/headset.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-box i.messenger-template-gg-comment-alert{background-image:url(/v5/static/media/comment.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-box i.messenger-template-gg-bell-alert{background-image:url(/v5/static/media/bell.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel__category-content{display:flex;flex-direction:column;flex:1 1}.messenger-template-panel__category-title-container{margin-bottom:4px}.messenger-template-panel__title-group{display:flex;align-items:center;grid-gap:8px;gap:8px}.messenger-template-panel__category-title{font-size:14px;font-weight:700;color:var(--messenger-template-panel-title-color)}.messenger-template-panel__category-subtitle{font-size:12px;color:var(--messenger-template-panel-description-color);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;-webkit-user-select:none;user-select:none}.messenger-template-panel__footer{display:flex;justify-content:center;grid-gap:12px;gap:12px;margin-top:auto;padding-inline:24px}.messenger-template-panel__button{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:250px}.messenger-template-panel__button.secondary{background:#f5f5f5;color:var(--messenger-template-panel-title-color);border:none}.messenger-template-panel__button.secondary:hover{background:#e0e0e0}.messenger-template-panel__button.primary{background:#007bff;color:#fff;border:none}.messenger-template-panel__button.primary:hover{background:#0056b3}.messenger-template-panel__button.primary:disabled{opacity:.5;cursor:not-allowed}.messenger-template-panel__form_container{display:flex;flex-direction:column;grid-gap:0;gap:0}.messenger-template-panel__form_container .messenger-template-panel__form_title{font-size:14px;font-weight:600;color:var(--messenger-template-panel-title-color);margin-top:12px;margin-bottom:8px}.messenger-template-panel__form_container .messenger-template-panel__form_description{font-size:12px;color:var(--messenger-template-panel-description-color);margin:0}.messenger-template-panel__form_container .messenger-template-panel__message-input{width:100%;min-height:120px;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.messenger-template-panel__form_container .messenger-template-panel__message-input:focus{outline:none;border-color:#007bff}.messenger-template-panel__form_container .messenger-template-panel__count-characters{font-size:12px;color:var(--messenger-template-panel-description-color);text-align:right;margin:0}.messenger-template-panel__form_container .messenger-template-panel__schedule_section{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .messenger-template-panel__schedule-input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .messenger-template-panel__schedule-input:focus{outline:none;border-color:#007bff}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .messenger-template-panel__schedule_info{font-size:12px;color:#007bff;margin:8px 0 0;font-style:italic;text-align:center}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;grid-gap:8px;gap:8px}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.secondary{background-color:#f8f9fa;color:#666;border:1px solid #ddd}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.secondary:hover{background-color:#e9ecef}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.secondary:disabled{opacity:.5;cursor:not-allowed}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.primary{background-color:#007bff;color:#fff}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.primary:hover{background-color:#0056b3}.messenger-template-panel__form_container .messenger-template-panel__schedule_section .footer-button.primary:disabled{opacity:.5;cursor:not-allowed;background-color:#6c757d}.messenger-template-panel__form_disclaimer{display:flex;align-items:center;grid-gap:12px;gap:12px;background-color:#fff8ed;border:1px solid #ffe5c2;border-radius:8px;padding:12px;margin-top:12px}.messenger-template-panel__form_disclaimer .disclaimer-info{width:24px;height:24px;background-image:none;flex-shrink:0;background-color:#f8b62d;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.messenger-template-panel__form_disclaimer .disclaimer-info:before{content:"!";color:#fff;font-style:normal;font-weight:700;font-size:16px}.messenger-template-panel__form_disclaimer .disclaimer-text{font-size:14px;color:#664d03;font-weight:500;line-height:1.3;-webkit-user-select:none;user-select:none;margin:0;text-align:left}.messenger-template-panel__validation-window-message{display:flex;justify-content:flex-start;flex-direction:row;grid-gap:8px;gap:8px;font-size:12px;color:#f44336;background-color:#ffebee;padding:1px 8px;border-radius:5px}.messenger-template-panel__validation-window-message .validation-badge{font-weight:700;line-height:1.2;display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.messenger-template-panel__validation-window-message .validation-icon{background-image:url(/v5/static/media/info.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;background-position:50%}.messenger-template-panel .schedule-options{margin-top:16px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%}.messenger-template-panel .schedule-options .schedule-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:12px;gap:12px;width:100%;margin-bottom:12px}.messenger-template-panel .schedule-options .schedule-options-grid .schedule-option{cursor:pointer;padding:12px;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s ease}.messenger-template-panel .schedule-options .schedule-options-grid .schedule-option:hover{border-color:#1a73e8;background-color:rgba(26,115,232,.02)}.messenger-template-panel .schedule-options .schedule-options-grid .schedule-option.selected{border:2px solid #1a73e8;background-color:rgba(26,115,232,.06)}.messenger-template-panel .schedule-options .schedule-options-grid .schedule-option .option-label{font-weight:700;color:#333;margin-bottom:4px}.messenger-template-panel .schedule-options .schedule-options-grid .schedule-option .option-date{color:#6b7280;font-size:12px}.messenger-template-panel .schedule-options .schedule-options-grid .custom-option{cursor:pointer;padding:12px;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s ease}.messenger-template-panel .schedule-options .schedule-options-grid .custom-option:hover{border-color:#1a73e8;background-color:rgba(26,115,232,.02)}.messenger-template-panel .schedule-options .schedule-options-grid .custom-option .custom-label{font-weight:700;color:#333;margin-bottom:4px}.messenger-template-panel .schedule-options .schedule-options-grid .custom-option .custom-subtitle{color:#6b7280;font-size:12px}.messenger-template-panel .schedule-options .custom-date-picker{margin-bottom:12px;width:100%}.messenger-template-panel .schedule-options .custom-date-picker input[type=datetime-local]{width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}.messenger-template-panel .schedule-options .custom-date-picker input[type=datetime-local]:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px rgba(26,115,232,.1)}.messenger-template-panel .schedule-options .custom-date-picker .schedule-error{color:#b91c1c;font-size:12px;margin-top:6px;margin-bottom:12px}.messenger-template-panel .schedule-options .schedule-buttons{display:flex;grid-gap:8px;gap:8px;justify-content:flex-end}.messenger-template-panel .schedule-options .schedule-buttons.space-between{justify-content:space-between}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;grid-gap:8px;gap:8px}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.secondary{background-color:#f8f9fa;color:#666;border:1px solid #ddd}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.secondary:hover{background-color:#e9ecef}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.secondary:disabled{opacity:.5;cursor:not-allowed}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.primary{background-color:#007bff;color:#fff}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.primary:hover{background-color:#0056b3}.messenger-template-panel .schedule-options .schedule-buttons .schedule-btn.primary:disabled{opacity:.5;cursor:not-allowed;background-color:#6c757d}.input-with-label .input-with-label__label{font-size:12px;color:#343537;font-weight:600}.input-with-label .input-with-label__input{border-radius:4px;margin-top:5px;padding:0 5px;color:#495057;border:1px solid #8e91a4;font-size:14px}.input-with-label .error{border:1px solid #dc3545}.input-with-label .input-with-label__input:focus-visible{outline:none!important}.input-with-label input:disabled{background-color:-internal-light-dark(hsla(0,0%,93.7%,.3),rgba(59,59,59,.3))!important}.textarea-with-label .textarea-with-label__header{display:flex;justify-content:space-between;align-items:center}.textarea-with-label .textarea-with-label__icon{display:flex;align-items:center}.textarea-with-label .textarea-with-label__label{font-weight:700;font-size:12px;color:#49525f}.textarea-with-label .error-label{color:#dc3545}.textarea-with-label .textarea-with-label__textarea{width:100%;border-radius:4px;margin-top:5px;padding:0 5px;color:#495057;border:1px solid #ced4da;font-size:14px}.textarea-with-label .error{border:1px solid #dc3545}.textarea-with-label .textarea-with-label__textarea:focus-visible{outline:none!important}.segments-bar{height:14px;background-color:#fff;border-radius:5px;width:100%}.segments-bar__segment{height:100%;float:left;border-radius:5px;margin-right:5px}.segments-bar__segment--section-1{background-color:#71a368;margin-right:2px}.segments-bar__segment--section-2{background-color:#c65c58;margin-right:2px}.segments-bar__segment--section-3{background-color:#e7a755;margin-right:2px}.segments-bar__segment--section-4{background-color:#e76f51;margin-right:2px}.sentiment-record{display:flex;flex-direction:column;padding:.5rem .7rem;cursor:pointer}.sentiment-record.MT .info,.sentiment-record.MT .info-detail{flex-direction:row-reverse}.sentiment-record.MT .info .info-label,.sentiment-record.MT .info span{display:flex;flex-direction:row-reverse}.sentiment-record.active,.sentiment-record:hover{background-color:#f0f3fb}.sentiment-record .info-detail{display:flex;justify-content:space-between;width:100%;font-size:12px;color:#9b9b9b}.sentiment-record .info-detail img{transform:rotate(-90deg)!important}.sentiment-record .info{display:flex;justify-content:flex-start;align-items:center;width:100%}.sentiment-record .info span{width:30%;font-weight:bolder;font-size:14px}.sentiment-record .info .segments-bar{width:70%}.sentiment-record .text{color:#9b9b9b;flex:1 1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.sentiment-record-card{display:flex;flex-direction:row;align-items:center;background-color:#fff;border:1px solid var(--limit-border-color);border-radius:5px;margin-bottom:5px}.sentiment-record-card__icon{width:30%;text-align:center;font-size:4rem;display:flex;align-items:center;justify-content:center;margin:20px 0}.sentiment-record-card__icon img{max-width:100%;height:70px}.sentiment-record-card__details{width:70%}.sentiment-record-card__title{font-weight:700;margin-bottom:4px}.sentiment-record-card__meaning{color:#9b9b9b;font-size:12px}.overall{display:flex;flex-direction:column;background-color:#fff;padding:.6rem}.sentiment-overall{display:flex;flex-direction:row;align-items:center}.sentiment-overall.MT{flex-direction:row-reverse}.sentiment-overall__icon{width:30%;text-align:center;font-size:4rem;display:flex;justify-content:center;align-items:center}.sentiment-overall__icon img{max-width:100%;height:3.5rem}.sentiment-overall__details{width:70%}.sentiment-overall__title{font-weight:700;margin-bottom:4px;font-weight:600;font-size:1rem;color:#49525f}.sentiment-overall__meaning{color:#9b9b9b;font-size:10px}.reach-badge{display:flex;justify-content:center;align-items:center;background-color:initial;border:1px solid #0047ff;color:#0047ff;width:auto;padding:.2rem .5rem;border-radius:5px}.reach-badge small{font-size:.7em}.toggle-container{width:100%;display:flex;border-radius:9999px;grid-gap:4px;gap:4px;outline:none;color:#71717a;background-color:#f4f4f5;padding:.25rem;border:0 solid #e4e4e7}.toggle-container,.toggle-container .toggle-item{align-items:center;font-size:12px;box-sizing:border-box}.toggle-container .toggle-item{flex:1 1;min-width:0;background:none;text-align:center;display:flex;border:2px solid transparent;border-radius:20px;border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;line-height:16px;font-weight:500;padding:.375rem .75rem;white-space:nowrap;justify-content:center;display:inline-flex;cursor:pointer}.toggle-container .toggle-item .toggle__text-container{width:100%;line-height:1.2;display:flex;align-items:center;justify-content:center;grid-gap:4px;gap:4px}.toggle-container .toggle-item .toggle__text-container .toggle__icon{margin:0;display:flex;align-items:center}.toggle-container .toggle-item .icon{display:grid;grid-template-columns:1fr auto;grid-gap:4px;gap:4px}.toggle-container .selected{box-shadow:var(--toggle-selected-glow,0 1px 2px rgba(0,0,0,.06));color:var(--toggle-selected-color,#09090b);background-color:var(--toggle-selected-bg,#fff);border:1px solid var(--toggle-selected-border,#e4e4e7)}.help-tooltip{background-color:#00f;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;font-weight:700;position:absolute;cursor:help}.help-tooltip.TOPLEFT{left:0;top:0}.help-tooltip.TOPRIGHT{right:0;top:0}.help-tooltip.BOTTOMLEFT{left:0;bottom:0}.help-tooltip.BOTTOMRIGHT{right:0;bottom:0}.help-tooltip.DANGER{background-color:var(--danger);font-size:medium}.help-tooltip.INFO{background-color:var(--info);font-size:medium}.help-tooltip.WARNING{background-color:var(--warning);font-size:medium}.help-tooltip.SUCCESS{background-color:var(--success);font-size:medium}.help-tooltip.lg{width:40px;height:40px;font-size:large}.help-tooltip.md{width:30px;height:30px;font-size:medium}.help-tooltip.sm{width:15px;height:15px;font-size:small}.integrated-button-container{display:grid;grid-template-columns:35px auto auto 100px;align-items:center;border-radius:5px;border:1px solid #ccc;background-color:#fff;padding:20px}.integrated-button-container .integrated-button-icon{all:unset;grid-column:1/2;width:40px!important;height:40px!important;justify-content:center}.integrated-button-container .integrated-button-title-section{margin-left:10px;grid-column:2/4}.integrated-button-container .integrated-button-title-section .integrated-button-title{font-weight:700}.integrated-button-container .integrated-button{grid-column:4/5;text-align:center;border:1px solid #606060;color:#606060;background-color:#fff;border-radius:5px;padding:5px 10px;cursor:pointer;height:35px}.integrated-button-container .integrated-button:hover{background-color:#007bff;color:#fff;border:none}.custom-scroll-container{height:100%}.custom-scroll-container .header{width:100%;z-index:1;color:#8e91a4;margin:0;background-color:#fff;border:none;border-bottom:1px solid rgba(0,0,0,.1);padding:8px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;position:-webkit-sticky;position:sticky;top:0}.custom-scroll-container .header .go-back-button{width:auto;cursor:pointer;display:flex}.custom-scroll-container .header .go-back-button img{padding-right:10px;cursor:pointer}.custom-scroll-container .header .go-back-button span{height:20px;width:0;border:.8px solid #8e91a4;margin-left:15px;background:#8e91a4}.custom-scroll-container .header .go-back-button h2:nth-child(4){margin-left:15px;font-weight:bolder}.custom-scroll-container .content{padding-top:10px;margin:0}.select-cell{display:flex;align-items:center}.dismarc-all{margin-right:10px;color:red;font-weight:bolder;color:#2074ba;cursor:pointer}.bulk-actions{display:flex;justify-content:space-between;align-items:center;background:#f4f4f4;padding:.2rem 1rem;border-radius:0 0 10px 10px}.bulk-actions span{font-size:12px;font-weight:bolder}.bulk-actions .bulkaction-list{width:60%;display:flex;justify-content:flex-end;align-items:center}.bulk-actions .bulkaction-list :nth-of-type(n){display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;padding:.1rem .2rem;font-size:13px;font-weight:400}.bulk-actions .bulkaction-list :nth-of-type(n).add,.bulk-actions .bulkaction-list :nth-of-type(n).delete{font-size:12px;color:#2074ba}.custom-table-row.selectable:hover{background-color:#f5f5f5}.custom-data-table input[type=checkbox],.toolbar input[type=checkbox]{appearance:auto!important;-webkit-appearance:auto!important;margin:0;padding:0;border:initial;background:initial;outline:initial}.no-data-frame{height:200px;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;font-size:12px;flex-direction:column}.no-data-frame p{margin-top:10px;color:#b2b2b2;font-weight:700;-webkit-user-select:none;user-select:none}.toolbar{padding:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"toolbar-left toolbar-right" "main-toolbar main-toolbar";margin-bottom:15px}.toolbar .main-toolbar{grid-area:main-toolbar;padding:0 1.4rem;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.toolbar .main-toolbar .custom-checkbox-option{display:flex;align-items:center;justify-content:flex-start;font-size:13px;width:auto}.toolbar .main-toolbar .custom-checkbox-option label{margin-bottom:0}.toolbar .main-toolbar .custom-checkbox-option input[type=checkbox]{width:15px!important;height:15px!important;margin-right:10px;justify-content:center!important}.toolbar .main-toolbar .custom-checkbox-option span{display:flex;justify-content:center;align-items:center}.toolbar .toolbar-left{grid-area:toolbar-left;display:flex}.toolbar .toolbar-left .toolbar-left__item{background-color:azure}.toolbar .toolbar-right{grid-area:toolbar-right;display:flex;justify-content:flex-end;align-items:flex-end}.toolbar .toolbar-right .toolbar-right__item{border-radius:4px;background-color:#fff;padding:4px;border:1px solid #dcdcdc;position:relative;display:flex;justify-content:center;align-items:center}.toolbar .toolbar-right .toolbar-right__item .download-component{position:inherit}@media screen and (max-width:768px){.toolbar{padding:0 4px}.toolbar .toolbar-left{max-width:250px;justify-content:flex-start}.toolbar .toolbar-left .toolbar-left__item{margin-right:10px}}.reach-secondary-btn{background-color:#fff;padding:10px 20px;border-radius:5px;border:1px solid #00bae0;cursor:pointer;color:#00bae0;width:150px;margin-top:10px}.actionCellBtn{width:30px;height:30px;width:auto;min-width:30px;min-height:30px;border-radius:4px;display:flex;justify-content:center;align-items:center;background-color:initial;cursor:pointer}.actionCellBtn img,.actionCellBtn svg{width:20px;height:20px}.actionCellBtn strong{display:none}@media screen and (max-width:768px){.actionCellBtn{width:auto;height:30px;min-width:30px;min-height:30px;padding:0 10px}.actionCellBtn strong{display:inline-block;margin-right:10px;color:#fff}}.columnHeader{background-color:var(--table-header-background-components)!important;color:var(--table-header-color-components)!important;border-radius:var(--table-border-radius-components)!important;font-size:var(--body-font-size-components)!important}.rowBody:nth-of-type(2n){background-color:var(--table-row-background-components);color:var(--table-row-color-components);border:4px;border-color:red}.rowBody:hover{background-color:#f5f5f5}.loading-more{border:1px solid #9e9a9a;color:#9e9a9a;cursor:not-allowed}.show-loading-animation.rect-shape,.show-loading-animation .rect-shape,.show-loading-animation.round-shape,.show-loading-animation .round-shape,.show-loading-animation.text-row,.show-loading-animation .text-row{animation:react-placeholder-pulse 1.5s infinite}@keyframes react-placeholder-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.container-card{border:1px solid var(--primary-background-components);border-radius:5px;padding:10px;width:100%;height:auto}.container-card .header-container{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;color:#000}.container-card .content-container{width:100%;display:grid;grid-template-columns:auto}.container-card .content-container .titles-container{display:grid;grid-template-columns:auto;font-size:14px;font-weight:600;color:#000;margin-top:10px}.container-card .content-container .titles-container .info-container{display:grid;grid-template-columns:auto auto;color:#000;margin-top:10px}.container-card .content-container .titles-container .info-container .title{font-size:14px;font-weight:600;color:#000}.container-card .content-container .titles-container .info-container .node{font-size:12px;color:#000;text-align:right}.collapse-menu{padding:0 10px;color:#333;margin-bottom:1rem;font-size:12px}.collapse-menu-title{font-weight:700;margin-bottom:.5rem}.collapse-menu-list{list-style:none;margin:0;padding:0}.collapse-menu-item{position:relative;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s ease-in-out}.collapse-menu-item:hover{background-color:#f5f5f5}.active-collapsemenu{font-weight:700;color:#5087ec;background-color:#dce7fb;border-radius:0 5px 5px 0}.sub-item-active{font-weight:700}.collapse-menu-caret{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0;height:0;border-color:#333 transparent transparent;border-style:solid;border-width:.3rem .3rem 0;transition:transform .2s ease-in-out}.collapse-menu-caret.up{transform:translateY(-50%) rotate(-180deg)}.collapse-menu-sublist{list-style:none;margin:0;padding:0;display:none}.collapse-menu-sublist.open{display:block}.collapse-menu-sublist.open>li>a{text-decoration:none}.collapse-menu-subitem{display:block;padding:.5rem 1.5rem;color:#333;text-decoration:none;transition:background-color .2s ease-in-out}.collapse-menu-subitem:hover{background-color:#f5f5f5}.inactive-conversations-panel{grid-area:inactive-conversations-panel;bottom:0;padding:15px;border:1px solid #6586de;transition:height .3s ease;display:grid;grid-template-columns:80% 20%;grid-template-rows:20% 80%;grid-template-areas:"title button" "text button";cursor:pointer;background-color:#fff}.inactive-conversations-panel .title{grid-area:title;font-size:14px;font-weight:bolder;color:#6586de;margin:0}.inactive-conversations-panel .text{grid-area:text;font-size:10px;font-weight:400;color:#8a8a8a;margin:0;line-height:normal;display:flex;justify-content:flex-start;align-items:center}.inactive-conversations-panel .button{grid-area:button;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;font-size:10px;font-weight:600;color:#606060;cursor:pointer;border:none}.inactive-conversations-panel .button img{width:20px;height:20px}.chips-component,.chips__list{display:flex;justify-content:flex-start;flex-wrap:wrap;grid-gap:5px;gap:5px}.chips-component{width:100%;padding:5px;border-radius:3px}.chips-component .chips__input{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:auto!important;outline:none;border:none;background:none;font-size:.7rem}.chips-component .chips__list .chips__item{width:80px;height:30px;background:#5087ec;display:flex;align-items:center;justify-content:center;border-radius:3px;display:grid;grid-template-columns:60px 20px;cursor:auto}.chips-component .chips__list .chips__item .chips__item-text{padding:0 5px;color:#fff;font-size:12px;margin:auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:55px;pointer-events:none}.chips-component .chips__list .chips__item .chips__item-delete{cursor:pointer;display:flex;align-items:center;justify-content:center}.chips-component .chips__list .read-only{padding:5px;display:flex;justify-content:flex-start}.chips-component .chips__list .read-only .chips__item-text{margin:0;width:70px}.editfields-detail{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.editfields-detail .actions{display:flex;width:75px;justify-content:space-between;align-items:flex-end;flex-direction:row}.editfields-detail .inputs{width:100%}.editfield-btn{display:flex;justify-content:space-between;align-items:center;width:35px;min-width:35px;max-width:65px;height:25px;border-radius:4px;font-size:12px;padding:3px;justify-content:center;grid-gap:5px;gap:5px;cursor:pointer;font-weight:700;border:none}.editfield-btn,.editfield-btn.active{color:#fff;background:#0047ff}.editfield-btn.danger{background:#d54b3d;color:#fff}.editfield-noedit{display:flex;justify-content:space-between}.editfield-noedit .item-info{width:90%;margin-right:10px}.item-info .item-info-content{display:flex;width:100%;justify-content:space-between;align-items:flex-start}.item-info .item-info-content .order-status-buttons{display:flex;align-items:center}.item-info .item-info-content .order-status-buttons .reviewbtn-btn{margin-left:10px;background:#fff;border:1px solid #e73089;color:#e73089!important;padding:2px 5px;font-weight:400!important;width:64px;height:22px;font-size:12px}.item-info .item-info-content .order-status-buttons .reviewbtn-btn:hover{color:#fff!important;background:#e73089!important}.item-info .item-info-content .order-status-buttons .default-btn{margin-left:10px;background:#fff;border:1px solid #d54b3d;color:#d54b3d!important;padding:2px 5px;font-weight:400!important;width:64px;height:22px;font-size:12px}.item-info .item-info-content .order-status-buttons .default-btn:hover{color:#fff!important;background:#d54b3d!important}.item-info .item-info-content .order-status-buttons .info-btn{margin-left:10px;background:#fff;border:1px solid #2074ba;color:#2074ba!important;padding:2px 5px;font-weight:400!important;width:64px;height:22px;font-size:12px}.item-info .item-info-content .order-status-buttons .info-btn:hover{color:#fff!important;background:#2074ba!important}.item-info .item-info-content .info-item-title{font-size:14px!important}.item-info .item-info-content .info-item-value{color:#606060;font-weight:700;-webkit-user-select:text;user-select:text;font-size:14px!important}.item-info .separator{background:#ddd;width:100%;height:2px;margin:10px 0}.sidebar{top:0;left:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%;height:100%;padding:0;background:#fff;transition:width .4s}.sidebar-header{display:flex;align-items:center;height:50px;padding-left:10px}.sidebar-header .sidebar-header-title{font-size:var(--subtitle-font-size-components);color:var(--subtitle-font-color-components);font-weight:800;-webkit-user-select:none;user-select:none}.sidebar .sidebar-header button{width:54px}.sidebar-logo{height:20px}.sidebar button{background:transparent;border:0;cursor:pointer;text-align:left;position:relative;display:flex;grid-gap:16px;gap:16px;align-items:center;height:50px;width:100%;border-radius:6px;font-family:inherit;font-size:var(--body-font-size-components);color:var(--body-font-color-components);font-weight:400;line-height:1;padding:0 10px;transition:background .3s;margin:0}.sidebar button span:nth-child(2){flex:1 1 auto}.sidebar button:is(.active,:hover){background:#dce7fb;color:#5087ec}.sidebar button span{transition:.3s}.sidebar button.active>span:nth-child(3){rotate:-180deg}.sidebar button:not(.active):hover{background:#e7edf8;color:#6c9aef}.sub-nav button.active:before{background:#4e5053}.sub-nav{overflow:hidden;transition:.5s}.sub-nav button{padding-left:54px}.sub-nav button:before{content:"";position:absolute;top:50%;left:25px;translate:0 -50%;width:5px;height:5px;border-radius:50%;background-color:#4e5053}.icon-box{height:25px;width:25px;display:flex;justify-content:center;align-items:center}.gg-chevron-down{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.gg-chevron-down:after{content:"";position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;transform:rotate(45deg);left:4px;top:2px}.gg-chevron-down:after,.gg-lock{display:block;box-sizing:border-box}.gg-lock{position:relative;transform:scale(var(--ggs,1));width:12px;height:11px;border:2px solid;border-top-right-radius:50%;border-top-left-radius:50%;border-bottom:transparent;margin-top:-12px}.gg-lock:after{content:"";display:block;box-sizing:border-box;position:absolute;width:16px;height:10px;border-radius:2px;border:2px solid transparent;box-shadow:0 0 0 2px;left:-4px;top:9px}.gg-credit-card{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:24px;height:18px;border:2px solid;border-radius:4px}.gg-credit-card:after,.gg-credit-card:before{content:"";display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:24px;left:-2px;height:2px;background:currentColor;top:9px}.gg-credit-card:before{width:6px;left:2px;top:3px}.gg-profile,.gg-profile:after,.gg-profile:before{display:block;box-sizing:border-box;border:2px solid;border-radius:100px}.gg-profile{overflow:hidden;transform:scale(var(--ggs,1));width:22px;height:22px;position:relative}.gg-profile:after,.gg-profile:before{content:"";position:absolute;top:2px;left:5px;width:8px;height:8px}.gg-profile:after{border-radius:200px;top:11px;left:0;width:18px;height:18px}.gg-inbox{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:18px;border:2px solid;box-shadow:inset 0 -2px 0 0;border-radius:3px}.gg-inbox:after,.gg-inbox:before{content:"";display:block;box-sizing:border-box;position:absolute;background:currentColor;height:7px;width:7px;border-radius:2px;bottom:-2px}.gg-inbox:before{left:-2px}.gg-inbox:after{right:-2px}.gg-plug{position:relative;display:block;box-sizing:border-box;transform:scale(var(--ggs,1));width:12px;height:20px}.gg-plug:after,.gg-plug:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-plug:before{width:12px;height:10px;border:2px solid;border-bottom-left-radius:8px;border-bottom-right-radius:8px;top:5px}.gg-plug:after{width:2px;height:4px;background:currentColor;left:2px;border-radius:22px;box-shadow:6px 0 0,3px 14px 0,3px 16px 0}.gg-comment{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:20px;height:16px;border:2px solid;border-bottom:0;box-shadow:-6px 8px 0 -6px,6px 8px 0 -6px}.gg-comment:after,.gg-comment:before{content:"";display:block;box-sizing:border-box;position:absolute;width:8px}.gg-comment:before{border:2px solid;border-top:2px solid transparent;border-bottom-left-radius:20px;right:4px;bottom:-6px;height:6px}.gg-comment:after{height:2px;background:currentColor;box-shadow:0 4px 0 0;left:4px;top:4px}.gg-smile{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:20px;height:20px;border:2px solid;border-radius:100px}.gg-smile:after,.gg-smile:before{content:"";display:block;box-sizing:border-box;position:absolute;left:4px}.gg-smile:before{background:currentColor;box-shadow:6px 0 0;width:2px;height:2px;border-radius:50%;top:5px}.gg-smile:after{width:8px;height:4px;border-radius:150px;border-top-left-radius:0;border-top-right-radius:0;border:2px solid;border-top:2px solid transparent;top:9px}.gg-bell,.gg-bell:before{border-top-left-radius:100px;border-top-right-radius:100px}.gg-bell{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));border:2px solid;border-bottom:0;width:14px;height:14px}.gg-bell:after,.gg-bell:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-bell:before{background:currentColor;width:4px;height:4px;top:-4px;left:3px}.gg-bell:after{border-radius:3px;width:16px;height:10px;border:6px solid transparent;border-top:1px solid transparent;box-shadow:inset 0 0 0 4px,0 -2px 0 0;top:14px;left:-3px;border-bottom-left-radius:100px;border-bottom-right-radius:100px}.gg-tag,.gg-tag:before{display:block;border:2px solid}.gg-tag{border-right:0;border-top-left-radius:3px;border-bottom-left-radius:3px;box-sizing:border-box;transform:scale(var(--ggs,1));position:relative;width:19px;height:14px}.gg-tag:before{content:"";position:absolute;width:2px;height:2px;box-sizing:initial;border-radius:100px;right:0;top:2px}.gg-tag:after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-right:2px solid;border-bottom-right-radius:4px;transform:rotate(-45deg);top:0;right:-5px}.gg-software-download{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:16px;height:6px;border:2px solid;border-top:0;border-bottom-left-radius:2px;border-bottom-right-radius:2px;margin-top:8px}.gg-software-download:after{width:8px;height:8px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg);left:2px;bottom:4px}.gg-software-download:after,.gg-software-download:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-software-download:before{border-radius:3px;width:2px;height:10px;background:currentColor;left:5px;bottom:5px}.gg-options{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:10px;height:2px;box-shadow:-3px 4px 0 0,3px -4px 0 0}.gg-options:after,.gg-options:before{content:"";display:block;box-sizing:border-box;position:absolute;width:8px;height:8px;border:2px solid;border-radius:100%}.gg-options:before{top:-7px;left:-4px}.gg-options:after{bottom:-7px;right:-4px}.gg-briefcase{box-sizing:border-box;position:relative;display:block;transform:scale(1);width:22px;height:16px;border:2px solid;border-radius:2px;margin-top:1px}.gg-briefcase:after,.gg-briefcase:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-briefcase:before{border:2px solid;border-top-left-radius:1px;border-top-right-radius:1px;left:4px;width:10px;height:4px;border-bottom:0;top:-5px}.gg-briefcase:after{width:18px;height:3px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:1px solid transparent;box-shadow:0 2px 0,inset 16px 74px 0;top:4px}.gg-user-list{display:block;transform:scale(1);box-sizing:border-box;width:20px;height:18px;background:linear-gradient(270deg,currentColor 8px,transparent 0) no-repeat 14px 4px/6px 2px,linear-gradient(270deg,currentColor 8px,transparent 0) no-repeat 14px 8px/6px 2px,linear-gradient(270deg,currentColor 8px,transparent 0) no-repeat 14px 12px/6px 2px}.gg-user-list:after,.gg-user-list:before{content:"";display:block;box-sizing:border-box;position:absolute;border:2px solid}.gg-user-list:before{width:8px;height:8px;border-radius:30px;top:0;left:2px}.gg-user-list:after{width:12px;height:9px;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;top:9px}@keyframes rotateAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.settings-header{float:left;height:auto;background-color:#fff;align-items:flex-start;flex-direction:column}.settings-header,.settings-header .header-go-back{width:100%;display:flex;justify-content:flex-start}.settings-header .header-go-back{height:45px;border-bottom:1px solid #d3d3d3;text-align:center;align-items:center;box-sizing:border-box;color:#6d7175;font-weight:600;margin-bottom:15px;cursor:pointer}.settings-header .header-go-back,.settings-header .header-go-back .go-back-title{font-size:15px;-webkit-user-select:none;user-select:none}.settings-header .header-go-back .gg-chevron-left{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.settings-header .header-go-back .gg-chevron-left:after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);left:6px;top:4px}.settings-header .header-go-back:hover{color:#0084ff}.settings-header .header-headline{height:auto;min-height:85px;box-sizing:border-box;padding:5px;display:grid;grid-template-columns:80px auto 125px;grid-column-gap:10px;border-collapse:collapse;width:100%}.settings-header .header-headline.no-logo{grid-template-columns:auto 125px}.settings-header .header-headline.min-height-card{min-height:50px}.settings-header .header-headline .settings-header-logo{display:flex;justify-content:center;align-items:center}.settings-header .header-headline .settings-header-logo .settings-header-logo-img{height:90%;width:90%;object-fit:contain}.settings-header .header-headline .header-description{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.settings-header .header-headline .header-description .header-description-title{font-size:17px;font-weight:800;color:#4e5053;display:inline-block;margin-right:10px}.settings-header .header-headline .header-description .header-description-last-update{display:flex;margin-top:5px;justify-content:flex-start;align-items:center;flex-direction:row;font-size:14px;color:#8e91a4}.settings-header .header-headline .header-description .header-description-last-update .header-reload-button{background:transparent;color:#8e91a4;width:20px;height:20px;padding:0!important}.settings-header .header-headline .header-description .header-setting-description{font-size:14px;color:#8e91a4}.settings-header .header-headline .header-action{display:flex;justify-content:center;align-items:center}.settings-header .header-headline-description{width:100%;min-height:75px;box-sizing:border-box;padding:10px 5px;text-align:justify;overflow:hidden;font-size:15px;color:#6b7280}.settings-header .gg-redo{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:14px;border:2px solid;border-right:2px solid transparent;border-radius:100px;margin-right:10px}.settings-header .gg-redo:before{content:"";display:block;box-sizing:border-box;position:absolute;width:6px;height:6px;border-top:2px solid;border-right:2px solid;top:-3px;right:-1px;transform:rotate(68deg)}.settings-header .gg-redo.rotate{animation:rotateAnimation 1s linear infinite}.integration-card-container{min-width:365px;height:75px;display:grid;grid-template-columns:75px auto 125px;grid-gap:5px;gap:5px;border-radius:10px;border:1px solid #ccc;background-color:#fff;box-shadow:0 0 20px -3px rgba(0,0,0,.1);overflow:hidden}.integration-card-container .integration-card-logo{width:100%;height:100%;border-top-left-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;background-size:60%;background-position:50%;background-repeat:no-repeat;background-color:#f4f4f4}.integration-card-container .integration-card-info{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.integration-card-container .integration-card-info .integration-card-info-title{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-end;font-size:14px!important;color:var(--subtitle-font-color-components);font-weight:var(--subtitle-font-weight-components)}.integration-card-container .integration-card-info .integration-card-info-caption{width:100%;height:auto;font-size:13px!important;color:var(--body-font-color-components);font-weight:var(--body-font-weight-components)}.integration-card-container .integration-card-info .integration-card-info-caption .integration-card-info-caption-text{margin:0!important;padding:0!important;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.integration-card-container .integration-card-button-area{height:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.integration-card-container .integration-card-button-area .integration-card-button{width:100px;height:30px;background-color:initial;border:1px solid #606060;color:#606060;border-radius:5px}.integration-card-container .integration-card-button-area .integration-card-button:hover{background-color:#007bff;color:#fff;border:none}.channel-card-container{width:auto;min-width:500px;min-height:75px;display:grid;grid-template-columns:75px auto 225px;grid-gap:5px;gap:5px;border-radius:10px;border:1px solid #ccc;background-color:#fff;box-shadow:0 0 20px -3px rgba(0,0,0,.1);overflow:hidden}.channel-card-container .channel-card-logo{position:relative;width:100%;height:100%;border-top-left-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#f4f4f4}.channel-card-container .channel-card-detail{position:absolute;bottom:0;right:0;height:25px;width:25px;background-color:#f4f4f4;border-top-left-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.channel-card-container .channel-whatsapp{width:75%;height:75%;background:url(/v5/static/media/card-detail-whatsapp-business.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-waba{width:75%;height:75%;background:url(/v5/static/media/card-detail-whatsapp.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-messenger{width:75%;height:75%;background:url(/v5/static/media/card-detail-messenger.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-instagram{width:75%;height:75%;background:url(/v5/static/media/card-detail-instagram.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-telegram{width:75%;height:75%;background:url(/v5/static/media/card-detail-telegram.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-rcs{width:75%;height:75%;background:url(/v5/static/media/card-detail-rcs.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-webchat{width:75%;height:75%;background:url(/v5/static/media/card-detail-webchat.svg) no-repeat 50%;background-size:contain}.channel-card-container .channel-card-info{height:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.channel-card-container .channel-card-info .channel-card-info-title{font-size:15px;color:var(--subtitle-font-color-components);font-weight:var(--subtitle-font-weight-components)}.channel-card-container .channel-card-info .channel-card-info-caption{font-size:13px;color:var(--body-font-color-components);font-weight:var(--body-font-weight-components)}.channel-card-container .channel-card-button-area{height:100%;box-sizing:border-box;display:flex;justify-content:end;align-items:center}.channel-card-container .channel-card-button-area .channel-card-button{width:100px;height:30px;background-color:initial;border:1px solid #606060;color:#606060;border-radius:5px;margin-right:13px}.channel-card-container .channel-card-button-area .channel-card-button:hover{background-color:#007bff;color:#fff;border:none}.channel-card-detail-container{width:auto;min-width:400px;height:auto;background-color:#fff;border:1px solid #d3d3d3;padding-inline:10px;padding-block:10px;color:#212529}.channel-card-detail-container .channel-card-detail-inner{width:100%;height:100%;display:grid;grid-template-columns:60% 40%}.channel-card-detail-container .channel-card-detail-inner.one-column{grid-template-columns:100%}.channel-card-detail-container .channel-card-detail-info{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;box-sizing:border-box}.channel-card-detail-container .channel-card-detail-info .gg-sync{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:14px;height:14px;border:2px solid;border-right:2px solid transparent;border-radius:100px;margin-right:5px}.channel-card-detail-container .channel-card-detail-info .gg-sync:before{content:"";display:block;box-sizing:border-box;position:absolute;width:6px;height:6px;border-top:2px solid;border-right:2px solid;top:-3px;right:-1px;transform:rotate(68deg)}.channel-card-detail-container .channel-card-detail-info .gg-sync.rotate{animation:rotateAnimation 1s linear infinite}.channel-card-detail-container .channel-card-detail-info .sync-box{-webkit-user-select:none;user-select:none;cursor:pointer}.channel-card-detail-container .channel-card-detail-info .channel-card-detail-item{width:100%;height:25px;margin-block:.5rem;border-bottom:1px solid rgba(0,0,0,.1);display:grid;grid-template-columns:50% 50%}.channel-card-detail-container .channel-card-detail-info .channel-card-detail-item .channel-card-detail-value{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;font-size:14px}.channel-card-detail-container .channel-card-detail-info .channel-card-detail-item .channel-card-detail-field{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;font-size:15px}.channel-card-detail-container .channel-card-detail-info .channel-status{width:20px;height:20px;border-radius:50%;display:inline-block}.channel-card-detail-container .channel-card-detail-info .channel-status:before{content:"";width:10px;height:10px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.channel-card-detail-container .channel-card-detail-info .channel-active{background-color:#20af5a;position:relative;margin-right:5px}.channel-card-detail-container .channel-card-detail-info .channel-inactive{background-color:red;position:relative;margin-right:5px}.channel-card-detail-container .channel-card-detail-info .channel-card-detail-footer,.channel-card-detail-container .channel-card-detail-info .channel-card-detail-sync{font-size:12px;color:#49525f}.channel-card-detail-container .channel-card-detail-info>hr{width:95%;border-top:1px solid rgba(0,0,0,.1)}.channel-card-detail-container .channel-card-detail-action{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-inline:20px;padding-block:10px;box-sizing:border-box}.desconnect-channel-box{display:flex;justify-content:flex-start;align-items:center;font-size:12px;color:#49525f;margin-top:25px}.desconnect-channel-box .desconnect-channel{color:#dc3545;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;text-decoration:none}.channel-card-desconnect-section{display:flex;justify-content:flex-end;align-items:center;text-align:center;width:100%;height:30px;padding-block:10px;font-size:14px;color:#f50032;font-weight:600}.channel-card-desconnect-section .disconnect-box{-webkit-user-select:none;user-select:none;cursor:pointer}.go-back-box{width:100%;height:45px;border-bottom:1px solid #d3d3d3;background-color:#fff;display:flex;box-sizing:border-box;justify-content:flex-start;align-items:center;-webkit-user-select:none;user-select:none;color:#6d7175;font-size:15px;font-weight:600;margin-bottom:15px}.go-back-box .go-back-box-item{display:flex;justify-content:center;align-items:center;flex-direction:row;cursor:pointer}.go-back-box .go-back-box-item .go-back-box-title{font-size:15px;-webkit-user-select:none;user-select:none}.go-back-box .go-back-box-item .gg-back-chevron-left{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.go-back-box .go-back-box-item .gg-back-chevron-left:after{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:10px;border-bottom:2px solid;border-left:2px solid;transform:rotate(45deg);left:6px;top:4px}.go-back-box .go-back-box-item:hover{color:#0084ff}.settings-channel-selection{width:50px;height:50px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border-radius:10px;cursor:pointer}.settings-channel-selection:hover{background-color:#ddd;border:1px solid #ddd}.settings-channel-selection .settings-channel-selection-logo{position:relative;width:40px;height:40px;border-radius:10px;box-sizing:border-box;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#f4f4f4}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-active{position:absolute;top:-15px;right:-10px;height:25px;width:25px;background-color:#05cb74;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;color:#fff}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-active .settings-channel-selection-check{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-active .settings-channel-selection-check:after{content:"";display:block;box-sizing:border-box;position:absolute;left:2px;top:-5px;width:8px;height:14px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg)}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail{position:absolute;bottom:-5px;right:-10px;height:25px;width:25px;background-color:#f4f4f4;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-whatsapp{width:75%;height:75%;background:url(/v5/static/media/card-detail-whatsapp-business.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-waba{width:75%;height:75%;background:url(/v5/static/media/card-detail-whatsapp.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-messenger{width:75%;height:75%;background:url(/v5/static/media/card-detail-messenger.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-instagram{width:75%;height:75%;background:url(/v5/static/media/card-detail-instagram.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-telegram{width:75%;height:75%;background:url(/v5/static/media/card-detail-telegram.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-detail .settings-channel-selection-webchat{width:75%;height:75%;background:url(/v5/static/media/card-detail-webchat.svg) no-repeat 50%;background-size:contain}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-disabled{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,67.1%,.51);border-radius:10px;z-index:1;display:flex;justify-content:center;align-items:center;color:#fff}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-disabled .settings-channel-selection-lock{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:12px;height:11px;border:2px solid;border-top-right-radius:50%;border-top-left-radius:50%;border-bottom:transparent;margin-top:-12px}.settings-channel-selection .settings-channel-selection-logo .settings-channel-selection-disabled .settings-channel-selection-lock:after{content:"";display:block;box-sizing:border-box;position:absolute;width:16px;height:10px;border-radius:2px;border:2px solid transparent;box-shadow:0 0 0 2px;left:-4px;top:9px}.channel-rcs-info{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.channel-rcs-info .channel-rcs-title{font-weight:500;font-size:14px;color:#333}.channel-rcs-info .channel-rcs-subtitle{font-size:12px;color:#666}.gg-plug-container{position:absolute;top:-5px;right:3px;width:20px;height:20px;background-color:#ccc;border-radius:50%;display:flex;justify-content:center;align-items:center}.gg-plug-container.active{background-color:#a6ce6b}.gg-plug-container.active .gg-plug{color:#fff}.gg-plug-container.inactive{background-color:#d3d3d3}.gg-plug-container .gg-plug{position:relative;display:block;box-sizing:border-box;transform:scale(.7) rotate(45deg);width:12px;height:20px}.gg-plug-container .gg-plug:after,.gg-plug-container .gg-plug:before{content:"";display:block;box-sizing:border-box;position:absolute}.gg-plug-container .gg-plug:before{width:12px;height:10px;border:2px solid;border-bottom-left-radius:8px;border-bottom-right-radius:8px;top:5px}.gg-plug-container .gg-plug:after{width:2px;height:4px;background:currentColor;left:2px;border-radius:22px;box-shadow:6px 0 0,3px 14px 0,3px 16px 0}.autocomplete-container{width:100%}.autocomplete-input{width:100%;margin-bottom:10px}.selected-options-container{display:flex;margin-bottom:10px;flex-wrap:wrap}.selected-options-container span.selected-options{font-weight:800;align-items:center;display:flex;list-style:none;margin-bottom:5px;margin-right:5px;padding:5px 10px;max-height:34px;background:var(--color-soft-blue);color:var(--color-white);border-radius:3px}.selected-options-container span.selected-options button{color:var(--color-white);font-size:20px;font-weight:100;align-items:center;-webkit-appearance:none;appearance:none;background:none!important;border:none;border-radius:50%;cursor:pointer;display:inline-flex;height:15px;justify-content:center;line-height:0;margin-left:8px;padding:0;width:15px}.autocomplete-suggestions-container{width:100%;overflow-y:auto;max-height:150px;padding:5px;border:1px solid #ccc;border-radius:5px}.autocomplete-suggestions-container option{padding:5px;cursor:pointer}.autocomplete-suggestions-container option:hover{background-color:#f0f0f0}.checkbox-container{height:20px;width:20px;display:flex;justify-content:center;align-items:center}.checkbox-container .unchecked{border:2px solid #d9d9d9;background-color:#fff}.checkbox-container .partial-check{display:flex;justify-content:center;align-items:center;padding-left:0!important}.checkbox-container .partial-check .square{height:15px;width:15px;background:#006dff;position:relative;border-radius:3px;display:flex;justify-content:center;align-items:center;cursor:pointer;pointer-events:none}.checkbox-container .partial-check .rectangle{width:7px;height:3px;background:#fff;pointer-events:none}.checkbox-container .full-check{border:2px solid #5ab45c;background-color:#e9ffed}.card-with-list-container{float:left;width:100%;height:auto;display:flex;flex-direction:column;margin:5px 0;border:1px solid #e8e8e8;border-radius:10px}.card-with-list-container .general-description{padding:1rem}.card-with-list-container ul.fixed-list-container{list-style:none;padding:1rem 2rem}.card-with-list-container ul.fixed-list-container li.fixed-list-item{position:relative;padding-left:0;margin-bottom:10px;display:flex;align-items:center}.card-with-list-container ul.fixed-list-container li.fixed-list-item span{margin-left:10px}.card-with-list-container ul.fixed-list-container li.fixed-list-item .gg-check{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:22px;height:22px;border:2px solid transparent;border-radius:100px}.card-with-list-container ul.fixed-list-container li.fixed-list-item .gg-check:after{content:"";display:block;box-sizing:border-box;position:absolute;left:3px;top:-1px;width:6px;height:10px;transform-origin:bottom left;transform:rotate(45deg);border-color:#257dff;border-style:solid;border-width:0 2px 2px 0}.card-with-list-container .optional-container-title{padding:1rem;border-radius:5px 5px 0 0;border-top:1px solid #e8e8e8;font-weight:600}.card-with-list-container .optional-container-title .overall-checkbox{display:grid;grid-template-columns:5% 95%;grid-template-rows:1fr;grid-template-areas:"custom-checkbox title"}.card-with-list-container .optional-container-title .overall-checkbox input[type=checkbox]{width:15px!important;display:flex;justify-content:flex-start;align-items:flex-start;margin:0;padding:0}.card-with-list-container .optional-container-title .overall-checkbox .info{display:flex;justify-content:flex-start;align-items:center}.card-with-list-container .optional-list-container{width:100%;border-radius:0 0 5px 5px;border-top:none;margin:10px 0 0;padding-left:4rem}.card-with-list-container .optional-list-container .card-with-list-item-checkbox{display:flex;border-radius:.25rem;margin-bottom:1rem;border-bottom:1px solid #e8e8e8;padding-bottom:1rem}.card-with-list-container .optional-list-container .card-with-list-item-checkbox input[type=checkbox]{width:15px!important;margin:0}.card-with-list-container .optional-list-container .card-with-list-item-checkbox .info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:1.5rem}.card-with-list-container .card-with-list-header{padding:.5rem 1rem;display:flex;justify-content:space-around;align-items:center;cursor:pointer}.card-with-list-container .card-with-list-header .custom-card-with-list-switch{position:relative;width:40px;height:34px}.card-with-list-container .card-with-list-header .custom-card-with-list-switch input{opacity:0;width:0;height:0}.card-with-list-container .card-with-list-header .custom-card-with-list-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:25px;height:20px}.card-with-list-container .card-with-list-header .custom-card-with-list-switch .slider:before{position:absolute;content:"";left:4px;bottom:2.5px;background-color:#fff;height:15px;width:15px;border-radius:50%;transition:.3s}.card-with-list-container .card-with-list-header .custom-card-with-list-switch input:checked+.slider{background-color:#257dff;border-radius:25px;height:20px}.card-with-list-container .card-with-list-header .custom-card-with-list-switch input:focus+.slider{box-shadow:0 0 1px #564311}.card-with-list-container .card-with-list-header .custom-card-with-list-switch input:checked+.slider:before{transform:translateX(18px)}.card-with-list-container .card-with-list-header .info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:.5rem;width:90%}.card-with-list-container .card-with-list-header .info .custom-control-label:after,.card-with-list-container .card-with-list-header .info .custom-control-label:before{display:none!important}.card-with-list-container .card-with-list-header:hover{background-color:#e8e8e8}.card-with-list-container .card-with-list-header.selected{background-color:#e1e9f5;border-radius:5px 5px 0 0}.status-badge{display:flex;align-items:center;padding:6px;border-radius:6px}.status-badge .status-indicator-container{position:relative;width:1.5rem}.status-badge .status-indicator-container .dot{width:6px;height:6px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.status-badge .status-indicator-container .dot.success{background-color:green}.status-badge .status-indicator-container .dot.warning{background-color:#ff0}.status-badge .status-indicator-container .dot.danger{background-color:red}.status-badge .status-indicator-container .pulsate-dot{width:12px;height:12px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulsate-dot 1s infinite}@keyframes pulsate-dot{0%{width:6px;height:6px;opacity:.8}to{width:12px;height:12px;opacity:0}}.status-badge .info{flex-grow:1}.smart-filters{background-color:initial;box-sizing:border-box;padding:4px 0;max-width:28rem;margin-left:auto;margin-right:auto}.smart-filters .smart-filters-search-bar{height:40px;background-color:#f3f4f6;border-radius:9999px;grid-gap:.5rem;gap:.5rem;align-items:center;display:flex;box-sizing:border-box;padding:.5rem 15px .5rem .5rem}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main{display:flex;flex:1 1;align-items:center;grid-gap:.5rem;gap:.5rem}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-icon{width:1rem;height:1rem;color:#6b7280;margin-left:.5rem;pointer-events:none;flex-shrink:0}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion{color:#374151;font-weight:500;font-size:14px;line-height:20px;padding:.25rem .75rem;background-color:#e5e7eb;border-radius:9999px;grid-gap:.25rem;gap:.25rem;display:flex;align-items:center}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.NAME,.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.TAG{background-color:#2563eb;color:#fff}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.MESSAGE,.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.PHONE{background-color:#059669;color:#fff}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.CONTACT,.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion.EMAIL{background-color:#ca8a04;color:#fff}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-suggestion-icon{pointer-events:none;width:1rem;height:1rem;flex-shrink:0;color:inherit}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-main .smart-filters-search-bar-input{background:transparent;border-style:none;outline:2px solid transparent;outline-offset:2px;flex:1 1;font-size:14px!important}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button{font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:.375rem;white-space:nowrap;grid-gap:.5rem;gap:.5rem;margin:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;background-color:initial;border:none;cursor:pointer}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button:hover{background-color:#f1f5f9}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button:disabled{opacity:.5;pointer-events:none}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button.primary{background-color:#059669}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button .close-button-icon{width:1rem;height:1rem;pointer-events:none;flex-shrink:0;color:#374151}.smart-filters .smart-filters-search-bar .smart-filters-search-bar-button .send-button-icon{color:#fff;width:1rem;height:1rem;pointer-events:none;flex-shrink:0}.smart-filters .smart-filters-suggestions{width:100%;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;margin-top:.7rem}.smart-filters .smart-filters-suggestions .smart-filters-suggestions-item{width:auto;display:flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap;border-radius:9999px;background-color:#f3f4f6;border:1px #e2e8f0;padding:.5rem .75rem;font-size:14px;line-height:20px;height:35px;font-weight:500;color:#374151;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;box-sizing:border-box;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none}.smart-filters .smart-filters-suggestions .smart-filters-suggestions-item:hover{background-color:#e5e7eb}.smart-filters .smart-filters-suggestions .smart-filters-suggestions-item-icon{pointer-events:none;width:1rem;height:1rem;flex-shrink:0;color:inherit}.billing-payment-card{width:100%;height:150px;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);background-color:#fff;border-radius:8px;padding:5px 10px}.billing-payment-card .billing-payment-card-hr{width:100%;margin:0 auto;border-color:rgba(0,0,0,.15);border-width:1px}.billing-payment-card .billing-payment-card-row{flex:1 1}.billing-payment-card .payment-card-row-info{display:grid;grid-template-columns:75px auto;grid-gap:15px;gap:15px}.billing-payment-card .payment-card-row-info .payment-card-info{height:75px;display:flex;justify-content:center;align-items:center;align-items:flex-start;flex-direction:column}.billing-payment-card .payment-card-row-info .payment-card-info .payment-card-info-number{font-weight:700;font-size:14px;color:rgba(0,0,0,.8509803921568627);margin-bottom:5px}.billing-payment-card .payment-card-row-info .payment-card-info .payment-card-info-expires{font-weight:400;font-size:12px;color:rgba(0,0,0,.8509803921568627)}.billing-payment-card .payment-card-row-info .MAESTRO-LOGO,.billing-payment-card .payment-card-row-info .MASTERCARD-LOGO{width:100%;height:75px;background:url(/v5/static/media/mastercard-logo.svg) no-repeat 50%;background-size:contain}.billing-payment-card .payment-card-row-info .AMERICAN-EXPRESS-LOGO{width:100%;height:75px;background:url(/v5/static/media/american-express-logo.svg) no-repeat 50%;background-size:contain}.billing-payment-card .payment-card-row-info .VISA-LOGO{width:100%;height:75px;background:url(/v5/static/media/visa-logo.svg) no-repeat 50%;background-size:contain}.billing-payment-card .payment-card-row-actions{display:grid;grid-template-columns:50% 50%;grid-gap:5px;gap:5px}.billing-payment-card .payment-card-row-actions .pc-primary{display:flex;justify-content:flex-start;align-items:center;font-weight:400;font-size:12px;color:rgba(0,0,0,.8509803921568627)}.billing-payment-card .payment-card-row-actions .pc-actions{display:flex;justify-content:space-between;align-items:center}.billing-payment-card .payment-card-row-actions .pc-actions .pc-action-button{border:none;background:none;color:#007bff;font-weight:700;-webkit-user-select:none;user-select:none}.billing-payment-card .payment-card-row-actions .pc-actions .pc-action-button:disabled{opacity:.5}.billing-payment-card.add-payment{display:flex;justify-content:center;align-items:center;color:#007bff;font-weight:700;border-style:dashed;border-width:2px;font-size:13px;cursor:pointer}.billing-payment-card.add-payment .add-payment-centered{display:flex;justify-content:center;align-items:center;text-align:center}.billing-payment-card.add-payment .add-payment-method-icon,.billing-payment-card.add-payment .add-payment-method-icon:after{display:inline-block;box-sizing:border-box;background:currentColor;border-radius:10px}.billing-payment-card.add-payment .add-payment-method-icon{position:relative;transform:scale(.5);width:16px;height:3px}.billing-payment-card.add-payment .add-payment-method-icon:after{content:"";position:absolute;width:3px;height:16px;top:-7px;left:7px}.billing-payment-card.disabled-add-payment{opacity:.5;cursor:not-allowed}.summary-plan-card{width:100%;min-width:500px;height:75px;background-color:rgba(0,0,0,.03);border:1px solid #d3d3d3;border-radius:5px;padding:8px 16px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.summary-plan-card .summary-plan-card-item{display:grid;grid-template-columns:auto auto;grid-gap:15px;gap:15px;justify-content:center;align-items:center}.summary-plan-card .summary-plan-card-item.pay-card-left{padding-left:15px}.summary-plan-card .summary-plan-card-item.pay-card-right{padding-right:15px}.summary-plan-card .summary-plan-card-item .summary-plan-card-detail{display:grid;grid-template-rows:auto auto;grid-gap:5px;gap:5px}.summary-plan-card .summary-plan-card-item .pay-card-item-title{font-size:14px;color:rgba(0,0,0,.8509803921568627);font-weight:700}.summary-plan-card .summary-plan-card-item .pay-card-item-subtitle{font-size:14px;color:rgba(0,0,0,.5490196078431373);font-weight:400}.summary-plan-card .summary-plan-card-separator{display:grid;grid-template-rows:auto auto auto;text-align:center;color:rgba(0,0,0,.5490196078431373);padding:0 25px;font-size:13px}.summary-plan-card .pay-card-icons,.summary-plan-card .summary-plan-card-separator{align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.summary-plan-card .pay-card-icons{width:40px;height:40px;background-color:rgba(0,0,0,.05);border-radius:50%;box-sizing:border-box;display:flex}.summary-plan-card .pay-card-gg-dollar{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:2px;height:20px;background:currentColor}.summary-plan-card .pay-card-gg-dollar:after,.summary-plan-card .pay-card-gg-dollar:before{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:8px;border:2px solid}.summary-plan-card .pay-card-gg-dollar:before{border-right:0;border-top-left-radius:100px;border-bottom-left-radius:100px;top:3px;left:-6px;box-shadow:4px -2px 0 -2px}.summary-plan-card .pay-card-gg-dollar:after{border-left:0;border-top-right-radius:100px;border-bottom-right-radius:100px;bottom:3px;right:-6px;box-shadow:-4px 2px 0 -2px}.summary-plan-card .pay-card-gg-calculator{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:22px;border:2px solid;border-radius:2px}.summary-plan-card .pay-card-gg-calculator:after,.summary-plan-card .pay-card-gg-calculator:before{content:"";display:block;box-sizing:border-box;position:absolute;width:10px;height:2px;background:currentColor;top:2px;left:2px}.summary-plan-card .pay-card-gg-calculator:after{width:2px;box-shadow:4px 0 0,8px 0 0,0 4px 0,4px 4px 0,8px 4px 0,0 8px 0,4px 8px 0,8px 8px 0,8px 6px 0;top:6px}.summary-plan-card .pay-card-gg-calendar-today{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:18px;height:18px;border:2px solid;border-top:4px solid;border-radius:3px}.summary-plan-card .pay-card-gg-calendar-today:before{content:"";display:block;box-sizing:border-box;position:absolute;background:currentColor;height:4px;width:4px;border-radius:2px;right:2px;bottom:2px}.summary-plan-card .plan-card-gg-file-document{box-sizing:border-box;position:relative;display:block;transform:scale(var(--ggs,1));width:14px;height:16px;border:2px solid transparent;border-right:0;border-top:0;box-shadow:0 0 0 2px;border-radius:1px;border-top-right-radius:4px;overflow:hidden}.summary-plan-card .plan-card-gg-file-document:after,.summary-plan-card .plan-card-gg-file-document:before{content:"";display:block;box-sizing:border-box;position:absolute}.summary-plan-card .plan-card-gg-file-document:before{background:currentColor;box-shadow:0 4px 0,-6px -4px 0;left:0;width:10px;height:2px;top:8px}.summary-plan-card .plan-card-gg-file-document:after{width:6px;height:6px;border-left:2px solid;border-bottom:2px solid;right:-1px;top:-1px}.summary-payment-method{width:auto;min-width:500px;height:75px;border-radius:10px;display:grid;grid-template-columns:75px auto 75px;grid-gap:15px;gap:15px;align-items:center;box-sizing:border-box}.summary-payment-method .payment-card-info{height:75px;display:flex;justify-content:center;align-items:center;align-items:flex-start;flex-direction:column}.summary-payment-method .payment-card-info .payment-card-info-number{font-weight:700;font-size:14px;color:rgba(0,0,0,.8509803921568627);margin-bottom:5px}.summary-payment-method .payment-card-info .payment-card-info-expires{font-weight:400;font-size:12px;color:rgba(0,0,0,.8509803921568627)}.summary-payment-method .SUMMARY-MASTERCARD-LOGO{width:100%;height:50px;background:url(/v5/static/media/mastercard-logo.svg) no-repeat 50%;background-size:contain}.summary-payment-method .SUMMARY-AMERICAN-EXPRESS-LOGO{width:100%;height:50px;background:url(/v5/static/media/american-express-logo.svg) no-repeat 50%;background-size:contain}.summary-payment-method .SUMMARY-VISA-LOGO{width:100%;height:50px;background:url(/v5/static/media/visa-logo.svg) no-repeat 50%;background-size:contain}.summary-payment-method .summary-payment-card-label{display:inline-block;background:#f2f2f2;padding:3px 5px;font-size:10px;font-weight:700;border-radius:5px;margin:0 3px}.summary-payment-method .summary-payment-button-area .summary-payment-card-button{width:100%;height:30px;background-color:#f4f4f4;color:#606060;border-radius:5px}.summary-payment-method .summary-payment-button-area .summary-payment-card-button:hover{background-color:#007bff;color:#fff;border:none}.nested-select-item{cursor:pointer}.nested-select-item:hover{background-color:#f0f0f0}.nested-li-items .row-number{display:flex;align-items:center;justify-content:center;width:21px;height:21px;flex-grow:0;margin:0 10px 0 0;padding:0 6px;background-color:#3b88c3;color:#fff;border-radius:3px;font-weight:700}.nested-ul-items{border-left:1px dotted #ccc}.hierarchy-dropdown-selector{position:relative;display:inline-block;cursor:pointer;padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#fff;color:#333;min-width:200px;text-align:left}.hierarchy-dropdown-selector:after{content:"▼";position:absolute;top:50%;right:10px;transform:translateY(-50%);font-size:12px;transition:transform .3s}.hierarchy-dropdown-selector .selected-item{font-weight:700;color:#007bff}.toggle-input-container{padding:.5rem 1rem;display:flex;justify-content:space-around;align-items:flex-start}.toggle-input-container .custom-toggle-input-container{cursor:pointer;padding-top:1%}.toggle-input-container .info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:.5rem;width:auto}.toggle-input-container .info label{cursor:pointer;font-size:inherit}.toggle-input-container .info label:after,.toggle-input-container .info label:before{display:none!important}.toggle-input-container.selected{background-color:#e1e9f5;border-radius:5px 5px 0 0}.custom-toggle-input{position:relative;width:40px;height:34px}.custom-toggle-input input{opacity:0;width:0;height:0}.custom-toggle-input .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:25px;height:20px}.custom-toggle-input .slider:before{position:absolute;content:"";left:4px;bottom:2.5px;background-color:#fff;height:15px;width:15px;border-radius:50%;transition:.3s}.custom-toggle-input input:checked+.slider{background-color:#257dff;border-radius:25px;height:20px}.custom-toggle-input input:focus+.slider{box-shadow:0 0 1px #564311}.custom-toggle-input input:checked+.slider:before{transform:translateX(18px)}.user-card{width:300px;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}.user-card .user-info{text-align:center;padding:20px}.user-card .user-info .user-name{font-size:18px;font-weight:700;margin-bottom:5px}.user-card .user-info .department{font-size:16px;color:#555;margin-bottom:10px}.user-card .user-info .main-role{font-size:14px;padding:5px 10px;border-radius:20px;margin-bottom:5px}.user-card .user-info .email{font-size:14px;margin-bottom:20px}.user-card .button-row{display:flex;width:100%;border-top:1px solid #d3d3d3}.user-card .button-row .action-btn>svg{margin-right:10px}.user-card .button-row .delete-button,.user-card .button-row .edit-button{color:#000;flex:1 1;padding:10px;border:none;background-color:initial;cursor:pointer;transition:background-color .3s ease}.user-card .button-row .delete-button{border-left:1px solid #d3d3d3}.parameterized-input-container{max-width:400px;border-radius:5px;padding:0;font-family:Arial,sans-serif}.parameterized-input-container .dropdown-container{display:flex;justify-content:space-between;margin-bottom:0}.parameterized-input-container .dropdown-container .dropdown-selector{display:flex;flex-direction:column;position:relative;max-width:100px}.parameterized-input-container .dropdown-container .dropdown-selector .input-label{font-size:14px;color:#767676;margin-bottom:5px;transition:all .3s ease}.parameterized-input-container .dropdown-container .dropdown-selector .select-dropdown{border:none;padding:5px;font-size:12px;background-color:initial;color:#756d6d;outline:none!important}.parameterized-input-container .dropdown-container .dropdown-selector .select-dropdown:focus+.input-label,.parameterized-input-container .dropdown-container .dropdown-selector .select-dropdown:not(:placeholder-shown)+.input-label{font-size:12px;color:#333;transform:translateY(-20px)}.message-textarea{height:auto;min-height:150px;border:1px solid #e2e2e2;border-radius:10px;padding:2px;position:relative}.message-textarea,.message-textarea textarea{width:100%;font-size:14px;color:#767676;background-color:#fff}.message-textarea textarea{border:none;min-height:100px;max-height:130px;transition:height .2s;box-shadow:none!important;outline:none!important;resize:none!important}.message-textarea textarea:focus{outline:none!important}.message-textarea .character-counter-container{margin-top:10px;text-align:right;position:absolute;bottom:10px;left:10px;font-size:12px;color:#756d6d}.message-textarea .button-container{margin-top:10px;text-align:right;position:absolute;bottom:10px;right:10px}.message-textarea .button-container .generate-button{border:none;background:none;width:auto;padding:0;color:#007bff;cursor:pointer;text-decoration:none;margin-left:5px}.suggested-message-container{background-color:#f5f5f5;padding:25px 10px 5px;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.1);position:relative}.suggested-message-container .message{color:#4a4a4a;margin-bottom:10px}.suggested-message-container .thumb-down-icon{position:absolute;top:3px;right:10px;cursor:pointer}.suggested-message-container .thumb-down-icon:hover{color:red}.suggested-message-container .buttonsContainer{display:flex;justify-content:space-between}.suggested-message-container .buttonsContainer .button{width:inherit;color:#1a73e8;background-color:initial;border-radius:5px;border:none;padding:5px;cursor:pointer;display:flex}.suggested-message-container .buttonsContainer .button.left{justify-content:flex-start}.suggested-message-container .buttonsContainer .button.right{justify-content:flex-end}.addons-card-container{min-width:365px;height:75px;display:grid;grid-template-columns:75px auto 150px 125px;grid-gap:10px;gap:10px;border-radius:10px;border:1px solid #ccc;background-color:#fff;box-shadow:0 0 20px -3px rgba(0,0,0,.1);overflow:hidden}.addons-card-container .addons-card-logo{width:100%;height:100%;border-top-left-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;background-size:60%;background-position:50%;background-repeat:no-repeat;background-color:#f4f4f4}.addons-card-container .addons-card-info-price{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.addons-card-container .addons-card-info-price .price-container{text-align:center;color:var(--subtitle-font-color-components)}.addons-card-container .addons-card-info-price .current-price{font-size:15px;font-weight:700}.addons-card-container .addons-card-info-price .current-price .period{font-size:16px;color:grey;font-weight:400}.addons-card-container .addons-card-info-price .original-price{font-size:15px;color:grey;text-decoration:line-through}.addons-card-container .addons-card-info{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.addons-card-container .addons-card-info .addons-card-info-title{width:100%;height:auto;display:flex;justify-content:flex-start;align-items:flex-end;font-size:15px!important;color:var(--subtitle-font-color-components);font-weight:var(--subtitle-font-weight-components)}.addons-card-container .addons-card-info .addons-card-info-caption{width:100%;height:auto;font-size:13px!important;color:var(--body-font-color-components);font-weight:var(--body-font-weight-components)}.addons-card-container .addons-card-info .addons-card-info-caption .addons-card-info-caption-text{margin:0!important;padding:0!important;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.addons-card-container .addons-card-button-area{height:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.addons-card-container .addons-card-button-area .addons-card-button{width:100px;height:30px;background-color:initial;border:1px solid #606060;color:#606060;border-radius:5px}.addons-card-container .addons-card-button-area .addons-card-button:hover{background-color:#007bff;color:#fff;border:none}.square-info-button-container{height:185px;width:220px;border-radius:5px;display:grid;grid-template-rows:60px 120px;-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff}.square-info-button-container .square-info-header{display:grid;grid-template-columns:40px auto;grid-gap:8px;align-items:center;padding:10px;font-size:14px}.square-info-button-container .square-info-header .square-info__icon-container{width:38px;height:38px;border-radius:50px;display:flex;justify-content:center;align-items:center}.square-info-button-container .square-info-header span{color:#7b7e89;font-weight:700}.square-info-button-container .square-info-button-text{font-size:12px;color:#5c5c5f;padding:10px;display:flex;align-items:center;justify-content:center}.square-info-button-container:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.file-card{display:flex;flex-direction:column;padding:.5rem;margin:.5rem 0;background-color:#f5f5f5;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.file-card:hover{background-color:#ebebeb}.file-card:focus{outline:2px solid #2196f3;outline-offset:-2px}.file-card .media-preview{width:100%;margin-bottom:.5rem}.file-card .media-preview .file-preview{width:100%;max-height:200px;object-fit:contain;border-radius:4px}.file-card .file-info{display:flex;flex-direction:row;align-items:center;grid-gap:8px;gap:8px;justify-content:space-between;width:100%}.file-card .file-info .file-type-icon{width:24px;height:24px;object-fit:contain}.file-card .file-info .file-name{font-weight:500;font-size:.875rem;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}.file-card .delete-button{background:none;border:none;color:#f44;font-size:1.5rem;cursor:pointer;padding:0 .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.file-card .delete-button:hover{color:#c00}.dropzone{border:2px dashed #ccc;border-radius:4px;padding:20px;text-align:center;cursor:pointer;transition:all .2s ease;min-width:100px}.dropzone:hover{border-color:#666}.dropzone.active{border-color:#2196f3;background-color:rgba(33,150,243,.05)}.dropzone.accept{border-color:#00e676;background-color:rgba(0,230,118,.05)}.dropzone.reject{border-color:#ff1744;background-color:rgba(255,23,68,.05)}.dropzone .dropzone-content p{margin:0;color:#666}.dropzone .uploaded-files{width:auto;padding:0}.dropzone .uploaded-files .dropzone-content{margin-top:1rem;text-align:center;color:#666}.search-picker-container{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:.5rem;background-color:#fff;color:#020817}.search-picker-container .search-picker-body .search-picker-search-area{display:flex;grid-gap:.5rem;gap:.5rem}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea{position:relative;flex:1 1}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea .search-picker-input{height:40px;width:100%;border-radius:.375rem;border:1px solid #e2e8f0;background:transparent;padding:.5rem 2rem;font-size:.875rem;box-sizing:border-box}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea .search-picker-button{font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:.375rem;white-space:nowrap;grid-gap:.5rem;gap:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;top:.25rem;right:.25rem;background-color:initial;border:none}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea .search-picker-button:hover{background-color:#f1f5f9}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea .search-picker-close-icon{color:#94a3b8;width:1rem;height:1rem;background:url(/v5/static/media/search-picker-close.svg) no-repeat 50%;background-size:contain}.search-picker-container .search-picker-body .search-picker-search-area .search-picker-search-subarea .search-picker-search-icon{color:#94a3b8;width:1rem;height:1rem;top:.75rem;left:.75rem;position:absolute;background:url(/v5/static/media/search-picker-icon.svg) no-repeat 50%;background-size:contain}.search-picker-container .search-picker-body .search-picker-tag{border-radius:9999px;padding:2px 10px;font-size:12px;font-weight:600;width:auto;border:1px solid #e5ebf5;color:#020817;-webkit-user-select:none;user-select:none}.search-picker-container .search-picker-body .search-picker-tag.available{color:#15803d;background-color:#f0fdf4;border-color:#bbf7d0}.search-picker-container .search-picker-body .search-picker-tag.away{color:#92400e;background-color:#fef3c7;border-color:#fde68a}.search-picker-container .search-picker-body .search-picker-tag.offline{color:#be123c;background-color:#fff1f2;border-color:#fecdd3}.search-picker-container .search-picker-body .search-picker-selector-area{border:1px solid #e2e8f0;border-radius:.375rem;overflow:hidden;margin-top:1rem}.search-picker-container .search-picker-body .search-picker-selector-area-header{background-color:#f8fafc;padding:.5rem 1rem;border-bottom-width:1px;border-color:#e2e8f0;display:flex;align-items:center;justify-content:space-between}.search-picker-container .search-picker-body .search-picker-selector-area-header .search-picker-selector-area-header-title{font-size:14px;line-height:20px;font-weight:500}.search-picker-container .search-picker-body .search-picker-selector-area-body{max-height:300px;overflow-y:auto}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-bottom-width:1px;border-color:#f1f5f9;cursor:pointer}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item.selected,.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item:hover{background-color:#f8fafc;border-color:#f1f5f9}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar{position:relative;display:flex;height:40px;width:40px;flex-shrink:0;overflow:hidden;border-radius:9999px}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar.rounded-md{border-radius:.375rem}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar.rounded-sm{border-radius:.25rem}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar.rounded-lg{border-radius:.5rem}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar .item-info-avatar-image{height:40px;width:40px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#f1f5f9;box-sizing:border-box}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-avatar .item-info-avatar-initials{display:flex;height:100%;width:100%;align-items:center;justify-content:center;background-color:#f1f5f9}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-heading{font-weight:500;-webkit-user-select:none;user-select:none}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-info .item-info-subheading{font-size:12px;line-height:16px;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-user-select:none;user-select:none}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-details{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;min-width:30px;min-height:30px}.search-picker-container .search-picker-body .search-picker-selector-area-body .selector-item .item-details .search-picker-item-check{color:#fff;width:1rem;height:1rem;background:url(/v5/static/media/search-picker-check.svg) no-repeat 50%;background-size:contain}.search-picker-container .search-picker-body .search-picker-selector-area-body .search-picker-empty-area{padding:1.5rem;color:#64748b;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.search-picker-container .search-picker-body .search-picker-selector-area-body .search-picker-empty-area .search-picker-empty-state-icon{width:1rem;height:1rem;background:url(/v5/static/media/search-picker-empty.svg) no-repeat 50%;background-size:contain;margin-block:.25rem}.search-picker-container .search-picker-body .search-picker-selector-area-body .search-picker-empty-area .search-picker-empty-state-text-small{font-size:12px;line-height:16px;margin-top:.25rem}.text-message-box{display:flex;flex-direction:column;border:none;margin:0;padding:0}.text-message-box .text-message-box-container{display:flex;flex-direction:row;align-items:stretch;height:auto;grid-gap:1rem;gap:1rem}.text-message-box .children-container{width:100%;height:auto;min-height:calc(10rem + 2px);overflow-y:auto;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column}.text-message-box .textarea-container{position:relative;width:100%}.text-message-box .textarea-container .text-area-tooltip{background:red}.text-message-box .textarea-container .text-message-editor{width:100%;min-height:100px;padding:12px 1.6rem 35px 12px;border:1px solid #e0e0e0;border-radius:6px;resize:vertical;font-family:inherit;font-size:14px;outline:none;box-sizing:border-box}.text-message-box .textarea-container .text-message-editor.with-children{min-height:100%;flex:1 1}.text-message-box .textarea-container .text-message-editor:focus{border-color:#b0b0b0}.text-message-box .textarea-container .text-message-editor.disabled{background-color:#f9f9f9;color:#666;cursor:default;pointer-events:auto}.text-message-box .textarea-container .text-message-editor.disabled::-webkit-resizer{display:block;pointer-events:auto}.text-message-box .textarea-container .text-message-counter{position:absolute;bottom:6px;right:12px;font-size:12px;color:#6e6e6e;background-color:hsla(0,0%,100%,.9);padding:2px 6px;border-radius:6px;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.text-message-box .variables-toolbar{padding:10px;display:flex;align-items:center;margin-bottom:10px}.text-message-box .variables-toolbar .variables-label{font-weight:500;width:9.5rem}.text-message-box .variables-toolbar .variables-buttons{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;width:calc(100% - 9.5rem)}.text-message-box .variables-toolbar .variables-buttons .variable-button{display:inline-flex;align-items:center;border-radius:15px;padding:4px 10px;font-size:14px;cursor:pointer;transition:background-color .2s;width:auto;margin:0;background-color:#f0f0f0;color:#2b2b2b;border:1px solid #e0e0e0}.text-message-box .variables-toolbar .variables-buttons .variable-button:hover{background-color:#e0e0e0}.text-message-box .variables-toolbar .variables-buttons .variable-button.used{background-color:#d4edda;color:#2b2b2b;border:1px solid #b5dfb9}.text-message-box .variables-toolbar .variables-buttons .variable-button.used:hover{background-color:#b5dfb9}.text-message-box .variables-toolbar .variables-buttons .variable-button.unused{background-color:#fff3cd;color:#2b2b2b;border:1px solid #ffe69c}.text-message-box .variables-toolbar .variables-buttons .variable-button.unused:hover{background-color:#ffe69c}.text-message-box .variables-toolbar .variables-buttons .variable-button.error{background-color:#f8d7da;opacity:.8;color:#2b2b2b;border-color:#f5c2c7}.text-message-box .variables-toolbar .variables-buttons .variable-button.error:hover{background-color:#f5c2c7}.text-message-box .variables-toolbar .variables-buttons .variable-button.with-delete{padding-right:8px}.text-message-box .variables-toolbar .variables-buttons .variable-button.missing{background-color:#f5f5f5;color:#888;border:1px solid #d0d0d0;cursor:not-allowed;opacity:.6}.text-message-box .variables-toolbar .variables-buttons .variable-button.missing:hover{background-color:#f5f5f5}.text-message-box .variables-toolbar .variables-buttons .variable-button.disabled,.text-message-box .variables-toolbar .variables-buttons .variable-button.missing:disabled{cursor:not-allowed;opacity:.6}.text-message-box .variables-toolbar .variables-buttons .variable-button .add-icon{margin-left:4px;font-weight:700}.text-message-box .variables-toolbar .variables-buttons .variable-button .delete-icon{margin-left:6px;padding:1px;font-weight:700;font-size:14px;color:#c00;background-color:#ffe6e6;border-radius:50%;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px}.text-message-box .variables-toolbar .variables-buttons .variable-button .delete-icon:hover{background-color:#fcc;color:#900;transform:scale(1.1)}.text-message-box .text-message-footer{display:flex;justify-content:flex-end;padding:8px 12px;border-top:1px solid #eee}.text-message-box .text-message-footer .text-message-counter{font-size:12px;color:#666}.text-message-box .resize-handle{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:se-resize;z-index:10;opacity:.01;pointer-events:auto}.send-button{background-color:#0084ff;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:14px;cursor:pointer;transition:background-color .2s;margin-right:10px}.send-button:hover{background-color:#0073e6}.variable-chips-container{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:8px}.variable-chip-example{display:inline-flex;align-items:center;background-color:#e0f0ff;border:1px solid #a0d0ff;border-radius:16px;padding:2px 8px;font-size:14px;line-height:20px;cursor:pointer;-webkit-user-select:none;user-select:none}.variable-chip-example:hover{background-color:#c0e0ff}.variable-chip-example span{margin:0 4px}.validation-warnings{margin-top:10px}.validation-warning{display:flex;align-items:center;background-color:#fffcf2;border-radius:4px;padding:8px 12px;border:1px solid #ffecb3;margin-bottom:8px}.validation-warning.error{background-color:#fef2f2;border:1px solid #fecaca}.validation-warning.error .warning-icon{color:#ef4444}.validation-warning.error .warning-message{color:#7f1d1d}.warning-icon{margin-right:8px;color:#eab308}.warning-message{flex:1 1;color:#664d03;font-size:14px}.text-message-editor-tooltip{background-color:#fff!important;color:#2d3748!important;border:1px solid #e2e8f0!important;border-radius:12px;max-width:20rem;box-shadow:0 4px 12px rgba(0,0,0,.15);font-size:.85rem;line-height:1.4;padding:.5rem .65rem;font-weight:500;margin-right:1rem}.text-message-tooltip-trigger-icon{position:absolute;top:8px;right:8px;cursor:pointer;background-color:#e8f4f8;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#06c;font-weight:700;z-index:1}.text-message-editor-container{display:flex;flex-direction:column;width:100%;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;padding:1.5rem}.text-message-editor-container .text-message-editor-header{margin-bottom:20px}.text-message-editor-container .text-message-editor-header .text-message-editor-title{display:flex;align-items:center;font-size:18px;font-weight:600;margin:0}.text-message-editor-container .text-message-editor-header .text-message-editor-title svg{width:1rem;height:1rem;margin-right:.5rem}.text-message-editor-container .text-message-editor-header .text-message-editor-title .message-icon{display:inline-block;width:20px;height:20px;margin-right:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%234a6cf7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.text-message-editor-container .template-selection{margin-bottom:20px}.text-message-editor-container .template-selection label{display:block;margin-bottom:8px;font-size:14px;font-weight:500}.text-message-editor-container .template-selection .editor-custom-select{position:relative;width:100%;padding:10px 12px;border:1px solid var(--tertiary-background-components,#e0e0e0);border-radius:var(--border-radius-components,4px);font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box}.text-message-editor-container .template-selection .editor-custom-select.disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.text-message-editor-container .template-selection .editor-custom-select span{display:inline-block;width:calc(100% - 1.875rem);white-space:nowrap;overflow-x:auto;vertical-align:middle}.text-message-editor-container .template-selection .editor-custom-select span::-webkit-scrollbar{height:3px}.text-message-editor-container .template-selection .editor-custom-select span::-webkit-scrollbar-track{background:transparent}.text-message-editor-container .template-selection .editor-custom-select span::-webkit-scrollbar-thumb{background:transparent;border-radius:2px;-webkit-transition:background .3s ease;transition:background .3s ease}.text-message-editor-container .template-selection .editor-custom-select span:hover::-webkit-scrollbar-thumb{background:#bbb}.text-message-editor-container .template-selection .editor-custom-select .select-arrow{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;pointer-events:none;opacity:.6;transition:transform .3s ease}.text-message-editor-container .template-selection .editor-custom-select.open .select-arrow{transform:translateY(-50%) rotate(180deg)}.text-message-editor-container .template-selection .editor-custom-select .custom-options{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:1000}.text-message-editor-container .template-selection .editor-custom-select .custom-options .custom-option{padding:10px 12px;cursor:pointer}.text-message-editor-container .template-selection .editor-custom-select .custom-options .custom-option:hover{background-color:#eef2ff}.text-message-editor-container .template-selection .editor-custom-select .custom-options .custom-option.selected{background-color:#f5f7fb;color:#4a6cf7}.text-message-editor-container .available-variables{margin-bottom:15px}.text-message-editor-container .available-variables .variables-title{font-size:14px;font-weight:500;margin-bottom:10px}.text-message-editor-container .available-variables .variables-list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.text-message-editor-container .available-variables .variables-list .variable-button{display:inline-flex;align-items:center;padding:5px 10px;background-color:#e8f3fe;border:1px solid #c2ddfd;border-radius:16px;font-size:13px;color:#1570ef;cursor:pointer}.text-message-editor-container .available-variables .variables-list .variable-button:hover{background-color:#d1e6fd}.text-message-editor-container .available-variables .variables-list .variable-button .plus-icon{margin-left:5px}.text-message-editor-container .template-variables-editor{background-color:rgba(245,247,251,.3686274509803922);border-radius:8px;padding:16px;height:10rem;overflow-y:auto}.text-message-editor-container .template-variables-editor h3{font-size:14px;font-weight:600;margin-top:0;margin-bottom:16px}.text-message-editor-container .template-variables-editor .variables-container{display:flex;flex-direction:column;width:100%}.text-message-editor-container .template-variables-editor .variables-container .variable-input-row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px;grid-gap:.35rem;gap:.35rem}.text-message-editor-container .template-variables-editor .variables-container .variable-input-row label{font-size:14px;font-weight:500;margin-bottom:6px}.text-message-editor-container .template-variables-editor .variables-container .variable-input-row input{padding:8px 12px;border:1px solid var(--tertiary-background-components,#e0e0e0);border-radius:var(--border-radius-components,4px);font-size:14px;min-width:6rem}.text-message-editor-container .template-variables-editor .variables-container .variable-input-row input:focus{outline:none;border-color:#4a6cf7}.text-message-editor-container .template-variables-editor .variables-container .variable-input-row input::placeholder{color:#888}.text-message-editor-container .template-instruction{background-color:#e8f3fe;border-radius:8px;padding:14px;display:flex;align-items:center}.text-message-editor-container .template-instruction .editor-info-icon{color:#1570ef;margin-right:12px;font-size:16px}.text-message-editor-container .template-instruction .instruction-text{font-size:14px}.text-message-editor-container .additional-options{margin-top:.75rem}.text-message-editor-container .additional-options .add-link-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;height:2.5rem;border-radius:var(--border-radius-components,.375rem);background-color:initial;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;width:auto;color:#000}.text-message-editor-container .additional-options .add-link-button:hover:not(:disabled){background-color:#eef2ff}.text-message-editor-container .additional-options .add-link-button:disabled{opacity:.6;cursor:not-allowed}.text-message-editor-container .additional-options .add-link-button svg{display:flex;align-items:center}.text-message-editor-container .additional-options .add-link-button span{white-space:nowrap}.text-message-editor-container .smart-links-card{margin-top:.75rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.text-message-editor-container .smart-links-card .smart-links-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0;position:relative;background-color:#dbeafe}.text-message-editor-container .smart-links-card .smart-links-header .left-header-content{display:flex;align-items:center}.text-message-editor-container .smart-links-card .smart-links-header .link-icon{display:flex;align-items:center;margin-right:10px;color:#1570ef}.text-message-editor-container .smart-links-card .smart-links-header .header-title{font-weight:600;font-size:15px}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch{position:relative;display:inline-block;width:44px;height:24px;margin-right:15px}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch input{opacity:0;width:0;height:0}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch input:checked+.toggle-slider{background-color:#4a6cf7}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.text-message-editor-container .smart-links-card .smart-links-header .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.text-message-editor-container .smart-links-card .smart-links-content{padding:15px 20px}.text-message-editor-container .smart-links-card .smart-links-option{display:flex;justify-content:space-between;align-items:flex-start}.text-message-editor-container .smart-links-card .smart-links-option .smart-links-description{flex:1 1}.text-message-editor-container .smart-links-card .smart-links-option .smart-links-description .option-title{font-weight:500;font-size:14px;margin-bottom:4px}.text-message-editor-container .smart-links-card .smart-links-option .smart-links-description .option-description{font-size:13px;color:#666;margin-bottom:4px}.text-message-editor-container .smart-links-card .smart-links-option .smart-links-description .option-extra-info{font-size:12px;color:#888;font-style:italic}.Card.smart-links-card{margin-bottom:20px;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Card.smart-links-card .cardHeader{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0}.Card.smart-links-card .cardHeader .headerText{display:flex;align-items:center}.Card.smart-links-card .cardHeader .headerText .icon{margin-right:10px;display:flex;color:#1570ef}.Card.smart-links-card .cardHeader .headerText .text{font-weight:600;font-size:15px}.Card.smart-links-card .cardHeader .headerDate{display:flex;align-items:center}.Card.smart-links-card .cardContent{padding:15px 20px}.Card.smart-links-card .cardContent .message{padding:0;margin:0}.Card.smart-links-card .cardContent .smart-links-option{display:flex;justify-content:space-between;align-items:flex-start}.Card.smart-links-card .cardContent .smart-links-option .smart-links-description{flex:1 1}.Card.smart-links-card .cardContent .smart-links-option .smart-links-description .option-title{font-weight:500;font-size:14px;margin-bottom:4px}.Card.smart-links-card .cardContent .smart-links-option .smart-links-description .option-description{font-size:13px;color:#666;margin-bottom:4px}.Card.smart-links-card .cardContent .smart-links-option .smart-links-description .option-extra-info{font-size:12px;color:#888;font-style:italic}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch input{opacity:0;width:0;height:0}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch input:checked+.toggle-slider{background-color:#4a6cf7}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.Card.smart-links-card .cardContent .smart-links-option .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.Card.smart-links-card .cardMore{display:none}.messages-container{display:flex;flex-direction:column;grid-gap:10px;gap:10px;max-width:100%}.messages-container .info-banner{background:#ebf8ff;border:1px solid #4299e1;padding:14px;border-radius:8px}.messages-container .info-banner p{margin:0;color:#2b6cb0;font-size:14px;line-height:1.4}.messages-container .message-item{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:10px;border-radius:8px;border:1px solid #cee3ff;max-width:100%}.messages-container .message-item svg{min-width:1rem;width:1rem;height:1rem}.messages-container .message-item .message-number{min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:14px}.messages-container .message-item .message-text{flex:1 1;color:#606060;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 70px)}.action-buttons-container{padding-top:1rem}.action-buttons-container.continue-only .action-buttons{justify-content:flex-end}.action-buttons-container.continue-only .action-buttons .right-buttons.continue-only{width:auto;margin-left:auto}.action-buttons-container.back-continue-case .continue-button{margin-left:auto}.action-buttons-container.back-continue-case button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5rem 3rem!important}.action-buttons-container.complete-three-buttons-case .simple-flex-layout{display:grid;grid-template-columns:1fr 2fr;grid-gap:.75rem;gap:.75rem}.action-buttons-container.complete-three-buttons-case .simple-flex-layout .action-buttons-final{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));grid-gap:.75rem;gap:.75rem;width:auto}.action-buttons-container.complete-three-buttons-case .back-button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:auto;margin-right:auto}.action-buttons-container.complete-flow-case .simple-flex-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:.75rem;gap:.75rem}@media (max-width:768px){.action-buttons-container.complete-flow-case .simple-flex-layout button{flex:1 1;min-width:calc(50% - .375rem)}}@media (max-width:480px){.action-buttons-container.complete-flow-case .simple-flex-layout{flex-direction:column}.action-buttons-container.complete-flow-case .simple-flex-layout button{width:100%;min-width:auto}}.action-buttons-container .action-buttons .action-buttons-final,.action-buttons-container .action-buttons .action-buttons-three-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));grid-gap:.75rem;gap:.75rem;width:auto}.action-buttons-container .action-buttons .back-button{padding:.5rem 1rem;background-color:initial;border:1px solid var(--tertiary-background-components,#6b7280);border-radius:var(--border-radius-components,.25rem);color:#000;cursor:pointer;display:flex;align-items:center;font-size:.9rem;transition:all .2s ease;white-space:nowrap}.action-buttons-container .action-buttons .back-button svg{margin-right:.5rem;width:1rem;height:1rem;flex-shrink:0}.action-buttons-container .action-buttons .back-button:hover:not(:disabled){background-color:#f8f9fa;border-color:#adb5bd;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.action-buttons-container .action-buttons .back-button:disabled{opacity:.7;cursor:not-allowed}.action-buttons-container .action-buttons .right-buttons{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap;flex-wrap:nowrap;flex-direction:row}.action-buttons-container .action-buttons .right-buttons.continue-only{margin-left:auto}.action-buttons-container .action-buttons .schedule-send-buttons-container{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:nowrap;flex-direction:row}.action-buttons-container .action-buttons .schedule-button,.action-buttons-container .action-buttons .send-now-button{padding:.5rem 1rem;border-radius:var(--border-radius-components,.25rem);background-color:var(--primary-background-components,#d92a1c);color:#fff;border:none;cursor:pointer;font-weight:500;font-size:.9rem;display:flex;align-items:center;transition:all .2s ease;white-space:nowrap}.action-buttons-container .action-buttons .schedule-button svg,.action-buttons-container .action-buttons .send-now-button svg{margin-right:.5rem;width:1rem;height:1rem;flex-shrink:0}.action-buttons-container .action-buttons .schedule-button:hover:not(:disabled),.action-buttons-container .action-buttons .send-now-button:hover:not(:disabled){background-color:var(--primary-hover-background-components,#cb2517);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.action-buttons-container .action-buttons .schedule-button:disabled,.action-buttons-container .action-buttons .send-now-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.action-buttons-container .action-buttons .send-now-button{background-color:#059669}.action-buttons-container .action-buttons .send-now-button:hover:not(:disabled){background-color:#047857;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.action-buttons-container .action-buttons .estimate-button{padding:.5rem 1rem;border-radius:var(--border-radius-components,.25rem);background-color:initial;border:1px solid var(--secondary-background-components,#fc8400);color:#000;cursor:pointer;font-weight:500;font-size:.9rem;display:flex;align-items:center;transition:all .2s ease;white-space:nowrap;background-color:var(--secondary-background-components,#fc8400);color:#fff}.action-buttons-container .action-buttons .estimate-button svg{margin-right:.5rem;width:1rem;height:1rem;flex-shrink:0}.action-buttons-container .action-buttons .estimate-button:hover:not(:disabled){background-color:var(--secondary-hover-background-components,#e06600);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.action-buttons-container .action-buttons .estimate-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.action-buttons-container .action-buttons .continue-button{padding:.5rem 1.5rem;border-radius:var(--border-radius-components,.25rem);background-color:var(--primary-background-components,#d92a1c);color:#fff;border:none;cursor:pointer;font-weight:600;font-size:.9rem;display:flex;align-items:center;transition:all .2s ease;white-space:nowrap;height:auto}.action-buttons-container .action-buttons .continue-button:hover:not(:disabled){background-color:var(--primary-hover-background-components,#cb2517);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.action-buttons-container .action-buttons .continue-button:disabled{opacity:.8;cursor:not-allowed;transform:none;box-shadow:none}.recipient-section-container{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.recipient-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:.75rem;border-color:#e4e4e7}.recipient-section__header{display:flex;justify-content:space-between;align-items:center}.recipient-section__title{font-size:1rem;font-weight:600;color:#000;margin:0}.recipient-section__badge{padding:.125rem .625rem;font-size:.75rem;line-height:1rem;color:#000;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;border:1px solid #e4e4e7}.recipient-section__content{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.recipient-section__item{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.recipient-section__avatar{width:1.75rem;height:1.75rem;border-radius:50%;overflow:hidden;align-content:center}.recipient-section__avatar img{width:100%;height:100%;object-fit:cover}.recipient-section__avatar-placeholder{width:100%;height:100%;background-color:#e0e0e0;border-radius:50%;display:flex;justify-content:center;align-content:center;align-items:center}.recipient-section__info{flex:1 1}.recipient-section__name{font-weight:600;font-size:.875rem;line-height:1.25rem;color:#000}.recipient-section__description{font-size:.75rem;line-height:1rem;color:#666;margin-top:2px}.recipient-section__footer{text-align:center;border-top:1px solid #e4e4e7;margin-top:.5rem;padding-top:.5rem}.recipient-section__more-text{color:#666;font-size:14px;width:100%}.recipient-section--contacts .recipient-section__avatar-placeholder{background-color:#f0f0f0;width:1.75rem;height:1.75rem}.recipient-section--contacts .recipient-section__avatar-placeholder svg{width:1rem;height:1rem;color:#000}.recipient-section--tags .recipient-section__avatar{width:1.75rem;height:1.75rem}.recipient-section--tags .recipient-section__avatar-placeholder{width:1rem;height:1rem}.recipient-section--files .recipient-section__avatar{width:2.5rem;height:2.5rem;padding:.25rem}.recipient-section--files .recipient-section__avatar-placeholder{background-color:#e3f2fd;vertical-align:middle;display:flex;align-items:center;justify-content:center;border-radius:6px}.recipient-section--files .recipient-section__avatar-placeholder svg{width:1.5rem;height:1.5rem;color:#3b82f6}.selector-container{border-radius:8px;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;height:auto;border:1px solid #e4e4e7}.selector-header{padding:1.5rem 1.5rem 1rem;display:flex;align-items:center}.selector-header i{margin-right:10px;color:#4a6cfa;font-size:18px}.selector-header h3{margin:0;color:#333;font-weight:600}.selector-header .title-with-icon,.selector-header h3{display:flex;align-items:center}.selector-header .title-icon{margin-right:8px;position:relative;top:0;width:1rem;height:1rem;font-size:1rem}.selector-search-container{padding:.25rem 1.5rem;position:relative}.selector-search-container svg{position:absolute;left:2.25rem;top:50%;transform:translateY(-50%);color:#666}.selector-search-container .selector-search-input{padding-left:3rem;padding-right:3rem;border-radius:var(--border-radius-components,4px);border:1px solid #e1e1e1;font-size:1rem}.selector-search-container .selector-search-input:focus{outline:none;border-color:#4a6cfa}.selector-search-container .selector-search-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.selector-search-container .clear-search-button{position:absolute;right:2.25rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;border-radius:2px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;width:2rem;height:2rem;border-radius:50%}.selector-search-container .clear-search-button:hover{background-color:#f0f0f0;color:#333}.selector-search-container .clear-search-button:disabled{cursor:not-allowed;opacity:.5}.selector-search-container .clear-search-button svg{position:static;transform:none}.items-grid{padding:.75rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;max-height:350px;overflow-y:auto;border:1px solid #e4e4e7;border-radius:8px;margin:.75rem 1.5rem}.items-grid::-webkit-scrollbar{width:8px}.items-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.items-grid::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.items-grid::-webkit-scrollbar-thumb:hover{background:#aaa}.items-grid .item-card{border-radius:6px;display:flex;align-items:center;cursor:pointer;position:relative;transition:background-color .2s;background-color:#fff;grid-gap:.75rem;gap:.75rem;padding:.5rem calc(1.25rem + 40px) .5rem .5rem}.items-grid .item-card:hover{background-color:#f1f1f1}.items-grid .item-card.selected{background-color:#e0e0e0;padding-right:.5rem}.items-grid .item-card .item-info{flex:1 1;overflow:hidden}.items-grid .item-card .item-info .item-bold{font-weight:600}.items-grid .item-card .item-info div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.items-grid .item-card .item-info div.phone-number{font-size:12px;color:#666}.items-grid .item-card .contact-avatar{width:32px;height:32px;border-radius:50%;background-color:#eaeaea;margin-right:10px;display:flex;align-items:center;justify-content:center}.items-grid .item-card .contact-avatar svg{width:1rem;height:1rem}.items-grid .item-card .tag-dot{width:1rem;height:1rem;border-radius:50%;margin-right:10px}.items-grid .item-card .check-icon-container{background-color:#000;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 10px}.items-grid .item-card .tag-count{padding:2px 10px;border-radius:10px;font-size:12px;margin-right:3px;border:1px solid #e4e4e7;font-weight:600}.items-grid .tag-color-red .tag-dot{background-color:#e41e26}.items-grid .tag-color-yellow .tag-dot{background-color:#f8b910}.items-grid .tag-color-purple .tag-dot{background-color:#8e44ad}.items-grid .tag-color-orange .tag-dot{background-color:#f39c12}.items-grid .tag-color-blue .tag-dot{background-color:#3498db}.items-grid .tag-color-green .tag-dot{background-color:#2ecc71}.items-grid .tag-color-pink .tag-dot{background-color:#e84393}.items-grid .tag-color-gray .tag-dot{background-color:#7f8c8d}.selector-footer{padding:0 2rem 1rem;display:flex;justify-content:space-between;align-items:center}.selector-footer .selected-count{color:#666;font-size:14px}.selector-footer .continue-button{background-color:var(--primary-background-components,#d92a1c);color:#fff;border:none;padding:8px 16px;border-radius:var(--border-radius-components,4px);font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:auto}.selector-footer .continue-button svg{margin-left:8px;width:1rem;height:1rem}.selector-footer .continue-button.disabled{opacity:.5;cursor:not-allowed}.selector-footer .continue-button:not(.disabled):hover{background-color:var(--primary-hover-background-components,#cb2517)}.no-results-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:.5rem;text-align:center;color:#6b7280}.no-results-container p{margin-bottom:1rem}.no-results-container .add-contact-button{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.no-results-container .add-contact-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.no-results-container .add-contact-button:focus{outline:2px solid #60a5fa;outline-offset:2px}.no-results-container .add-contact-button svg{width:1rem;height:1rem;flex-shrink:0;color:#4f46e5}.item-card.skeleton{cursor:default}.item-card.skeleton:hover{background-color:#f8f8f8}.item-card.skeleton .skeleton-avatar,.item-card.skeleton .skeleton-dot{background-color:#e0e0e0;position:relative;overflow:hidden}.item-card.skeleton .skeleton-avatar:after,.item-card.skeleton .skeleton-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);animation:skeleton-loading 1.5s infinite}.item-card.skeleton .skeleton-dot{width:1rem;height:1rem;margin-right:12px}.item-card.skeleton .skeleton-line{height:14px;background-color:#e0e0e0;border-radius:4px;position:relative;overflow:hidden}.item-card.skeleton .skeleton-line.contact{margin-bottom:.5rem}.item-card.skeleton .skeleton-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);animation:skeleton-loading 1.5s infinite}.item-card.skeleton .skeleton-line.short{width:60%}@keyframes skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.text-message-tabs{display:flex;flex-direction:column;width:100%}.text-message-tabs .tabs-header{display:flex;border-bottom:1px solid #f4f4f5;border-radius:calc(.5rem - 5px);margin-bottom:16px;background-color:#f4f4f5;grid-template-columns:repeat(3,minmax(0,1fr));padding:.25rem;color:#71717a}.text-message-tabs .tabs-header .tab-button{font-weight:500;font-size:.875rem;line-height:1.25rem;padding:.375rem .75rem;border-radius:calc(.5rem - 6px);justify-content:center;border:none;cursor:pointer;transition:all .3s ease;align-items:center;display:inline-flex}.text-message-tabs .tabs-header .tab-button:hover{color:#334155;background-color:#f8fafc}.text-message-tabs .tabs-header .tab-button.active{background-color:rgba(24,24,27,.10196078431372549);color:#000;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-message-tabs .tab-content{padding:8px 0}.react-tel-input{font-family:"Roboto",sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #cacaca;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px rgba(0,0,0,.35);background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px}.react-tel-input .special-label{display:none;white-space:nowrap}.test-message-container{display:flex;flex-direction:column;border:1px solid #dee2e6;border-radius:.25rem;overflow:inherit;background-color:#fff}.test-message-container.multiple-mode .test-message-content{flex-direction:column;align-items:stretch}.test-message-container.multiple-mode .phone-input-section{flex-direction:row!important;align-items:center}.test-message-container.file-mode .test-message-content{flex-direction:column;align-items:stretch}.test-message-container .test-message-top-section .test-message-header{display:flex;justify-content:space-between;align-items:center}@media (max-width:768px){.test-message-container .test-message-top-section .test-message-header{flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem}}.test-message-container .test-message-top-section .test-message-header .test-message-title{font-size:1rem;font-weight:500;margin:0}.test-message-container .test-message-top-section .test-message-header .numbers-counter{font-size:.85rem;color:#666;background-color:#f8f9fa;padding:.25rem .75rem;border-radius:1rem;border:1px solid #e9ecef;margin-left:auto;margin-right:1rem}.test-message-container .test-message-top-section .test-message-content{display:flex;align-items:center}@media (max-width:768px){.test-message-container .test-message-top-section .test-message-content{flex-direction:column;align-items:stretch}}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list{width:100%;margin-bottom:.5rem}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .list-title{font-size:.9rem;font-weight:500;color:#555;margin:0 0 .75rem}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item{display:flex;align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:1.5rem;padding:.4rem .5rem .4rem .75rem;font-size:.85rem;color:#495057;transition:all .2s ease}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item:hover{background-color:#e9ecef;border-color:#dee2e6}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item .phone-number{margin-right:.5rem;font-family:monospace}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item .remove-number-btn{background:none;border:none;color:#dc3545;cursor:pointer;font-size:1.1rem;font-weight:700;line-height:1;padding:0;width:1.2rem;height:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item .remove-number-btn:hover:not(:disabled){background-color:#dc3545;color:#fff}.test-message-container .test-message-top-section .test-message-content .phone-numbers-list .numbers-container .phone-number-item .remove-number-btn:disabled{opacity:.5;cursor:not-allowed}.test-message-container .test-message-top-section .test-message-content .phone-input-section{display:flex;grid-gap:.25rem;gap:.25rem;align-items:center;width:100%}.test-message-container .test-message-top-section .test-message-content .phone-input-section button{white-space:nowrap;padding:.5rem 1rem}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-container{width:100%;position:relative}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-container .add-phone-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);background-color:#28a745;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;pointer-events:none;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1);animation:pulseAdd 2s infinite}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-container .add-phone-icon span{line-height:1}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help{width:100%;position:absolute;top:80%;left:0;z-index:10}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help>div{height:2.75rem;display:flex;align-items:flex-end;grid-gap:4px;gap:4px;padding:.5rem .75rem;border-radius:0 0 .375rem .375rem;border-top:none!important;font-size:.85rem;white-space:nowrap}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help .help-text-add{background-color:#fff;border:1px solid #e0e0e0;animation:slideInUp .3s ease-out}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help .help-text-add .help-icon{font-size:1rem;font-weight:700;color:#28a745}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help .help-text-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffc107;color:#856404;animation:slideInUp .3s ease-out}.test-message-container .test-message-top-section .test-message-content .phone-input-section .phone-input-help .help-text-warning .help-icon{font-size:1rem;color:#ff6b35}.test-message-container .test-message-top-section .test-message-content .phone-input-section .test-phone-input{flex:1 1;min-width:0;z-index:11;background-color:#fff}.single-mode .test-message-container .test-message-top-section .test-message-content .phone-input-section .test-phone-input{width:80%;flex:none}.test-message-container .test-message-top-section .test-message-content .phone-input-section .test-phone-input input{border:1px solid var(--tertiary-background-components,#dee2e6);border-radius:var(--border-radius-components,.25rem)}.test-message-container .test-message-top-section .test-message-content .phone-input-section .test-phone-input .flag-dropdown{border:1px solid var(--tertiary-background-components,#dee2e6);border-radius:var(--border-radius-components,.25rem);border-top-right-radius:0;border-bottom-right-radius:0}.test-message-container .test-message-top-section .test-message-content .phone-input-section .test-phone-input .selected-flag{border-radius:var(--border-radius-components,.25rem)}.test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button{border-radius:var(--border-radius-components,.25rem);background-color:var(--secondary-background-components,#ff9800);border:none;color:#fff;cursor:pointer;font-weight:500;font-size:.9rem;flex-shrink:0;white-space:nowrap;padding:.5rem 1rem}.multiple-mode .test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button{min-width:auto}.single-mode .test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button{min-width:14rem}.test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button:hover:not(:disabled){background-color:var(--secondary-hover-background-components,#ff9800)}.test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.single-mode .test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button{width:100%;margin-top:1rem}.multiple-mode .test-message-container .test-message-top-section .test-message-content .phone-input-section .send-test-button{padding:.6rem .75rem;font-size:.8rem}}.test-message-container .test-message-top-section .test-message-content .phone-input-section .estimate-test-button{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;border-radius:var(--border-radius-components,.375rem);background-color:var(--secondary-background-components,#ff9800);color:#fff;border:none;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;padding:.5rem 1rem}.test-message-container .test-message-top-section .test-message-content .phone-input-section .estimate-test-button svg{width:1rem;height:1rem}.test-message-container .test-message-top-section .test-message-content .phone-input-section .estimate-test-button:hover:not(:disabled){color:#fff;transform:translateY(-1px);opacity:.8}.test-message-container .test-message-top-section .test-message-content .phone-input-section .estimate-test-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.test-message-container .test-message-top-section .file-mode-section{margin-top:1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:1rem;gap:1rem}.test-message-container .test-message-top-section .file-mode-section .smart-links-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;background-color:#dbeafe;box-shadow:0 2px 8px rgba(0,0,0,.05);flex:1 1}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .left-header-content{display:flex;align-items:center;position:relative}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .left-header-content .test-smart-links-tooltip{top:-.1rem;right:-1.5rem}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .link-icon{display:flex;align-items:center;margin-right:10px;color:#1570ef}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .header-title{font-weight:600;font-size:15px;color:#333}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch input{opacity:0;width:0;height:0}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch input:checked+.toggle-slider{background-color:#4a6cf7}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch input:disabled+.toggle-slider{opacity:.6;cursor:not-allowed}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.test-message-container .test-message-top-section .file-mode-section .smart-links-header .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.test-message-container .test-message-top-section .file-mode-section .estimate-test-section{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:flex-start}.test-message-container .test-message-top-section .file-mode-section .estimate-test-section .total-test-messages{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:.75rem;box-shadow:0 4px 12px rgba(14,165,233,.15)}.test-message-container .test-message-top-section .file-mode-section .estimate-test-section .total-test-messages .total-label{font-size:.95rem;font-weight:600;color:#0369a1;margin:0}.test-message-container .test-message-top-section .file-mode-section .estimate-test-section .total-test-messages .total-count{font-size:1.1rem;font-weight:700;color:#0c4a6e;background-color:#fff;padding:.4rem .8rem;border-radius:.5rem;border:1px solid #0ea5e9;min-width:3rem;text-align:center}.test-message-container button{width:auto}.test-message-container button svg{height:1rem}.test-message-container .test-message-bottom-section{padding:0 1rem 1rem;border-top:1px solid #dee2e6}.test-message-container .test-message-content-container{padding:1rem}.test-message-container .test-message-content-container.acordion{background-color:#f5f5f5;border-top:1px solid #dee2e6}.message-preview{margin-bottom:16px;padding:12px;border-radius:6px;background-color:#f5f5f5;width:100%}.message-preview .preview-title{font-size:14px;font-weight:600;color:#555;margin-bottom:4px}.message-preview .preview-content{font-size:15px;color:#333;word-break:break-word;white-space:pre-wrap}@keyframes pulseAdd{0%{transform:translateY(-50%) scale(1);box-shadow:0 2px 4px rgba(0,0,0,.1)}50%{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 8px rgba(40,167,69,.3)}to{transform:translateY(-50%) scale(1);box-shadow:0 2px 4px rgba(0,0,0,.1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.test-message-container.accordion-mode .test-message-header .header-content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.5rem 1rem}.test-message-container.accordion-mode .test-message-header .header-content .accordion-arrow{width:.5rem;height:.5rem;border-top:2px solid #000;border-right:2px solid #000;transition:transform .3s ease;transform-origin:center;transform:rotate(135deg) translate(-2px,2px)}.test-message-container.accordion-mode .test-message-header .header-content .accordion-arrow.open{transform:rotate(-45deg) translate(-2px,2px)}.test-message-container.accordion-mode .file-mode-section.accordion-closed,.test-message-container.accordion-mode .test-message-content.accordion-closed{max-height:0;overflow:hidden;opacity:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:all .3s ease}.test-message-container.accordion-mode .file-mode-section.accordion-open,.test-message-container.accordion-mode .test-message-content.accordion-open{max-height:1000px;opacity:1;transition:all .3s ease}.test-message-container.accordion-mode .test-message-content.accordion-open{margin-bottom:.5rem}.test-message-container.accordion-mode .file-mode-section.accordion-open{margin-top:1.5rem}.tag-selector-container{font-family:"Inter",sans-serif;display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:16px;background-color:#fff;color:#020817}.tag-selector-container__header{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.tag-selector-container__header .header-area-icon{width:2rem;height:2rem;border-radius:9999px;background-color:#eef2ff;display:flex;align-items:center;justify-content:center;color:#4f46e5}.tag-selector-container__header .header-area-icon .tag-icon{width:1rem;height:1rem;flex-shrink:0;color:#4f46e5}.tag-selector-container__header .header-title{font-weight:500;font-size:1.125rem;line-height:1.75rem}.tag-selector-container__header .header-description{font-size:.875rem;line-height:1.25rem;color:#64748b}.tag-selector-container__body .tag-selector-label{font-weight:500;font-size:.875rem;line-height:1.25rem;display:block;margin-bottom:.375rem}.tag-selector-container__body .tag-selector-input-area{display:flex;grid-gap:.5rem;gap:.5rem}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea{position:relative;flex:1 1}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input{height:40px!important;width:100%;border-radius:.375rem;border:1px solid #e2e8f0;background:transparent;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;box-sizing:border-box}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-search{color:#94a3b8;width:1rem;height:1rem;top:.75rem;right:.75rem;position:absolute;flex-shrink:0}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-close{color:#94a3b8;width:1rem;height:1rem;flex-shrink:0}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-button{font-weight:500;font-size:.875rem;line-height:1.25rem;border-radius:.375rem;white-space:nowrap;grid-gap:.5rem;gap:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;top:.25rem;right:.25rem;background-color:initial;border:none}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-button:hover{background-color:#f1f5f9}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions{position:absolute;z-index:10;margin-top:.25rem;width:100%;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);max-height:15rem;overflow:auto}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestions-list{list-style:none;margin:0;padding:0}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestion-item{padding:.5rem .75rem;font-size:14px;line-height:20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;white-space:nowrap}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestion-item:hover{background-color:#f1f5f9}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestion-item .tag-suggestion-item-check{color:#fff;width:1rem;height:1rem;flex-shrink:0;color:#020817}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestion-item.tag-active{background-color:#f1f5f9}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-subarea .tag-selector-input-suggestions .tag-suggestion-item.tag-no-active:hover{background-color:#f8fafc}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap;border-radius:.375rem;border:none;width:auto;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;background-color:#0047ff;color:#fff;cursor:pointer}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-button:hover{background-color:#0039cc}.tag-selector-container__body .tag-selector-input-area .tag-selector-input-button .tag-selector-add-icon{color:#fff;width:1rem;height:1rem;flex-shrink:0}.tag-selector-container__body .tag-selector-tags-area-empty{display:flex;align-items:center;justify-content:center;padding:1.5rem;border:1px dashed #e2e8f0;border-radius:.375rem;background-color:#f8fafc;margin-top:16px}.tag-selector-container__body .tag-selector-tags-area-empty .tag-area-empty{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;color:#64748b}.tag-selector-container__body .tag-selector-tags-area-empty .tag-area-empty .tag-area-empty-icon{color:#64748b;display:block;width:2rem;height:2rem;flex-shrink:0;margin-bottom:.5rem}.tag-selector-container__body .tag-selector-tags-area-empty .tag-area-empty .tag-area-empty-text{font-size:14px;line-height:20px;-webkit-user-select:none;user-select:none}.tag-selector-container__body .tag-selector-tags-area-empty .tag-area-empty .tag-area-empty-text.second{font-size:12px;line-height:16px;margin-top:4px}.tag-selector-container__body .tags-selector-tag-box{margin-top:16px;margin-bottom:16px}.tag-selector-container__body .tag-selector-tags-area{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;padding:.75rem;background-color:#f8fafc;border-radius:.375rem;border:none;min-height:60px;margin-top:16px;box-sizing:border-box}.tag-selector-container__body .tag-selector-tags-area .tag-selector-badge{display:inline-flex;align-items:center;border-radius:9999px;font-size:12px;line-height:16px;font-weight:600;color:#0f172a;padding:.25rem .5rem;grid-gap:.25rem;gap:.25rem;background-color:#fff;border:1px solid #e2e8f0;width:auto;box-sizing:border-box;white-space:nowrap}.tag-selector-container__body .tag-selector-tags-area .tag-selector-badge:hover{background-color:#f8fafc}.tag-selector-container__body .tag-selector-tags-area .tag-selector-badge .tag-selector-badge-button{display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap;border-radius:.375rem;padding:0;border:none;background-color:initial;cursor:pointer}.tag-selector-container__body .tag-selector-tags-area .tag-selector-badge .tag-selector-badge-button .tag-selector-badge-delete-icon{color:#0f172a;width:1rem;height:1rem;flex-shrink:0}.tag-selector-container-apply-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;max-width:400px}.tag-selector-container-apply-mode-button{padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;text-align:left;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:#fff;cursor:pointer;margin:0}.tag-selector-container-apply-mode-button:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-color:#d1d5db}.tag-selector-container-apply-mode-button.replace{border:2px solid #f97316;background-color:#fff7ed}.tag-selector-container-apply-mode-button.replace .tag-selector-container-apply-mode-button-header-text{color:#7e2a0c}.tag-selector-container-apply-mode-button.replace .tag-selector-container-apply-mode-button-body{color:#ca3500}.tag-selector-container-apply-mode-button.replace .tag-selector-container-apply-mode-button-header-icon-area{background-color:#ffedd4;color:#f54a00}.tag-selector-container-apply-mode-button.replace:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.tag-selector-container-apply-mode-button.add{border:2px solid #2b7fff;background-color:#eff6ff}.tag-selector-container-apply-mode-button.add .tag-selector-container-apply-mode-button-header-text{color:#1c398e}.tag-selector-container-apply-mode-button.add .tag-selector-container-apply-mode-button-body{color:#1447e6}.tag-selector-container-apply-mode-button.add .tag-selector-container-apply-mode-button-header-icon-area{background-color:#dbeafe;color:#155dfc}.tag-selector-container-apply-mode-button.add:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.tag-selector-container-apply-mode-button-header{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:.5rem}.tag-selector-container-apply-mode-button-header-icon-area{padding:.5rem;border-radius:9999px;background-color:#f5f5f5;color:#6b7280}.tag-selector-container-apply-mode-button-header-icon{width:1rem;height:1rem;flex-shrink:0;color:inherit}.tag-selector-container-apply-mode-button-header-text-area{flex:1 1}.tag-selector-container-apply-mode-button-header-text{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#374151}.tag-selector-container-apply-mode-button-body{font-size:.75rem;line-height:1rem;color:#6b7280}.tag-selector-container-apply-mode-label{font-weight:500;font-size:.875rem;line-height:1.25rem;display:block;margin-bottom:.375rem}.tag-selector-container-apply-mode-area{display:flex;justify-content:center;align-items:center;flex-direction:column}.tag-selector-container .tag-selector-button-area{display:flex;justify-content:space-between;box-sizing:border-box;padding-top:1rem}.tag-selector-container .tag-selector-button-area .save-tags-button{width:auto;display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;white-space:nowrap;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;padding:.5rem 1rem;color:#fff;background-color:#0047ff;border:none;cursor:pointer}.tag-selector-container .tag-selector-button-area .save-tags-button.secondary{background-color:#fff;border:1px solid #e2e8f0;color:#020817}.tag-selector-container .tag-selector-button-area .save-tags-button.secondary:hover{background-color:#f2f2f2}.tag-selector-container .tag-selector-button-area .save-tags-button:disabled{opacity:.5;pointer-events:none}.tag-selector-container .tag-selector-button-area .save-tags-button:hover{background-color:#0039cc}.smart-tips{padding:1rem;border-radius:.375rem;background-color:#f8fafc;display:flex;grid-gap:.75rem;gap:.75rem}.smart-tips .info-icon{position:relative;width:1.25rem;height:1.25rem;flex-shrink:0}.smart-tips .smart-tips-title{font-weight:700;margin-bottom:.25rem}.smart-tips .smart-tips-description,.smart-tips .smart-tips-title{font-size:.875rem;line-height:1.25rem}.smart-tips.blue{background-color:#eff6ff}.smart-tips.blue .smart-tips-title{color:#1d4ed8}.smart-tips.blue .smart-tips-description{color:#2563eb}.smart-tips.blue .info-icon{color:#1d4ed8}.smart-tips.amber{background-color:#fffbeb}.smart-tips.amber .smart-tips-title{color:#b45309}.smart-tips.amber .smart-tips-description{color:#d97706}.smart-tips.amber .info-icon{color:#b45309}.smart-tips.red{background-color:#fef2f2;border-color:#fecaca}.smart-tips.red .smart-tips-title{color:#991b1b}.smart-tips.red .smart-tips-description{color:#b91c1c}.smart-tips.red .info-icon{color:#991b1b}.rdw-option-wrapper{border:1px solid #f1f1f1;padding:5px;min-width:25px;height:20px;border-radius:2px;margin:0 4px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-option-active,.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-disabled{opacity:.3;cursor:default}.rdw-dropdown-wrapper{height:30px;cursor:pointer;border:1px solid #f1f1f1;border-radius:2px;margin:0 3px;text-transform:capitalize;background:#fff}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd;background-color:#fff}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{height:0;width:0;position:absolute;top:35%;right:10%;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{display:flex;position:relative;height:100%;align-items:center;padding:0 5px}.rdw-dropdown-optionwrapper{z-index:100;position:relative;border:1px solid #f1f1f1;width:98%;background:#fff;border-radius:2px;margin:0;padding:0;max-height:250px;overflow-y:scroll}.rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px 0 #bfbdbd;background-color:#fff}.rdw-dropdownoption-default{min-height:25px;display:flex;align-items:center;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{opacity:.3;cursor:default}.rdw-inline-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-block-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-text-align-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-colorpicker-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:175px;height:175px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{font-size:15px;width:50%;text-align:center;cursor:pointer;padding:0 10px 5px}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{margin:5px auto;display:flex;width:100%;height:100%;flex-wrap:wrap;overflow:scroll}.rdw-colorpicker-cube{width:22px;height:22px;border:1px solid #f1f1f1}.rdw-colorpicker-option{margin:3px;padding:0;min-height:20px;border:none;width:22px;height:22px;min-width:22px;box-shadow:inset 1px 2px 1px #bfbdbd}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:205px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{margin-top:5px;border-radius:2px;border:1px solid #f1f1f1;height:25px;margin-bottom:15px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{margin-left:10px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-embedded-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-embedded-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;justify-content:space-between;box-shadow:3px 3px 5px #bfbdbd}.rdw-embedded-modal-header{font-size:15px;display:flex}.rdw-embedded-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-embedded-modal-header-label{width:95px;margin-top:5px;background:#6eb8d4;border:1px solid #f1f1f1;border-bottom:2px solid #0a66b7}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{width:88%;height:35px;margin:10px 0;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-embedded-modal-link-input-wrapper{display:flex;align-items:center}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{margin:0 3px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-embedded-modal-size-input{width:80%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-emoji-modal{overflow:auto;position:absolute;top:35px;left:5px;display:flex;flex-wrap:wrap;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-emoji-icon{margin:2.5px;height:24px;width:24px;cursor:pointer;font-size:22px}.rdw-emoji-icon,.rdw-spinner{display:flex;justify-content:center;align-items:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{width:12px;height:12px;background-color:#333;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.rdw-spinner .rdw-bounce1{animation-delay:-.32s}.rdw-spinner .rdw-bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.rdw-image-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-image-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-image-modal-header{font-size:15px;margin:10px 0;display:flex}.rdw-image-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-image-modal-header-label{width:80px;background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{width:100%;color:grey;cursor:pointer;display:flex;border:none;font-size:15px;align-items:center;justify-content:center;background-color:#f1f1f1;outline:2px dashed grey;outline-offset:-10px;margin:10px 0;padding:9px 0}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{cursor:pointer;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:15px}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-width:100%;max-height:200px}.rdw-image-modal-upload-option-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rdw-image-modal-url-section{display:flex;align-items:center}.rdw-image-modal-url-input{width:90%;height:35px;margin:15px 0 12px;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{margin:0 5px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{position:absolute;top:-3px;left:0;width:100%;height:100%;opacity:.5}.rdw-image-modal-alt-input{width:70%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px;margin-left:5px}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-image-modal-size-input{width:40%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-history-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{position:absolute;left:40%;top:0;cursor:pointer;background-color:#fff}.rdw-mention-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{position:absolute;display:flex;flex-direction:column;border:1px solid #f1f1f1;min-width:100px;max-height:150px;overflow:auto;background:#fff;z-index:100}.rdw-suggestion-option{padding:7px 5px;border-bottom:1px solid #f1f1f1}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-image-alignment-options-popup{position:absolute;background:#fff;display:flex;padding:5px 2px;border-radius:2px;border:1px solid #f1f1f1;width:105px;cursor:pointer;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;width:15px;min-width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;overflow:auto;box-sizing:border-box}.rdw-editor-toolbar{padding:6px 5px 0;border-radius:2px;border:1px solid #f1f1f1;display:flex;justify-content:flex-start;background:#fff;flex-wrap:wrap;font-size:15px;margin-bottom:5px;-webkit-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:initial}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;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:64px;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:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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--default{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:9999;opacity:.7;background-color:hsla(0,0%,100%,.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__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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}
/*# sourceMappingURL=153.css.map */