.fadeOut{animation-name:fadeOut}.fadeInDown{animation-name:fadeInDown}.fadeInUp{animation-name:fadeInUp}.fade-enter-active{transition:opacity .3s ease-in}.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeInDown{0%{opacity:.5;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes fadeInDown{0%{opacity:.5;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@-o-keyframes fadeInDown{0%{opacity:.5;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:.5;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@-moz-keyframes fadeInUp{0%{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes fadeInUp{0%{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@-o-keyframes fadeInUp{0%{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.c-toast-container{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:9999;pointer-events:none}.c-toast-container--top{flex-direction:column}.c-toast-container--bottom{flex-direction:column-reverse}@media screen and (max-width: 768px){.c-toast-container{padding:0;position:fixed!important}}.c-toast--top,.c-toast--bottom{align-self:center}.c-toast--top-right,.c-toast--bottom-right{align-self:flex-end}.c-toast--top-left,.c-toast--bottom-left{align-self:flex-start}.v--default-css .c-toast--success{background-color:#28a745}.v--default-css .c-toast--info{background-color:#17a2b8}.v--default-css .c-toast--warning{background-color:#ffc107}.v--default-css .c-toast--error{background-color:#dc3545}.v--default-css .c-toast--default{background-color:#343a40}.v--default-css .c-toast{display:grid;align-items:center;animation-duration:.15s;margin:.5em 0;border-radius:.5em;pointer-events:auto;color:#fff;min-height:3em;cursor:pointer;font-family:Avenir,Helvetica,Arial,sans-serif;padding:.5em 2em;word-break:break-word}:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-.115,.975,.855);--vs-transition-duration:.15s}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,.5,.8,1);--vs-transition-duration:.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:#3c3c3c73;font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}.language-switcher[data-v-305856ea]{position:fixed;right:20px;top:20px}.language-switcher__current[data-v-305856ea]{cursor:pointer;position:relative;display:flex;align-items:center;gap:8px;padding:10px 5px;background:white;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 1px 3px #0000001a}.language-switcher__dropdown[data-v-305856ea]{position:absolute;top:calc(100% + 8px);right:0;background:white;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;min-width:150px}.language-switcher__item[data-v-305856ea]{cursor:pointer;padding:10px 5px;display:flex;align-items:center;gap:8px;transition:background-color .2s}.language-switcher__item[data-v-305856ea]:hover{background-color:#f3f4f6}.language-switcher__flag[data-v-305856ea]{width:36px;height:24px;border-radius:4px}.language-switcher__arrow[data-v-305856ea]{display:flex;align-items:center;color:#6b7280;transition:transform .2s ease}.language-switcher__arrow.is-open[data-v-305856ea]{transform:rotate(-180deg)}/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v2.1.22
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */.rd-container{display:none;background-color:#fff;padding:24px;border-radius:28px;text-align:center;box-shadow:0 15px 30px #0003;z-index:99999999999999}.rd-container-attachment{position:absolute}.rd-month{display:inline-block;margin-right:25px}.rd-month:last-child{margin-right:0}.rd-back,.rd-next{cursor:pointer;border:none;outline:none;background:url(/images/glyphLeft.svg);padding:0;margin:0;background-repeat:no-repeat;background-size:100%}.rd-next{background:url(/images/glyphRight.svg);background-repeat:no-repeat;background-size:100%}.rd-back[disabled],.rd-next[disabled]{cursor:default}.rd-back{float:left;margin-left:10px}.rd-next{float:right;margin-right:10px}.rd-back:before{display:block;content:"";height:16px;width:16px}.rd-next:before{display:block;content:"";height:16px;width:16px}.rd-day-body{cursor:pointer;text-align:center;line-height:0;width:40px!important;height:40px!important;color:#334155;font-size:16px}.rd-day-selected,.rd-time-selected,.rd-time-option:hover{cursor:pointer;background-color:#0f6bac;color:#fff;border-radius:16px}.rd-day-prev-month,.rd-day-next-month{color:#94a3b8}.rd-day-disabled{cursor:default;color:#fcc}.rd-time{position:relative;display:inline-block;margin-top:5px;min-width:80px}.rd-time-list{display:none;position:absolute;overflow-y:scroll;max-height:160px;left:0;right:0;background-color:#fff;color:#333}.rd-time-selected,.rd-time-option{padding:5px}.rd-day-concealed{visibility:hidden}.rd-days{margin-top:20px}.rd-month-label{font-size:18px;font-family:CeraRoundProDEMO;color:#374151}.rd-day-head{color:#94a3b8;font-size:12px;line-height:14px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:CeraPro}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}html,body{height:100vH;overflow:hidden;font-family:CeraPro,sans-serif!important}@media (max-height: 900px){html,body{overflow:auto;overflow-x:hidden}}*{font-family:CeraPro,serif!important}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}table *{border-width:0px!important}.p-6{padding:4rem!important}.fs-7{font-size:14px!important}.fs-8{font-size:12px!important}.text-mainblue{color:#0f6bac}.text-gra2{color:#4f4f4f!important}.text-gray3{color:#333!important}.text-gray4{color:#bdbdbd!important}.text-gray5{color:#e0e0e0!important}.text-blue{color:#0f6bac!important}.text-red{color:#eb5757!important}.text-text{color:#424242!important}@font-face{font-family:CeraPro;font-weight:900;src:url(/fonts/CeraPro-Black.woff) format("opentype")}@font-face{font-family:CeraPro;font-weight:700;src:url(/fonts/CeraPro-Bold.woff) format("opentype")}@font-face{font-family:CeraPro;font-weight:500;src:url(/fonts/CeraPro-Medium.woff) format("opentype")}@font-face{font-family:CeraPro;font-weight:400;src:url(/fonts/CeraPro-Regular.woff) format("opentype")}@font-face{font-family:CeraPro;font-weight:300;src:url(/fonts/CeraPro-Light.woff) format("opentype")}@font-face{font-family:CeraPro;font-weight:100;src:url(/fonts/CeraPro-Thin.woff) format("opentype")}.checkbox-green{position:absolute;z-index:-1;opacity:0}.checkbox-green+span:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #D1DDE4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:6px;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:75% 75%}.checkbox-green+span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#4f4f4f;font-family:CeraRoundProDEMO;line-height:16px}.checkbox-green+span:hover{cursor:pointer}.checkbox-green:checked+span:before{border:1px solid #8CC63F;border-radius:6px;background-image:url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00586 4.80542L5.05586 8.74292L10.0059 1.74292' stroke='%238CC63F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.checkbox-green:checked+span{color:#0f6bac}.checkbox-table-row{position:absolute;z-index:-1;opacity:0}.checkbox-table-row+span:before{content:"";display:inline-block;width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #adb5bd;border-radius:6px;margin-right:.5em;background-repeat:no-repeat}.checkbox-table-row+span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#4f4f4f;font-family:CeraRoundProDEMO;line-height:16px}.checkbox-table-row+span:hover{cursor:pointer}.checkbox-table-row:checked+span:before{background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.13183 4.03516H2.13201C2.21131 4.03525 2.28956 4.05331 2.36088 4.08798C2.43216 4.12262 2.49466 4.17295 2.54372 4.2352L2.13183 4.03516ZM2.13183 4.03516H1.31269C1.10906 4.03516 0.995352 4.26975 1.12107 4.4292L1.12112 4.42927L4.33089 8.49567L4.33093 8.49573C4.54122 8.76188 4.94443 8.76114 5.15542 8.49617L5.15583 8.49566L10.8784 1.24398C10.8786 1.24378 10.8787 1.24358 10.8789 1.24338C11.0071 1.08295 10.8886 0.85 10.6877 0.85H9.86855C9.70816 0.85 9.55543 0.9235 9.45635 1.05044C9.45626 1.05055 9.45617 1.05066 9.45609 1.05077L4.74278 7.02157M2.13183 4.03516L4.74278 7.02157M4.74278 7.02157L2.54381 4.23531L4.74278 7.02157Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");background-size:75%;background-color:#0f6bac;border-color:#0f6bac;background-position:center}.checkbox-table-row:checked+span{color:#0f6bac}.checkbox-table-header{position:absolute;z-index:-1;opacity:0;vertical-align:middle}.checkbox-table-header+span:before{content:"";display:inline-block;width:16px;height:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #adb5bd;border-radius:6px;margin-right:.5em;background-repeat:no-repeat}.checkbox-table-header+span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#4f4f4f;font-family:CeraRoundProDEMO;line-height:16px}.checkbox-table-header+span:hover{cursor:pointer}.checkbox-table-header:checked+span:before{background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.109375' width='8' height='8' rx='2' fill='%230F6BAC'/%3E%3C/svg%3E%0A");background-size:50%;background-position:center}.checkbox-table-header:checked+span{color:#0f6bac}.dropdown-button.blue{border:1px solid #DCF0FF!important;border-radius:16px!important;line-height:32px!important}.dropdown-button.blue:after{content:""!important;background:url(/images/icons/chevron-down.svg)!important;width:16px!important;height:16px!important;margin-left:.255rem!important;padding:0!important;border:none!important;display:inline-block!important;vertical-align:middle!important;margin-bottom:.25rem}.pagination-nav-button{background:#FFFFFF;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:0px 8px 32px rgba(55,65,81,.08)!important;box-shadow:0 8px 32px #37415114!important;border-radius:50px!important;padding:8px 16px!important;color:#333!important;outline:none}.pagination-nav-page{color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.pagination-nav-page:hover{color:#0f6bac}.pagination-nav-page.active{border:2px solid #0F6BAC;border-radius:8px}.pagination-nav-dots{color:#dcf0ff}.add-order-drawer{width:92.5vW!important;-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border:0px!important;outline:0px!important}.add-order-drawer.offcanvas-end{width:auto}@media (max-width: 992px){.add-order-drawer{width:100%!important}}.add-order-drawer .form-input{border-color:#ced5da!important}.add-order-drawer .offcanvas-header{padding:16px 28px;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px #0000001a}.add-order-drawer .offcanvas-header h5{line-height:24px;font-family:CeraRoundProDEMO}.add-order-drawer .offcanvas-body{padding:0 28px 92px!important;overflow-y:scroll}@media (max-width: 992px){.add-order-drawer .offcanvas-body{width:100%!important}}.add-order-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.add-order-drawer .btn-close:hover{background:#DCF0FF}.add-order-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.add-order-drawer .block .block-header{font-size:21px;line-height:21px;color:#0f6bac;font-weight:700;font-family:CeraRoundProDEMO;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.add-order-drawer .form-input{border:1px solid #E0E0E0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.add-order-drawer .form-input::-webkit-input-placeholder{color:#bdbdbd}.add-order-drawer .form-input:-moz-placeholder{color:#bdbdbd}.add-order-drawer .form-input::-moz-placeholder{color:#bdbdbd}.add-order-drawer .form-input:-ms-input-placeholder{color:#bdbdbd}.add-order-drawer .form-input::-ms-input-placeholder{color:#bdbdbd}.add-order-drawer .form-input::placeholder{color:#bdbdbd}.add-order-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.add-order-drawer .map{border-radius:12px}.add-order-drawer .bottom-toolbar{position:absolute;width:100%;height:4rem;bottom:0px;background:white;z-index:99;padding:0rem 2rem;overflow-y:hidden;overflow-x:auto}.add-order-drawer .bottom-toolbar .form-input-btn{margin-right:12px}.add-order-drawer .bottom-toolbar .form-input-left-addon input[type=text]{max-width:75px}.add-order-drawer .bottom-toolbar .light-btn{background:#DCF0FF;border-radius:24px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-weight:700;color:#0f6bac;position:absolute;right:-12px;top:0px;height:100%}.form-input{border:1px solid #E0E0E0!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;border-radius:12px!important;line-height:22px!important;font-size:14px!important}.form-input::-webkit-input-placeholder{color:#bdbdbd!important}.form-input:-moz-placeholder{color:#bdbdbd!important}.form-input::-moz-placeholder{color:#bdbdbd!important}.form-input:-ms-input-placeholder{color:#bdbdbd!important}.form-input::-ms-input-placeholder{color:#bdbdbd!important}.form-input::placeholder{color:#bdbdbd!important}.form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.form-input-left-addon{border:1px solid #E0E0E0;border-radius:12px;line-height:22px;font-size:14px;padding:5px 8px}.form-input-left-addon span{line-height:22px}.form-input-left-addon input[type=text]{width:-webkit-min-content;width:-moz-min-content;width:min-content;line-height:22px;border:0px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50px}.form-input-left-addon::-webkit-input-placeholder{color:#bdbdbd}.form-input-left-addon:-moz-placeholder{color:#bdbdbd}.form-input-left-addon::-moz-placeholder{color:#bdbdbd}.form-input-left-addon:-ms-input-placeholder{color:#bdbdbd}.form-input-left-addon::-ms-input-placeholder{color:#bdbdbd}.form-input-left-addon::placeholder{color:#bdbdbd}.form-select{border:1px solid #CED5DA!important;border-radius:12px!important;height:35px;width:100%;text-align:left!important;text-overflow:ellipsis;overflow:hidden!important}.form-select:after{content:""!important;background:url(/images/icons/chevron-down.svg)!important;width:16px!important;height:16px!important;margin-left:.255rem!important;padding:0!important;border:none!important;vertical-align:middle!important}.dropdown-menu{background:#FFFFFF!important;-webkit-box-shadow:0px 8px 12px rgba(0,0,0,.1)!important;box-shadow:0 8px 12px #0000001a!important;border-radius:16px!important;border:none!important;padding:24px!important;max-width:350px}.dropdown-menu .dropdown-item{white-space:normal!important;padding-top:12px!important;padding-bottom:12px!important}.dropdown-menu .dropdown-item:hover{background:white!important;color:#0f6bac}.dropdown-menu .dropdown-divider{height:1px;width:100%;background:#0F6BAC}.left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.left-sidebar{padding:0;margin:0}}.left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.left-sidebar .rx2go-logo{display:none}}.left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.left-sidebar .profile-image{width:100%;gap:5px}.left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.left-sidebar .profile-image{text-decoration:none}.left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.left-sidebar .profile-image .profile-name{display:none}}.left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.left-sidebar .navbar-collapse .navbar-nav{gap:15px}.left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.left-sidebar .navbar-collapse ul,.left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#dcf0ff}.left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#8cc63f}.left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#8cc63f}}.button-icon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;padding:0 8px;font-family:CeraRoundProDEMO;line-height:32px;font-weight:700;font-size:12px;border-radius:50px;background:#0F6BAC;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:0px;color:#fff}.button-icon .icon{width:16px;height:16px}.form-textarea{border:1px solid #CED5DA!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px!important;background:white;padding:.5rem;color:#333;font-size:14px;font-family:CeraRoundProDEMO}.packaging-switch{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}.packaging-switch .packaging-option{width:33.33%;background:#DCF0FF;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:CeraRoundProDEMO;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;padding:8px;color:#fff}.packaging-switch .packaging-option.selected .packaging-size,.packaging-switch .packaging-option.selected .packaging-detail{color:#fff}.packaging-switch .packaging-option .packaging-size{z-index:2;color:#8cc63f;font-weight:700;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;font-size:18px}@media screen and (max-width: 1870px){.packaging-switch .packaging-option .packaging-size{font-size:16px}}@media screen and (max-width: 1680px){.packaging-switch .packaging-option .packaging-size{font-size:15px}}@media screen and (max-width: 1460px){.packaging-switch .packaging-option .packaging-size{font-size:14px}}.packaging-switch .packaging-option .packaging-detail{z-index:2;color:#0f6bac;font-size:14px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}@media screen and (max-width: 1870px){.packaging-switch .packaging-option .packaging-detail{font-size:13px}}@media screen and (max-width: 1680px){.packaging-switch .packaging-option .packaging-detail{font-size:10px}}@media screen and (max-width: 1460px){.packaging-switch .packaging-option .packaging-detail{font-size:10px}}.packaging-switch .packaging-option:first-of-type{border-top-left-radius:50px;border-bottom-left-radius:50px}.packaging-switch .packaging-option:last-of-type{border-top-right-radius:50px;border-bottom-right-radius:50px}.packaging-switch .packaging-option input{position:absolute;left:-200vW}.packaging-switch .slide{width:33.33%;position:absolute;height:100%;background:#8cc63f;border-radius:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.is-invalid~.invalid-feedback{font-family:CeraRoundProDEMO}.is-invalid{background:none!important}.btn-show-password{width:1.5rem;height:1.5rem;background:url(/images/icons/eye.svg);background-size:100%;background-repeat:no-repeat;padding:0!important;position:absolute;right:.5rem}.btn-show-password.off{background:url(/images/icons/eye-off.svg);background-size:100%;background-repeat:no-repeat}.delivery-method-block{background:#F5FAFB;border-radius:16px;padding:1.5rem 1rem;cursor:pointer;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.delivery-method-block.active{background:#8CC63F}.delivery-method-block.active .delivery-method-block_title,.delivery-method-block.active .delivery-method-block_body{color:#fff}.delivery-method-block.active img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.delivery-method-block .delivery-method-block_title{color:#0f6bac;line-height:13px;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.delivery-method-block .delivery-method-block_body{line-height:15px;font-size:13px;color:#424242;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.delivery-method-block img{margin-right:1rem;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.radio-group{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#DCF0FF;border-radius:50px;padding:4px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:4px .5rem}.radio-group .radio-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50px}.radio-group .radio-item label{background:#B2DFFF;color:#0f6bac;border-radius:50px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.radio-group .radio-item span{display:block;border-radius:50px;height:100%;width:100%;padding:.25rem .5rem;white-space:nowrap;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.radio-group .radio-item input{position:absolute;left:-200vW}.radio-group .radio-item input:checked+span{background:#8CC63F;color:#fff}.block-bordered{border:1px solid #DCF0FF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px}.switch-container{width:40px;min-width:40px;height:24px;border:1px solid #DCF0FF;border-radius:50px;position:relative;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.switch-container .switch-circle{height:16px;width:16px;background:#DCF0FF;position:absolute;left:4px;top:4px;border-radius:50px;z-index:99;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.switch-container input{position:absolute;left:-200vW;opacity:0}.switch-container input:checked+.switch-circle{left:20px;background:#66B627}.green-button{color:#fff;font-weight:700;background:#8CC63F;-webkit-box-shadow:inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:24px;outline:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5rem 1rem}.integrations-switch{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative}.integrations-switch .integrations-option{width:20%;background:#DCF0FF;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:CeraRoundProDEMO;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;padding:0px 1rem;margin:0!important;padding:4px;color:#fff}.integrations-switch .integrations-option.selected .integrations-detail{color:#fff}.integrations-switch .integrations-option .integrations-detail{z-index:2;color:#0f6bac;font-size:14px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.integrations-switch .integrations-option:first-of-type{border-top-left-radius:50px;border-bottom-left-radius:50px}.integrations-switch .integrations-option:last-of-type{border-top-right-radius:50px;border-bottom-right-radius:50px}.integrations-switch .integrations-option input{position:absolute;left:-200vW}.integrations-switch .slide{width:20%;position:absolute;height:100%;background:#8CC63F;border-radius:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.multi-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.multi-select .multi-select-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50px}.multi-select .multi-select-item label{background:#DCF0FF;color:#0f6bac;border-radius:50px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.multi-select .multi-select-item span{display:block;border-radius:50px;height:100%;width:100%;padding:0rem 1rem;white-space:nowrap;-webkit-transition:background,color .2s ease;-moz-transition:background,color .2s ease;transition:background,color .2s ease;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;line-height:32px}.multi-select .multi-select-item input{position:absolute;left:-200vW}.multi-select .multi-select-item input:checked+span{background:#8CC63F;color:#fff;padding-left:.5rem}.multi-select .multi-select-item input:checked+span:before{content:"";background:url(/images/checkmark/icons/checkmark-circle.svg);width:1.25rem;height:1.25rem;background-size:100%;background-position:center;display:inline-block;margin-right:.75rem;margin-bottom:3px}.rxTable{display:table;width:100%}@media (max-width: 768px){.add-order-drawer .rxTable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.add-order-drawer .rxTableRow{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;gap:.5rem}.add-order-drawer .rxTableCell,.add-order-drawer .rxTableHead{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important}}@media (max-width: 1600px){.order-drawer--detail .rxTable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order-drawer--detail .rxTableRow{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;gap:.5rem}.order-drawer--detail .rxTableCell,.order-drawer--detail .rxTableHead{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important}}.order-drawer--detail .rxTableRow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-drawer--detail .tab-content>.tab-pane{padding-left:16px!important;padding-right:16px!important}.rxTableRow{display:table-row;background:#f5fafb;border-radius:8px}.rxTableHeading{background-color:#eee;display:table-header-group}.rxTableSpacer{height:.5rem}.rxTableCell,.rxTableHead{display:table-cell;vertical-align:middle;height:48px}.rxTableCell:first-child,.rxTableHead:first-child{padding-left:8px}.rxTableCell:last-child,.rxTableHead:last-child{padding-right:8px}#infoTable .highlight td{background-color:red}.rxTableValue{border:1px solid #ced5da;border-radius:12px;background:white;line-height:22px;padding:8px 16px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:5px;vertical-align:middle;max-width:50px}@media (max-width: 1200px){.rxTableValue{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.rxTableDelete{background:#DCF0FF;border-radius:50px;height:32px;width:32px;outline:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/trash.svg);background-repeat:no-repeat;background-size:75%;background-position:center;vertical-align:middle}.rxTableCell:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.rxTableCell:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.rxTableBody{display:table-row-group}.chip{cursor:pointer;text-decoration:none;font-weight:700;font-size:14px;line-height:32px;background:gray;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding:0 8px;border-radius:50px;white-space:nowrap;max-height:32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-bottom:8px}.chip:not(:first-child){margin-right:8px}.chip.last-in-row{margin-right:24px!important;border-radius:50px!important}.chip.last-in-row:after{display:none}.chip.standalone{margin:0!important;padding-right:12px}.chip.color1:hover{color:#fff!important;background:#4F4F4F!important}.chip.color1:hover .icon{background-color:#fff}.chip.color1:hover:after{border-color:transparent transparent transparent #4F4F4F!important}.chip.color1:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color2:hover{color:#fff!important;background:#7B1CA7!important}.chip.color2:hover .icon{background-color:#fff}.chip.color2:hover:after{border-color:transparent transparent transparent #7B1CA7!important}.chip.color2:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color3:hover{color:#fff!important;background:#FF7223!important}.chip.color3:hover .icon{background-color:#fff}.chip.color3:hover:after{border-color:transparent transparent transparent #FF7223!important}.chip.color3:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color4:hover{color:#fff!important;background:#EFCA49!important}.chip.color4:hover .icon{background-color:#fff}.chip.color4:hover:after{border-color:transparent transparent transparent #EFCA49!important}.chip.color4:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color5:hover{color:#fff!important;background:#3D8D4D!important}.chip.color5:hover .icon{background-color:#fff}.chip.color5:hover:after{border-color:transparent transparent transparent #3D8D4D!important}.chip.color5:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color6:hover{color:#fff!important;background:#3CD01D!important}.chip.color6:hover .icon{background-color:#fff}.chip.color6:hover:after{border-color:transparent transparent transparent #3CD01D!important}.chip.color6:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color7:hover{color:#fff!important;background:#EB5757!important}.chip.color7:hover .icon{background-color:#fff}.chip.color7:hover:after{border-color:transparent transparent transparent #EB5757!important}.chip.color7:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color8:hover{color:#fff!important;background:#3D3734!important}.chip.color8:hover .icon{background-color:#fff}.chip.color8:hover:after{border-color:transparent transparent transparent #3D3734!important}.chip.color8:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color21:hover{color:#fff!important;background:#8CC63F!important}.chip.color21:hover .icon{background-color:#fff}.chip.color21:hover:after{border-color:transparent transparent transparent #8CC63F!important}.chip.color21:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color22:hover{color:#fff!important;background:#3992B8!important}.chip.color22:hover .icon{background-color:#fff}.chip.color22:hover:after{border-color:transparent transparent transparent #3992B8!important}.chip.color22:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color23:hover{color:#fff!important;background:#E8AB10!important}.chip.color23:hover .icon{background-color:#fff}.chip.color23:hover:after{border-color:transparent transparent transparent #E8AB10!important}.chip.color23:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color24:hover{color:#fff!important;background:#7B1CA7!important}.chip.color24:hover .icon{background-color:#fff}.chip.color24:hover:after{border-color:transparent transparent transparent #7B1CA7!important}.chip.color24:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.color25:hover{color:#fff!important;background:#0F6BAC!important}.chip.color25:hover .icon{background-color:#fff}.chip.color25:hover:after{border-color:transparent transparent transparent #0F6BAC!important}.chip.color25:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip.lightblue:hover{color:#fff!important;background:#0F6BAC!important}.chip.lightblue:hover .icon{background-color:#fff}.chip.lightblue:hover:after{border-color:transparent transparent transparent #0F6BAC!important}.chip.lightblue:hover .counter{background:#0F6BAC!important;color:#fff!important}.chip .icon{content:"";height:24px;width:24px}.chip .icon.maingreen{background-color:#8cc63f}.chip .icon.white{background-color:#fff}.chip .icon.blue{background-color:#0f6bac}.chip .icon.red{background-color:#eb5757}.chip .icon.black{background-color:#424242}.chip .icon.white{background-color:#fff}.chip .icon.appstore{-webkit-mask:url(/images/icon/outlined/application/appstore.svg) no-repeat 100% 100%;mask:url(/images/icon/outlined/application/appstore.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.add{-webkit-mask:url(/images/icons/add-circle.svg) no-repeat 100% 100%;mask:url(/images/icons/add-circle.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.printer{-webkit-mask:url(/images/icons/print.svg) no-repeat 100% 100%;mask:url(/images/icons/print.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.receipt{-webkit-mask:url(/images/icons/receipt.svg) no-repeat 100% 100%;mask:url(/images/icons/receipt.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.sign{-webkit-mask:url(/images/sign.svg) no-repeat 100% 100%;mask:url(/images/sign.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.car{-webkit-mask:url(/images/icons/car.svg) no-repeat 100% 100%;mask:url(/images/icons/car.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.alerticon{-webkit-mask:url(/images/icon/outlined/application/alert.svg) no-repeat 100% 100%;mask:url(/images/icon/outlined/application/alert.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.arrow-undo-circle{-webkit-mask:url(/images/icons/arrow-undo-circle.svg) no-repeat 100% 100%;mask:url(/images/icons/arrow-undo-circle.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.walk{-webkit-mask:url(/images/icons/walk.svg) no-repeat 100% 100%;mask:url(/images/icons/walk.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.archive{-webkit-mask:url(/images/icons/archive.svg) no-repeat 100% 100%;mask:url(/images/icons/archive.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.alert-icon{-webkit-mask:url(/images/icons/alert.svg) no-repeat 100% 100%;mask:url(/images/icons/alert.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.sync{-webkit-mask:url(/images/icon/outlined/application/sync.svg) no-repeat 100% 100%;mask:url(/images/icon/outlined/application/sync.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.check-circle{-webkit-mask:url(/images/icon/filled/suggested/check-circle.svg) no-repeat 100% 100%;mask:url(/images/icon/filled/suggested/check-circle.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.hand-left{-webkit-mask:url(/images/icons/hand-left.svg) no-repeat 100% 100%;mask:url(/images/icons/hand-left.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.bell{-webkit-mask:url(/images/icon/outlined/application/bell.svg) no-repeat 100% 100%;mask:url(/images/icon/outlined/application/bell.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.cash{-webkit-mask:url(/images/cash.svg) no-repeat 100% 100%;mask:url(/images/cash.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip .icon.locate{-webkit-mask:url(/images/locate.svg) no-repeat 100% 100%;mask:url(/images/locate.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.chip.color1,.chip.color1:after{background:#E2E2E2!important;border-color:transparent transparent transparent #E2E2E2!important}.chip.color2,.chip.color2:after{background:#F1F1FF!important;border-color:transparent transparent transparent #F1F1FF!important}.chip.color3,.chip.color3:after{background:#F8D3BC!important;border-color:transparent transparent transparent #F8D3BC!important}.chip.color4,.chip.color4:after{background:#F8EFC2!important;border-color:transparent transparent transparent #F8EFC2!important}.chip.color5,.chip.color5:after{background:#A7D2B0!important;border-color:transparent transparent transparent #A7D2B0!important}.chip.color6,.chip.color6:after{background:#A2F192!important;border-color:transparent transparent transparent #A2F192!important}.chip.color7,.chip.color7:after{background:#F1C3BE!important;border-color:transparent transparent transparent #F1C3BE!important}.chip.color8,.chip.color8:after{background:#D1C6C1!important;border-color:transparent transparent transparent #D1C6C1!important}.chip.color21,.chip.color21:after{background:#D1E8B2!important;border-color:transparent transparent transparent #D1E8B2!important}.chip.color22,.chip.color22:after{background:#B0D3E3!important;border-color:transparent transparent transparent #B0D3E3!important}.chip.color23,.chip.color23:after{background:#F6DD9F!important;border-color:transparent transparent transparent #F6DD9F!important}.chip.color24,.chip.color24:after{background:#CAA4DC!important;border-color:transparent transparent transparent #CAA4DC!important}.chip.color25,.chip.color25:after{background:#9FC4DE!important;border-color:transparent transparent transparent #9FC4DE!important}.chip.blue,.chip.blue:after{background:#0F6BAC!important;border-color:transparent transparent transparent #0F6BAC!important}.chip.orange,.chip.orange:after{background:#E8AB10!important;border-color:transparent transparent transparent #E8AB10!important}.chip.purple,.chip.purple:after{background:#7B1CA7!important;border-color:transparent transparent transparent #7B1CA7!important}.chip.green,.chip.green:after{background:#66B627!important;border-color:transparent transparent transparent #66B627!important}.chip.blue,.chip.blue:after{background:#0F6BAC!important;border-color:transparent transparent transparent #0F6BAC!important}.chip.lime,.chip.lime:after{background:#8CBD24!important;border-color:transparent transparent transparent #8CBD24!important}.chip.lightred,.chip.lightred:after{background:#FFE8E8!important;border-color:transparent transparent transparent #FFE8E8!important}.chip.red,.chip.red:after{background:#EB5757!important;border-color:transparent transparent transparent #EB5757!important}.chip.brown,.chip.brown:after{background:#532F1F!important;border-color:transparent transparent transparent #532F1F!important}.chip.lightblue,.chip.lightblue:after{background:#DCF0FF!important;border-color:transparent transparent transparent #DCF0FF!important}.chip.blue3,.chip.blue3:after{background:#56CCF2!important;border-color:transparent transparent transparent #56CCF2!important}.chip.darkblue,.chip.darkblue:after{background:#3992B8!important;border-color:transparent transparent transparent #3992B8!important}.chip.gray3,.chip.gray3:after{background:#828282!important;border-color:transparent transparent transparent #828282!important}.chip.arrow{text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding:0 8px 0 32px;margin-right:-16px;border-radius:50px 5px 5px 50px}.chip.arrow:first-child,.chip.arrow.first-in-row{padding-left:8px}.chip.arrow:after{background:none!important;content:"";position:absolute;height:100%;width:auto;border-style:solid;border-width:16px 16px 16px 16px;border-color:transparent transparent transparent gray;-webkit-transform:translateX(100%);right:1px}.counter{font-family:CeraPro;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#0f6bac;background:#FFFFFF;border-radius:24px;padding:0 6px}.counter.blue{color:#fff;background:#0F6BAC}.form-input-readonly{border:1px solid #E0E0E0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:32px;padding:0 8px;font-size:14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#bdbdbd}.search-drawer{-webkit-box-shadow:0 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0;padding:22px 0;width:75vW!important}@media (max-width: 992px){.search-drawer{width:100%!important}}.search-drawer__results-quantity{margin-bottom:8px}.search-drawer .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}@media (min-width: 992px){.search-drawer .search{min-width:300px}}.search-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.search-drawer .offcanvas-body{padding:0;scrollbar-gutter:stable;overflow:hidden;width:100%!important}.search-drawer .offcanvas-body .table-wrapper{margin-top:0!important}.search-drawer .offcanvas-body .table-wrapper table{display:grid;border-collapse:collapse;overflow-y:scroll;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(100px,1.5fr) minmax(75px,10.33fr) minmax(150px,10.33fr) minmax(175px,10.33fr) minmax(125px,10.33fr) minmax(275px,20.33fr) minmax(125px,10.33fr)}.search-drawer .offcanvas-body .table-wrapper table::-webkit-scrollbar{width:24px;height:0;padding-top:50px;margin-top:50px}.search-drawer .offcanvas-body .table-wrapper table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 8px 8px #dcf0ff;box-shadow:inset 0 0 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.search-drawer .offcanvas-body .table-wrapper table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0 0 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.search-drawer .offcanvas-body .table-wrapper table thead,.search-drawer .offcanvas-body .table-wrapper table tbody,.search-drawer .offcanvas-body .table-wrapper table tr{display:contents;overflow:hidden;color:#4a4a4a}.search-drawer .offcanvas-body .table-wrapper table th,.search-drawer .offcanvas-body .table-wrapper table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.search-drawer .offcanvas-body .table-wrapper table th:first-child,.search-drawer .offcanvas-body .table-wrapper table td:first-child{padding-left:32px!important}.search-drawer .offcanvas-body .table-wrapper table th:last-child,.search-drawer .offcanvas-body .table-wrapper table td:last-child{padding-right:16px!important}.search-drawer .offcanvas-body .table-wrapper table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.search-drawer .offcanvas-body .table-wrapper table th:last-child{border:0}.search-drawer .offcanvas-body .table-wrapper table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0 0 0 9999px #f5fafb!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.search-drawer .offcanvas-body .table-wrapper table td{font-size:14px;line-height:16px;padding:14px 0;font-weight:500}.search-drawer .offcanvas-body .table-wrapper table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.search-drawer .offcanvas-body .table-wrapper table .sortable:hover{background:#e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.search-drawer .offcanvas-body .table-wrapper table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.search-drawer .offcanvas-body .table-wrapper table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.search-drawer .offcanvas-body .table-wrapper table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.search-drawer .offcanvas-body .table-wrapper table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.search-drawer .offcanvas-body .table-wrapper table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.search-drawer .offcanvas-body .table-wrapper table .link{color:#0f6bac}.search-drawer .offcanvas-body .table-wrapper table .in-query-column{vertical-align:middle;color:#ff6624}.search-drawer .offcanvas-body .table-wrapper table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.search-drawer .offcanvas-body .table-wrapper table .status-column{background:#DCF0FF;border-radius:50px;padding:4px 8px}.search-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.search-drawer .btn-close:hover{background:#DCF0FF}.search-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg) no-repeat center;background-size:100%}.light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px;font-size:14px;white-space:nowrap;cursor:pointer}.order-drawer{width:80vW!important;background:#f5fafb!important}.order-drawer .rxTableCell *{display:inline-block}.order-drawer .rxTableValue{min-width:100px}.order-drawer .offcanvas-header .light-button{line-height:32px}.order-drawer .offcanvas-body{width:100%}.order-drawer .block-white{background:white;border-radius:8px}.order-drawer .map-order{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:15px}.order-drawer .tabs{border-bottom:1px solid #e1eef0}.order-drawer .tabs .tab{color:#424242;line-height:18px;font-size:18px;position:relative;border:none;font-family:CeraRoundProDEMO;font-weight:700;padding:0}.order-drawer .tabs .tab.active:after{content:"";display:block;position:absolute;bottom:-16px;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);border-radius:12px;height:5px;width:100%;background:#8cc63f}.order-drawer .tabs .tab.active{color:#8cc63f}.order-drawer .tab-pane{padding:12px 32px!important}.order-drawer .gray-label{font-size:14px;line-height:22px;color:#bdbdbd;font-weight:500}.order-drawer .list-value{font-family:CeraPro;font-style:normal;font-weight:700;font-size:12px;line-height:32px;color:#bdbdbd}.order-drawer .gray-value{font-size:14px;line-height:24px;color:#000;font-weight:500}.order-drawer .divider{background:#dcf0ff;height:1px;margin-top:16px;margin-bottom:16px}.order-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.order-drawer .btn-close:hover{background:#DCF0FF}.order-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.driver-picture{width:46px;height:46px}.driver-rating{position:absolute;bottom:-6px;left:4px;background:#0a9c56;font-weight:500;font-size:12px;line-height:16px;color:#fff;border-radius:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5px 0 8px}.driver-rating:before{content:"";background:url(/images/star_driver.svg);width:10px;height:10px;background-size:contain;display:block}.swiper-pagination-bullet{width:39px!important;border-radius:50px!important;height:6px!important;background:#dcf0ff!important;opacity:1!important}.swiper-pagination-bullet-active{background:#0F6BAC!important}.waveform-container{background-color:#ebf7ff;width:400px;height:100px;overflow:hidden;-webkit-transform:scaleY(.3);-moz-transform:scaleY(.3);-ms-transform:scaleY(.3);transform:scaleY(.3)}.waveform-wrapper{height:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}wave{border-right:none!important;width:-moz-calc(100% - 10px);width:calc(100% - 10px);margin-left:5px}.voice{color:#939090;font-size:12px}.voice-phone{margin-left:16px;position:relative;font-size:12px;line-height:12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4px}.voice-phone:before{content:"";background:url(/images/icons/phone-icon.svg);width:14px;height:14px;position:absolute;left:-15px;background-size:contain;background-repeat:no-repeat;top:0px}.voice-container{background:#ebf7ff;border-radius:10px;padding:2px 2px 2px 5px}.voice-user{margin-right:5px}.voice-title{color:#939090;font-weight:700;font-size:12px;margin-bottom:8px}.voice-play-btn{background:url(/images/icons/voice-play-btn.svg);margin-top:20px;width:25px;height:24px;background-repeat:no-repeat;background-size:contain}.voice-time{margin-left:22px;color:#000}.green-status{color:#fff;background:#3CD01D;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 6px}.tag{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tag .value{background:#DCF0FF;border-radius:8px;color:#0f6bac;line-height:24px;padding:0 20px 0 8px;font-size:12px;margin-right:-12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.tag .value:before{content:"";background:url(/images/map_pin.svg);background-repeat:no-repeat;background-size:100%;display:block;height:16px;width:12px}.tag .right-button{background:#0F6BAC;border-radius:16px;color:#fff;line-height:24px;padding:0 6px;font-size:12px;cursor:pointer}.gallery{overflow:hidden}.gallery .scrollable{overflow-x:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;width:100%}.gallery img{border-radius:8px}.signature-block{border:1px solid #DCF0FF;overflow:hidden;border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.date-picker:before{display:block;content:"";height:16px;width:16px;background:url(/images/icons/calendar.svg)}.document{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0f6bac;font-size:14px;text-decoration:underline}.feedback_statblock{background:#FFFFFF;border:1px solid #DCF0FF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px}.feedback_statblock .feedback_statblock_value{font-size:44px;line-height:44px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:#0f6bac}.feedback_statblock .feedback_statblock_name{font-weight:700;font-size:21px;color:#000}.datepicker{border:1px solid #E0E0E0;background:#FFFFFF;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;gap:8px}.datepicker:before{content:"";height:24px;width:24px;min-width:24px;background:url(/images/icons/calendar.svg);background-size:100%;background-repeat:no-repeat}.datepicker input{outline:none;border:none;line-height:40px;font-size:14px}.datepicker input::-webkit-input-placeholder{color:#bdbdbd}.datepicker input:-moz-placeholder{color:#bdbdbd}.datepicker input::-moz-placeholder{color:#bdbdbd}.datepicker input:-ms-input-placeholder{color:#bdbdbd}.datepicker input::-ms-input-placeholder{color:#bdbdbd}.datepicker input::placeholder{color:#bdbdbd}.add-ticket-modal .modal-content{background:#FFFFFF;-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px;border:none;outline:none}.add-ticket-modal .modal-header{padding:44px 44px 0;border:none}.add-ticket-modal .modal-body{padding:0 44px}.add-ticket-modal .modal-footer{padding:0 44px 44px;border:none}.add-ticket-modal .cancel-btn{background:#DCF0FF;border-radius:50px;line-height:28px;font-size:21px;color:#0f6bac!important;padding:8px 16px;border:none;font-weight:700}.add-ticket-modal .submit-btn{background:#8CC63F;-webkit-box-shadow:inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:50px;line-height:28px;font-size:21px;color:#0f6bac;padding:8px 16px;border:none;color:#fff!important;font-weight:700}.add-ticket-modal .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.add-ticket-modal .btn-close:hover{background:#DCF0FF}.add-ticket-modal .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.business_hours{background:#F5FAFB;padding:8px 16px;border-radius:16px}.business_hours .dropdown-item{white-space:nowrap!important}.business_hours .value-input{background:white!important}.business_hours .btn-close{padding:.25rem!important;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;min-width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;background:#DCF0FF;cursor:pointer}.business_hours .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:70%}.note-block{margin-top:20px}.ticket-row{background:#f5fafb;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 24px}.ticket-row .detail{width:100%}.ticket-row .card{border:none;background:none;padding-left:0;padding-right:0}.ticket-row .card .gray-label{font-size:12px;line-height:12px;color:#98a2a3;font-weight:500}.ticket-row .card .gray-value{font-size:12px;font-weight:500;line-height:16px}.ticket-row .card .note{background:#ffffff;border-radius:16px;padding:16px;font-size:12px;line-height:12px;margin-top:16px}.ticket-row .card .remove-comment-btn{background-color:#dcf0ff;border-radius:50px;padding:8px;background-position:center;background-size:cover;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.ticket-row .card .remove-comment-btn:hover{background-color:#8cc63f}.ticket-row .card .remove-comment-btn:hover svg{fill:#fff}.ticket-row .card .remove-comment-btn svg{fill:#0f6bac}.ticket-row .chat-field{background:#FFFFFF;border-radius:12px;padding:8px}.ticket-row .chat-field .chat-field-input{border:none;outline:none}.ticket-row .chat-field .chat-field-input::-webkit-input-placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .chat-field-input:-moz-placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .chat-field-input::-moz-placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .chat-field-input:-ms-input-placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .chat-field-input::-ms-input-placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .chat-field-input::placeholder{font-size:14px;line-height:24px;color:#bdbdbd}.ticket-row .chat-field .send-button{background:url(/images/paper-plane.svg);background-size:cover;background-repeat:no-repeat;height:16px;width:16px;border:none;outline:none}.status-row{width:100%;background:#f5fafb;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.status-row>div{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.status-row .ticket-id{color:#424242;font-weight:500;font-size:16px;line-height:16px}.status-row .ticket-chip{background:#3CD01D;border-radius:24px;font-weight:700;color:#fff;font-size:14px;line-height:32px;padding:0 8px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.status-row .ticket-note{color:#424242;opacity:.6}.status-row .ticket-collapse{background:#dcf0ff;background-image:url(/images/icons/chevron-up-outline.svg);display:block;width:32px;height:32px;background-position:center;background-size:70%;background-repeat:no-repeat;border-radius:50px}.status-list-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.status-list-row:before{margin-top:4px;z-index:1000}.status-list-row.notready:before{content:"";display:block;height:16px;width:16px;background:url(/images/not_ready_circle.svg)}.status-list-row.ready:before{content:"";display:block;height:16px;width:16px;background:url(/images/ready_circle.svg)}.status-list-row .status-list-row-label{font-size:12px;color:#828282}.status-list-row .status-list-row-name{color:#424242;font-size:12px}.left-lines{display:block;width:2px;left:19px;height:85%;top:11px;position:absolute;background:#0F6BAC}.comment{background:#DCF0FF;border-radius:12px;font-weight:400;font-size:14px;line-height:24px;color:#424242;padding:14px 26px;position:relative}.comment:before{content:"";display:block;position:absolute;top:-4px;height:10px;width:10px;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#DCF0FF}.tab-counter{font-size:14px;line-height:14px;background:#0F6BAC;color:#fff;padding:1px 8px;position:absolute;right:-4px;border-radius:50px;top:0px;-webkit-transform:translateX(100%) translateY(-50%);-moz-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translate(100%) translateY(-50%);font-weight:400}.with-counter{margin-right:16px}.auth-page{background:url(/images/Back.svg) no-repeat center;background-size:cover}.auth-page .login-form-wrapper{background:white;border-radius:40px;padding:64px}@media (max-width: 992px){.auth-page .login-form-wrapper{padding:32px}}.auth-page .login-form-wrapper .login-form-logo{margin-bottom:30px}.auth-page .login-form-wrapper .form-title{color:#0f6bac}.auth-page .login-form-wrapper .login-form label{line-height:22px;color:#0f6bac;margin-bottom:5px}.auth-page .login-form-wrapper .login-form .input-text{border:1px solid #e0e0e0;border-radius:12px;padding:5px 10px}.auth-page .login-form-wrapper .login-form .input-text::-webkit-input-placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text:-moz-placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text::-moz-placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text:-ms-input-placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text::-ms-input-placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text::placeholder{color:#bdbdbd}.auth-page .login-form-wrapper .login-form .input-text[type=password]{font-family:sans-serif!important}.auth-page .login-form-wrapper .login-form .checkbox-input{position:absolute;z-index:-1;opacity:0}.auth-page .login-form-wrapper .login-form .submit-btn{background:#8cc63f;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 4px 8px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:24px;outline:none;border:none;padding:10px 20px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.auth-page .login-form-wrapper .login-form .submit-btn:hover{-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066}.auth-page .login-form-wrapper .login-form .checkbox-input+label{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.auth-page .login-form-wrapper .login-form .checkbox-input+label:hover{cursor:pointer}.auth-page .login-form-wrapper .login-form .checkbox-input+label:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #8cc63f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:6px;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:75% 75%}.auth-page .login-form-wrapper .login-form .checkbox-input:checked+label:before{border:1px solid #8cc63f;border-radius:6px;background-image:url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00586 4.80542L5.05586 8.74292L10.0059 1.74292' stroke='%238CC63F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.auth-page .login-form-wrapper .login-form .additional-link{color:#0f6bac}.orders-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.orders-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.orders-page .blue-circle{background:#3E9FE8;mix-blend-mode:normal;-webkit-box-shadow:inset 1px -2px 2px #B7E1FF,inset 0px 2px 12px rgba(103,255,246,.81);box-shadow:inset 1px -2px 2px #b7e1ff,inset 0 2px 12px #67fff6cf;border-radius:16px;height:16px;width:16px}.orders-page .green-circle{background:-webkit-gradient(linear,left top,left bottom,from(#89E01A),to(#18BF5B));background:-moz-linear-gradient(top,#89E01A 0%,#18BF5B 100%);background:linear-gradient(180deg,#89E01A 0%,#18BF5B 100%);border-radius:16px;height:16px;width:16px}.orders-page .driver-note{position:absolute;bottom:-20px;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);left:0px;color:#424242;font-weight:500;font-size:12px;line-height:15px;background:#DCF0FF;border-radius:16px;padding:16px;min-width:106px}.orders-page .driver-note:before{content:"";display:block;width:10px;height:10px;top:-5px;left:20px;-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#DCF0FF;position:absolute}.orders-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.orders-page .left-sidebar{padding:0;margin:0}}.orders-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.orders-page .left-sidebar .rx2go-logo{display:none}}.orders-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.orders-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.orders-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.orders-page .left-sidebar .profile-image{width:100%;gap:5px}.orders-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.orders-page .left-sidebar .profile-image{text-decoration:none}.orders-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.orders-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.orders-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.orders-page .left-sidebar .profile-image .profile-name{display:none}}.orders-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.orders-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.orders-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.orders-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.orders-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.orders-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.orders-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.orders-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.orders-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.orders-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.orders-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.orders-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.orders-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.orders-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.orders-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.orders-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.orders-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.orders-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.orders-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.orders-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.orders-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.orders-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.orders-page .left-sidebar .navbar-collapse ul,.orders-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.orders-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.orders-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.orders-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.orders-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.orders-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.orders-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.orders-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.orders-page .order-note{background:#DCF0FF;border-radius:12px;padding:20px 12px;position:relative}.orders-page .order-note:after{content:"";display:block;position:absolute;right:0;bottom:0;height:15px;width:16px;background:url(/images/note-border.svg);background-size:cover}.orders-page .delivery-method-block-2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:16px;background:#F5FAFB;border-radius:16px}.orders-page .delivery-method-block-2 .delivery-method-block_title{font-family:CeraPro;font-style:normal;font-weight:500;font-size:14px;line-height:14px;color:#0f6bac}.orders-page .delivery-method-block-2 .delivery-method-block_body{font-family:CeraPro;font-style:normal;font-weight:500;font-size:13px;line-height:112%;color:#424242}.orders-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.orders-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.orders-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.orders-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.orders-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.orders-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.orders-page .page-content header .header__right-block .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}@media (min-width: 992px){.orders-page .page-content header .header__right-block .search{min-width:300px}}.orders-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#dcf0ff;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.orders-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.orders-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.orders-page .page-content .table-wrapper{margin-top:24px}.orders-page .page-content table{display:grid;border-collapse:collapse;overflow-y:auto;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(50px,1fr) minmax(75px,10.33fr) minmax(150px,10.33fr) minmax(120px,10.33fr) minmax(125px,8.33fr) minmax(250px,20.33fr) minmax(125px,10.33fr) minmax(75px,10.33fr) minmax(150px,10.33fr) minmax(125px,10.33fr) minmax(185px,10.33fr) minmax(250px,10.33fr)}.orders-page .page-content table::-webkit-scrollbar{width:24px;height:0px;padding-top:50px;margin-top:50px}.orders-page .page-content table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0px 0px 8px 8px #dcf0ff;box-shadow:inset 0 0 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.orders-page .page-content table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0px 0px 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.orders-page .page-content table thead,.orders-page .page-content table tbody,.orders-page .page-content table tr{display:contents;overflow:hidden}.orders-page .page-content table th,.orders-page .page-content table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.orders-page .page-content table th:first-child,.orders-page .page-content table td:first-child{padding-left:16px!important}.orders-page .page-content table th:last-child,.orders-page .page-content table td:last-child{padding-right:16px!important}.orders-page .page-content table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0px 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.orders-page .page-content table th:last-child{border:0}.orders-page .page-content table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0px 0px 0px 9999px #f5fafb!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.orders-page .page-content table tr:hover td{background:#DCF0FF;-webkit-box-shadow:none!important;box-shadow:none!important}.orders-page .page-content table td{font-size:14px;line-height:16px;padding:14px 0}.orders-page .page-content table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.orders-page .page-content table .sortable:hover{background:#e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.orders-page .page-content table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.orders-page .page-content table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.orders-page .page-content table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.orders-page .page-content table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.orders-page .page-content table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.orders-page .page-content table .in-query-column{vertical-align:middle;color:#ff6624}.orders-page .page-content table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.orders-page .page-content table .status-column{background:#DCF0FF;border-radius:50px;padding:4px 8px}.orders-page .filters-drawer{-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0px;padding:22px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.orders-page .filters-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.orders-page .filters-drawer .offcanvas-body{padding:0 32px;overflow-x:visible;overflow-y:scroll;scrollbar-gutter:stable}.orders-page .filters-drawer h5{font-family:CeraRoundProDEMO;font-size:16px;line-height:24px;margin:0!important}.orders-page .filters-drawer input[type=text]{border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.orders-page .filters-drawer input[type=text]::-webkit-input-placeholder{color:#bdbdbd}.orders-page .filters-drawer input[type=text]:-moz-placeholder{color:#bdbdbd}.orders-page .filters-drawer input[type=text]::-moz-placeholder{color:#bdbdbd}.orders-page .filters-drawer input[type=text]:-ms-input-placeholder{color:#bdbdbd}.orders-page .filters-drawer input[type=text]::-ms-input-placeholder{color:#bdbdbd}.orders-page .filters-drawer input[type=text]::placeholder{color:#bdbdbd}.orders-page .filters-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.orders-page .filters-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.orders-page .filters-drawer .btn-close:hover{background:#DCF0FF}.orders-page .filters-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.orders-page .filters-drawer .light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.orders-page .bottom-toolbar{-webkit-box-shadow:0px -4px 32px rgba(0,0,0,.15);box-shadow:0 -4px 32px #00000026}.orders-page .bottom-toolbar .bottom-toolbar-text{line-height:32px}.orders-page .bottom-toolbar .light-button{outline:none;border:none;padding:0px .5rem;line-height:28px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.orders-page .add-order-btn{background:#8cc63f;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:90px;right:32px;bottom:16px;outline:none;border:none;cursor:pointer;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.orders-page .add-order-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.orders-page .add-order-btn .add-order-btn-img{width:3rem;height:3rem}.copays-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.copays-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.copays-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.copays-page .left-sidebar{padding:0;margin:0}}.copays-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.copays-page .left-sidebar .rx2go-logo{display:none}}.copays-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.copays-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.copays-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.copays-page .left-sidebar .profile-image{width:100%;gap:5px}.copays-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.copays-page .left-sidebar .profile-image{text-decoration:none}.copays-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.copays-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.copays-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.copays-page .left-sidebar .profile-image .profile-name{display:none}}.copays-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.copays-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.copays-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.copays-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.copays-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.copays-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.copays-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.copays-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.copays-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.copays-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.copays-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.copays-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.copays-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.copays-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.copays-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.copays-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.copays-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.copays-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.copays-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.copays-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.copays-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#BDBDBD}.copays-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0F6BAC;border-radius:4px}.copays-page .left-sidebar .navbar-collapse ul,.copays-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.copays-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.copays-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.copays-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.copays-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#8cc63f}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.copays-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.copays-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.copays-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.copays-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.copays-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.copays-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.copays-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.copays-page .page-content header .header__right-block .search{width:100%;background:#FFFFFF;border:1px solid #E0E0E0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}@media (min-width: 992px){.copays-page .page-content header .header__right-block .search{min-width:300px}}.copays-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#DCF0FF;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.copays-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.copays-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.copays-page .page-content .chip{text-decoration:none;font-weight:700;font-size:14px;line-height:32px;background:gray;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding:0 8px;border-radius:50px;white-space:nowrap;max-height:32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-bottom:8px}.copays-page .page-content .chip:not(:first-child){margin-right:8px}.copays-page .page-content .chip.standalone{margin:0}.copays-page .page-content .chip.last-in-row{margin-right:24px!important}.copays-page .page-content .chip:hover{-webkit-box-shadow:0px 4px 20px rgba(0,0,0,.1),0px 2px 5px rgba(0,0,0,.05);box-shadow:0 4px 20px #0000001a,0 2px 5px #0000000d}.copays-page .page-content .chip .icon{content:"";height:24px;width:24px}.copays-page .page-content .chip .icon.maingreen{background-color:#8cc63f}.copays-page .page-content .chip .icon.white{background-color:#fff}.copays-page .page-content .chip .icon.printer{-webkit-mask:url(/images/icons/print.svg) no-repeat 100% 100%;mask:url(/images/icons/print.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.receipt{-webkit-mask:url(/images/icons/receipt.svg) no-repeat 100% 100%;mask:url(/images/icons/receipt.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.sign{-webkit-mask:url(/images/sign.svg) no-repeat 100% 100%;mask:url(/images/sign.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.car{-webkit-mask:url(/images/icons/car.svg) no-repeat 100% 100%;mask:url(/images/icons/car.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.alerticon{-webkit-mask:url(/images/icon/outlined/application/alert.svg) no-repeat 100% 100%;mask:url(/images/icon/outlined/application/alert.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.walk{-webkit-mask:url(/images/icons/walk.svg) no-repeat 100% 100%;mask:url(/images/icons/walk.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip .icon.archive{-webkit-mask:url(/images/icons/archive.svg) no-repeat 100% 100%;mask:url(/images/icons/archive.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover}.copays-page .page-content .chip.blue,.copays-page .page-content .chip.blue:after{background:#0F6BAC!important;border-color:transparent transparent transparent #0F6BAC!important}.copays-page .page-content .chip.orange,.copays-page .page-content .chip.orange:after{background:#E8AB10!important;border-color:transparent transparent transparent #E8AB10!important}.copays-page .page-content .chip.orange:hover,.copays-page .page-content .chip.orange:after{background:#E8AB10!important;border-color:transparent transparent transparent #E8AB10!important}.copays-page .page-content .chip.purple,.copays-page .page-content .chip.purple:after{background:#7B1CA7!important;border-color:transparent transparent transparent #7B1CA7!important}.copays-page .page-content .chip.green,.copays-page .page-content .chip.green:after{background:#66B627!important;border-color:transparent transparent transparent #66B627!important}.copays-page .page-content .chip.blue,.copays-page .page-content .chip.blue:after{background:#0F6BAC!important;border-color:transparent transparent transparent #0F6BAC!important}.copays-page .page-content .chip.lime,.copays-page .page-content .chip.lime:after{background:#8CBD24!important;border-color:transparent transparent transparent #8CBD24!important}.copays-page .page-content .chip.red,.copays-page .page-content .chip.red:after{background:#EB5757!important;border-color:transparent transparent transparent #EB5757!important}.copays-page .page-content .chip.brown,.copays-page .page-content .chip.brown:after{background:#532F1F!important;border-color:transparent transparent transparent #532F1F!important}.copays-page .page-content .chip.lightblue,.copays-page .page-content .chip.lightblue:after{background:#DCF0FF!important;border-color:transparent transparent transparent #DCF0FF!important}.copays-page .page-content .chip.arrow{text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding:0 8px 0 32px;margin-right:-16px;border-radius:50px 5px 5px 50px}.copays-page .page-content .chip.arrow:first-child,.copays-page .page-content .chip.arrow.first-in-row{padding-left:8px}.copays-page .page-content .chip.arrow:after{background:none!important;content:"";position:absolute;height:100%;width:auto;border-style:solid;border-width:16px 16px 16px 16px;border-color:transparent transparent transparent gray;-webkit-transform:translateX(100%);right:1px}.copays-page .page-content .table-wrapper{margin-top:24px}.copays-page .page-content table{display:grid;border-collapse:collapse;overflow-y:auto;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(50px,1fr) minmax(75px,10.33fr) minmax(150px,10.33fr) minmax(120px,10.33fr) minmax(125px,8.33fr) minmax(250px,20.33fr) minmax(125px,10.33fr) minmax(75px,10.33fr)}.copays-page .page-content table::-webkit-scrollbar{width:24px;height:0px;padding-top:50px;margin-top:50px}.copays-page .page-content table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0px 0px 8px 8px #DCF0FF;box-shadow:inset 0 0 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.copays-page .page-content table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0px 0px 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.copays-page .page-content table thead,.copays-page .page-content table tbody,.copays-page .page-content table tr{display:contents;overflow:hidden}.copays-page .page-content table th,.copays-page .page-content table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.copays-page .page-content table th:first-child,.copays-page .page-content table td:first-child{padding-left:16px!important}.copays-page .page-content table th:last-child,.copays-page .page-content table td:last-child{padding-right:16px!important}.copays-page .page-content table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0px 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.copays-page .page-content table th:last-child{border:0}.copays-page .page-content table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0px 0px 0px 9999px #F5FAFB!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.copays-page .page-content table tr:hover td{background:#DCF0FF;-webkit-box-shadow:none!important;box-shadow:none!important}.copays-page .page-content table td{font-size:14px;line-height:16px;padding:14px 0}.copays-page .page-content table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.copays-page .page-content table .sortable:hover{background:#E0E0E0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.copays-page .page-content table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.copays-page .page-content table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.copays-page .page-content table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.copays-page .page-content table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.copays-page .page-content table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.copays-page .page-content table .in-query-column{vertical-align:middle;color:#ff6624}.copays-page .page-content table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.copays-page .page-content table .status-column{background:#DCF0FF;border-radius:50px;padding:4px 8px}.copays-page .filters-drawer{-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0px;padding:22px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.copays-page .filters-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.copays-page .filters-drawer .offcanvas-body{padding:0 32px;overflow-x:visible;overflow-y:scroll;scrollbar-gutter:stable}.copays-page .filters-drawer h5{font-family:CeraRoundProDEMO;font-size:16px;line-height:24px;margin:0!important}.copays-page .filters-drawer input[type=text]{border:1px solid #E0E0E0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.copays-page .filters-drawer input[type=text]::-webkit-input-placeholder{color:#bdbdbd}.copays-page .filters-drawer input[type=text]:-moz-placeholder{color:#bdbdbd}.copays-page .filters-drawer input[type=text]::-moz-placeholder{color:#bdbdbd}.copays-page .filters-drawer input[type=text]:-ms-input-placeholder{color:#bdbdbd}.copays-page .filters-drawer input[type=text]::-ms-input-placeholder{color:#bdbdbd}.copays-page .filters-drawer input[type=text]::placeholder{color:#bdbdbd}.copays-page .filters-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.copays-page .filters-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.copays-page .filters-drawer .btn-close:hover{background:#DCF0FF}.copays-page .filters-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.copays-page .filters-drawer .light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.copays-page .bottom-toolbar{-webkit-box-shadow:0px -4px 32px rgba(0,0,0,.15);box-shadow:0 -4px 32px #00000026}.copays-page .bottom-toolbar .bottom-toolbar-text{line-height:32px}.copays-page .bottom-toolbar .light-button{outline:none;border:none;padding:0px .5rem;line-height:28px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.copays-page .add-order-btn{background:#8CC63F;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:90px;right:32px;bottom:16px;outline:none;border:none;cursor:pointer;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.copays-page .add-order-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.copays-page .add-order-btn .add-order-btn-img{width:3rem;height:3rem}.feedback-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.feedback-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.feedback-page .header_bottom-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.feedback-page .header_bottom-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.feedback-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.feedback-page .left-sidebar{padding:0;margin:0}}.feedback-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.feedback-page .left-sidebar .rx2go-logo{display:none}}.feedback-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.feedback-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.feedback-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.feedback-page .left-sidebar .profile-image{width:100%;gap:5px}.feedback-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.feedback-page .left-sidebar .profile-image{text-decoration:none}.feedback-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.feedback-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.feedback-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.feedback-page .left-sidebar .profile-image .profile-name{display:none}}.feedback-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.feedback-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.feedback-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.feedback-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.feedback-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.feedback-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.feedback-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.feedback-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.feedback-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.feedback-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.feedback-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.feedback-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.feedback-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.feedback-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.feedback-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.feedback-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.feedback-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.feedback-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.feedback-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.feedback-page .left-sidebar .navbar-collapse ul,.feedback-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.feedback-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.feedback-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.feedback-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.feedback-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.feedback-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.feedback-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.feedback-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.feedback-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;position:relative}.feedback-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.feedback-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.feedback-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.feedback-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.feedback-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.feedback-page .page-content header .header__right-block .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}.feedback-page .page-content header .header__right-block .search::-webkit-input-placeholder{color:#ced5da}.feedback-page .page-content header .header__right-block .search:-moz-placeholder{color:#ced5da}.feedback-page .page-content header .header__right-block .search::-moz-placeholder{color:#ced5da}.feedback-page .page-content header .header__right-block .search:-ms-input-placeholder{color:#ced5da}.feedback-page .page-content header .header__right-block .search::-ms-input-placeholder{color:#ced5da}.feedback-page .page-content header .header__right-block .search::placeholder{color:#ced5da}@media (min-width: 992px){.feedback-page .page-content header .header__right-block .search{min-width:300px}}.feedback-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#dcf0ff;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.feedback-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.feedback-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.feedback-page .page-content .table-wrapper{margin-top:24px}.feedback-page .page-content table{display:grid;border-collapse:collapse;overflow-y:auto;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(50px,1fr) minmax(100px,4.33fr) minmax(150px,10.33fr) minmax(125px,6.33fr) minmax(125px,6.33fr) minmax(125px,6.33fr) minmax(125px,14.33fr)}.feedback-page .page-content table::-webkit-scrollbar{width:24px;height:0px;padding-top:50px;margin-top:50px}.feedback-page .page-content table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0px 0px 8px 8px #dcf0ff;box-shadow:inset 0 0 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.feedback-page .page-content table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0px 0px 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.feedback-page .page-content table thead,.feedback-page .page-content table tbody,.feedback-page .page-content table tr{display:contents;overflow:hidden}.feedback-page .page-content table th,.feedback-page .page-content table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.feedback-page .page-content table th:first-child,.feedback-page .page-content table td:first-child{padding-left:16px!important}.feedback-page .page-content table th:last-child,.feedback-page .page-content table td:last-child{padding-right:16px!important}.feedback-page .page-content table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0px 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.feedback-page .page-content table th:last-child{border:0}.feedback-page .page-content table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0px 0px 0px 9999px #f5fafb!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.feedback-page .page-content table tr:hover td{background:#DCF0FF;-webkit-box-shadow:none!important;box-shadow:none!important}.feedback-page .page-content table td{font-size:14px;line-height:16px;padding:14px 0}.feedback-page .page-content table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.feedback-page .page-content table .sortable:hover{background:#e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.feedback-page .page-content table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.feedback-page .page-content table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.feedback-page .page-content table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.feedback-page .page-content table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.feedback-page .page-content table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.feedback-page .page-content table .in-query-column{vertical-align:middle;color:#ff6624}.feedback-page .page-content table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.feedback-page .page-content table .status-column{background:#DCF0FF;border-radius:50px;padding:4px 8px}.feedback-page .filters-drawer{-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0px;padding:22px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.feedback-page .filters-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.feedback-page .filters-drawer .offcanvas-body{padding:0 32px;overflow-x:visible;overflow-y:scroll;scrollbar-gutter:stable}.feedback-page .filters-drawer h5{font-family:CeraRoundProDEMO;font-size:16px;line-height:24px;margin:0!important}.feedback-page .filters-drawer input[type=text]{border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.feedback-page .filters-drawer input[type=text]::-webkit-input-placeholder{color:#bdbdbd}.feedback-page .filters-drawer input[type=text]:-moz-placeholder{color:#bdbdbd}.feedback-page .filters-drawer input[type=text]::-moz-placeholder{color:#bdbdbd}.feedback-page .filters-drawer input[type=text]:-ms-input-placeholder{color:#bdbdbd}.feedback-page .filters-drawer input[type=text]::-ms-input-placeholder{color:#bdbdbd}.feedback-page .filters-drawer input[type=text]::placeholder{color:#bdbdbd}.feedback-page .filters-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.feedback-page .filters-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.feedback-page .filters-drawer .btn-close:hover{background:#DCF0FF}.feedback-page .filters-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.feedback-page .filters-drawer .light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.feedback-page .bottom-toolbar{position:absolute;bottom:0px;width:100%;-webkit-box-shadow:0px -4px 32px rgba(0,0,0,.15);box-shadow:0 -4px 32px #00000026;background:white}.feedback-page .bottom-toolbar .bottom-toolbar-text{line-height:32px}.feedback-page .bottom-toolbar .light-button{outline:none;border:none;padding:0px .5rem;line-height:28px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.feedback-page .add-order-btn{background:#8cc63f;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:90px;right:32px;bottom:16px;outline:none;border:none;cursor:pointer;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.feedback-page .add-order-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.feedback-page .add-order-btn .add-order-btn-img{width:3rem;height:3rem}.tickets-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tickets-page .dropdown-menu .dropdown-item{padding:6px 0!important;line-height:12px!important}@media (max-width: 992px){.tickets-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tickets-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.tickets-page .left-sidebar{padding:0;margin:0}}.tickets-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.tickets-page .left-sidebar .rx2go-logo{display:none}}.tickets-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.tickets-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.tickets-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.tickets-page .left-sidebar .profile-image{width:100%;gap:5px}.tickets-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.tickets-page .left-sidebar .profile-image{text-decoration:none}.tickets-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.tickets-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.tickets-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.tickets-page .left-sidebar .profile-image .profile-name{display:none}}.tickets-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.tickets-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.tickets-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.tickets-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.tickets-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.tickets-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.tickets-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.tickets-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.tickets-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.tickets-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.tickets-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.tickets-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.tickets-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.tickets-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.tickets-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.tickets-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.tickets-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.tickets-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.tickets-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.tickets-page .left-sidebar .navbar-collapse ul,.tickets-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tickets-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.tickets-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.tickets-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.tickets-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.tickets-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.tickets-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.tickets-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.tickets-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.tickets-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.tickets-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.tickets-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.tickets-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.tickets-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.tickets-page .page-content header .header__right-block .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}@media (min-width: 992px){.tickets-page .page-content header .header__right-block .search{min-width:300px}}.tickets-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#dcf0ff;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.tickets-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.tickets-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.tickets-page .page-content .table-wrapper{margin-top:24px}.tickets-page .page-content table{display:grid;border-collapse:collapse;overflow-y:auto;overflow-x:auto;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(75px,1fr) minmax(100px,1fr) minmax(125px,10.33fr) minmax(200px,10.33fr) minmax(150px,10.33fr) minmax(150px,8.33fr) minmax(150px,20.33fr) minmax(125px,10.33fr) minmax(175px,10.33fr) minmax(150px,10.33fr) minmax(150px,10.33fr) minmax(185px,10.33fr) minmax(185px,10.33fr) minmax(185px,10.33fr) minmax(185px,10.33fr) minmax(250px,10.33fr)}.tickets-page .page-content table::-webkit-scrollbar{width:24px;height:24px;padding-top:50px;margin-top:50px}.tickets-page .page-content table::-webkit-scrollbar-track{-webkit-box-shadow:inset 8px 8px 8px 8px #dcf0ff;box-shadow:inset 8px 8px 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.tickets-page .page-content table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0px 0px 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.tickets-page .page-content table thead,.tickets-page .page-content table tbody,.tickets-page .page-content table tr{display:contents;overflow:hidden}.tickets-page .page-content table th,.tickets-page .page-content table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.tickets-page .page-content table th:first-child,.tickets-page .page-content table td:first-child{padding-left:16px!important}.tickets-page .page-content table th:last-child,.tickets-page .page-content table td:last-child{padding-right:16px!important}.tickets-page .page-content table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0px 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.tickets-page .page-content table th:last-child{border:0}.tickets-page .page-content table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0px 0px 0px 9999px #f5fafb!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.tickets-page .page-content table tr:hover td{background:#DCF0FF;-webkit-box-shadow:none!important;box-shadow:none!important}.tickets-page .page-content table td{font-size:14px;line-height:16px;padding:14px 0}.tickets-page .page-content table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.tickets-page .page-content table .sortable:hover{background:#e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.tickets-page .page-content table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.tickets-page .page-content table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.tickets-page .page-content table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.tickets-page .page-content table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.tickets-page .page-content table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.tickets-page .page-content table .in-query-column{vertical-align:middle;color:#ff6624}.tickets-page .page-content table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.tickets-page .page-content table .status-column{background:#2D9CDB;border-radius:50px;padding:6px 8px}.tickets-page .page-content table .priority-column{background:#DCF0FF;border-radius:50px;padding:6px 8px}.tickets-page .filters-drawer{-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0px;padding:22px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tickets-page .filters-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.tickets-page .filters-drawer .offcanvas-body{padding:0 32px;overflow-x:visible;overflow-y:scroll;scrollbar-gutter:stable}.tickets-page .filters-drawer h5{font-family:CeraRoundProDEMO;font-size:16px;line-height:24px;margin:0!important}.tickets-page .filters-drawer input[type=text]{border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.tickets-page .filters-drawer input[type=text]::-webkit-input-placeholder{color:#bdbdbd}.tickets-page .filters-drawer input[type=text]:-moz-placeholder{color:#bdbdbd}.tickets-page .filters-drawer input[type=text]::-moz-placeholder{color:#bdbdbd}.tickets-page .filters-drawer input[type=text]:-ms-input-placeholder{color:#bdbdbd}.tickets-page .filters-drawer input[type=text]::-ms-input-placeholder{color:#bdbdbd}.tickets-page .filters-drawer input[type=text]::placeholder{color:#bdbdbd}.tickets-page .filters-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.tickets-page .filters-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.tickets-page .filters-drawer .btn-close:hover{background:#DCF0FF}.tickets-page .filters-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.tickets-page .filters-drawer .light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.tickets-page .bottom-toolbar{-webkit-box-shadow:0px -4px 32px rgba(0,0,0,.15);box-shadow:0 -4px 32px #00000026}.tickets-page .bottom-toolbar .bottom-toolbar-text{line-height:32px}.tickets-page .bottom-toolbar .light-button{outline:none;border:none;padding:0px .5rem;line-height:28px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.tickets-page .add-order-btn{background:#8cc63f;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:90px;right:32px;bottom:16px;outline:none;border:none;cursor:pointer;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.tickets-page .add-order-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.tickets-page .add-order-btn .add-order-btn-img{width:3rem;height:3rem}.profile-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.profile-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.profile-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.profile-page .left-sidebar{padding:0;margin:0}}.profile-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.profile-page .left-sidebar .rx2go-logo{display:none}}.profile-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.profile-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.profile-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.profile-page .left-sidebar .profile-image{width:100%;gap:5px}.profile-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.profile-page .left-sidebar .profile-image{text-decoration:none}.profile-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.profile-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.profile-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.profile-page .left-sidebar .profile-image .profile-name{display:none}}.profile-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.profile-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.profile-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.profile-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.profile-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.profile-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.profile-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.profile-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.profile-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.profile-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.profile-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.profile-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.profile-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.profile-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.profile-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.profile-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.profile-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.profile-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.profile-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.profile-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.profile-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.profile-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.profile-page .left-sidebar .navbar-collapse ul,.profile-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.profile-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.profile-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.profile-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.profile-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.profile-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.profile-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.profile-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;overflow-y:scroll}.profile-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.profile-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.profile-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.profile-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.profile-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.profile-page .page-content header .header__right-block .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}@media (min-width: 992px){.profile-page .page-content header .header__right-block .search{min-width:300px}}.profile-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#dcf0ff;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.profile-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.profile-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.profile-page .page-content .profile-bar{height:216px;width:100%;position:relative;margin-top:84px}.profile-page .page-content .profile-bar .profile-backdrop{width:100%;height:216px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(rgba(0,0,0,.7)));background:-moz-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,.7));background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));background-size:100%;background-position:center;-webkit-filter:blur(50px) contrast(1.3) saturate(.8) brightness(.3);filter:blur(50px) contrast(1.3) saturate(.8) brightness(.3);overflow:hidden}.profile-page .page-content .profile-bar .profile-image-container{height:216px;width:216px;position:absolute;left:56px;bottom:40px}.profile-page .page-content .profile-bar .profile-image-container .profile-image{background-size:cover;position:relative;height:100%;border-radius:66px;width:100%}.profile-page .page-content .profile-bar .profile-image-container .profile-image .profile-avatar-edit{height:32px;width:32px;background:#DCF0FF;position:absolute;right:4px;top:1px;border-radius:50px;border:none;outline:none}.profile-page .page-content .profile-bar .profile-image-container .profile-image .profile-avatar-edit:after{background-image:url(/images/icons/pencil.svg);background-size:16px;background-position:center;background-repeat:no-repeat;display:block;content:"";height:32px;width:32px;position:absolute;left:0;top:0}.profile-page .page-content .profile-bar .profile-image-container .profile-image .profile-avatar-edit:hover:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.profile-page .page-content .profile-bar .profile-image-container .profile-image .profile-avatar-edit:hover{background:#8cc63f}.profile-page .page-content .profile-bar .profile-name{font-size:64px;font-weight:700;line-height:64px;color:#fff;position:absolute;bottom:50px;left:300px}.profile-page .change-btn{background:#0F6BAC;border-radius:50px;font-size:14px;line-height:32px;pad:0px 8px;border:none;outline:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;font-weight:700}.profile-page .save-btn{color:#fff;position:fixed;right:16px;bottom:16px;padding:8px 16px;border-radius:50px;font-weight:700;font-size:21px;line-height:28px;background:#8cc63f;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066}.profile-page .dropdown-menu{width:100%;padding:12px!important}.profile-page .dropdown-menu .dropdown-item{font-size:14px;padding-left:12px;padding-right:12px}.accounting-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.accounting-page .blue-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:#0F6BAC;color:#fff;line-height:32px;padding:0 8px;gap:8px;border-radius:80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.accounting-page .feedback_statblock{background:#ffffff;border:1px solid #DCF0FF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;text-align:left;padding-right:36px!important;cursor:pointer}.accounting-page .feedback_statblock.active{background:#dcf0ff}.accounting-page .feedback_statblock .feedback_statblock_value{font-size:44px;line-height:44px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;font-weight:700;color:#0f6bac}.accounting-page .feedback_statblock .feedback_statblock_name{font-weight:700;text-align:left;font-size:21px;color:#000}@media (max-width: 992px){.accounting-page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.accounting-page .header_bottom-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width: 992px){.accounting-page .header_bottom-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.accounting-page .left-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:99999;height:100vH;overflow-y:hidden;-webkit-box-shadow:12px 0px 21px rgba(83,113,117,.13);box-shadow:12px 0 21px #53717521;z-index:2;background:white;width:6rem;min-width:6rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-right:0;max-width:none}@media (min-width: 992px){.accounting-page .left-sidebar{padding:0;margin:0}}.accounting-page .left-sidebar .rx2go-logo{width:5rem;margin:1rem 0rem}@media (max-width: 992px){.accounting-page .left-sidebar .rx2go-logo{display:none}}.accounting-page .left-sidebar .rx2go-logo img{width:5rem}@media (max-width: 992px){.accounting-page .left-sidebar{-webkit-box-shadow:0px 2px 11px rgba(83,113,117,.1);box-shadow:0 2px 11px #5371751a}}@media (max-width: 992px){.accounting-page .left-sidebar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;min-height:-moz-calc(50px + 1rem);min-height:calc(50px + 1rem);max-height:-moz-calc(50px + 1rem);max-height:calc(50px + 1rem);width:100%}}.accounting-page .left-sidebar .profile-image{width:100%;gap:5px}.accounting-page .left-sidebar .profile-image img{height:50px;width:50px;border-radius:50px}.accounting-page .left-sidebar .profile-image{text-decoration:none}.accounting-page .left-sidebar .profile-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 992px){.accounting-page .left-sidebar .profile-image{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.accounting-page .left-sidebar .profile-image .profile-name{color:#0f6bac;text-decoration:none;font-size:.75rem;font-weight:700;display:block}@media (max-width: 992px){.accounting-page .left-sidebar .profile-image .profile-name{display:none}}.accounting-page .left-sidebar .profile-image .profile-role{font-weight:700;font-size:.75rem;color:#ced5da}@media (max-width: 992px){.accounting-page .left-sidebar .profile-image .profile-role{display:none}}@media (max-width: 992px){.accounting-page .left-sidebar .left-sidebar__toggle{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.accounting-page .left-sidebar .navbar-collapse{position:fixed;top:-moz-calc(50px + 1rem);top:calc(50px + 1rem);left:0px;bottom:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px 26px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:white;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0px 16px 21px rgba(83,113,117,.13);box-shadow:0 16px 21px #53717521;-webkit-transform:translateX(-100%) translateZ(1px);-moz-transform:translateX(-100%) translateZ(1px);transform:translate(-100%) translateZ(1px);visibility:hidden;opacity:.5;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.accounting-page .left-sidebar .navbar-collapse.show{-webkit-transform:translateX(0%) translateZ(1px);-moz-transform:translateX(0%) translateZ(1px);transform:translate(0) translateZ(1px);visibility:visible;opacity:1}.accounting-page .left-sidebar .navbar-collapse.hide{opacity:.2;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translate(-100%)}.accounting-page .left-sidebar .navbar-collapse .navbar-nav{gap:15px}.accounting-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg,.accounting-page .left-sidebar .navbar-collapse.active .left-sidebar__item svg{fill:#8cc63f}.accounting-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name,.accounting-page .left-sidebar .navbar-collapse.active .left-sidebar__item .nav-name{color:#8cc63f}.accounting-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item,.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item{padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.accounting-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item svg,.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item svg{height:30px;width:30px;fill:#0f6bac}.accounting-page .left-sidebar .navbar-collapse .nav-item .left-sidebar__item .nav-name,.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;font-size:1rem;color:#4f4f4f}}@media (min-width: 992px){.accounting-page .left-sidebar .navbar-collapse{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;overflow:hidden}.accounting-page .left-sidebar .navbar-collapse ul{overflow-y:auto;overflow-x:hidden}.accounting-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar{width:4px;border-radius:4px}.accounting-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-track{background:#bdbdbd}.accounting-page .left-sidebar .navbar-collapse ul::-webkit-scrollbar-thumb{background:#0f6bac;border-radius:4px}.accounting-page .left-sidebar .navbar-collapse ul,.accounting-page .left-sidebar .navbar-collapse{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.accounting-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item,.accounting-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item{background:#0F6BAC}.accounting-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item svg,.accounting-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item svg{fill:#8cc63f}.accounting-page .left-sidebar .navbar-collapse ul .nav-item.active .left-sidebar__item .nav-name,.accounting-page .left-sidebar .navbar-collapse .nav-item.active .left-sidebar__item .nav-name{color:#fff}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:78px}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item .nav-name{font-weight:700;color:#4f4f4f;font-size:.75rem;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item svg{min-height:2rem;width:50px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;fill:#0f6bac}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item:hover{background:#DCF0FF}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item:hover .nav-name{color:#0f6bac}.accounting-page .left-sidebar .navbar-collapse .left-sidebar__item:hover svg{fill:#0f6bac}}.accounting-page .page-content{padding:1.5rem 0rem;padding-bottom:0;width:-webkit-fill-available;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.accounting-page .page-content header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media (max-width: 992px){.accounting-page .page-content header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.accounting-page .page-content header .page-title{font-weight:700;font-size:28px;line-height:32px;color:#000}.accounting-page .page-content header .header__right-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width: 992px){.accounting-page .page-content header .header__right-block{margin-top:16px;width:-webkit-fill-available}}.accounting-page .page-content header .header__right-block .search{width:100%;background:#ffffff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5rem .75rem;border-radius:16px}.accounting-page .page-content header .header__right-block .search::-webkit-input-placeholder{color:#ced5da}.accounting-page .page-content header .header__right-block .search:-moz-placeholder{color:#ced5da}.accounting-page .page-content header .header__right-block .search::-moz-placeholder{color:#ced5da}.accounting-page .page-content header .header__right-block .search:-ms-input-placeholder{color:#ced5da}.accounting-page .page-content header .header__right-block .search::-ms-input-placeholder{color:#ced5da}.accounting-page .page-content header .header__right-block .search::placeholder{color:#ced5da}@media (min-width: 992px){.accounting-page .page-content header .header__right-block .search{min-width:300px}}.accounting-page .page-content header .header__right-block .settings-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border:none;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;background:#dcf0ff;border-radius:24px;position:relative;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.accounting-page .page-content header .header__right-block .settings-btn:hover:after{-webkit-transform:rotateZ(90deg);-moz-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.accounting-page .page-content header .header__right-block .settings-btn:after{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;position:absolute;margin:auto;width:24px;height:24px;content:" ";background:url(/images/icons/settings.svg);background-position:center;background-size:100%}.accounting-page .page-content .table-wrapper{margin-top:24px}.accounting-page .page-content table{display:grid;border-collapse:collapse;overflow-y:auto;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;margin-bottom:0!important;grid-template-columns:minmax(200px,7fr) minmax(150px,10.33fr) minmax(125px,6.33fr) minmax(125px,6.33fr) minmax(125px,6.33fr) minmax(125px,14.33fr)}.accounting-page .page-content table::-webkit-scrollbar{width:24px;height:0px;padding-top:50px;margin-top:50px}.accounting-page .page-content table::-webkit-scrollbar-track{-webkit-box-shadow:inset 0px 0px 8px 8px #dcf0ff;box-shadow:inset 0 0 8px 8px #dcf0ff;-webkit-box-sizing:content-box;box-sizing:content-box;border:8px solid transparent;background-clip:content-box;-webkit-transform:translateX(-5px);transform:translate(-5px);border-radius:50px}.accounting-page .page-content table::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:inset 0px 0px 8px 8px #0F6BAC;box-shadow:inset 0 0 8px 8px #0f6bac;border-radius:50px}.accounting-page .page-content table thead,.accounting-page .page-content table tbody,.accounting-page .page-content table tr{display:contents;overflow:hidden}.accounting-page .page-content table th,.accounting-page .page-content table td{text-overflow:ellipsis;white-space:nowrap;vertical-align:center;height:auto;padding:16px 0 16px 10px!important}.accounting-page .page-content table th:first-child,.accounting-page .page-content table td:first-child{padding-left:16px!important}.accounting-page .page-content table th:last-child,.accounting-page .page-content table td:last-child{padding-right:16px!important}.accounting-page .page-content table th{position:-webkit-sticky;position:sticky;top:0;background:white;text-align:left;-webkit-box-shadow:0px 4px 10px 10px rgba(0,0,0,.05);box-shadow:0 4px 10px 10px #0000000d;-webkit-clip-path:inset(0 0 -30px 0);clip-path:inset(0 0 -30px 0);vertical-align:middle;-webkit-transform:translateZ(10px) perspective(0px);-moz-transform:translateZ(10px) perspective(0px);transform:translateZ(10px) perspective(0);border-right:2px solid white}.accounting-page .page-content table th:last-child{border:0}.accounting-page .page-content table tr:nth-of-type(even) td{-webkit-box-shadow:inset 0px 0px 0px 9999px #f5fafb!important;box-shadow:inset 0 0 0 9999px #f5fafb!important}.accounting-page .page-content table td{font-size:14px;line-height:16px;padding:14px 0;vertical-align:middle}.accounting-page .page-content table .sortable{-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;vertical-align:middle}.accounting-page .page-content table .sortable:hover{background:#e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.accounting-page .page-content table .sortable.arrows:after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.591797 4.24268H9.07708L4.83444 8.48532L0.591797 4.24268Z' fill='%234A4A4A'/%3E%3Cpath opacity='0.4' d='M16.0771 9.24268H7.59187L11.8345 5.00004L16.0771 9.24268Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.accounting-page .page-content table .sortable.wave:after{background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5781 1.56152H0.765625C0.591577 1.56152 0.424657 1.49146 0.301586 1.36674C0.178515 1.24202 0.109375 1.07286 0.109375 0.896484C0.109375 0.720105 0.178515 0.55095 0.301586 0.426231C0.424657 0.301512 0.591577 0.231445 0.765625 0.231445H12.5781C12.7522 0.231445 12.9191 0.301512 13.0422 0.426231C13.1652 0.55095 13.2344 0.720105 13.2344 0.896484C13.2344 1.07286 13.1652 1.24202 13.0422 1.36674C12.9191 1.49146 12.7522 1.56152 12.5781 1.56152Z' fill='%234A4A4A'/%3E%3Cpath d='M10.3907 4.66504H2.95313C2.77908 4.66504 2.61216 4.59497 2.48909 4.47025C2.36602 4.34553 2.29688 4.17638 2.29688 4C2.29688 3.82362 2.36602 3.65447 2.48909 3.52975C2.61216 3.40503 2.77908 3.33496 2.95313 3.33496H10.3907C10.5647 3.33496 10.7316 3.40503 10.8547 3.52975C10.9778 3.65447 11.0469 3.82362 11.0469 4C11.0469 4.17638 10.9778 4.34553 10.8547 4.47025C10.7316 4.59497 10.5647 4.66504 10.3907 4.66504Z' fill='%234A4A4A'/%3E%3Cpath d='M7.7656 7.76855H5.57812C5.40407 7.76855 5.23715 7.69849 5.11408 7.57377C4.99101 7.44905 4.92188 7.27989 4.92188 7.10352C4.92188 6.92714 4.99101 6.75798 5.11408 6.63326C5.23715 6.50854 5.40407 6.43848 5.57812 6.43848H7.7656C7.93965 6.43848 8.10656 6.50854 8.22963 6.63326C8.3527 6.75798 8.42184 6.92714 8.42184 7.10352C8.42184 7.27989 8.3527 7.44905 8.22963 7.57377C8.10656 7.69849 7.93965 7.76855 7.7656 7.76855Z' fill='%234A4A4A'/%3E%3C/svg%3E%0A")}.accounting-page .page-content table .sortable:after{content:"";display:inline-block;background-size:100%;background-position:center;background-repeat:no-repeat;width:15px;height:15px;margin-left:5px;margin-bottom:2px;vertical-align:middle}.accounting-page .page-content table .sortable.asc:after{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accounting-page .page-content table .sortable.desc:after{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.accounting-page .page-content table .in-query-column{vertical-align:middle;color:#ff6624}.accounting-page .page-content table .in-query-column:before{vertical-align:top;content:"";display:inline-block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5384 6.17375C12.1513 5.14591 11.5868 4.19398 10.8706 3.36125C9.63125 1.92656 8.00156 1 6.71875 1C6.64247 1.00006 6.56722 1.01756 6.49875 1.05118C6.43028 1.0848 6.37041 1.13364 6.32372 1.19396C6.27704 1.25428 6.24477 1.32448 6.22939 1.39919C6.21401 1.47391 6.21593 1.55114 6.235 1.625C6.66844 3.28125 5.77 4.65844 4.81906 6.11625C4.03125 7.32375 3.21875 8.57094 3.21875 10C3.21875 12.7569 5.46187 15 8.21875 15C10.9756 15 13.2188 12.7569 13.2188 10C13.2188 8.64688 12.99 7.35969 12.5384 6.17375ZM9.22906 13.0841C8.90625 13.4278 8.50156 13.5 8.21875 13.5C7.93594 13.5 7.53125 13.4278 7.20844 13.0841C6.88562 12.7403 6.71875 12.195 6.71875 11.5C6.71875 10.7144 6.99437 10.1163 7.26062 9.53813C7.41531 9.2025 7.57312 8.86094 7.66687 8.49531C7.67683 8.45554 7.69641 8.41883 7.7239 8.38841C7.75138 8.35799 7.78593 8.3348 7.82449 8.32087C7.86305 8.30695 7.90444 8.30272 7.94502 8.30856C7.9856 8.31441 8.02412 8.33014 8.05719 8.35437C8.343 8.57551 8.59714 8.8348 8.8125 9.125C9.38031 9.875 9.71875 10.7631 9.71875 11.5C9.71875 12.195 9.54937 12.7428 9.22906 13.0841Z' fill='%23FF6624'/%3E%3C/svg%3E%0A");background-size:100%;background-position:center;background-repeat:no-repeat}.accounting-page .page-content table .status-column{background:#DCF0FF;border-radius:50px;padding:4px 8px}.accounting-page .filters-drawer{-webkit-box-shadow:0px 12px 32px rgba(0,0,0,.1);box-shadow:0 12px 32px #0000001a;border-radius:32px 0 0 32px;border:0px;padding:22px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.accounting-page .filters-drawer .offcanvas-header{padding:0 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.75rem}.accounting-page .filters-drawer .offcanvas-body{padding:0 32px;overflow-x:visible;overflow-y:scroll}.accounting-page .filters-drawer h5{font-family:CeraRoundProDEMO;font-size:16px;line-height:24px;margin:0!important}.accounting-page .filters-drawer input[type=text]{border:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:12px;line-height:22px;font-size:14px}.accounting-page .filters-drawer input[type=text]::-webkit-input-placeholder{color:#bdbdbd}.accounting-page .filters-drawer input[type=text]:-moz-placeholder{color:#bdbdbd}.accounting-page .filters-drawer input[type=text]::-moz-placeholder{color:#bdbdbd}.accounting-page .filters-drawer input[type=text]:-ms-input-placeholder{color:#bdbdbd}.accounting-page .filters-drawer input[type=text]::-ms-input-placeholder{color:#bdbdbd}.accounting-page .filters-drawer input[type=text]::placeholder{color:#bdbdbd}.accounting-page .filters-drawer .form-label{color:#0f6bac;font-family:CeraRoundProDEMO;margin-bottom:0;font-weight:700}.accounting-page .filters-drawer .btn-close{padding:.25rem!important;background:#DCF0FF;height:2rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:2rem;border-radius:50px;position:relative;opacity:1!important;background:transparent;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease}.accounting-page .filters-drawer .btn-close:hover{background:#DCF0FF}.accounting-page .filters-drawer .btn-close:after{display:block;content:"";width:100%;height:100%;background:url(/images/icons/close.svg);background-repeat:no-repeat;background-position:center;background-size:100%}.accounting-page .filters-drawer .light-button{outline:none;border:none;padding:0px .5rem;line-height:24px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.accounting-page .bottom-toolbar{-webkit-box-shadow:0px -4px 32px rgba(0,0,0,.15);box-shadow:0 -4px 32px #00000026}.accounting-page .bottom-toolbar .bottom-toolbar-text{line-height:32px}.accounting-page .bottom-toolbar .light-button{outline:none;border:none;padding:0px .5rem;line-height:28px;color:#0f6bac;background:#DCF0FF;border-radius:50px}.accounting-page .add-order-btn{background:#8cc63f;-webkit-box-shadow:0px 12px 24px rgba(0,0,0,.15),inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:0 12px 24px #00000026,inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:90px;right:32px;bottom:16px;outline:none;border:none;cursor:pointer;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.accounting-page .add-order-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.accounting-page .add-order-btn .add-order-btn-img{width:3rem;height:3rem}body.apply-page{background:url(/images/Back.svg) no-repeat center;background-size:cover}.page-container{overflow-y:scroll;padding:16px}.form-input-error{font-family:CeraPro;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#eb5757;margin-bottom:0}.apply-page .button{padding:8px 16px;background:#8CC63F;-webkit-box-shadow:inset -4px -8px 16px rgba(202,240,93,.72),inset 0px 4px 12px rgba(81,255,224,.4);box-shadow:inset -4px -8px 16px #caf05db8,inset 0 4px 12px #51ffe066;border-radius:24px;font-family:CeraPro;color:#fff;font-style:normal;font-weight:700;font-size:21px;line-height:28px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apply-page .hidden-block{display:none!important}.apply-page .apply-block{background:#FFFFFF;border-radius:12px;padding:21px 21px 32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:-moz-calc(100vH - 32px);min-height:calc(100vH - 32px)}.apply-page #block1,.apply-page #block2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.apply-page #block2 .code-input{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:CeraPro;font-style:normal;font-weight:700;font-size:24px!important;width:44px!important;text-align:center!important;height:64px!important;color:#0f6bac}.apply-page #block2 .resend-btn{color:#9ec4dd;padding:0 8px;font-family:CeraPro;font-style:normal;font-weight:700;font-size:12px;line-height:24px;background:#DCF0FF;border-radius:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apply-page #block2 .resend-btn.active{background:#0F6BAC!important;color:#fff!important}.apply-page #block2 .resend-note{font-family:CeraPro;font-style:normal;font-weight:500;font-size:12px;line-height:15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0f6bac}.apply-page .image1{width:100%}.apply-page h1{font-family:CeraPro;font-style:normal;font-weight:700;font-size:21px;line-height:26px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#0f6bac}.apply-page label{font-family:CeraPro;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#0f6bac;margin-top:5px}.apply-page .validation-list .validation{font-family:CeraPro;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#424242;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.apply-page .validation-list .validation:before{content:"";display:block;width:16px;height:16px;margin-right:8px;background-size:cover;background-position:center;background-repeat:no-repeat}.apply-page .validation-list .validation.valid:before{background:url(/images/checkmark_valid.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.apply-page .validation-list .validation.invalid:before{background:url(/images/checkmark_invalid.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.apply-page .progress{background:#DCF0FF;border-radius:16px}.apply-page .progress .bar{background:-webkit-gradient(linear,left top,left bottom,from(#001AFF),to(#06AEF5));background:-moz-linear-gradient(top,#001AFF 0%,#06AEF5 100%);background:linear-gradient(180deg,#001AFF 0%,#06AEF5 100%);-webkit-box-shadow:inset 1px -2px 2px #B7E1FF,inset 0px 2px 12px rgba(103,255,246,.81);box-shadow:inset 1px -2px 2px #b7e1ff,inset 0 2px 12px #67fff6cf;border-radius:16px}.apply-page .back-button{height:45px;font-family:CeraPro;font-style:normal;font-weight:700;font-size:14px;line-height:24px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px;color:#9ec4dd;background:#DCF0FF;border-radius:24px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.apply-page .back-button:before{content:"";display:block;width:16px;height:16px;background-image:url(/images/arrow-back.svg);background-repeat:no-repeat;background-size:100%;background-position:center}.apply-page .later-button{height:45px;font-family:CeraPro;font-style:normal;font-weight:700;font-size:14px;line-height:24px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px;color:#9ec4dd;background:#DCF0FF;border-radius:24px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.apply-page .datepicker{height:40px}.apply-page .datepicker input{height:38px}.apply-page .form-control,.apply-page .dropdown{height:40px}.apply-page .dropdown .btn{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#FFFFFF;border:1px solid #E0E0E0!important;border-radius:16px!important;font-family:CeraPro;font-style:normal;font-weight:700;font-size:14px;color:#4f4f4f}.apply-page .file-area{border:1px dashed #E0E0E0;border-radius:16px;padding:16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.apply-page .file-area .upload-btn{margin-top:8px;background:#0F6BAC;border-radius:24px;font-family:CeraPro;font-style:normal;font-weight:700;font-size:12px;line-height:32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff}.apply-page .file-area .upload-btn.disabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;opacity:.5}.apply-page .file-area .file-note{font-family:CeraPro;font-style:normal;font-weight:500;font-size:14px;line-height:22px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#bdbdbd}.apply-page .col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.apply-page .uploaded-file{font-family:CeraPro;font-style:normal;font-weight:700;font-size:14px;line-height:32px;color:#0f6bac;background:#DCF0FF;border-radius:24px;padding:0 8px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apply-page .uploaded-file:after{content:"";display:block;height:16px;width:16px;background:url(/images/close-circle.svg)}.recovery-pass-letter{background:url(/images/Back.svg) no-repeat center;background-size:cover}.recovery-pass-letter .letter-wrapper{background:white;border-radius:40px;padding:4rem 2rem 2rem}@media (max-width: 992px){.recovery-pass-letter .letter-wrapper{padding:2rem}}.recovery-pass-letter .letter-logo{margin-bottom:2rem}.recovery-pass-letter .letter-title{font-size:1.5rem;font-weight:500;margin-bottom:2.5rem}.recovery-pass-letter .letter-text{font-weight:500;margin-bottom:2rem}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.rd-container-attachment{left:-moz-calc(50% - 164px)!important;left:calc(50% - 164px)!important;right:-moz-calc(50% - 164px)!important;right:calc(50% - 164px)!important}.file-upload-img{width:100%;object-fit:contain;margin:10px 0}.apply-page .file-area.accept{border:1px dashed #2d8834}.apply-page .file-area.reject{border:1px dashed #ee001b}.file-note--reject{color:#ee001b!important}.select .vs__search::placeholder{font-weight:700;font-size:14px;color:#4f4f4f}.select .v-select{height:40px}.select .vs__selected{margin:0!important;padding:0!important;opacity:1!important;color:#4f4f4f!important}.select .vs__dropdown-toggle{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#FFFFFF;border:1px solid #E0E0E0!important;border-radius:16px!important;font-family:CeraPro;font-style:normal;font-weight:700;font-size:14px;color:#4f4f4f;padding:.375rem .75rem}.select .vs__actions{padding:0!important}.doc-example{max-width:115px;display:flex;align-items:center;margin-left:8px;padding:4px;border:1px solid #E0E0E0;border-radius:12px;background-color:#e9fffd}.doc-example img{border-radius:5px}.select .vs__dropdown-menu{background:#FFFFFF!important;-webkit-box-shadow:0px 8px 12px rgb(0 0 0 / 10%)!important;box-shadow:0 8px 12px #0000001a!important;border-radius:16px!important;border:none!important;padding:24px!important;max-width:350px}.select .vs__open-indicator{fill:#919191}.select .vs__search{margin:0!important;padding:0!important}.vue3-autocomplete-container{position:relative}.vue3-results-container{top:40px!important;border:1px solid #E0E0E0!important}.vue3-autocomplete-container .vue3-results-item{list-style-type:none;padding:5px;border-bottom:1px solid #E0E0E0!important;font-weight:400;line-height:22px!important;font-size:14px!important;color:#212529}.vue3-autocomplete-container .vue3-results-item:last-child{border-bottom:none!important}.button.deactivate{opacity:.5}.main-container[data-v-05f85b3b]{max-width:600px;margin:0 auto}.vue3-autocomplete-container[data-v-1b14df99]{display:flex;flex-direction:column}.vue3-autocomplete-container .vue3-input[data-v-1b14df99]{border-radius:5px}.vue3-autocomplete-container .vue3-input[data-v-1b14df99]:focus{outline:none}.vue3-autocomplete-container .vue3-results-container[data-v-1b14df99]{position:absolute;top:27px;border:1px solid #000;z-index:99;background:#fff}.vue3-autocomplete-container .vue3-results-item[data-v-1b14df99]{list-style-type:none;padding:5px;border-bottom:1px solid #000}.vue3-autocomplete-container .vue3-results-item[data-v-1b14df99]:hover{cursor:pointer}.vue3-autocomplete-container .vue3-results-item[data-v-1b14df99]:last-child{border-bottom:none}
