:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{font-family:Mulish,sans-serif;padding:0;border:none;outline:none!important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none;-webkit-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none}*,p{margin:0}body,html{padding:0;margin:0;border-radius:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Mulish,sans-serif}em{font-style:normal}body{font-family:Mulish,sans-serif;font-weight:400;font-size:14px;line-height:20px;background-color:#fff}.btn,a,button,input,input[type=buttton],input[type=submit]{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;outline:none!important;font-style:normal;text-decoration:none}input{width:100%}figure,img{max-width:100%;max-height:100%}figure,img,li,ul{margin:0;padding:0}li,ul{list-style:none}a,a:focus,a:hover{text-decoration:none;font-family:Mulish,sans-serif}h1{font-size:32px;line-height:48px}h1,h2{margin:0}h2{font-size:28px;line-height:40px}h3{font-size:24px;line-height:36px}h3,h4,h5,h6,p{margin:0}input,textarea{padding:5px 10px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}svg{vertical-align:middle}p{font-size:16px;font-weight:400;line-height:24px;color:#000}a{text-decoration:none}input::placeholder{font-family:Mulish,sans-serif;font-weight:400;color:#828891}textarea::placeholder{color:#828891}.container{max-width:1600px;margin:0 auto;padding:0 15px}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent;border-radius:0}::-webkit-scrollbar-thumb{background:#dce6f5;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#dce6f5}.no-scroll{overflow:hidden}@media screen and (max-width:1600px){h1{font-size:26px;line-height:36px}h2{font-size:22px;line-height:34px}h3{font-size:20px;line-height:30px}}@media screen and (max-width:991px){h2{font-size:20px;line-height:30px}}.signin{padding:20px;height:100vh}.signInInner{height:calc(100vh - 40px)}.signInInner,.signin_left{display:flex;align-items:center}.signin_left{min-width:738px;width:738px;border-radius:16px;background-color:#041022;height:100%}.logo{display:block;text-align:center;padding:240px 0;background-color:#05152D;width:100%}.signin_right{width:100%;display:flex;align-items:center;justify-content:center}.signin_box_holder{width:480px;border:1px solid #d1e1f9;border-radius:16px}.signin_box_holder h1{padding:24px 32px;background-color:#F4F7FE;text-align:center;border-radius:16px 16px 0 0;font-weight:900;color:#0A2A5B}.bodyholder_signin{padding:32px}.show_err{padding:12px;border-radius:16px;background-color:#FBD4D4;display:flex;align-items:center;font-size:12px;color:#ED5151;font-weight:400;letter-spacing:.5px;gap:8px;margin-bottom:24px}.show_err span{font-size:17px}.input_row label{font-weight:700;letter-spacing:.5px;font-size:16px;color:#36404E;margin-bottom:4px;line-height:24px;display:block}.inp_holder input{padding:0 16px;border-radius:12px;border:1px solid #e6e7e9;height:56px;font-weight:400;font-size:16px;letter-spacing:.5px;color:#000}.input_row+.input_row{margin-top:16px}.inp_pass_holder{position:relative}.pass_eye{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#9B9FA7;font-size:18px;cursor:pointer}.inp_pass_holder input{padding-right:50px}.hidden{display:none}.error_msg{font-size:12px;font-weight:600;color:#ED5151;line-height:18px}.error{border-color:#ED5151!important}.solid_btn{padding:16px 32px;border-radius:12px;background-color:#1A68E3;width:100%;height:56px;color:#fff;font-weight:900;font-size:16px;line-height:24px;letter-spacing:1px;cursor:pointer}.solid_btn:hover{background-color:#05152D}.forgot_pass{margin-top:24px;color:#1A68E3;font-weight:900;display:block;text-align:center;letter-spacing:1px}.forgot_pass:hover{text-decoration:underline}.chk_email{display:block;padding:12px;background-color:#C9DAF4;border-radius:12px;letter-spacing:.5px;color:#266BD2;font-size:12px;margin-top:25px}.chk_email span{font-size:18px;margin-right:8px;vertical-align:middle}.input_row .solid_btn{margin-top:10px}.mob_logo{display:none}.input_row p{color:#041022;letter-spacing:.5px}.input_row p span{font-weight:700}@media screen and (max-width:1440px){.signin_left{min-width:650px;width:650px}.logo{padding:180px 0}.logo img{max-width:250px}}@media screen and (max-width:1199px){.signin_left{min-width:410px;width:410px}.logo{padding:150px 0}.logo img{max-width:200px}}@media screen and (max-width:991px){.signInInner{align-items:flex-start;flex-direction:column;height:100%}.signin{padding:0}.signin_left{min-width:100%;width:100%;border-radius:0;padding:12px 16px;height:64px}.logo{padding:0;width:auto;background:transparent}.logo a{display:block;width:42px}.signin_right{padding:16px}.logo img{max-width:100%}.dsktop_logo{display:none}.mob_logo{display:block}}@media screen and (max-width:480px){.bodyholder_signin{padding:16px}.signin_box_holder h1{padding:16px;font-size:20px;line-height:24px}.inp_holder input{border-radius:8px;height:46px}}.sidemenu_expand .dashboard_left{width:312px}.dashboard_left{width:auto;background-color:#041022;border-radius:16px;border-right:0 solid #041022;bottom:0;box-shadow:0 25px 48px #0000001a;color:#fff;display:flex;flex-direction:column;left:0;margin:20px;position:fixed;top:0;transition:width .3s ease-in-out,background-color .3s ease-in-out;z-index:1035}.sidemenu_expand .side_bar_top{padding:24px 12px 24px 20px;background-color:#05152D}.side_bar_top,.sidemenu_expand .side_bar_top{align-items:center;display:flex;justify-content:space-between;color:#8DB4F1;margin-bottom:24px}.side_bar_top{border-radius:16px 16px 0 0;position:relative;padding:24px 12px 24px 16px}.dashboard_left:hover .side_bar_top,.side_bar_top{background-color:#05152d38}.brand-link{cursor:pointer;width:auto}.dashboard_left:hover .brand-link,.sidemenu_expand .brand-link{display:block}.dahboard_menu_trigger{transform:rotate(180deg);position:absolute;right:-16px}.dahboard_menu_trigger,.sidemenu_expand .dahboard_menu_trigger{border-radius:50%;display:block;font-size:15px;height:28px;line-height:28px;padding:0!important;text-align:center;width:28px;cursor:pointer;background-color:#081F44}.sidemenu_expand .dahboard_menu_trigger{transform:rotate(0deg);position:static}.dashboard_left:hover .dahboard_menu_trigger{position:static}.dashboard_left:hover .side_nav ul li a span,.sidemenu_expand .side_nav ul li a span{font-size:16px;visibility:visible;opacity:1;display:block}.side_nav ul li a span{font-size:0;visibility:hidden;opacity:0;display:none}.side_nav ul li a{align-items:center;color:#B4B7BD;display:flex;font-size:16px;font-weight:700;height:56px;line-height:normal;outline:none;padding:15px 20px;position:relative;text-decoration:none;transition:all .2s ease-in-out}.dashboard_left:hover .side_nav ul li a em,.sidemenu_expand .side_nav ul li a em{margin:0 12px 0 0}.side_nav ul li a em{text-align:center;width:20px;font-size:18px;margin:0 auto;line-height:100%}.side_nav ul li a.active,.side_nav ul li a:hover{background-color:#1A68E3!important;color:#fff!important}.side_nav ul li a.active em img,.side_nav ul li a:hover em img{filter:brightness(150%)}.dashboard_left:hover{-webkit-backdrop-filter:blur(.3rem);backdrop-filter:blur(.3rem);background-color:#041022ba;width:312px}.sidemenu_expand .dashboard_left:hover{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:#041022}.log_out{padding:10px;color:#1A68E3;background-color:#081F44;border-radius:15px;width:100%;cursor:pointer;font-weight:900;font-size:0;transition:none}.log_out:hover img{filter:brightness(200%)}.log_out span{margin-left:0;font-size:18px}.log_out_holder{left:0;right:0;position:absolute;bottom:0;padding:10px}.dashboard_left:hover .log_out,.sidemenu_expand .log_out{font-size:18px;padding:16px}.dashboard_left:hover .log_out span{margin-left:10px;font-size:18px}.sidemenu_expand .log_out span{margin-left:10px}.dashboard_left:hover .log_out_holder,.sidemenu_expand .log_out_holder{padding:20px}.log_out:hover{color:#fff;background-color:#0d54c5}.sidemenu_expand.dasboard_body{padding-left:345px;display:flex;flex:1 1 auto;flex-direction:column;transition:all .2s ease-in-out}.dasboard_body{padding-left:110px;margin:20px 20px 20px 0;height:calc(100vh - 40px)}.side_nav ul{max-height:calc(100vh - 250px);overflow:auto}.mobile_view_toggle_outer{position:relative;display:none}.current_pg{font-size:16px;font-weight:700;color:#fff;letter-spacing:.5px}.notify{margin-right:0!important;width:20px;height:20px;border:1px solid #8db4f1;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:1px;color:#fff;font-weight:900;font-size:11px!important;background-color:#1A68E3;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.dashboard_right{height:100%;border:1px solid #d1e1f9;border-radius:16px}.global_dash_head{background-color:#F4F7FE;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0}.global_dash_head h1 em{width:56px;height:56px;background-color:#D1E1F9;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#1A68E3;font-size:26px;margin-right:16px}.global_dash_head h1 em img{width:28px}.global_dash_head h1{color:#0A2A5B;font-weight:900;display:flex;align-items:center}.global_dash_head h1 span{background-color:#E8F0FC;width:56px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;color:#36404E;margin-left:8px}.error_btn,.global_dash_head h1 span{border-radius:16px;height:56px;cursor:pointer}.error_btn{background-color:#FBD4D4;padding:0 32px;font-weight:900;text-align:center;font-size:16px;color:#ED5151}.error_btn span{margin-right:8px;font-size:20px}.inner_bashboard_body{padding:0 32px 32px;height:calc(100vh - 165px);background-color:#fdfdff;border-radius:0 0 20px 20px}.dashboard_sub_head{display:grid;grid-template-columns:repeat(4,1fr)}.inner_block_subhead{border:4px solid #1a68e3;border-radius:0 0 16px 16px;padding:16px;background-color:#081F44;border-top:0;text-align:center}.inner_block_subhead:last-child,.inner_block_subhead:nth-child(2),.inner_block_subhead:nth-child(3){margin-left:-30px}.inner_block_subhead p{color:#E6E7E9;letter-spacing:.5px}.inner_block_subhead h2{font-weight:900;letter-spacing:.5px;color:#fff}.index-grid_body{padding-top:32px;height:calc(100% - 100px)}.inner_sub_heading_global{padding:16px 24px;background-color:#E8F0FC;border-radius:16px 16px 0 0}.inner_sub_heading_global h2{color:#0A2A5B;font-weight:900;letter-spacing:.5px}.index_grid_block{border:1px solid #f4f7fe;border-radius:16px;height:100%}.app_insignts_holder{padding:24px 32px 24px 0;overflow:auto;height:calc(100% - 73px)}.insights_inner{padding:24px 16px 24px 24px;border:1px solid #e8f0fc;border-radius:0 16px 16px 0;background-color:#FDFDFF;position:relative}.insights_inner h2{font-weight:900;letter-spacing:.5px}.red{color:#ED5151}.insights_inner p{color:#4F5864;display:flex;align-items:center;gap:8px}.insights_inner p span{line-height:100%;vertical-align:middle}.insights_inner+.insights_inner{margin-top:16px}.index-grid_body .row,.index-grid_body .row .col-xxl-3,.index-grid_body .row .col-xxl-6{height:100%}.green{color:#0ABA6E}.blue{color:#266BD2}.view_all{font-size:16px;line-height:24px;font-weight:900;color:#1A68E3;text-decoration:underline;position:absolute;top:24px;right:16px;display:flex;align-items:center;gap:8px}.carrer_stat_body{padding:16px;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:8px;row-gap:8px;grid-column-gap:16px;column-gap:16px;overflow:auto;height:calc(100% - 73px);background-color:#FDFDFF}.career_stat_box{padding:16px;border-radius:16px;border:1px solid #d1e1f9;background-color:#fff}.career_stat_box figure{padding:16px;border-radius:12px;background-color:#E8F0FC;text-align:center}.career_stat_box figure img{max-height:64px}.career_bx{padding-top:16px}.career_bx h3{font-weight:700;color:#041022;margin-bottom:12px}.connected{border:1px solid #0aba6e;border-radius:16px;background-color:#D9F4E9;color:#0ABA6E}.connected,.disconnected{padding:4px 12px;font-weight:900;font-size:12px;letter-spacing:.5px;margin-bottom:8px;display:inline-block}.disconnected{border:1px solid #ed5151;border-radius:16px;background-color:#FBD4D4;color:#ED5151}.career_bx p{font-size:14px;font-weight:400;line-height:20px;color:#4F5864;letter-spacing:.5px;display:flex;align-items:center;gap:5px}.transactions_body{background-color:#FDFDFF;padding:16px 24px;overflow:auto;height:calc(100% - 73px);border-radius:0 0 16px 16px;position:relative}.transactions_row{padding:12px 0;border-bottom:1px solid #d1e1f9;display:flex;align-items:center}.trans_amount{border:1px solid #5c90dd;border-radius:16px;padding:4px 12px;background-color:#C9DAF4;font-weight:900;font-size:14px;color:#0F284F;letter-spacing:.5px;display:inline-block;margin-left:auto}.transaction_block_left h6{font-size:12px;color:#041022;margin-bottom:4px;letter-spacing:.5px}.transaction_block_left p{font-size:14px;font-weight:700;line-height:20px;color:#36404E}.transaction_block_left{min-width:75%;width:75%}.view_btn{font-size:14px;text-align:center;background-color:#E8F0FC;width:100%;padding:10px;font-weight:900;color:#36404E;letter-spacing:1px;border-radius:12px}.view_btn_holder{position:absolute;bottom:0;left:0;right:0;padding:16px 24px;background-color:#FDFDFF}.transaction_block_right{display:flex;width:100%}.sidemenu_expand .mob_dsh_logo{display:none}.sidemenu_expand .dsh_logo{display:block}.dsh_logo{display:none;max-width:190px}.dashboard_left:hover .dsh_logo{display:block}.dashboard_left:hover .mob_dsh_logo{display:none}.mob_dsh_logo{display:block;width:42px}.mob_view_error{display:none}@media screen and (max-width:1600px){.inner_sub_heading_global{padding:10px 15px}.app_insignts_holder{padding:15px 15px 15px 0;overflow:auto;height:calc(100% - 53px)}.insights_inner{padding:15px}.insights_inner+.insights_inner{margin-top:10px}.insights_inner p{font-size:14px;line-height:22px}.view_all{font-size:14px;line-height:20px;top:20px;right:15px;gap:5px}.dashboard_left:hover,.sidemenu_expand .dashboard_left{width:270px}.sidemenu_expand.dasboard_body{padding-left:305px}.inner_bashboard_body{padding:0 16px 32px;height:calc(100vh - 138px)}.global_dash_head{padding:20px 16px}.global_dash_head h1 em{width:48px;height:48px;font-size:20px;margin-right:10px}.global_dash_head h1 span{border-radius:12px;width:45px;height:45px;font-size:18px}.transactions_body{padding:16px}.carrer_stat_body,.transactions_body{height:calc(100% - 53px)}.connected,.trans_amount{border-radius:12px;padding:2px 10px;font-size:12px}.career_stat_box{padding:10px}}@media screen and (max-width:1440px){.transaction_block_left{min-width:70%;width:70%}.transaction_block_left p{font-size:12px;line-height:16px}.transaction_block_left h6{font-size:10px}}@media screen and (max-width:1399px){.app_insignts_holder{height:auto}.carrer_stat_body{height:300px}.inner_bashboard_body{height:auto}.dashboard_right{border-radius:16px;overflow:auto;position:relative}.top_home{position:-webkit-sticky;position:sticky;width:100%;top:0;z-index:3}.transactions_body{height:auto}.dashboard_sub_head{grid-template-columns:repeat(2,1fr)}.inner_block_subhead{border:1px solid #1a68e3;border-radius:0}.inner_block_subhead:last-child,.inner_block_subhead:nth-child(2),.inner_block_subhead:nth-child(3){margin-left:0}.inner_block_subhead:nth-child(3){border-radius:0 0 0 16px}.inner_block_subhead:last-child{border-radius:0 0 16px 0}.index-grid_body{padding-top:20px;height:auto}.index-grid_body .row{gap:20px}}@media screen and (max-width:991px){.dsh_logo,.sidemenu_expand .dsh_logo{display:none}.mob_dsh_logo,.sidemenu_expand .mob_dsh_logo{display:block}.sidemenu_expand .dashboard_left{width:100%;margin:0;background-color:transparent!important;-webkit-backdrop-filter:inherit;backdrop-filter:inherit}.dashboard_left:hover .dsh_logo{display:none}.dashboard_left:hover .mob_dsh_logo{display:block}.dahboard_menu_trigger,.sidemenu_expand .dahboard_menu_trigger{display:none}.mobile_view_toggler{width:48px;padding:12px;cursor:pointer}.mobile_view_toggle_outer .notify{right:0;top:13px}.mobile_view_toggler span{display:block;height:2px;border-radius:50%;background-color:#fff;width:100%;transition:.4s}.mobile_view_toggler.active span:first-child{transform:translateY(11px) rotate(45deg)}.mobile_view_toggler.active span:nth-child(2){opacity:0}.mobile_view_toggler.active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.mobile_view_toggler span+span{margin-top:6px}.mobile_view_toggle_outer{position:relative;display:flex;align-items:center;gap:4px}.side_bar_top,.sidemenu_expand .side_bar_top{padding:8px 16px;margin-bottom:0;border-radius:0;position:fixed;z-index:999;width:100%;background-color:#05152D}.dashboard_left{border-radius:0;margin:0;width:100%;background:transparent;position:static}.dashboard_left:hover{background-color:transparent;width:100%}.dashboard_left:hover,.sidemenu_expand .dashboard_left:hover{-webkit-backdrop-filter:inherit;backdrop-filter:inherit}.side_nav{position:fixed;background-color:#05152D;top:-100%;left:0;width:100%;height:auto;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:top .4s ease-in-out}.side_nav.open{top:57px;z-index:9}.dasboard_body{padding-left:0;margin:0;height:100%}.sidemenu_expand.dasboard_body{padding-left:0}.dashboard_left:hover .side_bar_top{background-color:#05152D}.dashboard_left:hover .log_out_holder,.sidemenu_expand .log_out_holder{padding:15px}.log_out_holder{position:static}.log_out{font-size:18px;padding:10px}.side_nav ul li a em{margin:0 12px 0 0}.side_nav ul li a span{font-size:16px;visibility:visible;opacity:1;display:inline}.dashboard_right{margin-top:57px}.top_home{display:none}.inner_block_subhead:first-child,.inner_block_subhead:nth-child(2){border-top:0}.dashboard_right{border-radius:0;border:0}.inner_block_subhead:first-child{border-left:0}.inner_block_subhead:nth-child(2){border-right:0}.inner_block_subhead:nth-child(3){border-left:0}.inner_block_subhead:last-child{border-right:0}.mob_view_error{display:block;padding:16px;margin-top:20px;border-radius:0;margin-left:-16px;margin-right:-16px}.error_btn{padding:0 16px;height:40px;font-size:14px;width:100%}.insights_inner p{font-size:18px;line-height:24px}.inner_sub_heading_global{padding:8px 16px}.app_insignts_holder{padding:16px}.insights_inner{border-radius:16px}.inner_sub_heading_global h2{font-weight:700}.career_stat_box figure{padding:4px 8px;width:56px;height:56px}.career_stat_box{padding:8px;display:flex;align-items:flex-start;gap:8px}.career_bx h3{font-size:16px;line-height:24px;margin-bottom:4px}.career_bx{padding-top:0}.career_bx p{font-size:12px;font-weight:400;line-height:18px}.view_btn_holder{position:static;padding:16px 0 0}.transactions_body{overflow:visible}.transactions_row{padding:8px 0}.transaction_block_left h6{font-size:12px;line-height:18px}.transaction_block_left p{font-size:14px;line-height:20px;font-weight:900}.dashboard_sub_head{grid-template-columns:repeat(2,1fr);margin-left:-16px;margin-right:-16px}}@media screen and (max-width:767px){.carrer_stat_body{grid-template-columns:repeat(1,1fr)}.inner_block_subhead p{font-size:12px;line-height:18px}}.global_modal .modal-dialog{max-width:796px}.global_modal .modal-header{padding:32px 32px 16px;border-bottom:0}.global_modal .modal-title{font-size:24px;letter-spacing:.5px;color:#1D2838;line-height:36px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;gap:8px}.global_modal .modal-title span{height:40px}.global_modal .btn-close{margin-left:0!important;background-color:#E8F0FC;padding:8px!important;border-radius:12px;width:36px;height:36px;opacity:1;font-weight:700;font-size:14px}.global_modal .modal-body{padding:32px}.global_modal .modal-content{border-radius:16px;border:0}.error_logs_body .global_notifiaction{text-align:left;max-width:100%}.error_logs_body .global_notifiaction+.global_notifiaction{margin-top:16px}.global_notifiaction.unreaded_err_logs{border:1px solid #ed5151;background-color:#fff;box-shadow:0 0 4px 0 rgba(237,81,81,.3)}.global_notifiaction.unreaded_err_logs:after{content:"";right:24px;position:absolute;height:20px;width:20px;border-radius:50%;background-color:#ED5151;top:24px}@media screen and (max-width:991px){.global_modal .modal-body{padding:16px}.global_notifiaction.unreaded_err_logs:after{right:16px;height:16px;width:16px;top:16px}.global_modal .modal-header{padding:16px 16px 8px}.global_modal .modal-title{font-size:20px;line-height:30px}.global_modal .modal-title span{height:34px}.global_modal .btn-close{width:25px;height:25px;font-size:12px}}.announcement_body{padding-top:32px;height:100%;overflow:auto}.global_notifiaction{max-width:640px;margin:0 auto;padding:24px;border-radius:20px;background-color:#F4F7FE;text-align:center;position:relative}.global_notifiaction+.global_notifiaction{margin-top:8px}.global_notifiaction.unreaded_announcements:after{content:"";right:24px;position:absolute;height:20px;width:20px;border-radius:50%;background-color:#1A68E3;border:1px solid #8db4f1;top:24px}.global_notifiaction.unreaded_announcements{background-color:#fff;border:1px solid #f4f7fe}.dt_time{font-size:14px;line-height:20px;color:#68707A}.dt_time,.global_notifiaction h3{font-weight:700;letter-spacing:.5px}.global_notifiaction h3{color:#041022;margin-bottom:16px}.global_notifiaction p{letter-spacing:.5px;color:#1D2838}.global_notifiaction p a{font-weight:900;letter-spacing:1px;color:#1A68E3;text-decoration:underline}.action_holder{margin-top:24px;display:flex;justify-content:flex-end}.border_btn{padding:8px 16px;color:#1A68E3;border-radius:12px;background-color:transparent;border:1px solid #1a68e3;font-size:14px;font-weight:900;line-height:20px;display:flex;gap:8px;align-items:center}.border_btn:hover{background-color:#1A68E3;color:#fff}.border_btn img{transition:all .3s ease-in-out}.border_btn:hover img{filter:brightness(100)}@media screen and (max-width:991px){.global_notifiaction{padding:16px}.global_notifiaction.unreaded_announcements:after{right:16px;height:16px;width:16px;top:16px}.global_notifiaction p{font-size:14px;line-height:20px}.announcement_body{padding-top:16px}}.master_control_body{height:100%;padding-top:64px;display:flex;flex-direction:column}.switch_holder em{color:#36404E;font-size:16px;letter-spacing:.5px;font-weight:700;line-height:24px;display:block}.switch_holder{display:flex;gap:16px;padding:16px 24px}.switch_row{display:flex;justify-content:center;width:100%}.switch_holder+.switch_holder{border-left:1px solid #e8f0fc}.switch{position:relative;display:inline-flex;width:52px;height:24px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#CDCFD3;transition:.4s;border-radius:24px}.switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.switch input:checked+.slider{background-color:#1A68E3}.switch input:checked+.slider:before{transform:translateX(28px)}.save_changes_outer{margin-top:auto;padding:16px;border-top:1px solid #e8f0fc;background-color:#FDFDFF;display:flex;display:none}.save_changes_outer .solid_btn{margin-left:auto;width:auto}.confrm_pass_mob{padding:16px;background-color:#F4F7FE;display:none}.light_blue_btn{padding:16px 32px;border-radius:12px;background-color:#E8F0FC;width:100%;height:56px;color:#36404E;font-weight:900;font-size:16px;line-height:24px;letter-spacing:1px;cursor:pointer}.light_blue_btn:hover{background-color:#b5d3ff}@media screen and (max-width:1199px){.switch_holder{display:flex;gap:10px;padding:16px}}@media screen and (max-width:991px){.switch_holder em{max-width:inherit}.switch_holder+.switch_holder{border-top:1px solid #e8f0fc;border-left:0}.switch_holder{justify-content:space-between}.switch_row{flex-direction:column}.save_changes_outer{display:block;position:fixed;bottom:0;left:0;right:0}.save_changes_outer .solid_btn{width:100%}.switch_holder{padding:16px 0}.master_control_body{padding-top:0}.confrm_pass_mob{padding:16px;display:block;margin-left:-16px;margin-right:-16px}}@media screen and (max-width:420px){.switch_holder em{max-width:225px;font-size:14px;line-height:20px}.light_blue_btn,.save_changes_outer .solid_btn{padding:10px;height:40px;font-size:14px;line-height:18px}.light_blue_btn{letter-spacing:.5px}}.box_assistant_table,.delivery_method_table,.product_sku_table{display:flex;flex-direction:column;width:100%}.box_assistant_table .row,.delivery_method_table .row,.product_sku_table .row{display:flex;margin:0}.box_assistant_table .cell,.delivery_method_table .cell,.product_sku_table .cell{padding:24px 12px;border-bottom:1px solid #e8f0fc}.box_assistant_table .header,.delivery_method_table .header,.product_sku_table .header{flex-wrap:nowrap;font-size:16px;line-height:24px;color:#36404E;font-weight:700;position:-webkit-sticky;position:sticky;top:0;background-color:#fdfdff;z-index:2}.box_assistant_table .header .cell,.delivery_method_table .header .cell,.product_sku_table .header .cell{border-bottom:1px solid #cdcfd3}.header .cell:last-child{text-align:center}.product_sku_table .header .cell{padding:16px 12px;text-align:left}.product_sku_table .cell{padding:8px 12px;border-bottom:0}.box_assistant_table .cell:first-child,.product_sku_table .cell:first-child{padding-left:0}.box_assistant_table .cell:last-child,.delivery_method_table .cell:last-child,.product_sku_table .cell:last-child{padding-right:0}.wdd_10{width:10%}.wdd_40{width:40%}.wdd_65{width:65%}.wdd_35{width:35%}.wdd_30{width:30%}.wdd_20{width:20%}.individual_label label{display:none}.form-select{padding:10px 36px 10px 12px}.box_assistant_table input,.delivery_method_table input,.form-select{border-radius:12px;height:40px;border:1px solid #e6e7e9;background-color:#fff;font-size:14px;line-height:20px;color:#041022}.box_assistant_table input,.delivery_method_table input{padding:10px 12px}.multi_inp_holder{display:flex;align-items:center;gap:4px}.multi_inp_holder span{color:#9B9FA7}.multi_inp_holder span:last-child{display:block}.mob_point{display:none}.last_calc_hold{gap:24px}.calculator,.last_calc_hold{display:flex;align-items:center}.calculator{max-width:40px;height:40px;border-radius:12px;background-color:#1A68E3;cursor:pointer;justify-content:center;min-width:40px}.calculator span{display:none}.last_calc_hold .box_assistant_table input{max-width:152px}.last_calc_hold .btn-close{min-width:34px;max-width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#36404E;opacity:1;font-size:12px;font-weight:900;border-radius:12px;background-color:#E8F0FC;cursor:pointer}.grey_calc{background-color:#E6E8E9}.grey_calc img{filter:brightness(60%)}.box_assistant_body{border:1px solid #e8f0fc;padding:32px 16px;border-radius:16px;height:100%}.box_assistant_outer{padding-top:32px;height:100%}.box_assistant_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.box_assistant_head h3{color:#0D3472;font-weight:900;letter-spacing:.5px}.box_assistant_head .border_btn{min-width:143px;justify-content:center}.box_assistant_head .border_btn em i{font-style:normal}.box_assistant_table_holder{height:calc(100% - 54px);overflow:auto;position:relative;padding-right:5px}@media screen and (max-width:1441px){.last_calc_hold{gap:10px}}@media screen and (max-width:1399px){.no_scroll_outer{overflow:inherit}.no_scroll_outer .inner_bashboard_body{height:calc(100vh - 138px)}.box_assistant_table_holder{height:calc(100% - 30px)}.box_assistant_table{width:1200px}.delivery_method_table{width:1000px}.delivery_table_method_inner{overflow:auto}}@media screen and (max-width:991px){.box_assistant_table .row.header{display:none;margin-bottom:0}.box_assistant_head .border_btn{min-width:auto}.box_assistant_head .border_btn em i{display:none}.individual_label label{display:block;font-size:14px;line-height:20px;font-weight:700;color:#36404E;letter-spacing:.5px;margin-bottom:4px}.mob_point{display:block}.box_assistant_table .row{margin:0;display:grid;grid-template-columns:repeat(10,1fr);grid-gap:16px;gap:16px}.wdd_10,.wdd_20,.wdd_40{width:auto}.cell:first-child{grid-column:span 2}.cell:nth-child(2){grid-column:span 8}.cell:nth-child(3){grid-column:span 10}.cell:nth-child(4){grid-column:span 5}.cell:nth-child(5){grid-column:span 5;align-self:flex-end}.box_assistant_table .cell{padding:0;border-bottom:0}.box_assistant_table{width:100%}.multi_inp_holder .individual_label{width:33%}.mob_grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.desk_point{display:none}.calculator span{display:block}.calculator{max-width:inherit;min-width:80%;color:#fff;gap:8px;font-weight:900;font-size:14px;letter-spacing:1px}.last_calc_hold{gap:16px}.multi_inp_holder span{margin-top:23px}.box_assistant_table .row{margin-bottom:32px}.box_assistant_outer{padding-top:16px}.no_scroll_outer{overflow:auto}.no_scroll_outer .inner_bashboard_body{height:auto}.box_assistant_body{border:0;padding:0}.box_assistant_table_holder{height:100%;padding-right:0;overflow:visible}.delivery_method_table .header{display:none}.delivery_method_table{width:100%}.delivery_table_method_inner{overflow:visible}.delivery_method_table .row{flex-direction:column;background-color:#E8F0FC;border-radius:16px;margin-bottom:16px;padding:16px 0}.delivery_method_table .cell{padding:0 16px;width:100%;border-bottom:0}.delivery_method_table .cell+.cell{margin-top:16px}}@media screen and (max-width:640px){.cell:nth-child(4),.cell:nth-child(5){grid-column:span 10}}@media screen and (max-width:480px){.cell:first-child{grid-column:span 3}.cell:nth-child(2){grid-column:span 7}}.global_dash_head h1 b small{width:auto;height:auto;background:transparent;font-size:14px;line-height:20px;font-weight:400;letter-spacing:.5px;margin:0;display:block}.btns_box{display:flex;align-items:center;gap:16px}.btns_mob{display:none}.step_indicator_full{padding:16px 0;border-radius:16px;border:1px solid #e8f0fc;background-color:#fff}.step_indicator_full ul li{padding:16px 32px;font-size:16px;line-height:24px;position:relative;letter-spacing:.5px;display:flex;align-items:center;justify-content:space-between}.step_indicator_full ul li span{width:24px;height:24px;border-radius:50%;border:1px solid transparent;display:inline-block;position:relative}.step_indicator_full ul li.disable{color:#B4B7BD}.step_indicator_full ul li.current{color:#1A68E3}.step_indicator_full ul li.current:after{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background-color:#1A68E3;border-radius:0 8px 8px 0}.step_indicator_full ul li.current span{border:1px solid #1a68e3}.step_indicator_full ul li.disable span{background-color:#E6E7E9;border:1px solid #e6e7e9}.step_indicator_full ul li.complete_step{color:#36404E}.step_indicator_full ul li.complete_step span{border:4px solid #0aba6e}.step_indicator_full ul li.complete_step span:after{content:"✔";color:#0ABA6E;font-size:13px;font-weight:700;display:inline-block;line-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step_btns{padding:32px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.step_btns .border_btn{padding:15px 32px;font-size:16px;line-height:24px;justify-content:center}.step_btns .border_btn:disabled{color:#A9ABAD;border:1px solid #cdcfd3;pointer-events:none}.database_body{padding-top:32px;height:100%}.database_inner,.database_inner>.row,.database_inner>.row .col-xxl-4,.database_inner>.row .col-xxl-8,.step_box,.step_holder{height:100%}.individual_innerstep_box{height:100%;border-radius:16px;border:1px solid #e8f0fc;background-color:#fff}.inner_stepbox_head{padding:16px 32px;background-color:#0A2A5B;border-radius:16px 16px 0 0}.inner_stepbox_head h2{color:#E8F0FC;font-weight:900;letter-spacing:.5px}.inner_stepbox_body{padding:32px 16px 64px;overflow:auto;height:calc(100% - 80px)}.stepbody_holder{padding:0 20px}.dimensions_block{display:flex;align-items:center;gap:4px}.step_database_block{max-width:264px}.dimensions_block input{border-radius:12px;height:40px;border:1px solid #e6e7e9;background-color:#fff;font-size:14px;line-height:20px;color:#041022;padding:10px 12px}.dimensions_block span{color:#9B9FA7}.step_database_row label{font-size:16px;line-height:24px;color:#36404E;font-weight:700;letter-spacing:.5px;margin-bottom:4px;margin-left:auto}.switch_top{display:flex;margin-bottom:24px}.switch_bx{border-right:1px solid #e8f0fc}.default_var .switch_bx{width:50%}.default_var .switch{margin-left:auto}.switch_bx:last-child{border-right:0}.switch_top .switch_holder+.switch_holder{border-left:0}.switch_top .switch_holder em{min-width:221px}.switch_bx:first-child .switch_holder{padding:16px 24px 16px 0}.switch_bx:last-child .switch_holder{padding:16px 0 16px 24px}.step_database_row+.step_database_row{margin-top:24px}.step_database_row .form-select{border-radius:12px;height:56px;font-size:16px;line-height:24px;padding:16px 36px 16px 16px;letter-spacing:.5px}.step_inp_block input{height:56px}.step_inp_block input,.step_inp_block textarea{padding:16px;border:1px solid #e6e7e9;border-radius:12px;font-size:16px;line-height:24px;letter-spacing:.5px}.step_inp_block textarea{display:block;resize:none;height:172px;width:100%}.line_space{width:100%;height:1px;background-color:#E8F0FC;margin:24px 0}.step_database_block p,.step_inp_block p{font-size:14px;font-weight:400;line-height:20px;color:#4F5864;letter-spacing:.5px;margin-top:4px}.step_database_row .row{row-gap:24px}.default_var .switch_holder+.switch_holder{border-top:1px solid #e8f0fc}.wrapper{padding:16px;border-radius:12px;width:100%;border:1px solid #e6e7e9;height:172px;display:flex;align-items:flex-start;flex-wrap:wrap}.step_inp_block .input-box{width:auto;padding:0;border:0;height:36px;margin:5px 0}.entry{display:inline-flex;justify-content:space-between;background:#F2F3F4;padding:8px;margin:4px;border-radius:32px;align-items:center;gap:8px}.delete-btn{cursor:pointer;background:transparent;border:none;padding:0 5px;color:#c2c6ca;font-size:18px;line-height:100%}.entry span{color:#041022;font-size:14px;line-height:20px;letter-spacing:.5px}.entries-container-outer{display:flex;flex-wrap:wrap}.custom-select-container{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px;height:56px;border:1px solid #e6e7e9;border-radius:12px;font-size:16px;line-height:24px;letter-spacing:.5px}.selected-items{display:flex;gap:5px;min-height:25px;flex-grow:1;white-space:nowrap;overflow:hidden;width:80%}.selected-items span{background:#F2F3F4;padding:3px 8px;border-radius:32px;cursor:pointer;font-size:12px;display:flex;align-items:center;gap:5px;color:#041022;line-height:18px}.selected-items .placeholder{background:transparent;color:#828891;font-size:16px;line-height:24px;letter-spacing:.5px;padding:0}.selected-items span .close-btn{background:transparent;border:none;padding:0;color:#c2c6ca;font-size:18px;line-height:100%;margin:0 5px}.clear-all{font-size:16px;cursor:pointer;font-weight:700;color:#36404E;margin-left:auto;width:20px;height:20px;border-radius:50%;display:flex;background-color:#E8F0FC;text-align:center;line-height:20px}.dropdown-arrow{transition:transform .2s ease;display:inline-block;color:#828891}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-options{position:absolute;width:100%;max-height:250px;overflow-y:auto;background:#F4F7FE;display:none;z-index:5;top:100%;left:0;margin-top:12px;border-radius:12px}.dropdown_search input{width:100%;height:40px;font-size:14px;line-height:20px;letter-spacing:.5px;padding:10px 8px 10px 40px;color:#828891;background-image:url(/_next/static/media/search.51db4152.png);background-repeat:no-repeat;background-position:left 15px center}.dropdown-options label{display:flex;align-items:center;gap:5px;padding:5px;cursor:pointer}.dropdown-options label:hover{background:#D1E1F9}.dropdown_search{padding:8px}.custom-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;padding:16px;letter-spacing:.5px;color:#36404E;font-weight:400}.custom-checkbox input{display:none}.custom-checkbox .checkmark{width:24px;height:24px;border:1px solid #828891;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.custom-checkbox input:checked+.checkmark{background:transparent;border-color:#1A68E3}.custom-checkbox .checkmark:after{content:"";display:none;width:12px;height:12px;background-color:#1A68E3;border-radius:4px}.custom-checkbox input:checked+.checkmark:after{display:block}.step_database_row .custom-checkbox{margin:0}.custom-radio,.step_database_row .custom-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;padding:16px;letter-spacing:.5px;color:#36404E;font-weight:400}.custom-radio input{display:none}.custom-radio .radiomark{width:24px;height:24px;border:1px solid #828891;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.custom-radio input:checked+.radiomark{background:transparent;border-color:#1A68E3}.custom-radio .radiomark:after{content:"";display:none;width:12px;height:12px;background-color:#1A68E3;border-radius:50%}.custom-radio input:checked+.radiomark:after{display:block}.step_database_row .custom-radio{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;padding:16px 0;letter-spacing:.5px;color:#4F5864;font-weight:700;margin:0}.custom-radio input:checked+.radiomark+span{color:#1A68E3}@media screen and (max-width:1750px){.stepbody_holder .box_assistant_table{width:1200px}}@media screen and (max-width:1400px){.database_inner .col-xxl-8{order:2}.step_indicator_full{padding:0;border-radius:0;border:0;background-color:#FDFDFF;display:flex;align-items:center;gap:8px;justify-content:center;margin:0 auto 24px}.step_btns .border_btn em{display:none}.step_btns .border_btn{padding:11px 18px;font-size:16px;line-height:24px;justify-content:center}.step_indicator_full ul li{padding:12px 16px;border:1px solid #e8f0fc;border-radius:16px;min-width:246px;overflow:hidden}.step_indicator_full ul li.complete_step,.step_indicator_full ul li.disable{display:none}.step_indicator_full ul li.complete_step.current{display:flex}.step_btns{padding:0;gap:8px}.database_body{padding-top:16px}}@media screen and (max-width:1199px){.default_var{flex-wrap:wrap}.default_var .switch_bx{width:100%}.default_var .switch_bx:first-child .switch_holder{padding:10px 0}.default_var .switch_bx:last-child .switch_holder{padding:10px 0;border-top:1px solid #e8f0fc}.default_var .switch_bx{border-right:0}.default_var .switch_holder+.switch_holder{border-top:1px solid #e8f0fc;border-left:0}}@media screen and (max-width:991px){.inner_stepbox_head.shipping_heading{display:none}.btns_mob{display:block;position:fixed;bottom:0;left:0;right:0;padding:16px;background-color:#fff}.database_body{margin-bottom:60px}.switch_top{flex-direction:column}.step_database_row .form-select{height:40px;font-size:14px;line-height:20px;padding:10px 36px 10px 12px}.step_inp_block input{padding:10px 12px;height:40px}.step_database_row label,.step_inp_block input{font-size:14px;line-height:20px}.step_database_row+.step_database_row{margin-top:16px}.step_inp_block textarea{padding:12px;font-size:14px;line-height:20px}.wrapper{padding:12px}.switch_top{margin-bottom:16px}.line_space{margin:16px 0}.custom-select-container{padding:10px 12px;height:40px;font-size:14px;line-height:20px}.step_database_row .row{row-gap:16px}.step_database_row .custom-checkbox{font-size:14px;padding:10px 12px}.inner_stepbox_body{padding:16px 16px 32px;border-radius:16px;background-color:#FDFDFF;overflow:visible;height:auto}.selected-items .placeholder,.switch_bx .switch_holder em{font-size:14px;line-height:20px}.dropdown_search input{padding:10px 8px 10px 40px}.stepbody_holder .box_assistant_table{width:100%}.stepbody_holder .box_assistant_table .wdd_30{width:auto}}@media screen and (max-width:575px){.stepbody_holder{padding:0}}@media screen and (max-width:480px){.btns_mob .solid_btn{padding:12px 32px;height:48px}.btns_mob .light_blue_btn{padding:12px;height:48px;font-size:16px;line-height:24px}}.total_rates_holder{padding:24px 32px;border-radius:16px;background-color:#E8F0FC}.total_rates_bx{padding:16px;border-radius:16px;background-color:#D1E1F9;display:flex;align-items:center;justify-content:space-between;gap:5px}.total_rates_bx h3{letter-spacing:.5px;font-weight:700;color:#041022;max-width:128px}.total_amount{font-weight:900;color:#4F5864;font-size:28px;line-height:40px}.calculate_holder{margin-top:24px}.total_rates_holder p{font-size:14px;color:#CDCFD3;line-height:20px;letter-spacing:.5px}.total_rates_holder span{font-weight:900;color:#fff;letter-spacing:1px}.total_rates_holder li{display:flex;align-items:center;justify-content:space-between}.total_rates_holder li+li{margin-top:8px}.total_rates_holder ul{margin-bottom:24px;display:none}.aftr_add_product{background-color:#081F44}.aftr_add_product ul{display:block}.aftr_add_product .total_rates_bx{background-color:#0A2A5B}.aftr_add_product .total_rates_bx h3{color:#fff}.shipping_rates_body{padding-top:32px;height:100%}.shipping_rates_body>.row,.shipping_rates_body>.row .col-xxl-4,.shipping_rates_body>.row .col-xxl-8{height:100%}.shipping_box_lft_full{height:100%;overflow:auto;padding-right:2px}.shipping_body{padding:32px 16px}.shipping_head h2{font-weight:900;letter-spacing:.5px;color:#0A2A5B}.shipping_head{padding:16px 32px;background-color:#D1E1F9;border-radius:16px 16px 0 0}.shipping_box{border:1px solid #e8f0fc;background-color:#fff;border-radius:16px}.shipping_box+.shipping_box{margin-top:24px}.product_sku_table input{border:1px solid #e6e7e9;border-radius:16px;height:56px;padding:16px;font-size:16px;line-height:24px;letter-spacing:.5px}.product_sku_table .last_calc_hold .btn-close{min-width:48px;max-width:48px;height:48px}.product_sku_table .multi_inp_holder{gap:15px}.total_srch{position:relative}.total_srch input:focus+.inputsearch_box{display:block}.inputsearch_box{border-radius:16px;background-color:#F4F7FE;margin-top:5px;position:absolute;left:0;right:0;top:100%;overflow:hidden;display:none;z-index:5}.inputsearch_box li{color:#36404E;font-size:16px;line-height:24px;letter-spacing:.5px;padding:16px 32px}.inputsearch_box li:hover{background-color:#D1E1F9}.product_sku_table_holder .border_btn{padding:15px 32px;font-size:16px;line-height:24px;margin-top:16px}.product_sku_table_holder .border_btn em i{font-style:normal;display:none}.inp_search{padding-left:48px!important;background-repeat:no-repeat;background-position:left 20px center;background-image:url(/_next/static/media/pin.b5e6b4c1.png)}.radio_hold{display:flex;gap:16px}.step_database_row .radio_hold .custom-radio{padding:16px 0}.product_sku_table_holder{height:auto;position:relative}@media screen and (max-width:991px){.inputsearch_box li{font-size:14px;line-height:20px;padding:8px 20px}}.settings_outer{padding-top:32px;height:100%}.global_dash_head .light_blue_btn{width:auto}.tab_content_holder .inner_stepbox_head{display:flex;align-items:center;justify-content:space-between}.tab_content_holder .light_blue_btn{padding:10px 20px;width:auto;height:40px;font-size:14px;line-height:20px}.tab_container{display:flex;gap:32px;height:100%}.tab_buttons{width:272px;min-width:272px;overflow:auto}.tab_buttons>ul{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;border:1px solid #e8f0fc}.tab_buttons button{padding:16px 32px;cursor:pointer;border:none;background:#E8F0FC;font-size:16px;color:#36404E;line-height:24px;letter-spacing:.5px;text-align:left;position:relative;width:100%}.tab_buttons button.active,.tab_buttons button:hover{background:#fff;color:#1A68E3}.tab_buttons button.active:after{content:"";position:absolute;left:0;top:0;bottom:0;background-color:#1A68E3;width:6px;border-radius:0 8px 8px 0}.tab_content_holder{flex-grow:1;border:1px solid #e8f0fc;border-radius:16px;width:calc(100% - 300px)}.tab_content{display:none;height:100%}.tab_content.active{display:block}.has-dropdown{position:relative}.tab_dropdown{display:none;position:static;background:#fff;padding-top:8px}.tab_dropdown ul{list-style:none;padding:0;margin:0}.tab_dropdown li{padding:8px 48px;cursor:pointer;font-size:16px;color:#36404E;line-height:24px;letter-spacing:.5px}.has-dropdown span{display:flex;align-items:center}.has-dropdown span em{margin-left:auto}.tab_dropdown li.active{color:#1A68E3}.has-dropdown.active .tab_dropdown{display:block}.sub_content{display:none;height:calc(100% - 70px)}.sub_content.active{display:block}.settings_inner_body{padding:32px 16px;height:calc(100% - 66px)}.settings_body_scroll{height:100%;overflow-y:auto;overflow-x:clip}.save_changes_holder{display:flex;margin:0 auto;padding:16px 0;background-color:#fff}.save_changes_holder .solid_btn{margin-left:auto;width:auto}.heading_sub h3{color:#0D3472;font-weight:700;margin-bottom:24px;letter-spacing:.5px}.shipping_global_inner_top{display:flex}.shipping_global_box{width:50%}.shipping_global_box:last-child{padding-left:24px}.shipping_global_box:first-child{padding-right:24px;border-right:1px solid #e8f0fc}.shipping_global_box .switch_holder{padding:0}.shipping_global_box .switch_holder em{max-width:80%;min-width:228px}.shipping_global_box ul li{padding:16px 0}.shipping_global_box ul li+li{border-top:1px solid #e8f0fc}.shipping_global_box ul li p{font-size:14px;line-height:20px;color:#4F5864;letter-spacing:.5px;margin-top:8px}.by_select{display:flex;align-items:center;gap:8px;margin-top:16px}.by_select .form-select{height:40px;font-size:14px;line-height:20px;padding:10px 36px 10px 12px}.by_select label{margin-bottom:0}.info_hold{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin:24px 0}.package_breakdown_top .switch_holder{padding:16px 0;justify-content:space-between}.package_breakdown_top .switch_holder em{max-width:inherit}.package_breakdown_top{border-bottom:1px solid #e8f0fc;padding-bottom:16px;margin-bottom:16px}.enable_package .radio_hold{gap:12px;flex-direction:column;padding-top:16px}.enable_package .radio_hold .custom-radio{padding:0}.enable_package .step_inp_block textarea{height:135px}.insurance_top .switch_holder:nth-child(2n){padding-right:0;border-left:1px solid #e8f0fc!important}.insurance_top .switch_holder:nth-child(odd){padding-left:0}.insurance_top .switch_row{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:10px;row-gap:10px}.insurance_top .switch_holder+.switch_holder{border-left:0}.insurance_top .switch_holder .switch{margin-left:auto}.insurance_top{margin-bottom:24px}.inp_time{padding-left:48px!important;background-repeat:no-repeat;background-position:left 20px center;background-image:url(/_next/static/media/time.d6d7500b.png)}.delivery_hold{grid-template-columns:repeat(1,1fr)}.delivery_inner{border-bottom:1px solid #e8f0fc;margin-bottom:32px}.your_method span{font-size:14px;line-height:20px;font-weight:900;color:#36404E;min-width:38px}.your_method{display:flex;align-items:center;gap:24px}.your_method p{font-size:14px;font-weight:400;line-height:20px;color:#041022;letter-spacing:.5px}.business_day_hold{display:flex;gap:16px;align-items:center}.business_day_hold input{max-width:70px}.business_day_hold .custom-checkbox{display:flex!important;padding:0;font-weight:700}.business_day_hold .custom-checkbox input:checked+.checkmark{background:transparent;border-color:#1A68E3;position:relative}.business_day_hold .custom-checkbox input:checked+.checkmark:after{content:"\2713";font-size:14px;color:#fff;width:24px;height:24px;border-radius:8px;position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);background:#1A68E3}.delivery_method_table .header .cell:first-child{padding-left:74px}.delivery_method_table .header .cell:last-child{text-align:left}.mob_show{display:none}.blue_err{padding:12px;border-radius:16px;background-color:#E8F0FC;display:flex;align-items:center;font-size:12px;color:#266BD2;font-weight:400;letter-spacing:.5px;gap:8px}.blue_err span{font-size:17px}.Courier_settings_block{background-color:#F4F7FE;padding:24px;border-radius:20px}.Courier_logo_head{padding:16px;background-color:#E8F0FC;border-radius:12px;text-align:center}.Courier_logo_head span{max-height:100px;min-height:100px;display:inline-flex;align-items:center}.Courier_heading{display:flex;align-items:center;justify-content:space-between;padding-top:24px;margin-bottom:32px}.Courier_heading h2{font-weight:900;color:#041022;letter-spacing:.5px}.Courier_body_inner .custom-radio{padding:0;font-weight:700;color:#4F5864}.Courier_body_inner .custom-radio input:checked+.radiomark+span{color:#041022}.Courier_body_inner .radio_hold{margin-bottom:16px}.Courier_body_inner .step_database_row label{font-size:14px;line-height:20px}.Courier_body_inner .step_inp_block input{padding:10px 12px;height:40px;font-size:14px;line-height:20px}.Courier_body_inner .step_database_row .form-select{height:40px;font-size:14px;line-height:20px;padding:10px 36px 10px 12px}.Courier_body_inner .step_database_row .row{row-gap:16px}.Courier_body_inner .switch_holder{padding:0}.Courier_body_inner .step_database_row .custom-checkbox{font-size:16px;padding:0;color:#041022;font-weight:700}.Courier_body_inner .custom-checkbox input:checked+.checkmark:after{content:"\2713";font-size:14px;color:#fff;width:24px;height:24px;border-radius:8px;position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);background:#1A68E3}.Courier_body_inner .custom-checkbox input:checked+.checkmark{background:transparent;border-color:#1A68E3;position:relative}.sub_content .settings_inner_body{height:100%}.custom-mobile-submenu{display:none}.Courier_body_inner .switch{margin-left:0}.srch{background-image:url(/_next/static/media/search.51db4152.png);background-repeat:no-repeat;background-position:center left 16px;padding-left:40px!important}.after_selection_box{border:1px solid #e6e7e9;border-radius:16px;padding:8px;min-height:170px;margin-top:28px;flex-wrap:wrap;background-color:#fff;flex:0 0 auto}.bg-red{background-color:#b31d1d;padding:16px 5px!important}.bg-red,.bg-red .switch_holder em{color:#fff}@media screen and (max-width:1600px){.shipping_global_box .switch_holder em{max-width:70%}}@media screen and (max-width:1350px){.tab_buttons button{padding:10px 16px;font-size:14px;line-height:20px}.tab_dropdown li{padding:8px 10px;font-size:14px;line-height:20px}.tab_buttons{width:215px;min-width:215px}.tab_container{gap:16px}.settings_inner_body .step_database_row label{font-size:14px;line-height:20px}.settings_inner_body .step_inp_block p{font-size:12px;line-height:16px}.settings_inner_body .step_inp_block input{padding:10px 12px;height:40px;font-size:14px;line-height:20px}.settings_inner_body .step_database_row .form-select{height:40px;font-size:14px;line-height:20px;padding:10px 36px 10px 12px}.settings_inner_body .step_database_row .row{row-gap:16px}.heading_sub h3{margin-bottom:16px}.inp_search{padding-left:30px!important;background-position:left 10px center}.shipping_global_inner_top{flex-direction:column}.shipping_global_box:first-child{padding-right:0;border-right:0;width:100%}.shipping_global_inner_top .step_database_row .switch{margin-left:auto}.shipping_global_inner_top .switch_holder em{max-width:70%;min-width:228px;font-size:14px;letter-spacing:.5px;font-weight:700;line-height:20px}.shipping_global_inner_top .switch_holder{align-items:center}.shipping_global_box:last-child{padding-left:0;width:100%}.info_hold{margin:16px 0}.insurance_top .switch_row{grid-template-columns:repeat(1,1fr);gap:0}.insurance_top .switch_row .switch{margin-left:auto}.insurance_top .switch_holder:nth-child(2n),.insurance_top .switch_holder:nth-child(odd){padding:16px 0;border-left:0!important}.insurance_top .switch_holder+.switch_holder{border-top:1px solid #e8f0fc}.insurance_top{margin-bottom:16px}}@media screen and (max-width:1199px){.settings_outer .tab_content_holder .inner_stepbox_head{display:none}.tab_container{display:block}.tab_buttons>ul{border-radius:8px;overflow:auto;white-space:nowrap;flex-direction:row}.tab_buttons{width:100%;min-width:100%;margin-bottom:16px}.tab_buttons button[data-tab="5"] .tab_dropdown{display:none!important}.has-dropdown span em{margin-left:auto;display:none}.tab_content_holder{height:calc(100% - 50px);width:100%}.settings_inner_body{height:100%}.after_selection_box{margin-top:0}.custom-mobile-submenu{display:block}.custom-mobile-submenu select{width:300px;margin:16px auto}.enable_package .custom-radio .radiomark{position:absolute;left:0;top:3px}.enable_package .radio_hold .custom-radio{padding:5px 0 5px 30px;position:relative}.sub_content .settings_inner_body{padding-top:0}}@media screen and (max-width:991px){.save_changes_holder{padding:16px;max-width:100%;position:fixed;bottom:0;left:0;right:0}.save_changes_holder .solid_btn{width:250px;padding:10px 16px;font-size:14px;line-height:20px;height:40px;margin:0 auto}.tab_content_holder{height:100%;margin-bottom:65px;margin-top:75px}.settings_outer{padding-top:16px}.settings_inner_body{padding:16px;background-color:#fdfdff;border-radius:16px}.tab_buttons{width:100%;min-width:100%;margin-bottom:16px;position:fixed;top:58px;right:0;background-color:#fff;padding:16px 0;left:16px;z-index:5}.shipping_global_box ul li:first-child{padding-top:0}.tab_buttons button{padding:12px 16px;font-size:16px;line-height:24px}.your_method{align-items:flex-start;gap:0}.courier_full .save_changes_holder .solid_btn{width:89%;margin:0}.mob_show{display:block}.courier_full .save_changes_holder{gap:16px}}@media screen and (max-width:640px){.info_hold{grid-template-columns:repeat(1,1fr);gap:16px}.package_breakdown_top .switch_holder em{max-width:244px}.temparature_part .switch_holder em{max-width:85%}.Courier_body_inner .radio_hold{flex-direction:column;gap:10px}.Courier_settings_block{padding:16px}.Courier_heading{align-items:flex-start;margin-bottom:32px;flex-direction:column;gap:8px}}@media screen and (max-width:480px){.save_changes_holder .solid_btn{width:100%}.temparature_part .switch_holder em{max-width:235px}.Courier_settings_block{margin:0 -10px}.settings_body_scroll{overflow-y:visible;overflow-x:visible}}.accordion-toggle i{transition:transform .3s}.accordion-toggle.open i{transform:rotate(180deg)}.shipping_rule_block{border:1px solid #e8f0fc;border-radius:16px;overflow:hidden}.ruler_title_head{padding:26px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8f0fc}.ruler_title_head h3{color:#041022;letter-spacing:.5px;font-weight:700}.ruler_title_head h3 span{background-color:#1A68E3;color:#fff;align-items:center;justify-content:center;width:32px;height:32px;display:inline-flex;border-radius:50%;font-weight:900;margin-right:8px}.ruler_title_controller ul{display:flex;align-items:center;gap:8px}.ruler_title_controller ul li a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#E8F0FC;border-radius:12px;cursor:pointer;color:#36404E;font-size:16px;line-height:24px}.ruler_title_controller ul li:last-child a{display:none}.ruler_title_controller{display:flex;align-items:center;gap:8px}.ruler_sub_heading{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#F4F7FE}.ruler_sub_heading label{font-size:16px;color:#1A68E3;line-height:24px;letter-spacing:.5px}.ruler_sub_heading p{color:#041022}.shipping_rule_holder{height:100%;overflow:auto;padding-right:10px}.shipping_rule_wrapper_body{padding-top:48px;height:100%}.rulter_body_outer{padding:24px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16PX;gap:16PX;border-top:1px solid #e8f0fc}.ruler_body_left{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.rule_box p{font-weight:700;color:#1D2838}.rule_box label{display:inline-block;font-size:14px;color:#36404E;letter-spacing:.5px}.rule_box label span{display:inline-block;margin-right:4px}.min_max_outer{display:grid;grid-template-columns:repeat(2,1fr);padding:16px;background-color:#E8F0FC;border-radius:8px;grid-gap:32px;gap:32px}.min_max_left{position:relative}.min_max_left:after{content:"";position:absolute;right:-16px;height:100%;width:1px;background-color:#E6E7E9;top:0}.min_max_outer h5{font-weight:700;letter-spacing:.5px;color:#041022;font-size:16px;line-height:24px;margin-bottom:8px}.min_max_row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6e7e9;padding:8px 0}.min_max_row label{font-size:14px;line-height:20px;letter-spacing:.5px;color:#36404E}.min_max_row p{font-size:14px;color:#041022;font-weight:900;letter-spacing:1px;line-height:20px}.min_max_row:last-child{border-bottom:0}.shipping_rule_block+.shipping_rule_block{margin-top:16px}.global_dash_head .border_btn{padding:15px 32px;font-size:16px;line-height:24px}.realtime_modal.global_modal .modal-dialog{max-width:524px}.realtime_modal.global_modal .modal-title{max-width:85%}.realtime_modal.global_modal table{width:100%}.realtime_modal.global_modal th{font-size:16px;font-weight:700;color:#36404E;line-height:24px;padding:16px 0;border-bottom:1px solid #cdcfd3}.realtime_modal.global_modal td{font-size:16px;color:#041022;line-height:24px;padding:8px 0;border-bottom:1px solid #f2f3f4}.realtime_modal.global_modal tr:last-child td{border-bottom:0}.realtime_modal.global_modal .modal-body{padding:0 32px 24px}.global_modal.deleteModal .modal-dialog{max-width:535px}.deleteModal .modal-footer{padding:0 32px 32px;border-top:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.deleteModal .modal-footer button{margin:0}.global_modal.deleteModal .modal-body{padding:0 32px 32px}.global_modal.deleteModal .modal-body p{font-size:16px;font-weight:400;line-height:24px;color:#1D2838;letter-spacing:.5px}@media screen and (max-width:1199px){.rulter_body_outer{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:991px){.shipping_rule_wrapper_body{padding-top:16px}}@media screen and (max-width:640px){.ruler_title_controller ul li:last-child a{display:flex}.ruler_title_head{padding:16px;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px}.ruler_title_head h3 span{width:24px;height:24px;font-size:14px;line-height:20px}.ruler_title_controller{justify-content:space-between;width:100%}.ruler_sub_heading label{font-size:14px;line-height:20px;width:50%}.ruler_sub_heading{padding:8px 16px}.ruler_sub_heading p{font-size:14px;line-height:20px}.rulter_body_outer{padding:16px}.rule_box p{font-size:14px;line-height:20px}.rule_box label{font-size:12px;line-height:18px}.min_max_outer{margin-top:16px}.shipping_rule_holder{padding-right:0}.ruler_sub_heading .border_btn{font-size:0;gap:0;padding:9px 10px}}.ignored_switch_bx{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:32px;column-gap:32px;position:relative}.ignored_switch_bx:after{position:absolute;content:"";left:50%;transform:translateX(-50%);width:1px;height:100%;background-color:#E8F0FC}.ignored_switch_bx .switch_holder{padding:16px 0;border-bottom:1px solid #e8f0fc}.ignored_switch_bx .switch_holder+.switch_holder{border-left:0}.ignored_switch_bx .switch{margin-left:auto}.switch_wrapper .switch_holder{padding:16px 0;margin-bottom:8px}.switch_wrapper .switch{margin-left:auto}.show_after_on{padding-bottom:24px;border-bottom:1px solid #e8f0fc;margin-bottom:8px}.switch_wrapper:last-child .show_after_on{border-bottom:0}.switch_wrapper .step_database_row .custom-checkbox{padding:16px 0 0;font-weight:700}.min_max_data{padding:16px;border-radius:16px;background-color:#F4F7FE}.min_max_data_inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;position:relative}.min_max_data_inner:after{content:"";position:absolute;top:0;bottom:0;width:1px;height:100%;background-color:#E8F0FC;left:50%;transform:translateX(-50%)}.data_holders h3{color:#0D3472;font-weight:700;letter-spacing:.5px;margin-bottom:16px}.data_holders label{font-weight:700;font-size:16px;line-height:24px;margin-bottom:4px;color:#36404E}.data_holders .custom-checkbox{padding:0;margin:16px 0 0}.data_holders .row{row-gap:16px}.pd_top38{padding-top:38px}.min_max_data .show_err{margin-bottom:0;margin-top:16px}.desination_body .after_selection_box{margin-top:0}.wdd_50{width:50%}.last_calc_hold .btn-close em{display:none}.or{height:100%;display:flex;align-items:center;justify-content:center}.create_shipping_table{margin-top:75px}.create_shipping_table .border_btn{margin-top:20px}.create_shipping_table h3{font-weight:900;color:#0D3472;margin-bottom:16px;letter-spacing:.5px}.inp_sml_wrapper{display:flex;gap:8px;align-items:center}.inp_sml_wrapper span{font-size:14px;color:#4F5864;line-height:20px;letter-spacing:.5px}.create_shipping_table .cell{padding:12px;border-bottom:0}@media screen and (max-width:1750px){.stepbody_holder .realtime_table .box_assistant_table{width:auto}}@media screen and (max-width:991px){.create_shipping_table .cell:nth-child(3){grid-column:span 2}.create_shipping_table .cell:nth-child(4){grid-column:span 8;width:auto}.create_shipping_table .last_calc_hold .btn-close em{display:block;margin-left:30px}.create_shipping_table .last_calc_hold .btn-close{min-width:140px;max-width:inherit;background-position:center left 30%}.create_shipping_table .border_btn{margin-top:0}.stepbody_holder .realtime_table .cell:first-child,.stepbody_holder .realtime_table .cell:nth-child(2){grid-column:span 5}.stepbody_holder .realtime_table .cell:nth-child(3){grid-column:span 10;padding:0}.stepbody_holder .realtime_table .btn-close{min-width:100%;max-width:inherit;background-position:center left 47%}.create_shipping_table .cell,.stepbody_holder .realtime_table .cell{padding:0}}@media screen and (max-width:767px){.min_max_data_inner:after{content:none}.min_max_data_inner{grid-template-columns:repeat(1,1fr)}.pd_top38{padding-top:0}.data_holders .col-lg-12.col-md-12.col-sm-12 .step_inp_block{width:48%}.data_holders label{font-size:14px;line-height:20px}.ignored_switch_bx{grid-template-columns:repeat(1,1fr)}.ignored_switch_bx:after{content:none}.desination_body .radio_hold .custom-radio{padding:10px 0;margin-right:16px;font-size:14px}.desination_body .radio_hold{gap:0;flex-wrap:wrap}.desination_body .custom-radio .radiomark{width:20px;height:20px}.create_shipping_table .cell:nth-child(3){grid-column:span 1}.create_shipping_table .cell:nth-child(4){grid-column:span 9}.create_shipping_table{margin-top:25px}.stepbody_holder .realtime_table .btn-close{background-position:center left 46%}}@media screen and (max-width:575px){.create_shipping_table .last_calc_hold .btn-close em{display:none;margin-left:0}.create_shipping_table .last_calc_hold .btn-close{min-width:34px;max-width:34px;background-position:50%}.create_shipping_table .border_btn{width:100%;justify-content:center}.stepbody_holder .realtime_table .btn-close{min-width:100%;max-width:100%;background-position:center left 46%}.stepbody_holder .realtime_table .btn-close em{display:block;margin-left:40px}.inp_sml_wrapper{align-items:flex-start;flex-direction:column}}.search_bx{padding:0 16px 15px}.search_bx input{padding:16px;height:56px;border:1px solid #e6e7e9;border-radius:12px;font-size:16px;line-height:24px;letter-spacing:.5px;padding-left:48px!important;background-repeat:no-repeat;background-position:left 20px center;background-image:url(/_next/static/media/search.51db4152.png)}.pagination_adjust{height:calc(100% - 120px)}.pagination_holder{margin:0 auto;padding:16px;background-color:#fff;justify-content:space-between}.page-link,.pagination_holder{display:flex;align-items:center}.page-link{width:40px;height:40px;border-radius:12px;padding:0;justify-content:center;border:1px solid #e8f0fc;color:#4F5864;font-weight:700;font-size:14px}.page-item:first-child .page-link{border-top-left-radius:12px;border-bottom-left-radius:12px;background-color:#E8F0FC;margin-right:12px}.page-item:last-child .page-link{border-top-right-radius:12px;border-bottom-right-radius:12px;background-color:#E8F0FC;margin-left:12px}.pagination{gap:4px}.active>.page-link,.page-link.active{background-color:#1A68E3!important;color:#fff}.page-link.dotted{width:0;border:0;padding:0 10px}.page-link:focus{background-color:transparent;outline:0;box-shadow:none}.sku_table{display:flex;flex-direction:column;width:100%}.sku_table .header{flex-wrap:nowrap;font-size:16px;line-height:24px;color:#36404E;font-weight:700;position:-webkit-sticky;position:sticky;top:0;background-color:#fdfdff;z-index:2}.sku_table .row{display:flex;margin:0}.sku_table .cell{padding:16px 12px}.sku_table .header .cell{border-bottom:1px solid #cdcfd3}.sku_table .cell:first-child{padding-left:0}.sku_table .cell:last-child{padding-right:0}.sku_table .header .cell:last-child{text-align:left}.wdd_25{width:25%}.wdd_60{width:60%}.wdd_15{width:15%}.sku_table .cell p{color:#041022;letter-spacing:.5px}.sku_table .cell p span{font-weight:700}.sku_table .cell em{font-size:16px;font-weight:700;color:#041022;margin-right:25px}.edt_sku{cursor:pointer;background-color:#E8F0FC;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-size:18px;color:#36404E;margin-left:auto}.price_wrapper{display:flex;align-items:center}.pagination_holder p{font-weight:700;font-size:14px;line-height:20px;color:#041022;letter-spacing:.5px}.empty_lookup{width:100%;height:calc(100% - 66px);overflow-y:auto;overflow-x:clip;display:flex;align-items:center;justify-content:center;text-align:center}.empty_lookup p{font-size:28px;color:#B4B7BD;font-weight:900;margin-top:15px}.import_export_holder{display:flex;align-items:center;gap:24px}.import_box{width:75%;height:128px;border-radius:16px;text-align:center;position:relative;overflow:hidden;background-color:#E8F0FC;border:1px dashed #1a68e3;display:flex;align-items:center;justify-content:center;padding:10px;flex-direction:column}.export_box input[type=file],.import_box input[type=file]{position:absolute;left:0;right:0;bottom:0;top:0;cursor:pointer;font-size:0;opacity:0}.export_box{width:25%;height:128px;border-radius:16px;text-align:center;position:relative;overflow:hidden;background-color:#F2F3F4;border:1px dashed #cdcfd3;justify-content:center;padding:10px;flex-direction:column}.export_box,.imp_wrapper{display:flex;align-items:center}.imp_wrapper{font-size:16px;color:#1A68E3;font-weight:900}.imp_wrapper span{margin-right:10px}.import_box em{font-size:14px;color:#828891;margin-top:8px;letter-spacing:.5px}.rule_name_bx .ruler_title_head{border-bottom:0}.rule_name_bx .shipping_rule_block+.shipping_rule_block{margin-top:8px}.rule_name_bx .ruler_title_controller ul li:last-child a{display:flex}.mob_vw{display:none}@media screen and (max-width:1350px){.sku_table .header{display:none!important}.sku_table .cell p{font-size:14px}.sku_table .cell em{font-size:14px;margin-right:10px}.sku_table .header .cell{font-size:14px}}@media screen and (max-width:1199px){.empty_lookup p{font-size:14px;margin-top:10px}.inner_empty figure{width:66px;height:66px;margin:0 auto}.sku_table .header{display:none!important}.sku_table .cell.wdd_60{display:none}.sku_table .cell.wdd_25{width:85%}.edt_sku{width:30px;height:30px;border-radius:6px;font-size:15px}.mob_vw{display:block}.sku_table .cell>p{font-size:12px}.sku_table .cell{padding:8px 6px;border-bottom:1px solid #d1e1f9}.price_wrapper{margin-top:10px}.search_bx input{padding:10px;height:40px;font-size:14px;padding-left:40px!important;background-position:left 15px center}.stepbody_holder{padding:0 5px 0 0}.search_bx{padding:0 0 15px}}@media screen and (max-width:991px){.pagination_holder{position:fixed;bottom:0;left:0;right:0}}@media screen and (max-width:767px){.import_box{width:100%;height:84px;flex-direction:column;order:2}.export_box{width:100%;height:56px;order:1}.import_export_holder{gap:16px;flex-direction:column}}@media screen and (max-width:640px){.pagination_holder{flex-direction:column}.pagination_holder p{order:2;margin-top:15px}.sku_table .cell.wdd_25{width:80%}.sku_table .cell.wdd_15{width:20%}.sku_table .cell em{margin-right:5px}.edt_sku{width:auto;height:30px;border-radius:0;background:transparent}}@media screen and (max-width:480px){.pagination_holder p{width:100%}.sku_table .cell p{line-height:20px;letter-spacing:0}}.date-box.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.free-shipping-scheduled{background:rgb(253,231,234);padding:12px;border:1px solid rgb(226,182,189);border-radius:16px;border-top-right-radius:0;border-top-left-radius:0}