: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}.Toastify__toast-icon{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)}}.messageIcon{padding:0 0 0 16px}.msg-count{position:absolute;right:-4px;top:-10px;background:red;border-radius:50%;height:16px;width:16px;text-align:center;font-size:11px;color:#fff}.minH300{min-height:300px}.user_profile_img{height:140px;width:140px;-o-object-fit:cover;object-fit:cover}.btn_dark_blue{border-radius:4px;background:#183b59;border:none;color:#fff}.btn_dark_blue,.btn_light_blue{padding:8px 15px!important;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;white-space:nowrap}.btn_light_blue{height:32px;border-radius:4px;background-color:#fff;border:1px solid #183b59!important;color:#183b59}.video-message{width:160px;height:100px;border-radius:10px}.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}.close_icon{right:3%;top:3%}.online{margin:10px 0 0 -20px}.online,.online-sidebar{background:#00c247;width:13px;height:13px;border:1px;opacity:0;border-radius:50%;z-index:1;position:relative}.online-sidebar{margin:30px 8px 0 -20px}.chat-header{display:flex;padding:20px;border-bottom:1px solid #e0e0e0}.custom-list-group{border:unset;padding:16px 0 50px;display:flex;gap:20px;flex-direction:column}.chat{min-height:100%;position:relative;padding-left:0!important;padding-right:0!important}.chat-box{position:absolute!important;bottom:0;padding-top:16px;border-top:1px solid #e0e0e0;padding-bottom:16px}.header-online{margin:30px 0 0 -20px;position:relative;z-index:1}.sidebar{padding-top:24px;border-right:1px solid #e0e0e0;border-top-left-radius:10px;border-bottom-left-radius:10px}.card-body{padding:0!important}.mobile-card-body{padding:1rem!important}.mobile-second-card-body{padding:0!important}.mobile-chat-container{padding-left:20px;min-height:500px}.greeting-text{margin:0}.add-icon{border:1px solid #e0e0e0;border-radius:50%;width:40px;height:40px;margin-right:10px;margin-left:10px;padding:7px}.attach-file-button{background:transparent;border:0;position:absolute;right:84px;width:24px;height:24px;margin-top:10px;z-index:99999}.atTheRateIcon,.fileAttachIcon{position:absolute;right:-2px;width:44px;height:38px;bottom:-6px}.send-button{border:1px solid #fff;background:#005cff;border-radius:50%;margin-right:10px;margin-left:10px;width:40px;height:40px;padding:5px}.input-group-buttons{background:transparent;border:0;margin:0}.mic-button{background:transparent;border:0;right:85px;margin-top:10px}.mentionIcon,.mic-button{position:absolute;width:24px;height:24px}.mentionIcon{right:40px;bottom:-1px}.micIcon{position:absolute;right:8px;width:14px;height:22px;bottom:-1px}.dropdown-toggle:after{content:""!important}.delete-text{color:#f34;margin-bottom:2px}.user-option-text{color:#000;margin-bottom:2px}.dropdown-item{color:#000!important;padding:0;padding-left:10px!important}.dropdown-item,.dropdown-item:hover{border-radius:0!important}.dropdown-item1:hover{background-color:#fff!important;cursor:inherit!important}.mobile-card{height:86vh}.border-in-between{padding:20px 100px 20px 30px;border-right:1px solid #e0e0e0;border-left:none;border-bottom:none}.message-dropdown-menu.show{display:block!important;margin:20px 10px 0 0!important}.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}.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}.chat-textbox2{border-radius:40px!important;padding-right:80px!important}.p-mention textarea{resize:none;width:100%;border:unset;height:23px;overflow-y:hidden;padding:0}.selected-user{background:#f5f5f5!important;border-radius:10px!important;margin:-10px!important;padding:10px!important}.form-control__input:focus{border:0!important}.form-control{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}#country_dropdown{padding:13px 8px}.rfq-title-4{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#000}.product-img{width:80px!important;height:80px!important;-o-object-fit:contain;object-fit:contain}.m-stepper .stepper{.line{width:2px;background-color:#00d07f!important;margin-top:5px}.line-1,.line-2{width:2px;background-color:#f5f5f5!important;margin-top:5px}.lead{font-size:1.1rem}}.step-block{border:2px solid #00d07f}.step-block,.step-block-1{height:17px;width:17px;padding:2px;display:flex;justify-content:center;align-items:center;background-color:#fff!important}.step-block-1{border:2px solid #ffbf3a}.ot-1{margin-top:-5px}.payment-container{height:auto!important;border-bottom:2px solid #e0e0e0;padding:20px 10px}.btn-back-status{background:#183b59}.tick-image{height:28px;width:28px}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.three{grid-row:3/1;grid-column:3/4}.four{grid-column:1/3}@media (max-width:768px){.grid{grid-template-columns:1fr;grid-template-rows:auto}.three{grid-row:auto}.four,.three{grid-column:auto}}.change-request-text{color:#53bd5d!important;font-size:16px}.applied-tab{border-bottom:unset!important;padding-left:20px!important}.apply-rfq-no-border{border-top:unset!important}.btn-internal-1:disabled{opacity:.7!important;cursor:not-allowed!important}.purchase-order-card{background:#eee!important;border:none!important;border-radius:unset!important}.applied-names{font-size:18px!important}.add-more-delievery-addIcon{border:3px solid;border-radius:50%;padding:2px}.h-40{height:40px}.x-mark{color:#dadada!important}.no-border-bottom td,.no-border-bottom th{border-bottom:none!important}.copyIcon:hover,.deleteIcon:hover{cursor:pointer!important;color:red!important}.add_package_div_css{color:#1a96f0}.plus_package_icon{font-size:20px}.editor-css{width:70%}.no-border-bottom-div{border-bottom:none!important}.status-box{border:1px solid;border-radius:5px;padding:2px 5px;margin-left:10px}.btn-order-history{height:48px;padding:8px 15px!important;border-radius:4px;gap:4px;background-color:#fff;border:1px solid #183b59!important;font-size:16px;font-weight:500;line-height:16px;letter-spacing:0;color:#183b59}@media (max-width:768px){.editor-css{width:100%}}@media screen and (max-width:1440){.inputBox_alignment{margin-bottom:0}}@media screen and (max-width:770px){.inputBox_alignment{margin-bottom:1rem}}.pagination-footer-order{color:#fff!important;background-color:#76cb72!important}.pagination-footer-order:hover{border-color:unset!important;background-color:#76cb72!important}.open-camera-modal{margin-top:-20px;padding:150px!important}.order-history-link{color:#085394!important;text-decoration:underline!important}@media (max-width:576px){.user-right{padding-left:0!important}}.user-right{padding-left:16px}@media (max-width:767px){.m-stepper{display:flex;flex-direction:column;gap:20px}.line,.line-1{width:2px;background-color:#000;margin:0 auto}.step-block,.step-block-1{width:30px;height:30px;background-color:green;display:flex;justify-content:center;align-items:center}.line-1{background-color:transparent}}.font-normal{font-weight:400!important}.chevron-expand-icon{cursor:pointer}.onDiscuss-hr{color:#e0e0e0!important;padding:8px 0!important}.addition-info-textarea{border-radius:5px!important;resize:none!important;height:134px!important}.addition-info-textarea:focus{border:1px solid #dfe2e1!important}.viewFullScreen-btn{height:36px!important;padding:8px 10px!important}.transaction-table-head{background-color:#f1f3f2!important}.transaction-type{font-size:10px}.transaction-status-text,.transaction-type{color:gray!important}.order_status_box{margin-left:12px;background:#fef1ca;font-size:11px;font-weight:700;padding:2px 4px;border-radius:5px;color:#000!important}.vehicle_status_button{background-color:#93c47d;border:2px solid #000;color:#000;border-radius:5px;font-size:14px;padding:2px 10px;cursor:auto!important}.btn-assign{padding:5px 12px!important;border-radius:4px;background-color:#fff;border:1px solid #183b59!important;font-size:13px;color:#183b59;margin-left:14px}.driver-image{width:100px;height:100px}.add-vehicle-update-btn{background-color:#183b59;color:#fff;border-radius:4px;padding:5px 12px;border:none;font-size:13px}.search_listing{height:calc(100vh - -1px);overflow-y:auto;overflow-x:hidden}.chat-container{padding-left:20px}.listing-container{padding:0 20px}.listing_descp{font-size:12px}.btn-internal-7{border-radius:4px;background-color:#183b59;border:1px solid #183b59!important;font-weight:500;color:#fff}.review_details{border-bottom:1px solid #dedede;padding-bottom:7px}.review_info{color:#1a96f0;text-decoration:underline}.bg-light-blue{background:#caddf8}.custom-border-bottom{border-bottom:1px solid #e0e0e0;margin-top:1px;margin-bottom:1px}.bankDetails-edit-Btn{background:#183b59;right:20px;top:0;font-size:12px;color:#fff;border-radius:4px;padding:5px 12px}.titles-7{text-align:left;font-weight:600;margin-left:30px;color:#000!important}.titles-7,.titles-8{font-size:13px;line-height:20px;letter-spacing:0;margin-bottom:0}.titles-8{font-weight:400;margin-top:5px;color:#616161!important}.tables-font-size{font-size:13px!important}.flex-container{padding:0;margin:0;list-style:none;display:flex}.space-between{justify-content:space-between}.space-between li{background:#90ee90}.flex-item{background:tomato;padding:5px;width:60px;height:50px;margin:5px;line-height:50px;color:#fff;font-weight:700;font-size:2em;text-align:center}.border-bottom-grey{padding-bottom:15px;border-bottom:1px solid #e0e0e0}.purchase-order-img{width:220px}.max-width-none{max-width:none!important}.mt-n-15{margin-left:-15px!important}.col-xl-2-3{width:20%!important}@media (max-width:1200px){.card-3{height:300px!important}.col-xl-2-3{width:33%!important}.card-2-label{font-size:13px}.card-2-container{margin:0 5px}}@media (max-width:600px){.sidebar{border-right:none!important}.message-fixed-height{height:calc(100vh - 415px)!important;overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.custom-search-width{width:100%!important}.product-link{right:0;top:0;cursor:pointer}.filter-modal{width:auto!important;max-width:none!important}.btn-relative{height:45px}.form-check-inline{margin-top:9px!important}.rfq-image{height:100px;width:100px}.rfq-title3{margin:20px 0!important}.btn-filled,.width-140px{margin-bottom:20px}.width-140px{width:100%!important}.btn-filter{width:100%;height:42px;margin-left:0;margin-top:0}.rfq-container{padding-left:0!important;padding-right:0!important}.rfq-container1 p{margin-bottom:0!important}.btn-internal-2,.btn-internal-3{margin:0!important;padding: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,.tit-7-b{font-size:12px;text-align:left}.tit-8{font-size:12px}.p-image{height:100px;width:100px;min-width:100px}.right-grid1{height:auto}.rfq-title1{font-size:11px!important;font-weight:400}.rfq-title2{font-size:14px!important;font-weight:400}.rfq-title3{font-size:14px}.counter-container{flex-direction:column;justify-content:space-around;height:230px}.top-banner-sub-category{min-height:110px;max-height:160px;height:auto}.top-banner-sub-category-title{font-size:25px}.top-banner-sub-category-title1{font-size:16px}.carrier-card{height:150px;width:270px;border:1px solid #5c6c75}.accordian-scroll{max-height:60vh;overflow-y:scroll}.no-data-found{height:200px;width:250px}.card-3{margin:10px 0}.nots-menu{width:300px!important;overflow-y:scroll;right:-25px!important;height:50vh!important}.main-banner-title{font-size:30px;color:#000;font-weight:700}.search-container1{margin-top:50px;margin-bottom:50px}.col-xl-2-3{width:100%!important}}.responsive-img{height:250px;-o-object-fit:cover;object-fit:cover;width:auto;max-width:100%;display:block;margin-left:0}@media (max-width:600px){.responsive-img{height:auto;width:100%}}.message-fixed-height1{height:calc(100vh - 462px)!important}.message-fixed-height,.message-fixed-height1{overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.message-fixed-height{height:calc(100vh - 362px)!important}.message-fixed-height2{height:calc(100vh - 376px)!important}.chat-content-height,.message-fixed-height2{overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.chat-content-height{height:calc(100vh - 410px)}.chat-fixed-height{height:calc(100vh - 155px)!important;overflow:auto;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.chat-content-height1{height:calc(100vh - 410px);overflow:auto;box-sizing:border-box}.search-result-container{height:90px;padding-right:30px!important;border-bottom:1px solid #e0e0e0!important}.message-count,.search-result-container{display:flex;justify-content:center;align-items:center}.message-count{width:18px;height:18px;background-color:#1a96f0;color:#fff;border-radius:50%;font-size:11px;padding:0;margin:0}.username{margin-top:-4px;margin-left:1px;margin-bottom:-8px}.chat-usersection{padding-left:16px;display:flex;justify-content:space-between}.custom-search-width{width:350px!important}.attached-img{height:100px;width:100px;-o-object-fit:cover;object-fit:cover;margin-right:10px}.hubdropdown-icon{position:absolute;top:28px;right:18px;transform:translateY(-50%);width:20px;height:20px}.btn-contained{border-radius:4px;background-color:#fff;border:1px solid #183b59!important;color:#183b59}.btn-contained,.btn-filled{height:40px;padding:8px 15px!important;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0}.btn-filled{width:auto;border-radius:4px;background-color:#183b59;border:none;color:#fff}.text-left{text-align:left!important}.font-size-10{font-size:10px!important}.font-size-12{font-size:12px!important}.font-size-14{font-size:14px!important}.font-size-16{font-size:16px!important}.font-size-18{font-size:18px!important}.font-size-20{font-size:20px!important}.font-size-22{font-size:22px!important}.font-size-24{font-size:24px!important}.color-black{color:#000}.fw-500{font-weight:500!important}.carrier-div:hover{background:#f5f5f5;cursor:pointer}.shipment-title{margin-top:28px}.prod-detail1{margin-left:20px;height:100%;width:100%}.cardDiv{background:#fff;text-align:center;padding:20px;border-radius:10px}.recentDiv{border:1px solid #000;background:#fff;padding:10px;height:500px;overflow:hidden;overflow-y:scroll}.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%}.form-control:focus{box-shadow:none!important}.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-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-yes{background-color:red!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{display:flex;justify-content:center;align-items:center;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}}.btn-custom2{background-color:#183b59!important;color:#fff;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}&:disabled{background-color:#183b59a2!important}}.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-2{color:#000;font-size:24px!important;font-weight:600;line-height:48px}.header-main-1-a{color:#0f283e;width:60%}.header-main-1-a,.header-main-1-b{font-size:14px!important;font-weight:400}.header-main-1-b{color:#4b5e6e;width:80%}.message-dot{height:8px;width:8px;border-radius:50%;background:#2d9cdb;margin-right:10px}.see-all{color:#2d9cdb;font-size:14px!important;font-weight:400;text-align:center;cursor:pointer}.back-content{background-color:#eee}.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}}.custom-input{padding:10px!important}.checkbox-label{color:#1a96f0!important;cursor:pointer}.upload-text{margin-left:7px;width:10px}.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}}.confirmationText{font-size:12px}.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 #e0e0e0;background-color:#ecf7ff;color:#000;font-size:14px;font-weight:400;padding:8px 10px!important}.success-tick{height:82px;width:82px}.pad-container{padding:"0px 40px"}.table-title{margin-left:20px;margin-bottom:-50px}.table-title,.table-title1{font-size:18px;font-weight:700;line-height:28px;letter-spacing:0}.step-label{color:#000;font-size:12px!important;font-weight:500;line-height:16px}.freight-check-label{font-weight:600;margin-top:5px}.freight-check-label,.freight-check-label1{color:#000;font-size:14px!important;line-height:20px;margin-left:5px}.freight-check-label1{font-weight:400;margin-top:3px}.freight-check input{height:20px;width:20px;border-radius:3px}.freight-check1 input{height:16px;width:16px;border-radius:3px}.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}.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}.rfq-container{height:auto!important;border-top:1px solid #e0e0e0;padding:20px 0;margin:0 20px!important;width:100%}.p-image{height:140px;width:140px;min-width:140px}.p-image1{height:177px;width:177px;margin-right:10px}.prod-detail{margin-left:20px;height:100%;width:100%}.tit-1{font-weight:400}.tit-1,.tit-2{font-size:12px;line-height:20px;letter-spacing:0;color:#000}.tit-2{font-weight:600}.tit-3,.tit-3-a{font-size:18px;font-weight:600;letter-spacing:0;color:#000}.tit-3-a{margin-top:-20px}.tit-4{margin-top:-15px;line-height:20px}.tit-4,.tit-5{font-size:12px;font-weight:400;letter-spacing:0;color:#000}.tit-5{line-height:14px;margin-bottom:1px;padding-bottom:5px}.tit-6{font-size:13px;font-weight:400;text-align:center;letter-spacing:0;color:#616161;margin-bottom:0}.tit-7{font-size:13px;text-align:left;margin-left:30px}.tit-7,.tit-7-b{font-weight:500;letter-spacing:0;color:#000;margin-bottom:0}.tit-7-b{font-size:14px;text-align:center}.tit-7-a{text-align:left;font-weight:500;color:#000}.tit-7-a,.tit-8{font-size:13px;letter-spacing:0;margin-bottom:0}.tit-8{font-weight:400;line-height:17px;margin-top:5px;color:#616161}.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}.info-item:last-child:after{width:0;background-color:#e0e0e0}.info-item{position:relative;padding:0 20px}.info-item1{padding:0}.right-grid1{padding:0!important}.btn-internal-1{border-radius:4px;background-color:#fff;border:1px solid #183b59!important;color:#183b59;min-width:-moz-fit-content;min-width:fit-content}.btn-internal-1,.btn-internal-dark{height:32px;padding:8px 15px!important;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0}.btn-internal-dark{border-radius:4px;background-color:#183b59;border:none;color:#fff}.btn-internal-4{height:40px;padding:8px 15px!important;border-radius:4px;gap:4px;width:49%;background-color:#fff;border:1px solid #183b59!important;font-size:16px;letter-spacing:0;color:#183b59}.btn-internal-4,.review-time{font-weight:500;line-height:16px}.review-time{font-size:12px;color:#000}.btn-internal-5{background-color:#183b59!important;color:#fff;height:40px;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}}.btn-accept{height:32px;padding:8px 15px!important;border-radius:4px;font-size:12px;border:none}.btn-accept,.btn-accept-a{gap:4px;font-weight:500;line-height:16px;letter-spacing:0;background:#00a162;color:#fff}.btn-accept-a{margin-right:10px;right:-5px;top:2px;height:16px;padding:0 5px!important;border-radius:38px;font-size:9px;border:none}.btn-add{width:122px;margin-left:10px;background:#183b59}.btn-add,.btn-reject{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{height:32px;background:#ff2032}.rfq-details1 .col-lg-4,.rfq-details1 .container,.rfq-details2 .col-lg-4,.rfq-details2 .container,.rfq-details2 .row{padding:0!important;margin:0!important}.rf-det-container{padding-left:20px;padding-bottom:20px}.image-container1{overflow:auto;width:100%}.btn-internal-2{color:#1a96f0}.btn-internal-2,.btn-internal-3{height:32px;padding:8px 15px!important;border-radius:4px;gap:4px;border:none;background-color:#fff;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0}.btn-internal-3{color:#f34}.detail-top-box{border-bottom:1px solid #e0e0e0;padding-bottom:10px}.detail-top-box2{border-bottom:1px solid #e0e0e0;padding-bottom:20px}.mar10{margin-left:10px}.modal-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}.assign-title{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left;color:#000}.assign-image{margin-right:20px;width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.add-vehicle .react-datepicker-wrapper{width:100%}.add-vehicle .react-datepicker__year-dropdown{max-height:150px;overflow-y:auto}.navbar-vertical-nav .navbar-vertical{z-index:1!important}.add-vehicle .react-datepicker__input-container{display:flex;align-items:center}.add-vehicle .react-datepicker__input-container .react-datepicker__calendar-icon{padding:.7rem;right:0}.menu-background{background:#183b59}.navbar-vertical-nav .navbar-vertical .navbar-nav .nav-item .nav-link:hover{background-color:#183b59!important;color:#fff!important}.menu-active{color:#fff}.add-vehicle input{height:41px;border:1px solid #dfe2e1;border-radius:.5rem;padding-left:15px!important;width:100%}.btn-filter{width:81px;height:42px;padding:6 8;gap:7px;border:none;margin-left:20px;border-radius:4px;background:#f5f5f5;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#000;display:flex;align-items:center;justify-content:center}.searchbar{min-width:300px}.modal-content{border-radius:4px!important}.sort-title{font-size:16px;font-weight:600;line-height:24px}.form-check-label-1,.sort-title{letter-spacing:0;text-align:left}.form-check-label-1{color:#000;font-size:14px;font-weight:400;line-height:20px}.btn-absol{position:absolute;top:10px;right:20px;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}.rfq-container1{max-width:none!important}@media (min-width:600px) and (max-width:1000px){.tit-3-a{font-size:18px;font-weight:600;letter-spacing:0;color:#000;margin-top:-40px}.p-image{height:100px;width:100px;min-width:100px}.rfq-container1 p{margin-bottom:0!important}.tit-1,.tit-2{font-size:12px;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}.p-image1{height:150px;width:150px}.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-add{height:42px}}@media only screen and (max-width:600px){.tit-3-a{font-size:18px;font-weight:600;letter-spacing:0;color:#000;margin-top:-40px;margin-bottom:2px}.md-stepper-horizontal .md-step .md-step-title{font-size:10px!important}.info-item1 .row{margin:0!important}.edit-profile-btn{margin-top:15px!important;margin-left:auto!important}.view_quote_img img{height:70px!important;width:70px!important;margin-left:32px!important}.postReceivedCon{display:block!important}.postReceivedCon button{margin-bottom:10px}.label-responsive.form-label-custom{font-size:12px!important}.input-responsive.form-control{padding:.35rem 1rem}.form-check-inline{margin-top:9px!important}.cancel-reason-desc{font-size:9px!important;line-height:11.52px!important}.rfq-container{padding-left:5px!important;padding-right:5px!important}.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}.detail-top-box{flex-direction:column;justify-content:flex-start!important}.detail-top-box1{justify-content:space-between}.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}.message-dot{height:8px;width:8px;border-radius:50%;background:#2d9cdb;margin-right:10px;margin-top:3px}.rfq-container1 p{margin-bottom:0!important}.p-image{height:100px;width:100px;min-width:100px}.tit-1,.tit-2{font-size:11px;margin-bottom:0}.tit-3{margin-top:0;font-size:14px}.tit-4{margin-top:-5px;line-height:14px}.tit-4,.tit-5{font-size:11px}.tit-5{line-height:12px}.tit-6{font-size:10px}.tit-7{font-size:11px;text-align:left}.right-grid1{height:auto}.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,.btn-internal-3{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}.tit-8{font-size:12px}.p-image1{height:100px;width:100px}.table-title{margin-left:20px;margin-bottom:-10px}.btn-add{margin-top:10px}.btn-add,.btn-filter{width:100%;height:42px;margin-left:0}.btn-filter{margin-top:0}.mobile-filters{flex-direction:column}.mar10{margin-left:0}.btn-absol{top:10px}.footer{padding:4rem 30px!important}}.color-blue{color:#1a96f0}.btn-absol1{position:absolute;top:10px;right:110px;height:32px;padding:8px 15px!important;border:1px solid #183b59;border-radius:4px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;background-color:#fff;color:#183b59}.address_type_title{color:#000;font-size:18px;font-weight:600;line-height:28px;margin-bottom:20px}.address_type_label{font-size:14px;font-weight:400;line-height:20px;margin-top:10px;margin-left:5px!important}.detail-top-box3{padding-bottom:20px}.border-between{padding:20px;padding-left:30px!important;padding-right:100px!important;border-right:1px solid #e0e0e0}.h-100vh{height:100vh!important}.master_icon{width:50px;height:50px}.master-title{font-size:11px;font-weight:500;line-height:20px;text-align:center;margin-top:5px}.master-container{cursor:pointer;display:flex;justify-content:center;align-items:center;width:88px;height:114px;border:1px solid #f5f5f5;box-shadow:0 4px 24px 0 #0000000d}.col-lg-15,.col-md-15,.col-sm-15,.col-xs-15{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-lg-15{width:33%!important;float:left}.modal-fixed-container{max-height:75vh!important;overflow:auto;box-sizing:border-box;-ms-overflow-style:none}.h-50-custom{height:50vh}.overflow-auto{-ms-overflow-style:none;scrollbar-width:none}.ql-container{min-height:10rem}.fixed-bank-height{min-height:40vh;max-height:58vh;height:auto;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.del-icon{height:20px;width:20px}.bank-card{border:1px solid #bdbdbd;border-radius:8px;padding:10px 0;cursor:pointer}.add-icon{height:20px;width:20px;padding:0;margin-left:0;margin-right:5px}.h-25-custom{height:25vh!important}.modal{z-index:50000000!important;-ms-overflow-style:none;scrollbar-width:none}@media (max-width:600px){.mobile-margin-left-auto{margin-left:auto}.border-between{padding-left:20px!important;padding-right:20px!important}.address_type_title{font-size:16px}.address_type_label{font-size:12px}.rfq-container{width:95%!important}}@media (min-width:768px){.address_type_title{color:#000;font-size:18px;font-weight:600;line-height:28px;margin-bottom:20px}.address_type_label{font-size:14px;font-weight:400;line-height:20px;margin-top:10px;margin-left:5px!important}.master-title{font-size:14px}.master-container{width:100%;height:150px}.master_icon{width:70px;height:70px}.col-lg-15{width:33%!important;float:left}.rfq-container{width:95%}}@media (min-width:1024px){.master_icon{width:auto;height:auto}.master-container{width:180px;height:180px}.col-lg-15{width:20%!important;float:left}}@media (min-width:1200px){.master-container{width:204px;height:204px}.col-lg-15{width:20%!important;float:left}}.edit_profile_container{z-index:500;content:"";background-size:cover;top:0;right:0;bottom:0;left:0;opacity:.9;display:flex;justify-content:center}.eyeIcon{filter:invert(61%) sepia(66%) saturate(0) hue-rotate(140deg) brightness(101%) contrast(118%)}.md-stepper-horizontal{display:table;width:100%;margin:0 auto;background-color:#fff}.md-stepper-horizontal .md-step{display:table-cell;position:relative;padding:24px}.md-stepper-horizontal .md-step:active,.md-stepper-horizontal .md-step:hover{background-color:transparent!important}.md-stepper-horizontal .md-step:active{border-radius:15%/75%}.md-stepper-horizontal .md-step:first-child:active{border-top-left-radius:0;border-bottom-left-radius:0}.md-stepper-horizontal .md-step:last-child:active{border-top-right-radius:0;border-bottom-right-radius:0}.md-stepper-horizontal .md-step:hover .md-step-circle{background-color:transparent!important}.md-stepper-horizontal .md-step:first-child .md-step-bar-left,.md-stepper-horizontal .md-step:last-child .md-step-bar-right{display:none}.md-stepper-horizontal .md-step .md-step-circle{border-radius:50%;color:#000;border:2px solid #183b59}.md-stepper-horizontal .md-step .md-step-circle,.md-stepper-horizontal .md-step .md-step-second{width:30px;height:30px;margin:0 auto;text-align:center;line-height:24px;font-weight:600;font-size:19px;height:3.5rem;width:3.5rem;align-items:center;display:flex;justify-content:center}.md-stepper-horizontal .md-step .md-step-second{border-radius:50%;color:#616161;background-color:#eee}.md-step-circle.first-completed{color:#fff!important;border:2px solid #fff!important}.first-completed img{height:66px!important}.md-step-second.second-completed{color:#000!important;border:2px solid #183b59!important;background:transparent!important}.md-stepper-horizontal.green .md-step.active .md-step-circle{background-color:#00ae4d}.md-stepper-horizontal .md-step.done .md-step-circle:before{font-family:FontAwesome;font-weight:100;content:"\f00c"}.md-stepper-horizontal .md-step.done .md-step-circle *,.md-stepper-horizontal .md-step.editable .md-step-circle *{display:none}.md-stepper-horizontal .md-step.editable .md-step-circle{transform:scaleX(-1)}.md-stepper-horizontal .md-step.editable .md-step-circle:before{font-family:FontAwesome;font-weight:100;content:"\f040"}.md-stepper-horizontal .md-step .md-step-title{margin-top:16px;font-size:16px;font-weight:600;text-align:center}.md-step-title.title-first-active,.md-step-title.title-second-completed{color:#010101!important}.md-stepper-horizontal .md-step.active .md-step-title{font-weight:600;color:rgba(0,0,0,.87)}.md-stepper-horizontal .md-step .md-step-bar-left,.md-stepper-horizontal .md-step .md-step-bar-right{position:absolute;top:50px;height:1px;border-top:1px solid #ddd}.md-stepper-horizontal .md-step .md-step-bar-right{right:0;left:50%;margin-left:41px}.md-stepper-horizontal .md-step .md-step-bar-left{left:0;right:50%;margin-right:41px}.info-item1 .row>*{margin:0!important;padding:0!important}.btn-update{width:76px}.btn-edit,.btn-update{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-edit{width:95px!important}.stepper-container{display:flex;justify-content:center}.forgot-navigation{font-weight:400;line-height:20px;letter-spacing:0;font-size:14px;cursor:pointer;text-align:right}.forgot-navigation a{color:#1a96f0!important}.graph-map-card{margin-top:80px}.stepper-title{position:relative;display:flex;justify-content:center}.stepper-label{position:absolute;width:-moz-max-content;width:max-content;text-align:center;top:30px}.bar-green{background:#00ae4d}.bar-yellow{background:#ffbf3a}.w-6{width:18px}.w-370{width:370px}.notification-active{background-color:#caddf8}.w-85{width:85%}.h-6{height:18px}.rounded-full{border-radius:50%}.w-12{width:150px}.h-1{height:.25rem}.text_link{color:blue!important;text-decoration:underline;cursor:pointer}.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}.custom-pagination{display:flex;flex-wrap:wrap;row-gap:20px;list-style:none;padding:0;justify-content:center}.custom-pagination>li{margin:0 8px}.custom-pagination>li>a{text-decoration:none;color:#fff!important;background-color:#183b59;border-radius:5px;padding:8px 12px;cursor:pointer;transition:background-color .3s}.custom-pagination>li>a:hover{background-color:#183b59;color:#ccc}.custom-pagination>li.selected>a{font-weight:700;background-color:#28a745;color:#ccc}.custom-pagination>li.disabled>a{color:#ccc;cursor:not-allowed;background-color:#e9ecef}#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:110px;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:200px;float:right;text-align:right;display:block}@media (max-width:700px){#google_translate_element{width:100px}}.goog-te-banner-frame.skiptranslate{display:none!important}body{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}#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}.mt-100{margin-top:60px!important}#google_translate_element .goog-te-combo{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.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}.top-region{border:1px solid #dfe2e1}.sub-box{border:1px solid #9da09f;padding:1px;text-align:center}.training-attachment{cursor:pointer;border-radius:7px!important;width:120px!important;height:120px!important}.search-input{padding-left:30px!important}.search-icon{position:absolute;top:13px;left:10px}.cursor-not-allowed{cursor:not-allowed!important}.notranslate{translate:no}.adjust-notes p{padding:5px;white-space:pre-line;word-wrap:break-word;display:block}.text-truncate-container{max-width:200px!important;text-overflow:ellipsis;overflow:hidden}.file-text{max-width:160px!important;word-break:break-all}.badge-primary{background-color:rgba(0,69,124,.1);color:var(--primary-color)}.badge-secondary{background-color:rgba(255,99,25,.1)}.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}.arrow-icon{font-size:25px!important;margin-right:10px!important;color:#010101}.gradient-background{background:linear-gradient(180deg,#0d2942,#1a6c92 50%,#27acc7);min-height:80vh}.ql-editor.ql-blank:before{color:#b0b0b0!important;font-style:normal!important;opacity:1!important}.ai-search-bar{z-index:1036!important}.auth-btn{width:100px!important;height:40px!important;font-size:14px!important}@media (max-width:600px){.mobile-redirection-popup{position:sticky!important;top:0!important;z-index:1035!important}}.btn-absol2{position:absolute;top:10px;right:23px;height:32px;padding:8px 15px!important;border:1px solid #183b59;border-radius:4px;gap:4px;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0;background-color:#183b59}.modal-description{height:146px}.ship-dropdown{width:250px!important;height:40px!important;border:1px solid #000}.text-danger-modal{color:#f34;font-size:12px;font-weight:400;line-height:16px}.cancel-reason-desc{height:150px;font-weight:400;font-size:12px;line-height:14.52px;color:#000}.details_title{font-size:16px;font-weight:600;line-height:24px;letter-spacing:0}.view_quote_img img{height:100px;width:100px;margin-left:32px}.postReceivedCon{display:flex;align-items:center;justify-content:end}.btn-send{font-size:11px!important}.driverContainer .detail-top-box{padding:15px 20px}.driverContainer.table-tabs{padding:0}.innerContainer{padding:10px 20px}.poContainer.table-tabs{padding:10px 0 0}.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}.back-arrow{font-size:"25px";margin-right:"10px";color:#010101}.btn-save{background:#183b59}.displayed_img{cursor:pointer;-o-object-fit:cover;object-fit:cover;border-radius:7px}.upload_cursor{cursor:pointer}.upload_img{height:60;width:60;border-radius:"50%";box-shadow:0 4px 4px 0 #00000012;border:1px solid #00000012;cursor:"pointer"}.address_master{border-bottom:1px solid #e0e0e0;padding:12px 30px}.rfd_message_input.form-control{width:97%}.tb-title{font-weight:700;font-size:18px;line-height:28px;color:#000;text-align:center}.link_button{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#1a96f0!important}.w-250{width:250px}.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}.z-auto{z-index:auto!important}.fly-up{animation:rotateY-anim 1s linear infinite,floatBubble .5s ease-out infinite normal}#exampleModalCenter{background:#00000080;z-index:1201}.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:500px}to{top:-400px}}@keyframes floatBubbleDown{0%{top:-500px}to{top:150px}}