@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);.c-main{display:flex;flex-direction:column;width:100vw}@media screen and (min-width:400px){.c-main{margin-left:var(--nav__width);width:calc(100vw - var(--nav__width))}}.c-main .c-main__body{display:flex;flex-direction:column;gap:16px;gap:var(--gutter);height:calc(100vh - 320px);padding-left:0}@media screen and (min-width:800px){.c-main .c-main__body{flex-direction:row}}.c-message__chat,.c-message__list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #cbcbcb;border:1px solid var(--color--border);border-radius:5px;border-radius:var(--global__radius);height:100%;overflow-y:auto;scrollbar-width:thin}.c-message__chat>header,.c-message__list>header{background-color:#fff;border-bottom:1px solid #cbcbcb;border-bottom:1px solid var(--color--border);border-radius:5px 5px 0 0;border-radius:var(--global__radius) var(--global__radius) 0 0;position:sticky;top:0;z-index:1}.c-message__chat>ul,.c-message__list>ul{display:flex;flex-direction:column;list-style:none}.c-message__chat .d-flex,.c-message__list .d-flex{align-items:center;display:flex;height:100%;top:0;width:100%}.c-message__chat .d-flex .spinner-border,.c-message__list .d-flex .spinner-border{display:flex;margin:0 auto}section>h2{background-color:#f5f3ec;background-color:var(--color--grey--lighter);border-radius:20px;display:flex;font-family:var(--font--body);font-size:13px;height:20px;line-height:20px;margin:0 auto 20px;padding:0 10px;width:-moz-max-content;width:max-content}.c-avatar{background-color:#f0f0f7;background-color:var(--color--primary--light);border-radius:50%;flex-shrink:0;height:60px;overflow:hidden;width:60px}.c-message__list{flex-basis:100%}@media screen and (min-width:960px){.c-message__list{flex-basis:375px;flex-shrink:0;min-width:320px}}.c-message__list.form-check{display:block;margin-bottom:0;min-height:auto;padding-left:0}.c-message__list.form-check .form-check-input{float:none;height:20px;margin-left:0;width:20px}.c-message__list [data-message-read=False] .c-message__list__item__body h3,.c-message__list [data-message-read=False] .c-message__list__item__body p,.c-message__list [data-message-read=false] .c-message__list__item__body h3,.c-message__list [data-message-read=false] .c-message__list__item__body p{font-weight:700}.c-message__list .c-message__list__body{height:calc(100% - 205px);height:calc(100% - var(--message__chat__footer__height));transform:translateY(-1px)}.c-message__list .c-message__list__body ul{list-style:none}.c-message__list>header{display:flex;flex-flow:column wrap;padding:15px;width:auto}.c-message__list>header .row{padding-bottom:-1px}.c-message__list>header .row .c-selected{flex-shrink:0;width:auto}.c-message__list>header .row .c-selected .form-check-input{margin:1px 5px 0 0}.c-message__list>header .row .c-totals{margin-left:auto;margin-right:3px;width:auto}.c-message__list .c-message__list__item button{border:none;border-top:1px solid #cbcbcb;border-top:1px solid var(--color--border);display:flex;height:90px;margin-top:-1px;overflow:hidden;padding:15px;position:relative;width:100%}.c-message__list .c-message__list__item button:focus,.c-message__list .c-message__list__item button:hover{background-color:#f0f0f7;background-color:var(--color--primary--light)}.c-message__list .c-message__list__item button:focus{outline:none}.c-message__list .c-message__list__item button .c-message__action{left:-4px;position:relative;top:-5px}.c-message__list .c-message__list__item button .c-message__action:hover .c-message__action__icon{display:none}.c-message__list .c-message__list__item button .c-message__action:hover .c-message__action__select{display:block;position:absolute}.c-message__list .c-message__list__item button .c-avatar{margin-right:12px}.c-message__list .c-message__list__item button .c-message__list__item__body{display:flex;flex-direction:column;overflow:hidden}.c-message__list .c-message__list__item button .c-message__list__item__body h3{color:#0b6efc;color:var(--color--message__title);flex-shrink:0;font-size:16px;line-height:22px;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-message__list .c-message__list__item button .c-message__list__item__body p{font-size:14px;margin:0;text-overflow:ellipsis;word-wrap:break-word;line-height:1.5em;max-height:3em;overflow:hidden}.c-message__list .c-message__list__item button .c-time{align-self:flex-start;color:#848484;color:var(--color--grey--light);font-size:14px;margin:0 4px 0 auto}.c-message__list .c-message__list__item button .c-message__action__icon:has(+.checked){display:none!important}.c-message__list .c-message__list__item button .c-message__action__select{display:none;left:3px;position:absolute;top:-2px}.c-message__list .c-message__list__item button .c-message__action__select.checked{display:block!important}.c-message__list .c-message__list__item:first-child button{border-top:none}.c-message__list.multi-select .c-message__action__icon{display:none}.c-message__list.multi-select .c-message__action__select{display:block!important}:root{--color--text:#343434;--color--link:#0b6efc;--color--link--hover:#1356b4;--color--primary:#222d84;--color--primary--light:#f0f0f7;--color--page__title:#1b1e79;--color--message__title:var(--color--link);--color--tab__underline:var(--color--message__title);--color--blue--chaos:#559ef8;--color--focus:#337cff;--color--grey--light:#848484;--color--grey--lighter:#f5f3ec;--color--grey--lightest:#f7f7f7;--color--off-white:#f4f4f4;--color--green--beta:#579584;--color--border:#cbcbcb;--color--border--hover:#999;--color--alert:#c73c3c;--color--highlight--diff:hsla(0,64%,64%,.3);--color--efficiency--yellow:#ffd501;--color--efficiency--green:#8cce46;--color--positive:#8cce46;--color--positive--hover:#71a738;--gutter:16px;--header__height:80px;--main__header--height:190px;--main__body__padding:var(--gutter) var(--gutter) 42px var(--gutter);--global__transition:all 200ms ease-in-out;--global__radius:5px;--tap-target__size:48px;--message__list__header__height:54px;--message__chat__footer__height:205px}@media screen and (min-width:400px){:root{--gutter:30px}}@media screen and (max-width:959px){.c-message__chat{display:none}}@media screen and (min-width:960px){.c-message__chat{display:flex;flex:1 1 auto;flex-direction:column;min-width:320px}}.c-message__chat>header{display:flex;flex-direction:column;padding:20px 20px 0}.c-message__chat>header .c-avatar{margin-left:12px;margin-right:15px;padding:0;width:auto}.c-message__chat>header .c-contact-subject{display:flex;flex-direction:column;width:auto}.c-message__chat>header .c-contact-subject p{margin:0}.c-message__chat>header .c-action{width:auto}.c-message__chat>header .c-action #btnExpandCollapse span{color:#343434;font-size:20px}.c-message__chat>header .tab-pane{padding:0}.c-message__chat>header .tab-pane .messaging-navs{border-bottom:none;margin-bottom:0;margin-top:10px;padding-left:10px}.c-message__chat .c-message__chat__body{height:100%;overflow-y:scroll;padding:30px 9.834%}.c-message__chat .c-message__chat__item{border-radius:10px;box-shadow:0 2px 0 rgba(0,0,0,.16);display:flex;flex-direction:column;margin-bottom:20px;max-width:66.666%;padding:20px 20px 10px 30px;position:relative}.c-message__chat .c-message__chat__item[data-chat-direction=c-chat--in]{margin-right:auto}.c-message__chat .c-message__chat__item[data-chat-direction=c-chat--out]{margin-left:auto}.c-message__chat .c-message__chat__item[data-chat-type=c-chat--sms]{background-color:#f0f0f7;background-color:var(--color--primary--light)}.c-message__chat .c-message__chat__item[data-chat-type=c-chat--email],.c-message__chat .c-message__chat__item[data-chat-type=c-chat--messenger]{background-color:#fff;border:1px solid #d3d3d3;border-bottom:none}.c-message__chat .c-message__chat__item[data-chat-type=c-chat--whatsapp]{background-color:#f5f3ec}.c-message__chat .c-message__chat__item .c-chat__content p:not(:first-child){margin-top:16px}.c-message__chat .c-message__chat__item .c-chat__toolbar{align-items:start;display:flex;justify-content:end;padding-top:5px}.c-message__chat .c-message__chat__item .c-chat__toolbar__time{color:#a2a2a9;font-size:12px;margin-left:auto}.c-message__chat .c-message__chat__item .c-chat__toolbar__status{display:block;height:16px;margin-left:8px;width:16px}.c-message__chat .c-message__chat__item .c-chat__toolbar__status.bg-delivered{background:url(../../images/message_statuses.png) -10px -46px;height:9px;width:16px}.c-message__chat .c-message__chat__item .c-chat__toolbar__status.bg-failed{background:url(../../images/message_statuses.png) -10px -10px;height:16px;width:16px}.c-message__chat .c-message__chat__item .c-chat__toolbar__status.bg-read{background:url(../../images/message_statuses.png) -46px -46px;height:9px;width:16px}.c-message__chat .c-message__chat__item .c-chat__toolbar__status.bg-sent{background:url(../../images/message_statuses.png) -46px -10px;height:14px;width:16px}.c-message__chat .c-message__chat__footer{align-items:center;background-color:#f7f7f7;background-color:var(--color--grey--lightest);border-radius:0 0 5px 5px;border-radius:0 0 var(--global__radius) var(--global__radius);border-top:1px solid #cbcbcb;border-top:1px solid var(--color--border);bottom:0;display:flex;height:205px;height:var(--message__chat__footer__height);margin-top:auto;padding:15px;position:sticky;width:100%}.c-message__chat .c-message__chat__footer .c-message__text-area{background-color:#fff;border:1px solid #cbcbcb;border:1px solid var(--color--border);border-radius:5px;font-family:var(--font--body);height:175px;resize:none;width:100%}.c-message__chat .c-message__chat__footer .c-icon--plus{font-size:19px}.c-message__chat .c-message__chat__footer .c-icon--camera,.c-message__chat .c-message__chat__footer .c-icon--mic{font-size:22px}.c-message__chat .c-templates{background-color:#f7f7f7;background-color:var(--color--grey--lightest);padding:0 15px 15px}.c-message__chat .c-templates .c-action{display:flex;flex-wrap:wrap}.c-message__chat .c-templates .c-action .c-btn--primary{margin-left:15px}.c-message__chat .c-templates .c-action .select2{min-width:200px}.c-message__chat .c-templates .c-action #showEmojiPicker{margin-left:3px}.c-message__chat .c-templates .c-spacer{flex-grow:1}.c-message__message-template{min-width:300px}.c-message__message-template label{font-weight:700;margin-bottom:5px}.c-message__message-template__select{width:100%}.c-message__message-template__entity-merge-fields{margin-top:5px}.c-message__message-template__entity-merge-fields p{margin-bottom:5px}.c-message__message-template__entity-merge-fields #messageMergeFields{margin-bottom:10px}.c-chat__icon,.c-message__action__icon{align-items:center;border-radius:50%;display:flex;justify-content:center;position:absolute}.c-chat__icon [class*=" c-icon--"],.c-chat__icon [class^=c-icon--],.c-message__action__icon [class*=" c-icon--"],.c-message__action__icon [class^=c-icon--]{color:#fff}.c-message__action__icon{height:25px;left:0;top:0;width:25px}.c-message__action__icon [class*=" c-icon--"],.c-message__action__icon [class^=c-icon--]{font-size:15px}.c-message__action__icon .c-select{display:none;left:5px;position:relative}.c-message__action__icon:hover .c-select{display:block}.c-chat__icon{height:35px;left:0;top:50%;transform:translate(-50%,-50%);width:35px}.c-chat__icon [class*=" c-icon--"],.c-chat__icon [class^=c-icon--]{font-size:20px}[data-chat-type=c-chat--sms] .c-chat__icon,[data-chat-type=c-chat--sms] .c-message__action__icon,[data-chat-type=c-chat--whatsapp] .c-chat__icon,[data-chat-type=c-chat--whatsapp] .c-message__action__icon,[data-message-type=c-message--sms] .c-chat__icon,[data-message-type=c-message--sms] .c-message__action__icon,[data-message-type=c-message--whatsapp] .c-chat__icon,[data-message-type=c-message--whatsapp] .c-message__action__icon{background-color:#5cbc50}[data-chat-type=c-chat--email] .c-chat__icon,[data-chat-type=c-chat--email] .c-message__action__icon,[data-message-type=c-message--email] .c-chat__icon,[data-message-type=c-message--email] .c-message__action__icon{background-color:#0b6efc}[data-chat-type=c-chat--messenger] .c-chat__icon,[data-chat-type=c-chat--messenger] .c-message__action__icon,[data-message-type=c-message--messenger] .c-chat__icon,[data-message-type=c-message--messenger] .c-message__action__icon{background-color:#0a7cff}.m-messaging{display:flex;flex-direction:column;height:100vh;overflow:hidden}@font-face{font-display:block;font-family:Messaging;font-style:normal;font-weight:400;src:url(../font/Messaging.ttf) format("truetype"),url(../font/Messaging.woff) format("woff")}[class*=" c-icon--"],[class^=c-icon--]{font-family:Messaging!important;speak:never;font-feature-settings:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px}.c-icon--wifi_calling:before{content:""}.c-icon--phone_enabled:before{content:""}.c-icon--phone_disabled:before{content:""}.c-icon--add_ic_call:before{content:""}.c-icon--settings_phone:before{content:""}.c-icon--perm_phone_msg:before{content:""}.c-icon--perm_camera_mic:before{content:""}.c-icon--phone_callback:before{content:""}.c-icon--phone_paused:before{content:""}.c-icon--phone_missed:before{content:""}.c-icon--phone_locked:before{content:""}.c-icon--phone_in_talk:before{content:""}.c-icon--phone_forwarded:before{content:""}.c-icon--headset_mic:before{content:""}.c-icon--add_call:before{content:""}.c-icon--call_end:before{content:""}.c-icon--missed_video_call:before{content:""}.c-icon--video_call:before{content:""}.c-icon--mic_off:before{content:""}.c-icon--mic_none:before{content:""}.c-icon--announcement:before{content:""}.c-icon--mic:before{content:""}.c-icon--call:before{content:""}.c-icon--whatsapp:before{content:""}.c-icon--camera:before{content:""}.c-icon--checkmark:before{content:""}.c-icon--chevron--down:before{content:""}.c-icon--location-pin:before{content:""}.c-icon--mic1:before{content:""}.c-icon--minimise:before{content:""}.c-icon--plus:before{content:""}.c-icon--email:before{content:""}.c-icon--bell:before{content:""}.c-icon--search:before{content:""}.c-icon--calendar:before{content:""}.c-icon--sms:before{content:""}.c-icon--messenger:before{content:""}.c-icon--expand:before{content:""}.c-icon--collapse:before{content:""}.c-icon--smile:before{content:""}.c-icon--paper-plane:before{content:""}.c-btn{align-items:center;border:none;border-radius:5px;border-radius:var(--global__radius);display:inline-flex;flex-shrink:0;font-family:var(--font--body);font-size:16px;height:36px;justify-content:center;padding:0 15px}.c-btn--tall{font-size:20px;height:48px;padding:0 20px}.c-btn--primary{background-color:#0b6efc;background-color:var(--color--link);color:#fff}.c-btn--primary:hover{background-color:#1356b4;background-color:var(--color--link--hover)}.c-btn--secondary{border:1px solid #0b6efc;border:1px solid var(--color--link);color:#0b6efc;color:var(--color--link)}.c-btn--secondary:hover{background-color:#0b6efc;background-color:var(--color--link);color:#fff}.c-btn--tertiary{background-color:#fff;border:1px solid #cbcbcb;border:1px solid var(--color--border);border-radius:5px;border-radius:var(--global__radius);height:var(--form-control__height);transition:border .2s ease-in-out;width:40px}.c-btn--tertiary [class*=" c-icon--"],.c-btn--tertiary [class^=c-icon--]{font-size:18px}.c-btn--tertiary:hover{border-color:#999;border-color:var(--color--border--hover)}.c-btn--positive{background-color:#8cce46;background-color:var(--color--positive);color:#fff}.c-btn--positive:hover{background-color:#71a738;background-color:var(--color--positive--hover)}.c-btn--icon{border-radius:50%;color:#559ef8;color:var(--color--blue--chaos);padding:0;width:36px}.c-btn--icon:hover,.c-btn--link{color:#0b6efc;color:var(--color--link)}.c-btn--link{height:auto;padding:0}.c-list--horizontal button{border-radius:18px;font-family:var(--font--headings);font-size:16px;padding:7px 15px}.c-list--horizontal button:focus{outline:none}.c-list--horizontal .c-list__item--active button{background-color:#f0f0f7;background-color:var(--color--primary--light);font-family:var(--font--body)}.c-action{display:flex;flex-shrink:0;margin-left:auto}.c-action--primary .c-btn{margin-left:15px}.c-action--tertiary{margin-right:0;margin-top:0}.sr-only{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}blockquote,body,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,legend,ol,p,pre,ul{margin:0;padding:0}pre{position:relative;z-index:1}li>ol,li>ul{margin-bottom:0}table{border-collapse:collapse;border-spacing:0}fieldset{border:0;min-width:0}button{background-color:transparent;border:none;cursor:pointer;text-align:left}.swal2-icon-content:before{content:""!important}.come-from-modal.right.messaging-modal{padding:0;width:100%!important}.come-from-modal.right.messaging-modal .modal-dialog{height:100%;margin:0 0 0 auto!important;max-width:90%!important;width:90%!important}.come-from-modal.right.messaging-modal .modal-dialog .modal-content{border:none;border-radius:0;font-weight:400!important;height:100%;overflow-y:auto}.partial{padding:0!important}.partial .messaging-filter{margin:0}.partial .messaging-filter__actions{margin-bottom:20px;margin-top:20px}.partial .c-main__body{height:calc(100vh - 185px);margin-top:20px}.leads-modal__table.partial{margin-bottom:0}.leads-modal__table.partial .c-main__body{font-weight:400}.logic-custom-datatables #tableHeaderColVis{position:absolute;right:-2px;top:-73px;z-index:2}.logic-custom-datatables #tableHeaderActions .dataTables_select{order:0!important}.logic-custom-datatables #tableHeaderActions .dataTables_length-icons label{display:inline!important}.logic-custom-datatables #tableHeaderActions .dt-length .dt-input{background-color:#fff!important}.logic-custom-datatables table.dataTable thead td:first-of-type span.dt-column-title{padding:0 8px!important;position:relative;top:2px}.logic-custom-datatables table.dataTable td.dt-type-date,.logic-custom-datatables table.dataTable td.dt-type-numeric,.logic-custom-datatables table.dataTable th.dt-type-date,.logic-custom-datatables table.dataTable th.dt-type-numeric{text-align:left!important}.logic-custom-datatables table.dataTable tbody .dt-empty>div{align-items:center;display:grid!important;grid-row-gap:10px;align-content:center;justify-content:center;margin:20px;place-content:center;text-align:center}.logic-custom-datatables table.dataTable tbody .dt-empty>div>a,.logic-custom-datatables table.dataTable tbody .dt-empty>div>img,.logic-custom-datatables table.dataTable tbody .dt-empty>div>span{margin:auto}.logic-custom-datatables .bottom{margin:10px 0 30px}.logic-custom-datatables .bottom .dt-paging{color:#343434;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:1rem;font-weight:500;margin-bottom:50px;margin-top:10px}.logic-custom-datatables .bottom .dt-paging nav.pagination{text-align:right}.logic-custom-datatables .bottom .dt-paging>a{color:#b9b9b9!important}.logic-custom-datatables .bottom .dt-paging>a:first-of-type{margin:0 10px 0 0!important}.logic-custom-datatables .bottom .dt-paging>a:last-of-type{margin:0 0 0 10px!important}.logic-custom-datatables .bottom .dt-paging .dt-paging-button{background:#fff!important;border:1px solid #cfcfcf!important;border-radius:5px!important;color:#343434!important;cursor:pointer;margin:0 5px 0 0!important;padding:5px 10px}.logic-custom-datatables .bottom .dt-paging .dt-paging-button:last-child{margin-right:0!important}.logic-custom-datatables .bottom .dt-paging .dt-paging-button:hover{color:#343434!important}.logic-custom-datatables .bottom .dt-paging .dt-paging-button.current{background:var(--primary)!important;border:1px solid transparent!important;color:#fff!important}.logic-custom-datatables .bottom .dt-paging .dt-paging-button.current:hover{color:#fff!important}.logic-custom-datatables .bottom .dt-paging .dt-paging-button.disabled{color:#b9b9b9!important}div.dt-button-collection{left:auto;right:0}.filters-actions{align-items:flex-start;display:flex;justify-content:space-between;margin:30px 0 25px;position:relative;z-index:2}@media(max-width:1399.98px){.filters-actions{flex-wrap:wrap;gap:15px}}.filters-actions__search-area{align-items:flex-start;display:flex;flex-grow:1;flex-wrap:wrap;width:100%}@media(max-width:1399.98px){.filters-actions__search-area>div{flex-wrap:wrap;width:100%}}@media(max-width:991.98px){.filters-actions__search-area,.filters-actions__search-area>div{gap:15px}}.filters-actions__action-area{align-items:flex-start;display:flex}@media(max-width:1399.98px){.filters-actions__action-area{flex-wrap:wrap}}@media(max-width:991.98px){.filters-actions__action-area{width:100%}}.filters-actions__table-search{margin:0 10px 10px 0;max-width:300px;position:relative;width:100%}@media(max-width:991.98px){.filters-actions__table-search{margin:0;max-width:100%}}.filters-actions__table-search input{color:#4d4f5c;padding-right:30px;width:100%}.filters-actions__table-search svg{height:15px;pointer-events:none;position:absolute;right:10px;top:9px;width:15px}.filters-actions__call-button{background:#fff;border:1px solid #cbcbcb;border-radius:5px;margin-left:10px;padding:5px 6px}.filters-actions__call-button svg{height:20px;width:20px;stroke:#343434}.filters-actions__datepicker{margin:0 10px 10px 0}@media(max-width:991.98px){.filters-actions__datepicker{margin:0;width:100%}}.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker{background:#fff;border:1px solid #ced4da;height:34px;max-height:34px;width:175px}@media(max-width:991.98px){.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker{max-width:100%;width:100%}}.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker article{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0 5px}@media(max-width:991.98px){.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker article{align-items:center;width:100%}}.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker article label{font-weight:300}.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker article p{color:#525252;font-size:12px;font-weight:500;margin-top:4px}.filters-actions__datepicker .searchsort__advancedsearch--content--datepicker .datepickerseparator{height:32px}.filters-actions__select{margin:0 10px 10px 0;max-width:190px;width:100%}@media(max-width:991.98px){.filters-actions__select{margin:0;max-width:100%}}.filters-actions__select>select{display:none}.filters-actions__select-lg{margin:0 10px 10px 0;max-width:210px;width:100%}@media(max-width:991.98px){.filters-actions__select-lg{margin:0;max-width:100%}}.filters-actions__select-full{flex-grow:1;max-width:100%;min-width:280px;width:auto!important}@media(max-width:991.98px){.filters-actions__select-full{margin:0}}.filters-actions .treeselect-input{max-width:280px}@media(max-width:991.98px){.filters-actions .treeselect-input{max-width:100%}}.filters-actions .treeselect-list{max-width:100%;min-width:280px;width:-moz-max-content;width:max-content}@media(max-width:991.98px){.filters-actions .treeselect-list{width:100%}}.filters-actions__actions{display:flex;margin:0 0 10px}@media(max-width:991.98px){.filters-actions__actions{margin:0;width:100%}}.filters-actions__actions select{max-width:140px;width:100%}@media(max-width:991.98px){.filters-actions__actions select{max-width:100%}}.filters-actions__actions a.btn,.filters-actions__actions button.btn{padding-bottom:4px;padding-top:4px}.filters-actions .select2-container--default .select2-selection--single .select2-selection__placeholder,.filters-actions .select2-search__field{color:#999!important}.messaging-header{margin:25px 0 20px;position:relative}.messaging-header,.messaging-header__title{align-items:center;display:flex;justify-content:space-between}.messaging-header__title h1{align-items:center;color:var(--primary);display:flex;font-size:30px;font-weight:600;margin:0}.messaging-header__title a{align-items:center;display:none;justify-content:center}.messaging-header__title a svg{height:15px;margin-right:10px;width:15px;fill:#fff}.messaging-navs{margin-bottom:25px}.messaging-navs,.messaging-navs:after{border-bottom:1px solid #b9b9b9;width:100%}.messaging-navs:after{content:""}.messaging-navs button{all:unset;border-bottom:3px solid transparent;cursor:pointer;font-size:.875rem;padding:10px 15px 5px}.messaging-navs--active{border-bottom:3px solid var(--primary)!important;font-weight:700!important}.messaging-filter{justify-content:space-between;margin-bottom:25px;position:relative;z-index:2}.messaging-filter,.messaging-filter>article{align-items:flex-start;display:flex}.messaging-filter>article:first-child{flex:1 0 auto;flex-wrap:wrap}.messaging-filter__table-search{margin:0 10px 10px 0;max-width:270px;position:relative;width:100%}.messaging-filter__table-search input{border:1px solid #ced4da;border-radius:3px;color:#4d4f5c;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:14px;font-weight:600;min-height:32px;padding:0 25px 0 5px;width:100%}.messaging-filter__table-search svg{height:15px;position:absolute;right:10px;top:8px;width:15px}.messaging-filter__datepicker{margin:0 10px 10px 0}.messaging-filter__datepicker .datepicker{align-items:center;background:#fff;border:1px solid #ced4da;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;max-height:32px;max-width:270px;position:relative;width:175px}.messaging-filter__datepicker .datepicker .datepickerseparator{background:#ced4da;height:32px;width:1px}.messaging-filter__datepicker .datepicker input{bottom:0;height:100%;position:absolute;visibility:hidden;width:100%}.messaging-filter__datepicker .datepicker article{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0 7px 0 5px}.messaging-filter__datepicker .datepicker article label{font-weight:300}.messaging-filter__datepicker .datepicker article p{color:#4d4f5c;font-size:12px;font-weight:700;margin-top:4px}.messaging-filter__status,.messaging-filter__user{margin:0 10px 10px 0;max-width:190px;width:100%}.messaging-filter__status span.select2,.messaging-filter__user span.select2{max-width:280px;width:100%!important}.messaging-filter__status span.select2 .select2-container--default.select2-container--focus .select2-selection--multiple,.messaging-filter__user span.select2 .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#ced4da}.messaging-filter__status span.select2 .select2-selection,.messaging-filter__user span.select2 .select2-selection{align-items:center;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABHNCSVQICAgIfAhkiAAAAHpJREFUGFdjZAACY2PjCYyMjPkgNjbw////iWfPni1gBEmamJg0AKl6XIqB4o1nzpxpACuGmr4AaHo8ugagqQuBpiaAxOGKDQwMBJiZmQ8ANejDNAAVXvz796/DhQsXPqAoBnGQNaArxFAM08DCwlLw58+fCTATYTYBAB7LNQcqZhC7AAAAAElFTkSuQmCC");background-position:95% 50%;background-repeat:no-repeat;background-size:10px;border:1px solid #ced4da;display:flex;min-height:32px}.messaging-filter__status span.select2 .select2-selection .select2-selection__rendered,.messaging-filter__user span.select2 .select2-selection .select2-selection__rendered{margin:0}.messaging-filter__status span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice,.messaging-filter__user span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice{background:#6c74b2;border-color:#fff;display:inline-flex;height:20px}.messaging-filter__status span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice button,.messaging-filter__user span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice button{border-color:#fff;font-size:.75rem}.messaging-filter__status span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice button:hover span,.messaging-filter__user span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice button:hover span{color:#4d4f5c}.messaging-filter__status span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice span,.messaging-filter__user span.select2 .select2-selection .select2-selection__rendered .select2-selection__choice span{color:var(--primary-font-color);font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:.75rem}.messaging-filter__status span.select2 .select2-selection .select2-search .select2-search__field,.messaging-filter__user span.select2 .select2-selection .select2-search .select2-search__field{color:#4d4f5c!important;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif!important;font-size:14px!important;font-weight:600!important}.messaging-filter__status span.select2 .select2-selection .select2-search .select2-search__field::-moz-placeholder,.messaging-filter__user span.select2 .select2-selection .select2-search .select2-search__field::-moz-placeholder{color:#4d4f5c}.messaging-filter__status span.select2 .select2-selection .select2-search .select2-search__field::placeholder,.messaging-filter__user span.select2 .select2-selection .select2-search .select2-search__field::placeholder{color:#4d4f5c}.messaging-filter__status span.select2 .select2-selection .select2-search .select2-search__field::-webkit-select-placeholder,.messaging-filter__user span.select2 .select2-selection .select2-search .select2-search__field::-webkit-select-placeholder{color:#fff!important}.messaging-filter__actions{margin:0 0 10px;max-width:100px}.messaging-filter__actions select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABHNCSVQICAgIfAhkiAAAAHpJREFUGFdjZAACY2PjCYyMjPkgNjbw////iWfPni1gBEmamJg0AKl6XIqB4o1nzpxpACuGmr4AaHo8ugagqQuBpiaAxOGKDQwMBJiZmQ8ANejDNAAVXvz796/DhQsXPqAoBnGQNaArxFAM08DCwlLw58+fCTATYTYBAB7LNQcqZhC7AAAAAElFTkSuQmCC");background-position:95% 50%;background-repeat:no-repeat;background-size:10px;border:1px solid #ced4da;border-radius:3px;color:#4d4f5c;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:14px;font-weight:600;max-width:100px;min-height:32px;padding:0 5px}.bulk-message{padding-top:20px}.bulk-message label{font-weight:700;margin-bottom:5px}.bulk-message select{width:100%}.bulk-message textarea{display:block;width:100%}.bulk-message p,.bulk-message__body,.bulk-message__message-template,.bulk-message__message-type,.bulk-message__preview{margin-bottom:20px}.bulk-message__entity-merge-fields p{margin-bottom:5px}.bulk-message__entity-merge-fields #bulkMessageMergeFields{margin-bottom:20px}.bulk-message__summary{background-color:#f3f3f3;border-radius:5px;padding:12px}.bulk-message__summary__count{font-size:17pt;margin-bottom:15px}.detailed-customers-header{display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between;margin:20px 0 35px}@media(max-width:1199.98px){.detailed-customers-header{align-items:flex-start;flex-direction:column;gap:25px}}.detailed-customers-header__title>ul{list-style:none;margin:0;padding:0}.detailed-customers-header__title>ul li a{align-items:center;color:var(--primary-darkest);display:inline-flex;font-size:1rem;font-weight:600}.detailed-customers-header__title>ul li a svg{color:var(--primary-darkest);height:20px;margin-right:5px;width:15px}.detailed-customers-header__title h1{align-items:center;color:var(--primary-darkest);display:flex;font-size:calc(1.325rem + .9vw);font-weight:400;margin:0 0 8px}@media(min-width:1200px){.detailed-customers-header__title h1{font-size:2rem}}@media(max-width:1199.98px){.detailed-customers-header__title h1{align-items:flex-start;flex-direction:column;gap:10px}}.detailed-customers-header__title h1>small{color:var(--primary-lighter);font-size:1.25rem;font-weight:700;margin-left:15px}@media(max-width:1199.98px){.detailed-customers-header__title h1>small{margin-left:0}}.detailed-customers-header__title p{color:var(--primary-darkest);font-family:Avenir,sans-serif;font-size:1.25rem;font-weight:400}.detailed-customers-header__info{align-items:flex-end;display:flex;flex-wrap:wrap;gap:50px}@media(max-width:991.98px){.detailed-customers-header__info{gap:20px}}.detailed-customers-header__info>aside{align-items:center;display:flex}@media(max-width:991.98px){.detailed-customers-header__info>aside{flex:1 1 100%}}.detailed-customers-header__info>aside>svg{color:var(--primary-lighter);height:30px;margin-right:10px;width:30px}.detailed-customers-header__info>aside>svg.from-commerce-alert{color:#ffb427;height:25px;width:25px}.detailed-customers-header__info>aside div h6{color:var(--primary-lighter);font-size:.875rem;font-weight:600;line-height:15px}.detailed-customers-header__info>aside div p{color:#343434;font-size:1.25rem;font-weight:600;line-height:28px;margin:0;max-width:350px;word-break:break-all}.detailed-customers-header__info>aside button svg{color:var(--primary);height:15px;margin-left:5px;width:15px}.detailed-customers-header__info>aside button .spinner-border{border:2px solid;border-color:var(--primary-darkest);border-right-color:transparent;height:15px;margin-left:5px;width:15px}.customer-navigation-tab{border-bottom:1px solid #cbcbcb;margin:40px 0;width:100%}@media(max-width:1199.98px){.customer-navigation-tab{flex-wrap:wrap;gap:30px}}.customer-navigation-tab ul{display:inline-flex;gap:30px;list-style:none;margin:0;padding:0}@media(max-width:1199.98px){.customer-navigation-tab ul{flex-wrap:wrap}}.customer-navigation-tab ul li{padding:5px 0}.customer-navigation-tab ul li a{border-bottom:3px solid transparent;color:#343434;font-size:1rem;padding:5px}.customer-navigation-tab ul li a:hover{border-bottom:3px solid var(--primary)}.customer-navigation-tab ul li svg{height:22px;margin-left:5px;width:22px}.customer-navigation-tab ul li svg.error-alert{color:#dc3545}.customer-navigation-tab--actived{border-bottom:3px solid var(--primary)!important}.select2-container--classic .select2-selection--single{border:1px solid #aaa;border-radius:4px}.select2-container--classic .select2-selection--single .select2-selection__arrow{border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px}.select2-container--classic .select2-selection--multiple,.select2-container--classic .select2-selection--multiple .select2-selection__choice{border:1px solid #aaa;border-radius:4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:4px;border-top-left-radius:4px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-right-radius:4px;border-top-right-radius:4px}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-family:sans-serif;font-size:100%;height:18px;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0;resize:none;vertical-align:bottom;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{box-sizing:border-box;padding:4px;width:100%}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;padding:1px;position:absolute;right:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0 0 0 20px;position:relative;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;left:0;padding:0 4px;position:absolute;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-top-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:textfield;background:transparent;border:none;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #dee2e6;border-radius:.375rem;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:.375rem;border-left:1px solid #dee2e6;border-top-right-radius:.375rem;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:.375rem;border-right:1px solid #dee2e6;border-top-left-radius:.375rem;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #dee2e6;border-radius:.375rem;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #dee2e6;border-radius:.375rem;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:.375rem;border-top-left-radius:.375rem;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:.375rem;border-top-left-radius:0;border-top-right-radius:.375rem}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #dee2e6;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}span.select2{max-width:100%;width:100%!important}span.select2 .select2-selection{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAABHNCSVQICAgIfAhkiAAAAHpJREFUGFdjZAACY2PjCYyMjPkgNjbw////iWfPni1gBEmamJg0AKl6XIqB4o1nzpxpACuGmr4AaHo8ugagqQuBpiaAxOGKDQwMBJiZmQ8ANejDNAAVXvz796/DhQsXPqAoBnGQNaArxFAM08DCwlLw58+fCTATYTYBAB7LNQcqZhC7AAAAAElFTkSuQmCC");background-position:calc(100% - 8px) 50%;background-repeat:no-repeat;background-size:10px;border:1px solid #cbcbcb;min-height:37px;padding-left:6px;padding-right:25px}span.select2 .select2-selection__clear{margin-right:0!important}span.select2 .select2-selection__rendered{margin:0}span.select2 .select2-selection__rendered .select2-selection__choice{background:var(--primary-lighter);border-color:transparent;border-radius:3px;display:inline-flex;height:23px}span.select2 .select2-selection__rendered .select2-selection__choice>button{border-color:#fff;border-radius:2px 0 0 2px!important;font-size:.75rem;height:100%}span.select2 .select2-selection__rendered .select2-selection__choice>button:hover span{color:#343434!important}span.select2 .select2-selection__rendered .select2-selection__choice>button span{color:var(--primary-font-color)}span.select2 .select2-selection__rendered .select2-selection__choice>span{color:var(--primary-font-color);font-size:.75rem;font-weight:400;height:100%;overflow:hidden;padding:1px 7px 0 4px;text-overflow:ellipsis}span.select2 .select2-selection__arrow{display:none}.select2-container--default.select2-container--focus .select2-selection{border-color:rgba(var(--primary),.5)!important;box-shadow:0 0 0 .25rem rgba(var(--primary),.25)!important;outline:none}.select2-container--default.select2-container--disabled .select2-selection{background-color:#e9ecef}.select2-search__field{min-height:22px!important}.select2-search__field::-moz-placeholder{color:#343434;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:1rem;font-weight:400}.select2-search__field::placeholder{color:#343434;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:1rem;font-weight:400}.select2-search--inline{width:100%}.select2-dropdown{border-color:#cbcbcb}.select2-dropdown .select2-search__field{border:1px solid #cbcbcb!important;color:#343434!important;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif!important;font-weight:400!important}.select2-dropdown .select2-search__field::-moz-placeholder{color:#343434}.select2-dropdown .select2-search__field::placeholder{color:#343434}.select2-dropdown .select2-search__field::-webkit-select-placeholder{color:#fff!important}.select2-results__option--highlighted{background-color:var(--primary)!important}.daterangepicker{border-radius:10px!important;box-shadow:0 3px 20px 0 rgba(0,0,0,.2);padding:10px 20px!important}.table-condensed thead tr{padding-top:20px!important}.table-condensed thead tr .next span,.table-condensed thead tr .prev span{border:solid var(--primary)!important;border-width:0 2px 2px 0!important}.table-condensed thead tr:first-child{height:50px}.table-condensed thead tr:first-child th{color:#4d4f5c;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:14px;font-weight:600;text-transform:capitalize}.table-condensed thead tr:nth-child(2) th{color:#343434;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:9px!important;font-weight:600;text-transform:uppercase}.table-condensed tbody tr td{border:1px solid #cfcfd4!important;border-radius:0!important;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:14px;font-weight:600;padding:2px!important}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:var(--primary)}.drp-buttons{border-top:none!important;height:50px}.contentheader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;min-height:60px;padding:25px 40px}.contentheader h1{color:var(--primary);font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:30px;font-weight:700;margin:0}.contentheader--borderbottom{border-bottom:1px solid rgba(95,95,95,.3);padding:25px 0}.contentheader__firstbox{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:45%}.contentheader__firstbox h5{font-size:18px;font-weight:600;opacity:.5}.contentheader__firstbox h2,.contentheader__firstbox h5{color:var(--primary);font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;margin:0}.contentheader__firstbox h2{font-size:30px;font-weight:700}.contentheader__secondbox{align-items:center;display:flex;flex-direction:row;justify-content:center}.contentheader__secondbox--tag-commerce{align-items:center;display:flex;margin-right:25px}.contentheader__secondbox--tag-commerce span{background-color:#ffb427;border-radius:100%;color:#fff;font-size:20px;margin-right:6px;padding:1px}.contentheader__secondbox--tag-commerce p{font-size:12px;font-weight:600;margin-bottom:0;margin-top:0}.contentheader__secondbox--refresh svg{color:var(--primary-darkest)!important;height:25px!important;width:20px!important}.contentheader__secondbox svg{align-items:center;color:#b1b4cf;display:flex;flex-direction:row;height:30px;justify-content:center;width:30px}.contentheader__secondbox span{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 0 0 6px}.contentheader__secondbox span h5{color:#9c9cb2;font-size:14px;padding:0}.contentheader__secondbox span h2,.contentheader__secondbox span h5{font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-weight:600;margin:0}.contentheader__secondbox span h2{color:#4d4f5c;font-size:20px;line-height:22px}.contentheader__secondbox button{cursor:pointer}.contentheader__secondbox button span{color:var(--primary);padding:0}.contentheader__secondbox button .animate{animation:rotate 1s linear infinite}.contentheader__steps{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:20%}.contentheader__steps__1,.contentheader__steps__2{align-items:center;border:3px solid var(--primary);border-radius:4px;color:var(--primary);display:flex;font-family:Nunito Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:14px;font-weight:600;height:40px;justify-content:center;text-transform:uppercase;width:110px}.contentheader__steps__1 span,.contentheader__steps__2 span{margin-left:8px}.contentheader__steps__1--primary,.contentheader__steps__2--primary{background:var(--primary);border:3px solid var(--primary);color:#fff}.contentheader__steps__1--success,.contentheader__steps__2--success{background:#46b51d;border:3px solid #46b51d;color:#fff}.contentheader__steps__2{margin-left:20px;position:relative}.contentheader__steps__2:before{background:var(--primary);content:" ";height:4px;left:-23px;position:absolute;width:20px}.outsideform{padding:0 40px!important}.credit-note-header{align-items:center;display:flex;justify-content:flex-end;padding-bottom:25px;position:relative}.credit-note-header__back{align-items:center;color:var(--primary-darkest);display:inline-flex;font-size:1rem;font-weight:600;margin:30px 0 0}.credit-note-header__back svg{color:var(--primary);height:20px;margin-right:5px;width:15px}.credit-note-header__actions{margin-top:40px}.credit-note-header__actions select{max-width:110px;width:100%}.credit-note-content{background:#fff;border:1px solid #cbcbcb;border-radius:5px;box-shadow:0 14px 26px rgba(205,205,229,.35);margin-bottom:30px}.credit-note-content__credit-note-date{position:relative}.credit-note-content__credit-note-date input{padding-left:38px}.credit-note-content__credit-note-date svg{color:var(--primary);height:20px;left:20px;pointer-events:none;position:absolute;top:10px;width:20px}.credit-note-content__order-details{border-bottom:1px solid #e1e1ef;padding:30px 30px 20px;width:100%}.credit-note-content__order-details h2{color:#343434;font-size:1.25rem;font-weight:500;margin-bottom:15px}.credit-note-content__order-details>div{display:flex;justify-content:space-between;width:100%}.credit-note-content__order-details>div label{color:#343434;font-size:.875rem;font-weight:500;margin-bottom:0}.credit-note-content__order-details>div select{min-width:160px}.credit-note-content__table-lines{border-bottom:1px solid #e1e1ef}.credit-note-content__table-lines header{padding:30px 30px 5px}.credit-note-content__table-lines header label{color:#343434;font-size:.75rem;font-weight:500;margin:0}.credit-note-content__table-lines header .col{padding-right:25px}.credit-note-content__table-lines header .col:last-child{padding-right:0}.credit-note-content__table-lines header .remove-button{flex:0 0 60px}.credit-note-content__table-lines article{padding:10px 30px}.credit-note-content__table-lines article form{margin-bottom:20px}.credit-note-content__table-lines article .col{padding-right:25px}.credit-note-content__table-lines article .col.remove-button{flex:0 0 60px}.credit-note-content__table-lines article .col.remove-button svg{height:25px;width:25px;stroke:#525252}.credit-note-content__table-lines article .col:last-child{padding-right:0}.credit-note-content__table-lines footer{padding:0 30px 30px}.credit-note-content__footer-subtotal{align-items:flex-end;display:flex;flex-direction:column;padding:30px 30px 15px}.credit-note-content__footer-subtotal h4{color:#343434;font-size:.875rem;margin-bottom:5px}.credit-note-content__footer-subtotal h4 span{font-size:1rem}.credit-note-content__footer-subtotal h4 span:first-child{margin-left:15px}.credit-note-content__footer-subtotal h3{color:#343434;font-size:.875rem;font-weight:400;margin-bottom:5px;text-align:right}.credit-note-content__footer-subtotal h3 span{font-size:calc(1.275rem + .3vw);font-weight:400}@media(min-width:1200px){.credit-note-content__footer-subtotal h3 span{font-size:1.5rem}}.credit-note-content__footer-subtotal>hr{margin:20px 0;width:225px}.credit-note-content__footer-buttons{align-items:flex-end;display:flex;flex-direction:column;padding:15px 30px 30px}.credit-note-tagging{margin-bottom:50px}.credit-note-tagging h5{color:#343434;font-size:1rem;font-weight:500;margin-bottom:25px}.credit-note-doc-upload{margin-top:-15px}.credit-note-doc-upload h5{color:#343434;font-size:.875rem;font-weight:500;margin-bottom:0}.credit-note-doc-upload .dropzone{background:var(--primary-light-opaque);border:1px dashed var(--primary);border-radius:5px;color:var(--primary-darkest);min-height:auto;padding:0!important;width:100%}.credit-note-doc-upload footer{display:flex;justify-content:flex-end;margin:25px 0}.credit-note-doc-upload footer button{margin-left:10px;min-width:60px}.credit-note-email-modal .modal-dialog{max-width:950px;width:950px}.credit-note-email-modal .modal-dialog .modal-content{border:none}.credit-note-email-modal__header{align-items:center;display:flex;justify-content:space-between;padding:30px 20px}.credit-note-email-modal__header h3{color:#343434;font-weight:900;margin-bottom:0}.credit-note-email-modal__header button{background:transparent;border:none;color:var(--primary);font-size:1rem;font-weight:600;-webkit-text-decoration:none;text-decoration:none}.credit-note-email-modal__content{padding:0 20px}.credit-note-email-modal__footer{align-items:center;display:flex;justify-content:space-between;padding:20px}.credit-note-email-modal__footer button:first-child{font-size:1rem;-webkit-text-decoration:none;text-decoration:none}.credit-note-send-email-content{background:#f9f9f9;padding:30px 20px}.credit-note-send-email-content>aside{margin-bottom:20px}.credit-note-send-email-content>aside label{color:#343434;font-size:.875rem;font-weight:500;margin-bottom:0}