:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(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:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height: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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;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:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index: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:auto;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PhoneInputInput{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #dfe2e1;border-radius:.5rem;color:#21313c;display:block;font-size:.875rem;font-weight:500;line-height:1.6;padding:.55rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.order_sample_tag{height:32px;border-radius:4px!important;padding:8px 15px!important;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0}.h25px{height:25px}.word_break_all{word-break:break-all}.ql-container{min-height:10rem}.ml-17{margin-left:17px!important}.text-prim{color:#253d4e}.form-control:focus{border:2px solid #000!important;box-shadow:none!important}.form-control{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}#country_dropdown{padding:13px 8px}#profile_btn:disabled{opacity:50%}.h130px{height:130px}.min-h-50px{min-height:50px}.btn:focus{box-shadow:none}.sign_up_container{position:relative;min-height:80vh;height:auto;width:100%;display:flex;align-items:center;justify-content:center;z-index:500;content:"";background-image:url(/_next/static/media/background.6921c448.jpeg);background-size:cover;top:0;right:0;bottom:0;left:0;opacity:.9}.form-label-custom{font-size:14px;color:#000;font-weight:400;margin-bottom:5px}.form-label-custom-1{font-size:14px;color:#000!important;font-weight:500;margin-bottom:5px}.input-tracker-box{height:48px;width:100px;border:1px solid #e0e0e0;border-radius:6px;padding:12px 12px 12px 16px}.form-label-required{font-size:15px;color:#f34;font-weight:400;margin-bottom:5px}.btn-custom{background-color:#183b59!important;color:#fff;height:48px;border-radius:4px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;border:none;box-shadow:none;&:disabled{background-color:#183b59a2!important}}.btn-custom-verify{background-color:#183b59!important;color:#fff;height:45px;width:100%;border-radius:4px;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0;border:none;box-shadow:none;margin-left:-2px;&:disabled{background-color:#183b59a2!important}}.btn-custom1{background-color:#fff!important;color:#000;height:48px;cursor:pointer;border-radius:4px;width:49%;border:1px solid #e0e0e0;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0;box-shadow:none;&:hover{border:1px solid #000}}.header-main{font-size:32px!important;line-height:48px}.header-main,.info-title{color:#000;font-weight:600}.info-title{font-size:18px!important;line-height:28px;margin-bottom:10px}.title-disclaimer{margin-bottom:10px}.title-disclaimer,.title-disclaimer1{color:#616161;font-size:12px!important;font-weight:400;line-height:16px}.title-disclaimer1{margin:0!important}.header-main-1{color:#000;font-size:14px!important;font-weight:400}.header-main-1-a{color:#0f283e}.header-main-1-a,.header-main-1-b{font-size:14px!important;font-weight:400;width:80%}.header-main-1-b{color:#4b5e6e}.message-dot{height:8px;width:8px;border-radius:50%;background:#2d9cdb;margin-right:-18px;margin-top:3px}.see-all{color:#2d9cdb;font-size:14px!important;font-weight:400;text-align:center;cursor:pointer}.header-main-2{color:#000;font-size:24px!important;font-weight:600;line-height:48px}.custom-input{padding:10px!important}.checkbox-label{color:#1a96f0!important;cursor:pointer}.upload-text{margin-left:7px}.upload-text,.upload-text1{color:#1a96f0!important;margin-top:5px;font-size:12px;font-weight:500;line-height:16px;cursor:pointer}.checkbox-label{font-weight:400}.back-button,.checkbox-label{margin-top:5px;color:#000;line-height:20px;letter-spacing:0;font-size:14px}.back-button{font-weight:600}.custom-pinput .PhoneInputInput{border-top-right-radius:0;border-bottom-right-radius:0}.error-border{border:2px solid red!important}.otp-box{outline:0;border-width:0 0 2px;border-color:99eE9E;&:focus{border:1px solid #9e9e9e}}.onboarding_container{position:relative;height:auto;width:100%;background:#f4f1f196;display:flex;justify-content:center}.inner-container{background-color:#fff!important;box-shadow:0 0 19.200000762939453px 10px #00000008}.chip-btn{border:1px solid #e0e0e0;height:36px;border-radius:4px!important;background-color:#fff;padding:10px;display:flex;justify-content:center;align-items:center;&:hover{border:1px solid #6a6767}}.chip-btn-selected{border:1px solid #6a6767;background-color:#6a6767;color:#fff}.success-tick{height:82px;width:82px}.pad-container{padding:"0px 40px"}.form-check-input:focus{border:none!important}.step-label{color:#000;font-size:12px!important;font-weight:500;line-height:16px}.react-slider-verify-wrapper{width:100%!important}.react-slider-verify-wrapper.react-slider-verify-success .slider-verify-bar{left:auto!important;right:0!important;transform:none!important}.react-slider-verify-wrapper .slider-verify-modal{width:100%!important;transform:none!important;left:0!important}.social-icons{height:24px;width:24px;margin-top:-2px;margin-right:3px}.remove-image{position:absolute;right:0;font-size:20px!important;margin-bottom:5px}.reg-container{width:340px;height:200px;box-shadow:0 5px 30px 0 #00000014;border:1px solid #e5e5e5;border-radius:12px;display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer}.img-reg{width:80px;height:80px}.reg-title{font-size:16px;font-weight:600;line-height:24px;letter-spacing:0;text-align:center;color:#000!important;margin-top:10px;width:70%}.reg-selected{border:1px solid #183b59}.btn-custom2{background-color:#183b59!important;color:#fff;height:48px;cursor:pointer;border-radius:4px;width:50%;border:1px solid #e0e0e0;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0;box-shadow:none;&:hover{border:1px solid #000}&:disabled{background-color:#183b59a2!important}}.btn-custom2.cursor-not-allowed{cursor:not-allowed!important}.otp-input-box input:focus{border:none!important;border-bottom:2px solid #9e9e9e!important}.back-arrow-container{margin-bottom:-10px}.header-main-success-1{color:#000;font-size:24px!important;font-weight:600;line-height:48px}.header-main-success-2{color:#000;font-size:16px!important;font-weight:400;line-height:24px}.menu-background{background:#183b59!important}.navbar-vertical-nav .navbar-vertical .navbar-nav .nav-item .nav-link:hover{background-color:#183b59!important;color:#fff!important}.menu-active{color:#fff}.logout-head{margin-top:80px}.navbar-vertical-nav .navbar-vertical .navbar-nav .nav-item .nav-link .nav-link-text .log-text{color:red!important}.navbar-vertical-nav .navbar-vertical .navbar-nav .nav-item .nav-link .logout-btn:hover{background-color:red!important;color:#fff!important}.nav-tabs .nav-link,.table-tabs .nav-tabs .nav-item.show .nav-link{color:#616161!important;font-weight:400!important;font-size:16px!important;border:none!important;&:hover{border:none!important;cursor:pointer}}.nav-tabs .nav-link.active,.table-tabs .nav-tabs .nav-item.show .nav-link{&:hover{border-bottom:2px solid #183b59!important}}.table-title{text-align:left}.bulk-container{height:288px;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}.redirect-link1{font-size:18px}.redirect-link1,.redirect-link2{font-weight:500;line-height:28px;letter-spacing:0;color:#9e9e9e}.redirect-link2{font-size:14px}.btn-internal{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;background-color:#183b59;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;color:#fff;border:none}.custom_scrollbar{scrollbar-width:thin}.custom_scrollbar::-webkit-scrollbar{width:2px}.custom_scrollbar::-webkit-scrollbar-thumb{background-color:#789;border-radius:10px}.table>tbody>tr:nth-child(odd)>td,.table>tbody>tr:nth-child(odd)>th{background-color:#fafafa!important}.link_button{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#1a96f0!important}.link_button:hover{color:#1a96f0}.link_button_delete{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#f34}.react-datepicker__input-container{display:flex;align-items:center;color:#fff}.react-datepicker__view-calendar-icon input{height:41px!important;border:1px solid #dfe2e1!important;border-radius:.5rem!important;padding-left:26px!important;width:100%!important;background-color:#dfe2e1!important}.react-datepicker-wrapper{width:100%}.header-main-3{color:#000;font-size:18px!important;font-weight:600;line-height:48px}.order-image{width:140px;height:140px}.order-row,.order-row1,.order-row3{margin-left:20px}.freight-check-label{margin-top:5px}.freight-check-label,.freight-check-label1{color:#000;font-size:14px!important;font-weight:400;line-height:20px;margin-left:5px}.freight-check-label1{margin-top:3px}.freight-check input{height:20px;width:20px;border-radius:3px;margin-right:5px}.form-check-input:focus{border:1px solid rgba(0,0,0,.25)!important}.bulk-main-container{width:560px;margin-top:50px}@media only screen and (max-width:600px){.img-reg{width:50px;height:50px}.reg-title{font-size:14px;line-height:18px}.reg-container{width:340px;height:160px}.otp-input-box input{height:30px!important;width:30px!important}.btn-custom1{width:100%}.pad-container{padding:"0px 0px"}form{padding:0!important}.display-lg-screen{display:none!important}.p-mobile{padding:10px 0!important}.m-btn{background-color:#26404b;color:#fff;padding:4px 10px;font-size:12px;padding:10px!important;border-radius:20px!important;&:hover{color:#fff!important}}.m-btn1{color:#26404b!important;background-color:#fff!important;font-size:12px!important;padding:10px!important;border-radius:20px!important;border:1px solid #26404b;&:hover{color:#26404b!important}}.stepper-container{display:flex}.stepper-grey{width:32%;margin-right:5px;height:8px;border-radius:11px;background-color:#e0e0e0}.stepper-active{background-color:#00d07f}.header-main-2{font-size:22px!important;line-height:25px;margin-bottom:20px}.header-main-3{font-size:17px!important;line-height:20px}.order-image{width:100px;height:100px}.order-row1{margin-left:40px}.order-row3{margin-left:62px}.nots-menu{width:315px!important;right:-80px!important;height:auto!important}.message-dot{height:8px;width:8px;border-radius:50%;background:#2d9cdb;margin-right:10px;margin-top:3px}.redirect-link1{font-size:14px;line-height:16px}.redirect-link2{text-align:center;line-height:16px}.bulk-container,.bulk-main-container{margin-top:20px}.flex-column-sm{flex-direction:column}}.chat-fixed-height{height:calc(100vh - 155px)!important;overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.message-count{width:18px;height:18px;background-color:#1a96f0;color:#fff;border-radius:50%;font-size:11px;display:flex;justify-content:center;align-items:center;padding:0;margin:0}.video-message{width:160px;height:100px;border-radius:10px}.delete-text{color:#f34;margin-bottom:2px}.message-fixed-height1{height:calc(100vh - 462px)!important}.message-fixed-height1,.message-fixed-height2{overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.message-fixed-height2{height:calc(100vh - 376px)!important}.chat-textbox2{border-radius:40px!important;padding-right:80px!important}.mentionIcon{position:absolute;right:40px;width:auto;height:24px;bottom:-6px;filter:brightness(.2) saturate(100%)}.rfq-seller-image{height:140px;width:140px}.profileIcon{left:65px!important}.profile-icon-image{left:86px!important;top:94px!important}.tracker-green-dots{background-color:#34947b}.tracker-green-dots,.tracker-red-dots{height:10px;margin-top:7px;width:10px;border-radius:50%}.tracker-red-dots{background-color:red}.tracker-orange-dots{background-color:orange}.tracker-orange-dots,.tracker-yellow-dots{height:10px;margin-top:7px;width:10px;border-radius:50%}.tracker-yellow-dots{background-color:#ffd600}.blurred-background{position:relative;height:340px;display:flex;justify-content:center;align-items:center;background:hsla(0,25%,98%,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.3);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.blurred-background p{font-size:20px;color:#333;text-align:center;margin:0}.btn-track-order{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;color:#fff!important;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0}.btn_red{background:#f34;border:1px solid #f34!important}.btn_green{background:#00a162;border:1px solid #00a162!important}.tracker-header{font-size:24px;font-weight:600;line-height:36px;letter-spacing:0;text-align:center;border-bottom:none!important;color:#000;justify-content:center!important}.overflow_break_word{overflow-wrap:break-word}.mw_120px{max-width:120px}.training-attachment{cursor:pointer;border-radius:7px!important;width:120px!important;height:120px!important}.searchbar_icon{position:absolute;top:13px;left:10px}.minH300{min-height:300px}.text-truncate-container{max-width:200px!important;text-overflow:ellipsis;overflow:hidden}.tooltipContainer{position:relative;display:inline-block}.tooltipContainer:hover .tooltip{visibility:visible;opacity:1}.tooltip-1{width:500px!important;right:-745px!important;height:330px!important;overflow-y:auto!important}.tooltip{visibility:hidden;width:120px;background-color:#fff;color:#000;text-align:center;position:absolute;border:1px solid #eee;box-shadow:0 4px 4px 0 #0000000d;width:300px;height:225px;border-radius:4px;z-index:1;top:0;right:-455px;transform:translateX(-50%);opacity:0;transition:opacity .3s;padding:10px}.footer-background{background-color:#000!important}.status_open{color:#e9a210!important;background:#ffbf3a4d!important}.status_delivered{color:#2fa677!important;background:#5fb5864a!important}.status_transnit{color:#1161be!important;background:#3a71ff4d!important}.status_pickup{color:#5e1af0!important;background:#913aff4d!important}.status_returned{color:#fff!important;background:#de1414!important}.transaction-box{border:1px solid #ccc;padding:20px;margin-top:30px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}.bank-detail,.transaction-detail{white-space:pre-line}.back-arrow{font-size:25px;margin-right:10px;color:#010101}.arrow-icon{font-size:25px!important;margin-right:10px!important;color:#010101}.maxH200{max-height:200px}.custom-scrollbar{margin:10px 0;max-height:450px;overflow:auto}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:5px}.gradient-background{background:linear-gradient(180deg,#0d2942,#1a6c92 50%,#27acc7);min-height:80vh}.date-picker.react-datepicker-popper{z-index:1000}.mt-100{margin-top:60px!important}.ql-editor.ql-blank:before{color:#b0b0b0!important;font-style:normal!important;opacity:1!important}.ai-search-bar{z-index:1034!important}.floating-search-container{z-index:9999!important}.ai-search-bar-box{background:#fff!important;max-width:400px!important;padding:2.5rem 1rem 1rem!important;border-radius:.5rem!important}.search-close-btn{background:transparent!important;border:none!important;z-index:10!important;cursor:pointer!important}@media (max-width:600px){.mobile-redirection-popup{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:1035!important}}.modal_desc{font-size:11px}.close_icon{left:95%;top:1%}.search-button{position:absolute;top:50%;left:1px;transform:translateY(-50%);background-color:transparent;border:none;outline:none;cursor:pointer}.h100vh{height:100vh}.h100px{height:100px}.search-button img{height:20px;color:#8a9599}.search-container .form-control{padding-left:32px}.sub_button.btn{color:#000!important}.sub_button.btn:hover{color:#fff!important}.review_container{max-height:490px;overflow-y:auto;overflow-x:hidden;padding-right:15px}.card_link a{color:#38be5a!important}#paymentHistoryModal .modal-dialog{max-width:795px}#paymentHistoryModal .modal-body{max-width:793px}#paymentHistoryModal .close_icon{left:95%;top:1%}#paymentHistoryModal{z-index:1201}#exampleModalCenter{background:#00000080;z-index:1201}#reviewViewModal{z-index:1201}.payment_history{font-size:14px}.payment_title{font-weight:500}.payment_label{font-weight:300;font-size:12px}.rfq-container1{max-width:none!important}.rfq-container{height:auto!important;border-top:1px solid #e0e0e0;padding:20px 0;margin:0 20px!important;width:100%}.right-grid1{padding:0!important}.p-image{height:140px;width:140px;object-fit:cover}.p-image1{height:177px;width:177px;margin-right:10px}.prod-detail{margin-left:20px;height:100%;width:100%}.rfq-title-4,.tit-1,.tit-1-a{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#000}.tit-1-a{margin-top:5px}.tit-2{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0;color:#000}.tit-3,.tit-3-a{font-size:18px;font-weight:600;letter-spacing:0;color:#000}.tit-3-a{margin-top:-20px}.tit-4{font-size:14px}.tit-4,.tit-9{margin-top:-15px;font-weight:400;line-height:20px;letter-spacing:0;color:#000}.tit-9{font-size:13px}.tit-5{line-height:14px;color:#000;margin-bottom:1px}.tit-5,.tit-6{font-size:12px;font-weight:400;letter-spacing:0}.tit-6{text-align:center;color:#616161;margin-bottom:0}.tit-2-a{font-size:14px;font-weight:500;line-height:20px;letter-spacing:0;color:#000}.tit-7{text-align:left;margin-left:30px}.tit-7,.tit-7-b{font-size:14px;font-weight:500;letter-spacing:0;color:#000;margin-bottom:0}.tit-7-b{text-align:center}.tit-7-a{font-size:14px;text-align:left;font-weight:500;letter-spacing:0;color:#000;margin-bottom:0}.tit-8{color:#616161}.tit-10,.tit-8{font-size:14px;font-weight:400;line-height:17px;margin-top:5px;letter-spacing:0;margin-bottom:0}.tit-10{color:#1a96f0}.btn-accept{background:#00a162}.btn-accept,.btn-reject{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;border:none;color:#fff}.btn-reject{background:#ff2032}.btn-internal-1{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;background-color:#fff;border:1px solid #183b59!important;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;color:#183b59}.info-box{position:absolute;display:flex;justify-content:flex-end;bottom:0}.info-item:after{width:1px}.info-item:after,.info-item:last-child:after{content:"";height:40%;position:absolute;margin-top:auto;margin-bottom:auto;right:0;background-color:#e0e0e0}.info-item:last-child:after{width:0}.info-item{position:relative;padding:0 20px}.btn-internal-2{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;border:none;background-color:#fff;font-size:14px;font-weight:500;line-height:16px;letter-spacing:0;color:#1a96f0}.table-tabs{background-color:#fff;padding:10px;margin:30px 0}.nav-tabs .nav-link,table-tabs .nav-tabs .nav-item.show .nav-link{color:#616161!important;font-weight:400!important;font-size:16px!important;border:none!important;&:hover{border:none!important;cursor:pointer}}.nav-tabs .nav-link.active,.table-tabs .nav-tabs .nav-item.show .nav-link{border:none;border-bottom:2px solid #183b59!important;color:#183b59!important;font-weight:600!important;font-size:16px!important;&:hover{border-bottom:2px solid #183b59!important}}.poContainer.table-tabs{padding:10px 0 0}.table-title{font-size:18px;font-weight:700;line-height:28px;margin-bottom:-50px}.btn-filter,.table-title{letter-spacing:0;margin-left:20px}.btn-filter{width:81px;height:42px;padding:6 8;gap:7px;border:none;border-radius:4px;background:#f5f5f5;font-size:14px;font-weight:400;line-height:20px;color:#000}.back-content{background-color:#eee;padding-top:91px;padding-bottom:30px}.date-picker input{height:41px!important;border:1px solid #dfe2e1!important;border-radius:.5rem!important;padding-left:26px!important;width:100%!important;background-color:#dfe2e1!important}.btn-internal-4{height:48px;padding:8px 15px!important;border-radius:4px;gap:4px;width:49%;background-color:#fff;border:1px solid #183b59!important;font-size:16px;font-weight:500;line-height:16px;letter-spacing:0;color:#183b59}.seller_header .py-6{padding:0!important;margin-right:9px}.seller_tabs{border:none!important}.seller_header_tabs{border-bottom:1px solid #e4e3e3!important}.seller_container{display:flex}.btn-internal-5{background-color:#183b59!important;color:#fff;height:48px;border-radius:4px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;width:49%;border:none;box-shadow:none;&:disabled{background-color:#183b59a2!important}}.card-details{background-color:#fff;padding:0;border-radius:11px;border:1px solid #d8d6d6}.header-modal{border-bottom:1px solid #dedede}.rfq-details{justify-content:space-around}#sendQuoteModal .modal-dialog{max-width:1000px}#reviewViewModal .modal-dialog{max-width:760px}.cross-dimension-icon{color:#8a9599;font-size:20px}.tit-11{color:#1a96f0;font-size:14px}.add_package_icon{font-size:20px}.address_details{margin:0 3.5rem}.icon_size{font-size:30px}.btn-internal-6{color:#fff!important;background-color:#b702cf!important;border-color:#b702cf!important}.btn-internal-6:hover{color:#fff!important;background-color:#a304c6!important;border-color:#b901c6!important}.btn-internal-6:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)!important}.btn-internal-6:active{color:#fff!important;background-color:#b901c6!important;border-color:#a401ba!important;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)!important}.btn-internal-6:disabled{color:#fff!important;background-color:#b702cf!important;border-color:#b702cf!important}.card_first_item{border-top:none!important}.back-icon{height:20px}.review_details{border-bottom:1px solid #dedede;padding-bottom:7px}.review_info{color:#1a96f0;text-decoration:underline}.mobile-card-body{padding:1rem!important}.card-body,.mobile-second-card-body{padding:0!important}.mobile-card{height:86vh}.online-sidebar{background:#00c247;width:13px;height:13px;border:1px;opacity:0;border-radius:50%;margin:30px 8px 0 -20px;z-index:1;position:relative}.sidebar{padding-top:24px;border-right:1px solid #e0e0e0;border-top-left-radius:10px;border-bottom-left-radius:10px}.custom-list-group{border:unset;padding:16px 0 50px;display:flex;gap:20px;flex-direction:column}.selected-user{background:#f5f5f5!important;border-radius:10px!important;margin:-10px!important;padding:10px!important}.online{background:#00c247;width:13px;height:13px;border:1px;opacity:0;border-radius:50%;margin:10px 0 0 -20px}.header-online,.online{z-index:1;position:relative}.header-online{margin:30px 0 0 -20px}.greeting-text{margin:0}.chat-usersection{padding-left:16px;display:flex;justify-content:space-between}.username{margin-top:-4px;margin-left:1px;margin-bottom:-8px}.input-group-buttons{background:transparent;border:0;margin:0}.dropdown-toggle:after{content:""!important}.message-dropdown-menu.show{display:block!important;margin:20px 10px 0 0!important}.dropdown-item{padding:0}.user-option-text{color:#000;margin-bottom:2px}.chat-header{display:flex;padding:20px;border-bottom:1px solid #e0e0e0}.chat-container{padding-left:20px}.listing-container{padding:0 20px}.listing_descp{font-size:12px}.mobile-chat-container{padding-left:20px;min-height:500px}.chat-bubble{font-family:Inter;background:#f5f5f5;border-radius:24px;margin:10px 0;color:#000;padding:8px 16px;width:-moz-fit-content;width:fit-content}.chat-box{position:absolute!important;bottom:0;padding-top:16px;border-top:1px solid #e0e0e0;padding-bottom:16px}.add-icon{border:1px solid #e0e0e0;border-radius:50%;width:40px;height:40px;margin-right:10px;margin-left:10px;padding:7px}.chat-textbox{padding-right:40px!important}.chat-textbox,.chat-textbox-mobile-mention{border-radius:40px!important}.mention_class>.p-mention-panel{position:absolute!important;left:0!important;bottom:0!important;top:-230px!important;height:auto!important;box-shadow:3px 3px 8px 0 #d3d3d3;border-radius:10px}.mic-button{right:120px;width:auto;margin-top:4px}.attach-file-button,.mic-button{background:transparent;border:0;position:absolute;height:24px;z-index:99999}.attach-file-button{right:84px;width:24px;margin-top:10px}.atTheRateIcon,.fileAttachIcon{position:absolute;right:-2px;width:44px;height:38px;bottom:-6px}.notification-count{position:absolute;top:-10%;right:-10%;background-color:red;color:#fff;border-radius:50%;height:19px;width:17px;font-size:8px;font-weight:700}.micIcon{position:absolute;right:-2px;width:auto;height:24px;bottom:0}.h-30{height:30px!important}.send-button{border:1px solid #fff;background:#005cff;border-radius:50%;margin-right:10px;margin-left:10px;width:40px;height:40px;padding:5px}.form-control__input:focus{border:0!important}.p-mention textarea{resize:none;width:100%;border:unset;height:23px;overflow-y:hidden;padding:0}.chat{min-height:100%;position:relative;padding-left:0!important;padding-right:0!important}.rfd_message_input.form-control{width:97%}.product-img{width:80px!important;height:80px!important;object-fit:contain}.custom-check:checked{border-color:#0aad0a!important;background-color:#0aad0a!important}.custom-check{border-radius:50%!important;padding:10px;width:24px!important;height:24px!important}.btn-internal-submit-button{background-color:#183b59!important;color:#fff;height:48px;border-radius:4px;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;width:100%;border:none;box-shadow:none}.btn-internal-7{height:39px}.btn-internal-7,.btn-internal-8{border-radius:4px;gap:4px;background-color:#183b59;border:1px solid #183b59!important;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;color:#fff}.btn-internal-8{height:42px;width:120px}.mention_dropdown{transform:translate3d(-20px,-36px,0)!important}.search_result_container{height:calc(73vh - -1px);overflow-y:auto;overflow-x:hidden}.profile_img,.user_profile_img{width:140px;object-fit:cover;height:140px}.company_profile_images{width:auto;height:138px!important;margin-right:10px}.product_keyword>.css-13cymwt-control,.product_keyword>.css-13cymwt-control:focus,.product_keyword>.css-13cymwt-control:hover{border:1px solid #dfe2e1;border-radius:.5rem}.css-t3ipsp-control,.product_keyword>.css-t3ipsp-control:hover{border-color:#000!important;box-shadow:none!important}.farm_details{width:411px;height:auto;border-radius:4px;border:1px solid #e0e0e0;padding:10px}.farm-overflow{max-height:101px!important;overflow-y:scroll!important}.fly-up{animation:rotateY-anim 1s linear infinite,floatBubble .5s ease-out infinite normal}.fly-down{animation:rotateY-anim 1s linear infinite,floatBubbleDown .5s ease-out infinite normal}@keyframes rotateY-anim{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes floatBubble{0%{top:100px}to{top:-800px}}@keyframes floatBubbleDown{0%{top:-500px}to{top:100px}}.hide_scrollbar{scrollbar-width:none!important}.btn-add{width:85px;padding:8px 15px!important;border-radius:4px;margin-left:10px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;background:#183b59;border:none;color:#fff}.btn.btn-submit,.btn.btn-submit:hover{background:#183b59;color:#fff}.btn.btn-submit,.btn.btn-submit:active,.btn.btn-submit:hover{width:201px;height:48px;padding:8px 15px!important;border-radius:4px!important;margin-left:10px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;border:none}.btn.btn-submit:active,.btn.btn-submit:disabled{background:#183b59!important;color:#fff!important}.btn-update{width:273px!important}.profile_header{border-bottom:1px solid #e0e0e0}.profile_descp{padding:12px 12px 12px 16px;border:1px solid #e0e0e0;border-radius:6px}.trash-icon{height:33px;position:absolute;top:-8px!important;right:-9px!important}.btn-absol{top:10px;right:20px;height:46px;padding:8px 15px!important;border-radius:4px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;border:none;color:#fff}.profile_container{padding:15px}.btn_internal_1a{margin:0 21px}.card_header{padding:10px 20px}.rfq_images{width:24px;height:24px}.product_info,.tit-12{color:#f34}.tit-12{font-weight:600;line-height:20px;letter-spacing:0}.notes_descp .description{height:100px}.dimensions_section .custom_dropdown{width:120px;height:48px}.dimensions_section .custom_input{width:100px;height:48px}.status-btn .btn{padding:3px 9px!important}.package_container{width:180px!important}.cursor_default{cursor:default}.mh200px{max-height:200px}.mh600px{max-height:600px}.mh400px{max-height:400px}.message-fixed-height{height:calc(100vh - 342px)!important;overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.custom-select-dropdown{position:relative;display:inline-block;width:100%}.custom-select-dropdown select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:20px}.dropdown-icon{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:20px;height:20px}.page_no{background-color:#ecf0ef;color:#000;width:47px;text-align:center;align-items:center;justify-content:center;display:flex;border:1px solid #a7b0b4;height:40px!important}.pagination_btn.btn{background-color:#0aad0a!important;color:#fff!important;height:36px!important;border:1px solid #0aad0a!important;border-radius:6px!important}.file_choose.form-control:focus{border:1px solid #000!important;box-shadow:none!important}.tabs_item{display:inline-block}.seller_tabs .tabs_item .nav-link{font-size:15px!important}.react-datepicker__view-calendar-icon input{color:#000!important}.quantity_container .text-msg{font-size:10px!important}.input[type=radio i]:disabled{color:red!important}@media (min-width:600px) and (max-width:1000px){.p-image{height:100px;width:100px}.rfq-container1 p{margin-bottom:0!important}.tit-1,.tit-2{font-size:13px;margin-bottom:0}.tit-3{margin-top:0;font-size:16px}.tit-4{margin-top:-3px}.tit-4,.tit-5{font-size:12px}.tit-5{margin-top:0!important}.tit-6{font-size:10px}.tit-7{text-align:left}.tit-7,.tit-8{font-size:12px}.container,.row{padding-left:0!important;padding-right:0!important}.info-item{justify-content:space-between;padding:0}.info-item:after{content:"";width:0;position:absolute;margin-top:auto;margin-bottom:auto;right:0;background-color:#e0e0e0}.tit-9{margin-top:-7px!important}.btn-danger{font-size:11px!important}.user_info{padding-top:0!important}}@media only screen and (max-width:600px){.rfq-container{padding-left:5px!important;padding-right:5px!important}.right-grid1{padding:0!important}.p-image{height:100px;width:100px}.tit-1,.tit-2{font-size:11px;margin-bottom:0}.tit-3{margin-top:0;font-size:14px}.tit-9{margin-top:-19px;font-size:9px;line-height:14px}.tit-5{font-size:11px;line-height:12px}.tit-6{font-size:10px}.tit-7{font-size:11px;text-align:left}.info-item{justify-content:space-between;padding:0}.info-item:after{content:"";width:0;position:absolute;margin-top:auto;margin-bottom:auto;right:0;background-color:#e0e0e0}.btn-internal-2{margin:0!important;padding:0!important}.nav-tabs .nav-link,.nav-tabs .nav-link.active,.table-tabs .nav-tabs .nav-item.show .nav-link,table-tabs .nav-tabs .nav-item.show .nav-link{font-size:12px!important}.btn-filter{width:100%;height:42px;margin-left:0;margin-top:0}.btn-absol{top:10px}}@media (max-width:600px){.rfq-container{width:95%!important}}@media (min-width:768px){.rfq-container{width:95%}}@media (max-width:768px){.address_details{margin:0!important}.btn-internal-1{padding:4px 8px!important;font-size:11px}.btn-add{width:57px!important}.btn_internal_1a{margin:0}.farm_details{width:411px;height:102px}.tit-1{font-size:14px;font-weight:500}.user_info{padding-top:0!important}.bank_info{margin-top:30px!important}.profile_descp{width:680px;height:134px}.btn-submit{margin-left:35px}.footer_descp{margin:0}}@media (max-width:576px){.user_info{padding-top:25px!important}.profile_descp{width:318px;height:220px;font-size:12px;line-height:18px}.company_profile_images{width:auto;height:74px}.bank_info{margin-top:40px!important}.farm_details{width:275px;height:112px}.btn-submit{margin-left:15px}}@media (max-width:425px){.profile_descp{width:316px}}@media (max-width:375px){.input-group-text.dropdown_small_screen{padding:0!important}}@media screen and (max-width:1366px) and (max-height:768px){.quantity_container .text-msg{font-size:12px}}.nft-card{width:340px;height:521px;border-radius:24px;background-repeat:no-repeat!important;background-size:100% 100%!important;border:2px solid linear-gradient(207.44deg,#0f0 1.94%,#ffe400 99.05%)!important;background:url(/_next/static/media/nft-front.95e9c521.png);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;margin:auto}.nft-card,.nft-product-card{position:relative;box-sizing:border-box}.nft-product-card{width:80px;height:80px;border-radius:10px;border:1px solid #61ff00;margin:5px}.inner-nft-card{height:100%;width:100%}.sub-inner-nft-card-1{height:75%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff2b;border-radius:24px}.sub-inner-nft-card-2{margin-top:20px;height:20%;display:flex;align-items:center;justify-content:center}.nft-title{font-size:30px;line-height:30px;text-align:center;color:#ffe500;margin-top:20px;margin-bottom:0;text-shadow:0 3.94px 3.94px 0 #fff inset}.nft-subtitle,.nft-title{font-family:Lalezar;font-weight:400}.nft-subtitle{font-size:15px;line-height:20px;text-align:left;color:#fff;margin:0}.nft-subtitle-1{font-family:Lalezar;font-size:20px;margin:0;text-align:left!important;font-weight:400;line-height:25px;text-align:center;color:#fff}.nft-product-image{height:100%;width:100%;border-radius:10px;object-fit:cover}.animate-button{width:230px;padding:7px 10px!important;color:#fff;background-color:transparent;border:.5px solid #fff}.cursor-not{cursor:not-allowed}.disabled-info-msg{display:block;margin-top:6px;font-size:.6rem;color:#000;background:#909090;padding:6px 8px;border-radius:15px;border:2px solid #000;max-width:360px}.disabled-style{opacity:.5;pointer-events:auto;cursor:not-allowed}#google_translate_element img,#google_translate_element span,.goog-logo-link{display:none!important}#google_translate_element select{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;width:130px;height:45px;padding:0 13px;border-radius:10px;border-color:#eee;background-image:linear-gradient(45deg,transparent 50%,#000 0),linear-gradient(135deg,#000 50%,transparent 0);background-position:calc(100% - 30px) calc(1em + 6px),calc(100% - 25px) calc(1em + 6px),100% 0;background-size:5px 5px,5px 5px,2.5em 2.5em;background-repeat:no-repeat;background-color:#eee}.goog-te-gadget{color:transparent!important}#google_translate_element{height:56px}#google_translate_element select option{border-radius:10px}#google_translate_element{width:300px;float:right;text-align:right;display:block}.goog-te-banner-frame.skiptranslate{display:none!important}body{padding:0!important;overflow-x:hidden!important;top:0!important}#goog-gt-tt,.goog-tooltip .skiptranslate{display:none!important;top:0!important}.activity-root,.started-activity-container,.status-message{display:none!important}.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{display:none}#google_translate_element .goog-te-combo option:hover{background-color:#ceefce}#google_translate_element .goog-te-combo::-webkit-scrollbar{width:6px}#google_translate_element .goog-te-combo::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}#google_translate_element .goog-te-combo::-webkit-scrollbar-thumb{background-color:#888;border-radius:5px;border:2px solid #f1f1f1}#google_translate_element .goog-te-combo::-webkit-scrollbar-thumb:hover{background-color:#555}#google_translate_element .goog-te-combo{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.mobile-warning{position:fixed;top:0;height:100%;width:100%;text-align:center;background:#fff;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:5px;z-index:11111111}@media (max-width:800px){#google_translate_element{width:125px}}.responsive-table .table{table-layout:fixed!important;width:100%!important}.responsive-table .table td,.responsive-table .table th{white-space:nowrap!important;overflow:hidden!important}@media (max-width:767px){.container,.container-fluid,.row{max-width:100%!important}.dashboard-mobile{padding:4px!important}.dashboard-card{display:flex!important;justify-content:center!important;align-items:center!important}.card-margin{margin-left:2px!important}.table-card{width:355px!important}.chat-window{left:20px!important;top:167px!important}.hero-title{font-size:1.5rem!important;line-height:1.3!important;word-break:break-word;overflow-wrap:break-word}.hero-desc{font-size:.9rem!important;line-height:1.4!important}.btn-internal-1{height:42px!important;padding:5px 10px!important}.disputes-card{width:380px!important}.chat-card{width:360px!important}.mic-button{right:90px!important;height:20px!important;z-index:0!important}.chatbox-mobile{height:50px!important;padding:12px!important}.custom-pagination>li{margin:7px 6px!important}.custom-pagination{flex-wrap:wrap!important}.product-card{width:330px!important}.tab-card{width:360px!important}.btn-track-order{height:45px!important}.sticky-column{width:100%!important}.accepted-card{display:flex!important;flex-direction:column!important}.accepted-card .rfq-title{font-size:1rem!important}.navbar-offcanvac{position:fixed;top:0;left:0;width:260px;height:100%;background:#fff;transform:translateX(-100%);transition:transform .3s ease-in-out;z-index:1055}.navbar-offcanvac.show{transform:translateX(0)}.rfq_card{width:360px!important}.responsive-table .table{display:block;overflow-x:scroll;-webkit-overflow-scrolling:touch}}@media (max-width:390px){.rfq_card{width:330px!important}}