@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root,body{width:100%;background:#ffffff}::-webkit-scrollbar{width:5px;height:0px}::-webkit-scrollbar-thumb{background:#888;border-radius:25px}::-webkit-scrollbar-thumb:hover{background:#555;border-radius:25px}.text-lg{font-size:32px;color:#25314e;font-family:Inter,sans-serif;font-style:normal;font-weight:700;line-height:normal}.text-sm{font-size:14px;color:#596686;text-align:center;font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:normal}body{font-family:Inter,sans-serif;margin:0;padding:0}.ReactModal__Body--open{height:100vh;overflow-y:hidden}img{max-width:100%;vertical-align:inherit}ul{padding:0;margin:0;font-family:Inter;font-size:12px}ul li{list-style-type:none;font-size:12px;font-family:Inter}h1,h2,h3,h4,h5,h6,p{margin:0}a,a:hover,a:focus{color:inherit;text-decoration:none;transition:.3s}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}button{height:100%;cursor:pointer;transition:.3s}.overflowScroll{overflow-x:scroll;overflow-y:hidden;-moz-appearance:none!important;scrollbar-width:none}.overflowScroll::-webkit-scrollbar{display:none}.overflowScroll::-webkit-scrollbar-track{background-color:#00704b}.overflowScroll::-webkit-scrollbar-thumb{background-color:#e2e5ee;border-radius:16px;border:5px solid hsl(160,100%,22%)}.overflowScroll::-webkit-scrollbar-button{display:none}.overflowScroll::-webkit-resizer{display:none}.formSideHeader{color:#25314e;font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:120%}.filters{display:flex;gap:10px}.ant-input-search{height:20px;width:calc(33.33% - 20px);float:right;margin-bottom:25px}.ant-radio-button-wrapper:hover{color:#fdc805}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fdc805;border-color:#fdc805}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{color:#fdc805;border-color:#fdc805}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#fdc805;border-color:#fdc805}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#fdc805}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#fdc805}.ant-modal-footer{display:flex;justify-content:end;margin:10px 0}.ant-input-group>.ant-input:first-child,.ant-input-group .ant-input-group-addon:first-child{padding:11px 15px}.ant-spin-spinning{width:100%;height:75%;display:flex;align-items:center;justify-content:center}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fdc805}.ant-tabs-nav .ant-tabs-ink-bar{background-color:#fdc805;bottom:0!important}.ant-tabs .ant-tabs-tab:hover{color:#fdc805}.ant-tabs-nav-more{display:none}.ant-tabs-nav-operations{display:none!important}.searchHelper{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.searchHelper svg{font-size:160px;color:#a8a8a8}.searchHelper .helperText{font-size:18px;color:#a8a8a8;position:relative}.searchHelper .helperText:after{content:"|";position:absolute;top:0;right:-.3em;animation:blink 1s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon{color:#fdc805!important}.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#fdc805!important}.ant-switch.ant-switch-checked{background:#fdc805!important}.ant-switch{width:50px}.ant-btn-primary{background:#fdc805!important}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected,.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected{color:#fdc805!important}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner{border-color:#fdc805!important;background-color:#fdc805!important}.ant-btn-link{color:#000}.ant-table-wrapper .ant-table-filter-trigger.active{color:#fdc805!important}.ant-upload-wrapper .ant-upload-drag:not(.ant-upload-disabled):hover,.ant-upload-wrapper .ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#fdc805!important}.sideMenuWrapper .ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.sideMenuWrapper .ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#fdc805!important}.sideMenuWrapper .ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content,.sideMenuWrapper .ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title .ant-menu-title-content{color:#fdc805!important}.ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #ff4d4f!important}.ant-tabs{margin-bottom:-2px}.ant-tabs .ant-tabs-tab-btn{padding:5px;font-weight:400!important;font-size:14px!important}.ant-tabs .ant-tabs-tab-btn:hover{background-color:#ebecf0}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600!important;font-size:14px}.Toastify__progress-bar{top:0}.Toastify__toast-body{align-items:flex-start}.Toastify__toast{position:relative}.Toastify__toast--success:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#4caf50}.Toastify__toast--error:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#f44336}.Toastify__toast--warn:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#ff9800}.Toastify__toast--info:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#2196f3}.ant-input-number-group-wrapper{width:100%}.ant-input-number-group-wrapper .ant-input-number-wrapper{height:48px}.quoteCard{box-shadow:none!important}.ant-breadcrumb-link,.ant-card{font-family:Inter}.ant-card .ant-card-head{font-size:14px}.ant-breadcrumb,.ant-breadcrumb .anticon{font-size:12px}.ant-input-outlined:focus-within{box-shadow:unset;border-color:#d9d9d9}.ant-drawer-right>.ant-drawer-content-wrapper{top:51px}.ant-picker{border-radius:5px}.ant-card .ant-card-body{border-radius:0 0 5px 5px}.ant-card .ant-card-head{border-radius:5px 5px 0 0}.ant-input-number-lg{border-radius:5px}.ant-radio-button-wrapper:first-child{border-start-start-radius:5px;border-end-start-radius:5px}.ant-tag{border-radius:0;border:unset;margin-inline-end:0px}.ant-checkbox-checked .ant-checkbox-inner{background-color:#7628b5;border-color:#7628b5}.ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{border-color:none!important;box-shadow:none!important}.ant-modal .ant-modal-title{font-weight:700;font-size:18px;font-family:Inter}.ant-picker-outlined:focus-within{border-color:#c2c2c2;box-shadow:none}.ant-picker-outlined:hover{border-color:#c2c2c2}.admin-pin-title{font-size:14px;color:#596686;font-family:Inter;font-style:normal;font-weight:700;line-height:22px}.quote-to-order-mask.antd-fade-enter,.quote-to-order-mask.antd-fade-enter-active,.quote-to-order-mask.antd-fade{background-color:#00000073!important;animation:0!important;opacity:1!important}@media screen and (max-width: 764px){.ant-modal-root .ant-modal{width:100%!important}}.ant-image-preview-close{height:auto}.loaderWrapper{position:fixed;top:0;left:0;right:0;background:rgba(0,0,0,.8392156863);width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:99}.primary button{border-radius:4px;background-color:#fdc805;border:1px solid #fdc805;outline:none!important;width:100%;cursor:pointer}.primary button .textWrapper{display:inline-flex;margin:0!important}.primary button span{color:#1d2159;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.primary:active button,.primary:hover button,.primary.disabled:hover button{background-color:#fdc805;border:1px solid #fdc805}.primary.disabled:hover button span{color:#1d2159}.errorType button{border:1px solid #ffffff;outline:none!important;border-radius:7px;background-color:transparent}.errorType button .textWrapper{display:inline-flex;align-items:center}.errorType button span{color:#fff;font-size:14px;font-family:Inter;font-weight:500;line-height:20px;text-align:left;text-transform:capitalize}.errorType:active button,.errorType:hover button,.errorType.active button{border:1px solid #d2d2d2;background-color:#f5f3f0}.tertiary button{border:1px solid #006cb6}.tertiary button span{color:#006cb6}.tertiary:active button,.tertiary:hover button,.tertiary.active button{border:1px solid #006cb6;background-color:#fff}.hyperlink button{border:none!important;outline:none!important;background-color:transparent;cursor:pointer}.hyperlink button span{color:#fdc805;font-size:16px;font-family:Inter;font-weight:400;line-height:30px;position:relative}.hyperlink button:hover span,.hyperlink button:active span{text-decoration:underline;color:#fdc805}.hyperlink.active button,.hyperlink.active button span{color:#1587c6}.disabled{opacity:.5}.disabled button{cursor:not-allowed;outline:none!important}.disabled:hover button,.disabled:active button{background-color:#fdc805}.disabled:hover button span,.disabled:active button span{color:#fff}.secondary.disabled:hover button,.secondary.disabled:active button,.tertiary.disabled:hover button,.tertiary.disabled:active button{background-color:#fdc805}.link button{border:none!important;outline:none!important;background-color:transparent;cursor:pointer}.link button span{color:#fdc805;font-family:Inter;font-size:12px;font-weight:400;line-height:30px;position:relative}.link button:hover span,.link button:active span,.link.active button,.link.active button span{color:#fdc805}.link.disabled:hover,.link.disabled:hover button{background-color:transparent}.sublink button{border:none!important;outline:none!important;background-color:transparent;cursor:pointer}.sublink button span{color:#fdc805;font-family:Inter;font-size:15px;font-weight:400;line-height:30px;position:relative}.sublink button:hover span,.sublink button:active span,.sublink.active button,.sublink.active button span{color:#fdc805}.sublink.disabled:hover,.sublink.disabled:hover button{background-color:transparent}.approved button{border-radius:10px;background-color:#f6ffed;border:1px solid #b7eb8f;outline:none!important;width:100%;cursor:pointer}.approved button .textWrapper{display:inline-flex;margin:0!important}.approved button span{color:#389e0d;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.decline button{border-radius:10px;background-color:#fff1f0;border:1px solid #ffa39e;outline:none!important;width:100%;cursor:pointer}.decline button .textWrapper{display:inline-flex;margin:0!important}.decline button span{color:#cf1322;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sample button{border-radius:4px;background-color:#fff;border:1px solid #cdcdce;outline:none!important;width:100%;cursor:pointer}.sample button .textWrapper{display:inline-flex;margin:2px!important}.sample button span{display:flex;align-items:center;color:#696969;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.sample.active button{border:1px solid #fdc805}.cancel button{border-radius:4px;background-color:#fff;border:1px solid #fff;outline:none!important;width:100%;cursor:pointer}.cancel button .textWrapper{display:inline-flex;margin:2px!important}.cancel button span{display:flex;align-items:center;color:#ff817e;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.cancel:active button,.cancel:hover button{background-color:#eeecec}.cancelType2 button{border-radius:4px;background-color:#fff;border:1px solid #ff817e;outline:none!important;width:100%;cursor:pointer}.cancelType2 button .textWrapper{display:inline-flex;margin:2px!important}.cancelType2 button span{display:flex;align-items:center;color:#ff817e;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.cancelType2:active button,.cancelType2:hover button{background-color:#eeecec}.process button{border-radius:4px;background-color:#fdc805;border:1px solid #fdc805;outline:none!important;width:100%;cursor:pointer}.process button .textWrapper{display:inline-flex;margin:0!important}.process button span{color:#1d2159;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.process:active button,.process:hover button{background-color:#fdc805;border:1px solid #fdc805}.secondary button{border-radius:4px;background-color:#fdc805;border:1px solid #fdc805;outline:none!important;width:100%;cursor:pointer}.secondary button .textWrapper{display:inline-flex;margin:0!important}.secondary button span{color:#1d2159;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.secondary:active button,.secondary:hover button{background-color:#fdc805;border:1px solid #fdc805}.smallbtn button{border-radius:4px;background-color:#fdc805;border:1px solid #fdc805;outline:none!important;width:100%;cursor:pointer}.smallbtn button .textWrapper{display:inline-flex;margin:0!important}.smallbtn button span{color:#1d2159;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.smallbtn:active button,.smallbtn:hover button{background-color:#fdc805;border:1px solid #fdc805}.headerWithButton{display:flex;justify-content:space-between;margin-bottom:20px}.headerWithButton .btnWrap{display:flex;align-items:center;gap:20px}.headerWithButton .btnWrap .download{cursor:pointer}.headerWithButton h4{display:flex;align-items:center;gap:10px;color:#25314e;font-size:24px;font-weight:700;line-height:120%}.headerWithButton .pointer,.ant-breadcrumb-link{cursor:pointer}.flex-end.headerWithButton{justify-content:flex-end}.outletWrapper .ouletCard{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:220px;border:2px solid rgb(224,221,221);background:#fff}.outletWrapper .ouletCard .minititle{display:flex;justify-content:space-evenly;align-items:center;gap:20px;padding-top:35px}.outletWrapper .ouletCard .days{display:flex;gap:10px;align-items:center;justify-content:center;padding-bottom:10px}.outletWrapper .ouletCard .days h1{font-size:30px}.outletWrapper .ouletCard .days span{font-size:14px}.platformCard{width:280px;background:linear-gradient(rgb(132,136,185),rgb(23,30,119));border:1px;color:#fff}.platformCard .platformtitle{padding:30px}.platformCard .titleWithLogo{display:flex;justify-content:space-between}.platformCard .titleWithLogo h1{font-weight:600;font-size:24px;margin-bottom:0}.platformCard .icon{align-self:center;font-size:2.5rem}.platformCard .totalpromo{display:flex;justify-content:space-between;margin-top:10px}.platformCard .totalpromo .promo{display:flex;flex-direction:column;align-items:center}.platformCard .totalpromo .promo p{margin:0!important;font-size:16px!important}.platformCard .totalpromo .promo h1{margin:0!important;font-size:24px}.platformCard .totalpromo .line{width:2px;height:70px;background:rgb(179,179,179)}.platformCard .totalpromo .promoname{display:flex;flex-direction:column;align-items:center}.platformCard .totalpromo .promoname p{margin:0!important;font-size:16px!important}.platformCard .totalpromo .promoname h1{margin:0!important;font-size:24px}.cardsOutlet{display:flex;justify-content:space-between;position:relative}.cardsOutlet .outletWrap{display:flex;flex-direction:column;justify-content:end;width:60%}.cardsOutlet .outletWrap .lefttop{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.cardsOutlet .outletWrap .outletcontent h1{font-size:24px;font-weight:600}.cardsOutlet .outletWrap .outletcontent span{font-size:14px;font-weight:600px;color:gray}.cardsOutlet .outletWrap .rightTopFirst{display:flex;width:100%;gap:30px;justify-content:space-between}.cardsOutlet .outletWrap .rightTop{display:flex;flex-direction:column;gap:30px;min-height:130px}.cardsOutlet .outletWrap .filterOptions{display:flex}.cardsOutlet .outletWrap .filterOptions>div{display:flex;align-items:center}.cardsOutlet .outletWrap .filterOptions input{border:2px solid #fdc805;color:#fdc805}.cardsOutlet .outletWrap .filterOptions .ant-picker-outlined{border-color:#fdc805}.cardsOutlet .outletWrap .filterOptions .ant-picker-input{color:#fdc805}.cardsOutlet .outletWrap .filterOptions .ant-picker-separator,.cardsOutlet .outletWrap .filterOptions .ant-picker-suffix{display:none}.cardsOutlet .outletWrap .filterOptions input{padding:10px;border-radius:4px;width:220px;font-size:13px}.cardsOutlet .outletWrap .filterOptions div.closeWrap{display:inline-flex;align-items:center;justify-content:center;background:#cccccc;position:relative;right:25px;width:15px;height:15px;border-radius:100%}.cardsOutlet .outletWrap .filterOptions div.closeWrap img{cursor:pointer;width:10px}.cardsOutlet .outletWrap .search .ant-input-affix-wrapper{padding:7px 0;border-top:none;border-right:none;border-left:none;border-radius:0;border-color:2px solid #e0dddd}.cardsOutlet .outletWrap .search .ant-input-affix-wrapper .ant-input-prefix{padding-right:10px}.cardsOutlet .outletWrap .calendar{align-self:flex-start;justify-self:end;cursor:pointer}.cardsOutlet .outletWrap .calendar .ant-picker-outlined:focus,.cardsOutlet .outletWrap .calendar .ant-picker-outlined:focus-within{border:0!important;box-shadow:unset}.cardsOutlet .outletWrap .CardsSource{display:grid;gap:10px;justify-content:center;grid-template-columns:repeat(3,1fr)}.cardsOutlet .BigSource{display:flex;flex-direction:column;gap:10px}.datadisplay{margin-top:50px}.dashboard-datepicker{background:#1d2159;padding:0}.dashboard-datepicker .ant-picker-input{width:0px;color:transparent}.dashboard-datepicker .ant-picker-input:focus{outline:none}.dashboard-datepicker .ant-picker-range-separator,.dashboard-datepicker .ant-picker-active-bar{display:none}.dashboard-datepicker .ant-picker-suffix{background:#1d2159;margin:0;padding:10px;border-radius:10px}.dashboard-datepicker.ant-picker-outlined:hover{border-color:#fdc805;background-color:#fdc805}.absolute-loader{position:absolute;width:100%;height:100vh}:where(.css-dev-only-do-not-override-1kuana8).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border:1px solid #fdc805}.ant-picker-cell-range-start .ant-picker-cell-inner{background-color:#fdc805!important;background:#fdc805!important}.ant-picker-cell-in-range:before,.ant-picker-cell-range-start:before,.ant-picker-cell-range-end:before{background:#f4ebff!important}.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background:#fdc805!important}.ant-spin-dot-item{background:#fdc805!important}.customerMainPage{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.customerMainPage .logoheader{padding:40px 0;display:flex;justify-content:center;background-color:#f9f5ff}.customerMainPage .mainDetail{padding:50px 20px;display:flex;justify-content:center;gap:60px}@media screen and (max-width: 980px){.customerMainPage .mainDetail{flex-direction:column-reverse}}.customerMainPage .mainDetail .left{display:flex;flex-direction:column;gap:10px}.customerMainPage .mainDetail .left .headingContent h1{color:#5918c7;font-weight:700}@media screen and (max-width: 980px){.customerMainPage .mainDetail .left .headingContent h1{text-align:center}}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .left .headingContent h1{font-size:30px}}@media screen and (max-width: 768px){.customerMainPage .mainDetail .left .headingContent h1{font-size:20px}}.customerMainPage .mainDetail .left .subContent{display:flex;flex-direction:column;gap:10px}.customerMainPage .mainDetail .left .subContent h2{color:#5918c7}@media screen and (max-width: 980px){.customerMainPage .mainDetail .left .subContent h2{text-align:center}}@media screen and (max-width: 768px){.customerMainPage .mainDetail .left .subContent h2{font-size:20px}}.customerMainPage .mainDetail .left .subContent .formWrap{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 980px){.customerMainPage .mainDetail .left .subContent .formWrap{max-width:535px;width:100%;align-self:center}}.customerMainPage .mainDetail .left .subContent .formWrap .addressWrap{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.customerMainPage .mainDetail .left .subContent .formWrap .addressWrap{flex-direction:column}}.customerMainPage .mainDetail .right{padding:0 10px;display:flex;flex-direction:column;gap:20px}.customerMainPage .mainDetail .right .rightHeading h1{color:#5918c7;font-weight:700}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .right .rightHeading h1{font-size:30px}}@media screen and (max-width: 768px){.customerMainPage .mainDetail .right .rightHeading h1{font-size:20px}}.customerMainPage .mainDetail .right .subscriptionDetail{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.1)}.customerMainPage .mainDetail .right .subscriptionDetail .source{display:flex;gap:10px;flex-direction:column}.customerMainPage .mainDetail .right .subscriptionDetail .source h1{font-size:16px;font-weight:700;color:#5918c7}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .right .subscriptionDetail .source h1{font-size:14px}}@media screen and (max-width: 768px){.customerMainPage .mainDetail .right .subscriptionDetail .source h1{font-size:12px}}.customerMainPage .mainDetail .right .subscriptionDetail .context{display:flex;flex-direction:column;gap:10px;text-align:end}.customerMainPage .mainDetail .right .subscriptionDetail .context h1{font-size:16px;font-weight:700;color:#5918c7}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .right .subscriptionDetail .context h1{font-size:14px}}.customerMainPage .mainDetail .right .detailPlanOption{margin-top:10px}.customerMainPage .mainDetail .right .detailPlanOption .ant-collapse{margin-bottom:20px}.customerMainPage .mainDetail .right .detailPlanOption .ant-collapse-item{border:1px solid #6941c6;background:#f4ebff}.customerMainPage .mainDetail .right .detailPlanOption .ant-collapse-header{display:flex;align-items:center}.customerMainPage .mainDetail .right .detailPlanOption .ant-collapse-header-text{font-size:18px;font-weight:700;color:#5918c7;font-family:Inter}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .right .detailPlanOption .ant-collapse-header-text{font-size:16px}}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader{display:flex;align-items:center;justify-content:space-between}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .panelHeaderWrap p{font-size:16px;font-weight:700;color:#5918c7;margin:0}@media screen and (max-width: 748px){.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .panelHeaderWrap p{font-size:14px}}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .checkBoxoption{display:flex;align-items:center;gap:10px}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .checkBoxoption h1{margin:0;font-size:18px;font-weight:700;color:#5918c7}@media screen and (max-width: 1024px){.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .checkBoxoption h1{font-size:16px}}@media screen and (max-width: 748px){.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .checkBoxoption h1{font-size:12px}}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .ant-checkbox-inner{width:25px;height:25px;border-radius:50%}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .ant-checkbox-checked .ant-checkbox-inner{background-color:#7628b5;border-color:#7628b5}.customerMainPage .mainDetail .right .detailPlanOption .panelHeader .ant-checkbox-checked .ant-checkbox-inner:after{inset-inline-start:34%}.customerMainPage .mainDetail .right .detailPlanOption .planDoes{border-bottom:1px solid rgba(0,0,0,.1)}@media screen and (max-width: 600px){.customerMainPage .mainDetail .right .detailPlanOption .planDoes h1{font-size:20px}}.customerMainPage .mainDetail .right .detailPlanOption .planDoes .planBenifit{margin:15px 0 0 16px}.customerMainPage .mainDetail .right .detailPlanOption .planDoes .planBenifit li{list-style-type:disc!important;margin-bottom:10px}.customerMainPage .mainDetail .right .detailPlanOption .planMini{border-bottom:1px solid rgba(0,0,0,.1)}.customerMainPage .mainDetail .right .detailPlanOption .planMini .planBenifit{margin:15px 0 0 16px}.customerMainPage .mainDetail .right .detailPlanOption .planMini .planBenifit li{list-style-type:disc!important;margin-bottom:10px}.customerMainPage .mainDetail .right .detailPlanOption .planTime{border-bottom:1px solid rgba(0,0,0,.1)}.customerMainPage .mainDetail .right .detailPlanOption .planTime .planBenifit{margin:15px 0 0 16px}.customerMainPage .mainDetail .right .detailPlanOption .planTime .planBenifit li{list-style-type:disc!important;margin-bottom:10px}.customerMainPage .mainDetail .right .planAmount{display:flex;justify-content:space-between;align-items:center}.customerMainPage .mainDetail .right .planAmount .price h1{font-size:40px;font-weight:700;color:#5918c7}@media screen and (max-width: 748px){.customerMainPage .mainDetail .right .planAmount .price h1{font-size:30px}}.customerMainPage .mainDetail .right .planAmount .planType{display:flex;flex-direction:column;align-items:flex-end}.customerMainPage .mainDetail .right .planAmount .planType h1{font-size:22px;font-weight:700;color:#5918c7;margin:0}@media screen and (max-width: 748px){.customerMainPage .mainDetail .right .planAmount .planType h1{font-size:18px}}.customerMainPage .mainDetail .right .planAmount .planType .planSubtype p{margin:0}.customerMainPage .footer{padding:40px 0;display:flex;justify-content:center;background-color:#53389e}.customerMainPage .footer ul{display:flex;justify-content:center;gap:10px;padding:0 20px}@media screen and (max-width: 600px){.customerMainPage .footer ul{flex-direction:column}}.customerMainPage .footer ul li{color:#fff;cursor:pointer;font-size:14px;text-align:center}.customerMainPage .footer ul :hover{text-decoration:underline}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.selectTitle{font-size:12px;color:#596686;font-style:normal;font-weight:700;line-height:22px}.ant-select-selection-search-input::placeholder{font-size:18px;color:#33333380!important;font-weight:400;line-height:20px;text-transform:capitalize}.ant-select-selection-placeholder{font-size:12px;color:#25314e75!important;font-family:Inter;font-style:normal;font-weight:500;line-height:24px}.ant-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:4px!important}.ant-select-focused .ant-select-selector{border:0px!important}.ant-select-selector{width:100%;font-size:18px;color:#282c34;font-weight:400;line-height:20px;border:0px!important;border-radius:13px;padding-left:15px!important}.error{color:#fc1010;font-size:12px;font-weight:400;margin-bottom:0}.ant-select-focused:not(.ant-select-disabled) .ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:transparent}.ant-select:not(.ant-select-customize-input) .ant-select-selector{padding:10px 20px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:100%;align-items:center}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{color:#00000040;background:rgb(221,221,221);cursor:not-allowed}.ant-select-selection-item{width:100%;font-size:14px;color:#25314e;font-family:Inter;font-weight:500!important;line-height:24px}.ant-select-item{padding:10px 12px;font-size:14px;font-weight:500}.ant-select-item:hover{color:#000}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#f3f3f3;color:#000}.ant-select-multiple .ant-select-selector{padding:0 10px!important}.ant-select-arrow{top:45%}.ant-select-multiple .ant-select-selector{height:100%}:export{primaryColor:#fdc805;tableColor:#1d2159}.formGroup{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;margin-top:0;position:relative}.formGroup .titleWrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between}.formGroup .titleWrapper .title{font-size:14px;color:#596686;font-family:Inter;font-style:normal;font-weight:700;line-height:22px}@media screen and (max-width: 767px){.formGroup .titleWrapper .title{font-size:12px}}.formGroup .titleWrapper .link{font-size:14px;color:#1587c6;font-weight:500;text-transform:capitalize;cursor:pointer}.formGroup .titleWrapper .link:hover{text-decoration:underline}.formGroup label{padding-top:8px;cursor:text;position:relative}.formGroup input,.formGroup .multiple-value-text-input{width:100%;font-size:16px;color:#25314e;font-family:Inter;font-style:normal;font-weight:500;line-height:24px;border:1px solid #dadfee;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:11px 0;background-color:#fff}.formGroup input::placeholder,.formGroup .multiple-value-text-input::placeholder{color:#9fa5b4;font-family:Inter;font-weight:500;line-height:24px;font-style:normal;font-size:12px}.formGroup input:disabled,.formGroup .multiple-value-text-input:disabled{cursor:not-allowed;background:rgb(243,243,243)}.formGroup input:focus,.formGroup .multiple-value-text-input:focus{outline:none}.formGroup input:hover,.formGroup .multiple-value-text-input:hover{border-color:#fdc805}@media screen and (max-width: 767px){.formGroup input,.formGroup .multiple-value-text-input{font-size:12px}.formGroup input::placeholder,.formGroup .multiple-value-text-input::placeholder{font-size:12px;padding:0}}.formGroup input::-moz-placeholder,.formGroup .multiple-value-text-input::-moz-placeholder{padding-top:10px;padding-bottom:0}.formGroup .icon,.formGroup .error-icon,.formGroup .search-icon{position:absolute;top:27%;right:15px;height:20px;width:20px;cursor:pointer}.formGroup .icon svg,.formGroup .error-icon svg,.formGroup .search-icon svg{width:24px;height:24px;color:#9fa5b4}.formGroup .right-text{position:absolute;top:12px;right:15px;cursor:pointer;font-size:14px;color:#1587c6;font-weight:400}.formGroup .verify-text{font-weight:400;font-size:14px;line-height:17px;color:#1587c6;cursor:pointer;position:absolute;right:12px;top:24px}.formGroup .verify-text:hover{text-decoration:underline}.formGroup .search-icon{background-color:#fff;position:absolute;top:19px;left:15px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;height:30px;width:30px}.formGroup .search-icon img{height:18px;width:18px}.formGroup .clear-icon{left:auto;right:15px}.formGroup .input-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%;position:relative}.formGroup .input-wrapper input::placeholder{font-size:12px}.formGroup .inputInfo{font-size:14px;font-weight:400;color:#00000080}.formGroup .error-field{color:#e93024;padding-top:5px;font-size:12px;font-weight:400;margin-bottom:0;left:0}.formGroup input[type=number]::-webkit-outer-spin-button,.formGroup input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.formGroup input[type=number]{-moz-appearance:textfield}@media (max-width: 500px){.formGroup input{padding:12px}}.multiple-value-text-input input{border:0px;height:50px;padding:0}.multiple-value-text-input{min-height:200px!important;height:auto!important}.multiple-value-text-input .multiple-value-text-input-item{background-color:#00704a!important;border-radius:5px;color:#fff;margin-bottom:5px}.multiple-value-text-input-item-container p{display:flex;flex-wrap:wrap}.input-wrapper.multiple{border:1px solid #8f9098;border-radius:5px;flex-direction:column}.input-wrapper.multiple input{border:0px solid #d2d2d2}.input-wrapper.multiple div span{padding:5px 15px;background-color:#c4c4c4;color:#000;margin-right:5px;margin-bottom:2px;border-radius:5px;display:flex;align-items:center;font-size:16px}.input-wrapper.multiple div span em{font-style:normal;font-size:18px;cursor:pointer;margin-left:10px}.formGroup .titleWrapper .title{font-size:12px!important}
