@charset "UTF-8";: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, .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, .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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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 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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;transform-origin:right;border-bottom-left-radius:initial}.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.App{position:relative;overflow:hidden;height:100svh}.App .App_Page_Container{position:absolute;height:calc(100% - 11rem);width:100%;top:6rem;overflow-y:hidden!important}.App .App_Page_Container.globalSearch-hidden,.App .App_Page_Container.small{top:3rem;height:calc(100% - 8rem)}.App .App_Page_Container.manage{top:0;height:calc(100% - 5rem)}@media (min-width: 1024px){.App .App_Page_Container{height:calc(100vh - 10rem);top:5rem;left:5.5rem;width:calc(100vw - 5.5rem);overflow-y:scroll}}.App .UnprotectedRoute{position:relative;overflow:hidden;height:100svh}.toast{width:100vw;font-size:smaller}@media (min-width: 1024px){.toast{width:100vw!important}}@media (min-width: 1024px){.Toastify__toast-container--bottom-left{bottom:-1.5em;left:-.25em}}.Toastify__close-button>svg{fill:none}.ToggleSearch_Container{background-color:#f8f8f8;display:flex;justify-content:space-around;height:2.5rem;font-size:1rem;color:#0c0c0c;font-family:GT America Regular}@media (min-width: 1024px){.ToggleSearch_Container{width:calc(100vw - 50%);height:3.5rem;margin-left:10%;cursor:pointer;font-size:1.25rem}}.ToggleSearch_Container .ToggleSearch_Tab{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#656565}.ToggleSearch_Container .ToggleSearch_Tab.selected{font-family:GT America Regular;color:#0c0c0c;border-bottom:2px solid #ff6418}@media (min-width: 1024px){.ToggleSearch_Container .ToggleSearch_Tab.selected{border-bottom:0;border-left:5px solid #ff6418;background-color:#f8f8f8}}@media (min-width: 1024px){.ToggleSearch_Container .ToggleSearch_Tab{background-color:#f3f1ef;border-left:2px solid rgba(178,178,178,.25);border-bottom:1px solid rgba(178,178,178,.25)}}.Custom_Modal{scrollbar-color:#8c8279;position:relative;display:flex;justify-content:center;align-items:center}.Custom_Modal ::-webkit-scrollbar{width:7px;border:1px solid #f3f1ef;border-radius:4px;opacity:1}.Custom_Modal ::-webkit-scrollbar-track{background:#f8f8f8}.Custom_Modal ::-webkit-scrollbar-thumb{background:#8c8279;border:1px solid #f3f1ef;border-radius:4px;opacity:1;min-height:5rem}.Custom_Modal ::-webkit-scrollbar-thumb:hover{background:#6e6259}.Custom_Modal .backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#000000b3}.Custom_Modal .Content_Grid{z-index:1000;position:fixed;top:40%;width:95vw!important;height:30vh!important;background:#f8f8f8}@media (min-width: 1024px){.Custom_Modal .Content_Grid{width:550px!important;height:350px!important}}.Custom_Modal .Content_Grid .close_btn{position:absolute;right:-1%;transform:translate(-.75rem,.5rem);background:#f8f8f8;border:none;font-size:1.25rem;color:#0c0c0c;cursor:pointer;z-index:999;padding:.01rem .35rem;border-radius:50%;box-shadow:0 2px 4px #0c0c0c}.Custom_Modal .Content_Grid .modal-heading{display:grid;grid-template-columns:1fr 1fr 1fr;padding:0;border-bottom:2px solid #e9e5e1;height:3rem;line-height:3rem}.Custom_Modal .Content_Grid .modal-heading .modal-heading-right{display:flex;justify-content:flex-start;align-items:center}.Custom_Modal .Content_Grid .modal-heading .modal-heading-center{display:flex;justify-content:center;align-items:center}.Custom_Modal .Content_Grid .modal-heading .modal-heading-center .modal-heading-icon{width:1rem;height:1rem;margin-right:5px}@media (min-width: 1024px){.Custom_Modal .Content_Grid .modal-heading .modal-heading-center .modal-heading-icon{width:1.5rem;height:1.5rem}}.Custom_Modal .Content_Grid .modal-heading .modal-heading-center .modal-heading-content{font-size:1rem;font-family:GT America Medium;letter-spacing:0;color:#231b15;opacity:1;text-align:center;white-space:pre}@media (min-width: 1024px){.Custom_Modal .Content_Grid .modal-heading .modal-heading-center .modal-heading-content{font-size:24px}}.Custom_Modal .Content_Grid .modal-heading .modal-heading-right{display:flex;justify-content:flex-end;align-items:center}.Custom_Modal .Content_Grid .modal-content{padding:0;position:relative;margin:0!important;text-align:center;overflow-y:scroll;height:180px}.Custom_Modal .Content_Grid .modal-content h5{font-weight:700}.Custom_Modal .Content_Grid .modal-content.left{text-align:start!important}.Custom_Modal .Content_Grid .modal-content.right{text-align:end!important}.Custom_Modal .Content_Grid .modal-content.allow{overflow-y:scroll}.Custom_Modal .Content_Grid .modal-content.deny{overflow:hidden!important}.Custom_Modal .Content_Grid .modal-content.height{height:351px!important}.Custom_Modal .Content_Grid .action-button-container{display:flex;justify-content:center;position:absolute;bottom:.5rem;width:100%}.Custom_Modal .Content_Grid .action-button-container button:first-child{margin-right:10px}.Custom_Modal .Content_Grid .action-button-container.footerVisible{bottom:4rem;padding:0 0 3rem}.Custom_Modal .Content_Grid .footer{position:absolute;bottom:0;height:3rem;width:100%;display:flex;align-items:center;justify-content:center;background-color:#e8e5e1}.Custom_Modal .Content_Grid .footer.left{justify-content:flex-start}.Custom_Modal .Content_Grid .footer.right{justify-content:flex-end}.Custom_Modal .Content_Grid.small{width:400px!important;height:200px!important}@media (min-width: 1024px){.Custom_Modal .Content_Grid.small{width:400px!important;height:300px!important}}.Custom_Modal .Content_Grid.medium{height:44vh!important;top:25%}.Custom_Modal .Content_Grid.mid-large{height:51vh!important;top:18%}@media (max-width: 391px){.Custom_Modal .Content_Grid.mid-large{height:65vh!important}}.Custom_Modal .Content_Grid.large{top:5%;width:95vw!important;height:90vh!important}.Custom_Modal .Content_Grid.large .modal-content{height:70vh!important}.Custom_Modal .Content_Grid.large.DeviceInfo_Modal .modal-content{height:505px!important}.Custom_Modal .Content_Grid.large.NatNal_Map_Modal .modal-content{height:85vh!important;overflow-y:hidden}.Custom_Modal .Content_Grid.large.Expanded_Map_Modal .modal-content{overflow-y:hidden;height:90vh!important}.Custom_Modal .Content_Grid.large.Modal_ReadMore{top:50%;left:50%;transform:translate(-50%,-50%);height:fit-content!important;max-height:90vh!important}.Custom_Modal .Content_Grid.large.Modal_ReadMore .modal-content{height:fit-content!important;max-height:70vh!important}.Custom_Modal .Content_Grid.large.Modal_ReadMore .modal-content .Home_News_Card_Title{margin-block:1rem;font-family:GT America Bold;width:95%}.Custom_Modal .Content_Grid.large.Modal_ReadMore .modal-content .Home_News_Card_Subtitle{color:#656565}@media (min-width: 1024px){.Custom_Modal .Content_Grid.large{top:15%;width:750px!important;height:525px!important}.Custom_Modal .Content_Grid.large .modal-content{height:350px!important}.Custom_Modal .Content_Grid.large.Modal_ReadMore{height:fit-content!important;width:fit-content!important;max-width:750px!important;max-height:525px!important}.Custom_Modal .Content_Grid.large.Modal_ReadMore .modal-content{height:fit-content!important;max-height:350px!important}.Custom_Modal .Content_Grid.large.NatNal_Map_Modal .modal-content{height:478px!important}.Custom_Modal .Content_Grid.large.Expanded_Map_Modal .modal-content{height:525px!important}.Custom_Modal .Content_Grid.large.DeviceInfo_Modal{top:50%;height:620px!important}}.Custom_Modal .Content_Grid.extra_large{top:7.5%;width:80rem!important;height:85vh!important}.Custom_Modal .Content_Grid.extra_large .modal-content{height:72vh}.Custom_Modal .Content_Grid.small-height{height:200px!important}.Custom_Modal .Content_Grid.small-height .modal-content{height:150px}.Custom_Modal .Content_Grid.mid-large-height{top:15%!important;height:70%!important}.Custom_Modal .Content_Grid.mid-large-height .modal-content{height:75%!important}@media (min-width: 389px){.Custom_Modal .Content_Grid.mid-large-height .modal-content{height:82.5%!important}}.Custom_Modal .Content_Grid.large-height{top:7.5%;height:85vh!important}.Custom_Modal .Content_Grid.large-height .modal-content{height:72vh!important}.Custom_Modal .Content_Grid.mid-large-width{width:60vw!important}@media (min-width: 389px){.Custom_Modal .Content_Grid.InsertShipmentModal .modal-heading{height:4rem;line-height:4rem}}@media (min-width: 1024px){.Custom_Modal .Content_Grid.InsertShipmentModal .modal-heading{height:4.5rem;line-height:4.5rem}}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal{top:50%;left:50%;transform:translate(-50%,-50%);height:80vh!important}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-heading .modal-heading-additional-content{margin-right:.5rem}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-heading .modal-heading-additional-content button{display:flex;background:transparent}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-heading .modal-heading-additional-content button.Reset_Btn img{height:1rem;width:1rem}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-heading .modal-heading-additional-content button.Reset_Btn span{font-family:GT America Bold}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-content{height:calc(100% - (4rem + 42px))}@media (min-width: 1024px){.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .modal-content{height:calc(100% - 7.25rem)!important}}.Custom_Modal .Content_Grid.AdvanceSearchFilterModal .action-button-container{bottom:0;padding-block:.5rem}@media (min-width: 1024px){.Custom_Modal .Content_Grid.AdvanceSearchFilterModal{width:60vw!important;height:85vh!important}}@media (min-width: 1200px){.Custom_Modal .Content_Grid.AdvanceSearchFilterModal{height:40rem!important;width:50rem!important}}@media (min-width: 1900px){.Custom_Modal .Content_Grid.AdvanceSearchFilterModal{height:40rem!important;width:48rem!important}}@media (max-height: 651px){.Custom_Modal .Content_Grid.AdvanceSearchFilterModal{height:80vh!important;width:60vw!important}}.Custom_Modal .additional-css{top:50%;min-height:30vh!important;height:auto!important;left:50%;transform:translate(-50%,-50%)}.Custom_Modal .additional-css.commodities-modal .modal-content{min-height:275px;height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,.1)}.Custom_Modal .additional-css.commodities-modal .modal-content::-webkit-scrollbar{-webkit-appearance:none;width:8px;background-color:#0000001a;border-radius:4px}.Custom_Modal .additional-css.commodities-modal .modal-content::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.Custom_Modal .additional-css.commodities-modal .modal-heading .modal-heading-content{font-size:18px}.Custom_Modal .additional-css.rate-modal .modal-content{min-height:275px;max-height:55vh;height:auto}.Custom_Modal .bookNow-modal.Content_Grid{top:50%;max-height:90vh!important;height:auto!important;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;width:620px!important}.Custom_Modal .bookNow-modal.contents .modal-content{flex-grow:1;height:max-content!important;overflow-y:auto!important}.Custom_Modal .bookNow-modal.button .action-button-container{position:relative!important;bottom:0;align-items:center;margin:10px 0;background-color:#f8f8f8}.Custom_Modal .bookNow-modal-mobile.Content_Grid{top:50%;height:auto!important;left:50%;transform:translate(-50%,-50%);max-height:90vh!important;display:flex;flex-direction:column}.Custom_Modal .bookNow-modal-mobile.contents .modal-content{flex-grow:1;height:max-content!important;overflow-y:auto}.Custom_Modal .bookNow-modal-mobile.button .action-button-container{position:relative!important;bottom:0;align-items:center;margin:10px 0;background-color:#f8f8f8}.Custom_Modal .NotificationModal.Content_Grid{top:50%;max-height:60vh!important;height:auto!important;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;width:90vw!important}@media (min-width: 1024px){.Custom_Modal .NotificationModal.Content_Grid{width:720px!important}}.Custom_Modal .NotificationModal.contents .modal-content{padding:10px;flex-grow:1;height:max-content!important;overflow-y:auto!important}@media (min-width: 1024px){.Custom_Modal .NotificationModal.contents .modal-content{padding:20px}}.Custom_Modal .NotificationModal.contents .modal-content h5{padding-bottom:10px;font-family:GT America Medium;font-size:16px}.Custom_Modal .NotificationModal.button .action-button-container{position:relative!important;bottom:0;align-items:center;margin:10px 0;background-color:#f8f8f8}.Custom_Modal .DeviceInfo_Modal{top:50%;min-height:30vh!important;height:570px!important;max-height:700px;left:50%;transform:translate(-50%,-50%)}@media (min-width: 1024px){.Custom_Modal .DeviceInfo_Modal{width:590px!important}}.Custom_Modal .DeviceInfo_Modal .modal-content{height:450px!important}.Custom_Modal .DeviceInfo_Modal .action-button-container{height:2rem!important;bottom:2rem}.Custom_Modal .NatNal_Map_Modal{top:2%!important}@media (min-width: 1024px){.Custom_Modal .NatNal_Map_Modal{top:15%!important}}.Custom_Modal .NatNal_Map_Modal .modal-heading{align-items:flex-start!important;justify-content:start!important;padding-left:10px;font-weight:900}.Custom_Modal .NatNal_Map_Modal .close_btn{box-shadow:none;font-weight:900}.Custom_Modal .Sorting_Modal{top:50%;min-height:30vh!important;height:415px!important;max-height:700px;left:50%;transform:translate(-50%,-50%)}.Custom_Modal .Sorting_Modal .modal-content{height:300px!important}.Custom_Modal .Sorting_Modal .action-button-container{height:2rem!important;bottom:2rem}.Custom_Modal .Warning_Modal .modal-content{min-height:200px!important}.Custom_Modal .Thankyou_Modal{top:50%;left:50%;transform:translate(-50%,-50%);height:auto!important;max-height:90vh!important}@media (min-width: 1024px){.Custom_Modal .Thankyou_Modal{width:fit-content!important;max-height:80vh!important}}.Custom_Modal .Thankyou_Modal .modal-content{height:fit-content!important}.Custom_Modal .Thankyou_Modal .modal-content>div{height:auto!important;font-weight:500!important;margin-bottom:3rem}@media (min-width: 1024px){.Custom_Modal .Thankyou_Modal .modal-content>div{margin-bottom:4rem}}.Custom_Modal .DriverSelection_Modal{top:50%;left:50%;transform:translate(-50%,-50%);height:80vh!important;width:90vw!important}@media (min-width: 1024px){.Custom_Modal .DriverSelection_Modal{width:50vw!important;height:50vh!important}}.Custom_Modal .DriverSelection_Modal .modal-content{height:calc(100% - 6rem)}@media (min-width: 1024px){.Custom_Modal .DriverSelection_Modal .modal-content{height:calc(100% - 8rem)!important}}.Custom_Modal .DriverSelection_Modal.footerVisible .modal-content{height:calc(100% - 11rem)!important}.Custom_Modal .DriverSelection_Modal .action-button-container{padding:0!important}.InsertShipmentModal{display:flex;flex-direction:column}.InsertShipmentModal .InsertShipmentModalContainer{overflow-y:hidden!important;display:flex;flex-direction:column}.InsertShipmentModal .NewLoadContainer{background-color:#e8e5e1;padding:.5rem}.InsertShipmentModal .NewLoadContainer .NewLoadContainerHeading{color:#656565;font-family:GT America Bold}@media (min-width: 1024px){.InsertShipmentModal .NewLoadContainer{padding:0rem 3rem}.InsertShipmentModal .NewLoadContainer .NewLoadContainerHeading{color:#0c0c0c;font-size:x-large}}.InsertShipmentModal .NextShipmentModalContainer{padding:.5rem;flex-grow:1;display:flex;flex-direction:column;overflow-y:hidden!important}.InsertShipmentModal .NextShipmentModalContainer .NextShipmentModalContainerHeading{font-family:GT America Bold;color:#656565}@media (min-width: 1024px){.InsertShipmentModal .NextShipmentModalContainer .NextShipmentModalContainerHeading{padding-bottom:10px}}.InsertShipmentModal .NextShipmentModalContainer .NextShipmentContainer{height:fit-content;flex-grow:1;overflow-y:auto}@media (min-width: 1024px){.InsertShipmentModal .NextShipmentModalContainer{padding:1rem 3rem}.InsertShipmentModal .NextShipmentModalContainer .NextShipmentModalContainerHeading{color:#0c0c0c;font-size:x-large}}.InsertShipmentModal.contents .modal-content{flex-grow:1;display:flex;flex-direction:column;overflow-y:hidden!important}.InsertShipmentModal.Content_Grid{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;height:92%!important}@media (min-width: 1024px){.InsertShipmentModal.Content_Grid{width:60%!important}}.InsertShipmentModal.button .action-button-container{align-items:center;position:unset;margin:12px 0 16px}@media (min-width: 1024px){.InsertShipmentModal.button .action-button-container{margin:0 0 16px}}.AdvancedSearch_Modal.Content_Grid{top:50%;left:50%;transform:translate(-50%,-50%);height:auto!important;max-height:90vh!important;display:flex;flex-direction:column}.AdvancedSearch_Modal.AdvancedSearch_Modal_Content .modal-content{flex-grow:1;height:max-content!important;overflow-y:auto}.AdvancedSearch_Modal.button .action-button-container{position:relative!important;bottom:0;align-items:center;margin:6px 0 0;background-color:#f8f8f8;padding:10px 0}@media (min-width: 1024px){.AdvancedSearch_Modal.button .action-button-container{position:absolute!important}}.TankWash_Modal.Content_Grid{top:50%;left:50%;transform:translate(-50%,-50%);height:max-content!important}@media (min-width: 1024px){.TankWash_Modal.Content_Grid{height:80%!important}}.TankWash_Modal.TankWashModal_Content .modal-content{height:auto;max-height:60%!important}@media (min-width: 1024px){.TankWash_Modal.TankWashModal_Content .modal-content{max-height:calc(100% - 7.5rem)!important;overflow-y:auto}}.TankWash_Modal.button .action-button-container{position:relative!important;align-items:center;margin:6px 0 0}@media (min-width: 1024px){.TankWash_Modal.button .action-button-container{position:absolute!important}}.Modal_Logout.Content_Grid .modal-content,.Modal_ResetPassword.Content_Grid .modal-content,.SameDay_Pickup_Modal.Content_Grid .modal-content{padding:0rem .5rem 3.5rem!important;align-content:center!important}@media (min-width: 1024px){.Modal_Logout.Content_Grid .modal-content,.Modal_ResetPassword.Content_Grid .modal-content,.SameDay_Pickup_Modal.Content_Grid .modal-content{padding:0rem 1rem 4rem!important}}.ReloadButton{display:flex;justify-content:flex-start;align-items:center;margin:1rem;cursor:pointer}.ReloadButton img{margin-right:7px}@media (min-width: 1024px){.ReloadButton{margin-inline:0;padding:15px 0 0}.ReloadButton img{margin-right:0}}.TC_Container{height:fit-content;max-height:10rem;display:flex;flex-direction:column;justify-content:left;margin:1rem}.TC_Container .TC_Container_Heading{font-size:1rem;display:flex;align-items:center;justify-content:space-between;margin-block:1rem}.TC_Container .TC_Container_Heading>span{font-family:GT America Bold}.TC_Container .TC_Container_Heading>img{height:1rem;width:1rem}.TC_Container .Booking_Terms{padding-bottom:1rem;text-align:left}.tooltip-container{position:relative;display:flex;justify-content:center;visibility:hidden;right:0;top:-10px;left:-1rem;z-index:2;cursor:default}.tooltip-container.active{visibility:visible}.tooltip-container.active.tooltip-menu{top:-20px}.tooltip-container .tooltip{position:relative;text-align:center;padding:.5rem;max-width:12rem;max-height:4rem;background-color:#0c0c0c;color:#f8f8f8}.tooltip-container .tooltip:before{content:"";position:absolute;top:100%;left:45%;border:.55rem solid transparent;border-top-color:#0c0c0c}.tooltip-container .tooltip p{font-size:.75rem}@media (min-width: 1024px){.tooltip-container{left:0}.tooltip-container.tooltip-sidebar{top:-30px}}.tooltip-appointment{position:absolute;display:flex;width:120px;bottom:-37px;right:0;left:-8px;visibility:hidden;z-index:2;cursor:default}.tooltip-appointment .tooltip{position:relative;display:flex;justify-content:space-around;text-align:center;align-items:center;padding:3px 5px;background-color:#0c0c0c;color:#f8f8f8;border-radius:5px}.tooltip-appointment .tooltip:before{content:"";position:absolute;top:-23%;left:8%;border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-bottom:.5rem solid #0c0c0c}.tooltip-appointment .tooltip .wrap{width:60%}.tooltip-appointment .tooltip p{font-size:10px;font-family:GT America Medium}.tooltip-appointment.active{visibility:visible}@media (min-width: 1024px){.tooltip-appointment{bottom:1px;left:0}.tooltip-appointment .tooltip:before{top:90%;left:8%;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #0c0c0c;border-bottom:none}}.tooltip_advanced_search{position:absolute!important;display:flex;visibility:hidden;z-index:2;bottom:auto!important;right:auto!important;left:auto!important;transform:translate(-60%);cursor:default}.tooltip_advanced_search .tooltip{position:absolute!important;white-space:nowrap;justify-content:space-around;text-align:center;align-items:center;left:250px;padding:3px 5px;background-color:#0c0c0c;border-radius:4px;opacity:90%;color:#f8f8f8;transform:translateY(-50%)}.tooltip_advanced_search .tooltip:before{content:"";position:absolute!important;top:50%;left:-12px;transform:translateY(-230%) rotate(90deg)}.tooltip_advanced_search .tooltip .wrap{width:100%}.tooltip_advanced_search .tooltip .wrap p{font-size:16px!important;font-family:GT America Regular!important;color:#fff!important;text-align:start}.tooltip_advanced_search.active{visibility:visible}@media (min-width: 1024px){.tooltip_advanced_search{left:0}}.tooltip_advancedSearch_NewSearch{position:absolute!important;justify-content:center;right:0;top:0}@media (min-width: 1024px){.tooltip_advancedSearch_NewSearch{top:-10px}}.LoadMapContainer{position:absolute;top:0;bottom:0;width:100%;height:100%}.LoadMapContainer canvas{height:100%!important;width:100%!important}.LoadMapContainer .Expanded_View_Btn{background-color:#fff;z-index:1;position:absolute;left:2.5%;bottom:2.5%;display:flex;align-items:center;justify-content:space-around;height:2.5rem;width:7.5rem;border-radius:2%;cursor:pointer}.trimblemaps-ctrl-bottom-right{display:none}.Book_Table{border:1px solid #e8e5e1;box-shadow:0 3px 8px #0000001a;width:100%;height:100%}.Book_Table.modal_container{box-shadow:none}.Book_Table .Table_Header,.Book_Table .Table_Total{display:flex;justify-content:space-between;align-items:center;height:2.5rem;padding-inline:7px;margin-top:.5rem;border-bottom:1px solid #e8e5e1;background-color:#f8f8f8}.Book_Table .Table_Header span,.Book_Table .Table_Total span{font-size:15px;font-family:GT America Medium}@media (min-width: 1024px){.Book_Table .Table_Header span,.Book_Table .Table_Total span{font-size:18px}}.Book_Table .Table_Total{padding-inline:.5rem}@media (min-width: 1024px){.Book_Table .Table_Total.modal_total{padding-inline:1rem}}.Book_Table .Table_Container{overflow-x:hidden;background:linear-gradient(97deg,#f3f1ef 32%,#fff 32%,#fff)}.Book_Table .Table_Container .Table_Column{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;grid-column-gap:10px;width:100%;padding-inline:.5rem;margin-block:.5rem}.Book_Table .Table_Container .Table_Column span{text-align:start;font-family:GT America Medium;font-size:1rem}@media (min-width: 1024px){.Book_Table .Table_Container .Table_Column span{font-size:18px}}.Book_Table .Table_Container .Table_Column span:last-child{text-align:end}@media (min-width: 1024px){.Book_Table .Table_Container .Table_Column.modal_grid{padding-inline:1rem}}.Book_Table .Table_Container .Table_Row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;border-bottom:1px solid #e8e5e1;padding-block:.5rem;padding-inline:.5rem}.Book_Table .Table_Container .Table_Row span{width:100%;text-align:start;font-size:14px;color:#645a53}@media (min-width: 1024px){.Book_Table .Table_Container .Table_Row span{font-size:18px}}.Book_Table .Table_Container .Table_Row span:last-child{text-align:end}@media (min-width: 1024px){.Book_Table .Table_Container .Table_Row.modal_row{padding-inline:1rem}}.Book_Table .No_Data{padding:1rem}.LoadRateContainer .MemberDetails,.DeviceInfoTableContainer .MemberDetails,.AcceptSuccessFailureModal .MemberDetails{display:grid;grid-template-columns:1fr;text-align:left;row-gap:.5em;padding:8px;column-gap:8px;border-bottom:1px solid #e8e5e1}@media (min-width: 1024px){.LoadRateContainer .MemberDetails,.DeviceInfoTableContainer .MemberDetails,.AcceptSuccessFailureModal .MemberDetails{display:flex;justify-content:space-between;align-items:center;justify-items:center;row-gap:0em;padding:1rem .5rem;column-gap:0}}.LoadRateContainer .MemberDetails .Detail_Item,.DeviceInfoTableContainer .MemberDetails .Detail_Item,.AcceptSuccessFailureModal .MemberDetails .Detail_Item{display:flex}@media (min-width: 1024px){.LoadRateContainer .MemberDetails .Detail_Item,.DeviceInfoTableContainer .MemberDetails .Detail_Item,.AcceptSuccessFailureModal .MemberDetails .Detail_Item{display:flex;flex-direction:column;justify-content:center;padding-left:10px}}.LoadRateContainer .MemberDetails .Detail_Item .MemberDetails_Heading,.DeviceInfoTableContainer .MemberDetails .Detail_Item .MemberDetails_Heading,.AcceptSuccessFailureModal .MemberDetails .Detail_Item .MemberDetails_Heading{text-align:start;font-family:GT America Medium;font-size:13px;color:#000;width:40%}@media (min-width: 1024px){.LoadRateContainer .MemberDetails .Detail_Item .MemberDetails_Heading,.DeviceInfoTableContainer .MemberDetails .Detail_Item .MemberDetails_Heading,.AcceptSuccessFailureModal .MemberDetails .Detail_Item .MemberDetails_Heading{display:inherit;font-size:15px;width:100%}}.LoadRateContainer .MemberDetails .Detail_Item .MemberDetails_Details,.DeviceInfoTableContainer .MemberDetails .Detail_Item .MemberDetails_Details,.AcceptSuccessFailureModal .MemberDetails .Detail_Item .MemberDetails_Details{right:0;text-align:start;font-size:13px;min-height:13px;font-family:GT America Regular;color:#645a53;pointer-events:none;text-decoration:none}@media (min-width: 1024px){.LoadRateContainer .MemberDetails .Detail_Item .MemberDetails_Details,.DeviceInfoTableContainer .MemberDetails .Detail_Item .MemberDetails_Details,.AcceptSuccessFailureModal .MemberDetails .Detail_Item .MemberDetails_Details{font-size:15px;display:inherit;justify-content:left!important;min-height:15px}}.CustomTable{border:1px solid #e8e5e1;width:100%;height:100%}@media (min-width: 786px){.CustomTable{box-shadow:0 3px 8px #0000001a}}.CustomTable span{font-size:18px}.CustomTable.Additional_Commodities{height:fit-content;max-height:13rem;background-color:#fff}.CustomTable.Additional_Commodities .Table_Action .Table_Header_Row span{width:auto}.CustomTable.Additional_Commodities .Table_Action span{font-family:GT America Medium}.CustomTable.Additional_Commodities .Table_Container{overflow-y:scroll;height:fit-content;max-height:10rem;border:1px solid #e8e5e1;background:linear-gradient(97deg,#f3f1ef 38%,#fff 32%,#fff)}.CustomTable.Additional_Commodities .Table_Container .Table_Header.disable{display:none}@media (min-width: 1024px){.CustomTable.Additional_Commodities .Table_Container{max-height:8rem;background:linear-gradient(97deg,#f3f1ef 41%,#fff 32%,#fff)}}.CustomTable.Commodities_Details{height:14rem}@media (min-width: 1024px){.CustomTable.Commodities_Details{height:16rem}}.CustomTable.Commodities_Details .Table_Container{border:1px solid #e8e5e1;height:14rem;background:linear-gradient(97deg,#f3f1ef 45%,#fff 32%,#fff)}.CustomTable.Documents_List{height:13rem}.CustomTable.Documents_List .Table_Container{border:1px solid #e8e5e1;height:10rem}.CustomTable.Commodities_Details_Link{height:27rem}.CustomTable.Commodities_Details_Link .Table_Container{height:81%;border:1px solid #e8e5e1}.CustomTable .Table_Action,.CustomTable .Table_Total{display:flex;justify-content:space-between;align-items:center;height:2.5rem;padding-inline:7px;margin-top:.5rem;background-color:#fff;border-bottom:1px solid #e8e5e1}.CustomTable .Table_Action span,.CustomTable .Table_Total span{font-family:GT America Bold}.CustomTable .Table_Action>img,.CustomTable .Table_Total>img{height:1rem;width:1rem;cursor:pointer}.CustomTable .Table_Action .table-link,.CustomTable .Table_Total .table-link{text-decoration:none;font-family:GT America Bold;font-size:18px;margin-left:1rem}@media (min-width: 1900px){.CustomTable .Table_Action .table-link,.CustomTable .Table_Total .table-link{margin-left:4rem}}.CustomTable .Table_Action .table-link img,.CustomTable .Table_Total .table-link img{vertical-align:middle;margin-bottom:.2rem}.CustomTable .Table_Header_Row{display:flex;width:100%}.CustomTable .Table_Header_Row>span{width:50%}.CustomTable .Table_Container{overflow-x:hidden;background:linear-gradient(97deg,#f3f1ef 32%,#fff 32%,#fff)}.CustomTable .Table_Container .Table_Header{display:flex;width:100%;padding-inline:7px;margin-block:.5rem}.CustomTable .Table_Container .Table_Header>span{width:50%;font-family:GT America Medium}.CustomTable .Table_Container .Table_Row{display:flex;width:100%;padding-inline:7px;border-bottom:1px solid #b2b2b2;padding-block:.5rem}.CustomTable .Table_Container .Table_Row:last-child{border:none}.CustomTable .Table_Container .Table_Row>span{width:50%;color:#645a53}.CustomTable .No_Data{padding:1rem}.CustomTable .footer{height:2.8rem!important}.CustomTable .footer .footer-table-link{text-decoration:none;font-family:GT America Bold;font-size:18px}.CustomTable .footer img{vertical-align:middle;margin-bottom:.2rem}@media (min-width: 786px){.CustomTable .footer{display:none}}@media (min-width: 1024px){.CustomTable .footer{display:none}}@media (max-width: 720px){.CustomTable .table-link{display:none}}.CustomTable .Table_Row_Clickable{cursor:pointer}.LoadCommoditiesContainer{display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0);transform:translateZ(0)}@media (min-width: 786px){.LoadCommoditiesContainer{height:25rem}}.LoadCommoditiesContainer::-webkit-scrollbar{-webkit-appearance:none;width:6px}.LoadCommoditiesContainer::-webkit-scrollbar-thumb{background-color:#0006;border-radius:3px}.LoadCommoditiesContainer::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}.TollDetailsContainer{border:1px solid #e8e5e1;box-shadow:0 3px 8px #0000001a;width:100%;height:100%}@media (min-width: 786px){.TollDetailsContainer{height:25rem}}.TollDetailsContainer .additionalClass{justify-content:space-between}.TollDetailsContainer .Toll_Header{display:flex;align-items:center;height:2.5rem;margin-top:.5rem;background-color:#fff;border-bottom:1px solid #e8e5e1}.TollDetailsContainer .Toll_Header>span{width:50%;font-family:GT America Bold;font-size:18px;padding-inline:7px}.TollDetailsContainer .Table_Total{display:flex;align-items:center;height:2.5rem;padding-inline:7px;margin-top:.5rem;border-bottom:1px solid #e8e5e1;background-color:#f8f8f8}.TollDetailsContainer .Table_Total span{width:50%;display:flex;justify-content:center}@media (min-width: 1024px){.TollDetailsContainer .Table_Total.modal_total{padding-inline:1rem}}.TollDetailsContainer .disclaimer{padding-top:20px;padding-inline:7px}.TollDetailsContainer .disclaimer .disclaimer_message{width:100ch;text-wrap:wrap}.TollDetailsContainer .CustomTable .Table_Container{background:linear-gradient(97deg,#f3f1ef 50%,#fff 50%,#fff)}.TollDetailsContainer .CustomTable .Table_Container .Table_Row>span{display:flex;justify-content:center;text-align:center}.Table_Body .TableRow_Services{border-bottom:1px solid #e8e5e1;padding-block:.5rem;padding-inline:.5rem;font-size:18px;color:#645a53}.Table_Body .TableRow_Services p{text-align:start}.Table_Body .No_Data{padding:1rem}.LoadDocumentsContainer{display:flex;flex-direction:column}.LoadDocumentsContainer .tab-buttons-container{display:flex;align-items:center;font-size:18px;width:100%}.LoadDocumentsContainer .tab-buttons-container .available-documents-button,.LoadDocumentsContainer .tab-buttons-container .related-documents-button{width:50%;cursor:pointer;justify-content:center;margin-right:10vh;white-space:nowrap;font-family:GT America Bold!important}.LoadDocumentsContainer .tab-buttons-container .available-documents-button:last-child,.LoadDocumentsContainer .tab-buttons-container .related-documents-button:last-child{margin-right:0}.LoadDocumentsContainer .tab-buttons-container .available-documents-button.active,.LoadDocumentsContainer .tab-buttons-container .related-documents-button.active{border-bottom:2px solid #ff6418}.LoadDocumentsContainer .CustomTable .Table_Header_Row>span{width:100%!important}.LoadReferencesContainer{display:flex;flex-direction:column}@media (min-width: 786px){.LoadReferencesContainer{height:25rem}}.ExpandedViewContainer{min-height:30rem;background-color:#f8f8f8}.ExpandedViewContainer .Expanded_View_Navigation{display:flex;align-items:center;width:fit-content}.ExpandedViewContainer .Expanded_View_Navigation>div{margin:1rem;font-size:1.125rem;color:#8b8b8b;cursor:pointer}.ExpandedViewContainer .Expanded_View_Navigation>div.Selected{border-bottom:.125rem solid #ff6418;color:#0c0c0c}.ExpandedViewContainer .Expanded_View_Content{display:flex;margin-block:1rem}.ExpandedViewContainer .Expanded_View_Content>div{width:49%;margin-right:1%;position:relative}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop{height:fit-content;margin-bottom:1rem;display:flex;position:relative;padding-left:1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop:not(:last-child):before{content:".";position:absolute;top:0;left:0;height:105%;width:1px;transform:translate(.25rem,.9rem);color:transparent;background-color:#b2b2b2}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop:last-child{margin-bottom:0}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop:last-child .Stop_indicator>img{transform:translate(-1rem)}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Stop_indicator{position:absolute}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Stop_indicator>img{height:.75rem;transform:translate(-1.1rem)}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details{font-size:.75rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details .Location_City_State{font-family:GT America Bold;font-size:1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details .Location_locationName{text-wrap:wrap;width:25ch}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details .StopActuals{padding-bottom:.75rem;font-size:.75rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details .StopActuals .StopActualsTitle{padding-top:1.7rem;font-family:GT America Bold}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details .StopActuals .StopActualsValue{font-family:GT America Regular;color:#231b15}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details>div{margin-bottom:.1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Location_Details>div:last-child{margin-bottom:0}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details{font-size:.75rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Appointment_Time{width:20ch;text-wrap:wrap}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Appointment_specialServices span{font-size:13px!important}@media (min-width: 1024px){.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Appointment_specialServices span{font-size:12px!important}}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Stop_Actions{width:20ch;text-wrap:wrap}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Stop_Actions span{font-size:13px!important}@media (min-width: 1024px){.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Stop_Actions span{font-size:12px!important}}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Trailer{position:absolute;bottom:0;padding-bottom:.75rem;font-size:.75rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Trailer .TrailerTitle{padding-top:.5rem;font-family:GT America Bold}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details .Trailer .TrailerValue{font-family:GT America Regular;color:#231b15}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details>div{margin-bottom:.1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop .Appointment_Details>div:last-child{margin-bottom:0}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .LoadStop_Details .Expanded_View_Right_Stop>div{width:50%}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details{margin-block:1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .Tankwash_Details_Header{font-size:1.125rem;font-family:GT America Bold}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .TankWashTableContainer .TankWash_Table{background:linear-gradient(97deg,#f3f1ef 40%,#fff 32%,#fff)!important}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .TankWashTableContainer .TankWash_Table .Table_Body .Table_Row .label{width:38%}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .TankWashTableContainer .TankWash_Table .Table_Body .Table_Row .value{width:55%}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .TankWashTableContainer .footer-text{padding:0;margin-top:.5rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Right .Expanded_View_Right_Tankwash_Details .TankWashTableContainer .footer-text>p{font-family:GT America Regular;text-align:left;font-size:.75rem;line-height:1rem}.ExpandedViewContainer .Expanded_View_Content .Expanded_View_Left .Map_Section{height:25rem;position:relative}.TankWashTableContainer .TankWash_Table{background:linear-gradient(97deg,#f3f1ef 35%,#fff 32%,#fff)!important}.TankWashTableContainer .TankWash_Table .Table_Body .Table_Row{border-bottom:1.5px solid #e9e5e1;padding-inline:1rem;padding-block:.5rem;justify-content:space-between}.TankWashTableContainer .TankWash_Table .Table_Body .Table_Row p.label{width:30%;font-size:14px;font-family:GT America Regular;color:#645a53!important;text-wrap:wrap;align-content:center}@media (min-width: 1024px){.TankWashTableContainer .TankWash_Table .Table_Body .Table_Row p.label{font-size:18px;width:40%}}.TankWashTableContainer .TankWash_Table .Table_Body .Table_Row p.value{width:70%;text-wrap:wrap;width:60%;font-size:14px;font-family:GT America Regular;color:#645a53!important;align-content:center}@media (min-width: 1024px){.TankWashTableContainer .TankWash_Table .Table_Body .Table_Row p.value{font-size:18px;width:60%}}.TankWashTableContainer .footer-text{align-items:center;text-align:center;font-size:14px;color:#231b15;line-height:18px;padding:21px 32px;font-family:GT America Regular}.TankWashTableContainer .footer-text strong{font-family:GT America Bold}@media (min-width: 1024px){.TankWashTableContainer .footer-text{font-size:16px;line-height:24px;padding:14px 18px;align-items:flex-start}}.AdvancedModal_Container{overflow-x:hidden;background:linear-gradient(97deg,#f3f1ef 35%,#fff 32%,#fff);display:flex;flex-direction:column;padding:10px 10px 0}@media (min-width: 1024px){.AdvancedModal_Container{padding:0 10px 4.5rem}}.AdvancedModal_Container tr{display:flex;width:100%;padding-block:1rem;border-bottom:1px solid #b2b2b2}.AdvancedModal_Container tr .Title{flex:1;display:flex;justify-content:start;font-family:GT America Medium;font-size:14px;padding-right:10px}.AdvancedModal_Container tr .Values{flex:2;display:flex;padding-left:3rem;flex-direction:column;font-size:14px;justify-content:center}.AdvancedModal_Container tr .Values p{display:flex;justify-content:start;margin:0;padding:0}.LoadCard{margin-block:5%;transition:.3s ease box-shadow}@media (min-width: 1024px){.LoadCard{margin-block:1.5rem}}.LoadCard.Unexpanded{box-shadow:0 3px 8px #0000001a;position:relative}.LoadCard.small{height:auto}.LoadCard.small .LoadCard_Main .LoadCard_Content{padding:.5rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part{width:52%;word-break:break-word}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section{margin:0 0 1rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State{display:block}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information{position:relative;width:100%}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img{height:5pt;width:5pt}@media (min-width: 1024px){.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img{width:11px!important;height:11px!important}}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.origin_Icon{transform:translate(.5px)}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.destination_Icon{height:9pt;width:6pt}@media (min-width: 1024px){.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.destination_Icon{height:16px!important}}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Location_City_State_Text{font-size:1rem;margin-left:1.25rem;width:82.5%;max-width:82.5%;padding-right:.5rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Indicator_Icon{position:absolute;top:.5rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Expand_Icon{align-self:baseline;margin:2px 0 0;height:1.3rem!important;width:1.3rem!important}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information{width:100%;max-width:30ch;font-size:13px;padding-left:1.25rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .StopActuals{padding-top:.5rem;padding-bottom:.75rem;color:#656565}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .StopActuals .StopActualsTitle{font-family:GT America Bold}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .StopActuals .StopActualsDepartedTitle{padding-top:10px;font-family:GT America Bold}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .StopActuals .StopActualsValue{padding-bottom:5px;font-family:GT America Regular;color:#231b15}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section:not(:last-child){padding-top:0}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section:not(:last-child):before{height:114%;top:-15px}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Stop_indicator{position:absolute}.LoadCard.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Stop_indicator>img{height:.75rem;transform:translate(-1.1rem)}.LoadCard.small .LoadCard_Main .LoadCard_Content .Left_Part{padding-left:.5rem;font-size:13px;color:#645a53;width:30%}.LoadCard.small .LoadCard_Main .LoadCard_Content .Left_Part .Total_Charges{min-height:2rem;font-size:24px;font-family:GT America Bold;color:#000;margin-bottom:5px}.LoadCard.small .LoadCard_Main .LoadCard_Content .Left_Part .Total_Rate_Label{height:25px;float:left;align-content:center}.LoadCard.small .LoadCard_Main .LoadCard_Content .Left_Part .Price_Label{float:left;margin-right:5px;font-family:GT America Regular;color:#0c0c0c;font-size:.7rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Left_Part .Price_Amount{float:left;margin-right:5px;font-family:GT America Bold;color:#ff6417;font-size:.7rem}.LoadCard.small .LoadCard_Main .LoadCard_Content .Right_Part{padding-top:0;justify-items:end;width:10%}.LoadCard.small .LoadCard_Main .LoadCard_Content .Right_Part img{width:1.5rem;height:1.5rem}.LoadCard.medium{height:auto}.LoadCard.large{background-color:#f8f8f8}.LoadCard.large.Expanded{box-shadow:0 3px 8px #0000001a}.LoadCard.large .LoadCard_Main .LoadCard_Content .Right_Part.Extended_Network{margin-block:0;border:2px solid #05ac27;padding-bottom:0}.LoadCard .LoadCard_Main{height:100%;position:relative}.LoadCard .LoadCard_Main .LoadCard_Content{height:100%;display:flex;padding-right:10px;background:linear-gradient(94deg,#e8e5e180 33%,#f8f8f8 25%,#f8f8f8)}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content{padding-right:0;background:linear-gradient(94deg,#e8e5e180 27%,#f8f8f8 25%,#f8f8f8)}}.LoadCard .LoadCard_Main .LoadCard_Content .Appointment_Tooltip_Container{position:absolute}.LoadCard .LoadCard_Main .LoadCard_Content .Appointment_Tooltip_Container .Alert_Tooltip_Icon{width:18px;height:15px}.LoadCard .LoadCard_Main .LoadCard_Content .Appointment_Indicator{top:0;left:0;position:absolute}.LoadCard .LoadCard_Main .LoadCard_Content .Appointment_Indicator img{width:34px;height:34px}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Appointment_Indicator{position:relative}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part{padding-left:.5rem;width:30%;font-size:18px}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part{flex:1.25;padding:1rem 0 1rem 1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part.AdvancedData_Padding{padding:0}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part p{color:#252525}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part p:first-child{font-family:GT America Bold;color:#0c0c0c;margin-bottom:6px}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container{padding:.5rem;height:100%;display:flex;flex-direction:column}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container{margin:0 30px;padding:0;width:100%}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data{flex-grow:0;padding:4px 1px}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data{flex-grow:0}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data p{font-family:GT America Bold;font-size:small}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data p{font-size:large;margin-bottom:.25rem}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data span{font-family:GT America Regular;font-size:small}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data span{font-size:1rem}}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data img{width:18px;height:18px;margin-left:.25rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data .Exclusions_Header{display:flex;align-items:center}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data .Exclusions_Header img{position:relative!important;margin-left:.25rem;width:18px;height:18px}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data .LoadDistance_Container,.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .Advanced_Data .Exclusions_Container{display:flex;flex-direction:column}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .AdvancedSearch_Container .ViewMore_Advanced{color:#ff5906;font-size:16px;font-family:GT America Medium;padding-bottom:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Div{align-content:center;height:50px}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Div.small{width:90px}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Div.medium,.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Div.large{width:200px}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Label{font-family:GT America Regular;color:#0c0c0c}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Label.small{font-size:.7rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Label.medium,.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_Label.large{font-size:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_ID{font-family:GT America Bold;color:#ff6418}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_ID.small{font-size:.7rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_ID.medium,.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .ATL_ID.large{font-size:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Driver_Persona_Div{cursor:pointer;font-size:1rem;left:.5rem;display:flex;align-items:center;font-family:GT America Medium}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Driver_Persona_Div.small{top:8.5rem;position:absolute}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Driver_Persona_Div.medium{top:7.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Driver_Persona_Div.large{top:9.5rem;padding-top:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Persona .Persona_Col,.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Persona .Persona_Grid{padding:0}.LoadCard .LoadCard_Main .LoadCard_Content .Left_Part .Persona .Persona_Name{display:block;background:linear-gradient(97deg,#f85f14 50%,#7d7169 50%);border-radius:50%;height:50px;width:50px;margin:0;color:#fff;text-align:center;font-size:13px;font-family:GT America Medium;letter-spacing:4px;top:0;padding-top:16px}.LoadCard .LoadCard_Main .LoadCard_Content .Appt_Padding{padding:1rem 0 1rem .5rem}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Appt_Padding{padding:1rem 0;margin-left:-15px}}.LoadCard .LoadCard_Main .LoadCard_Content .NewUpdateIcon{position:absolute;left:30.25%;top:-.7rem}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .NewUpdateIcon{left:27.5%;top:-.9rem;padding-right:0rem;padding-left:0rem;margin-left:-25px}}.LoadCard .LoadCard_Main .LoadCard_Content .NewUpdateIcon img{height:31px;width:31px}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .NewUpdateIcon img{height:52px;width:52px}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part{flex:1 0;height:100%;margin-left:7%}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part.New_Update_Flag{margin-left:25px}}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part.my-loads{padding-left:.5rem}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section{height:50%;margin-block:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section:not(:last-child){padding-top:.75rem;position:relative}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section:not(:last-child):before{content:".";position:absolute;top:0;left:0;height:95%;width:1px;transform:translate(.2rem,1.75rem);color:transparent;background-color:#b2b2b2}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section:not(:last-child):before{transform:translate(.3rem,1.75rem)}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Information div{margin-left:1.25rem;margin-block:.1rem;padding-inline:.1rem;width:fit-content;font-size:.8rem;font-family:GT America Regular;background-color:#e8e5e1}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Information.InsertShipment div{font-family:GT America Bold;background-color:transparent;color:#656565}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Information{display:flex}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State{display:flex;justify-content:space-between;position:relative;width:100%}@media (min-width: 786px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State{width:100%;max-width:100%}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information{width:100%;margin-bottom:3px;display:flex;justify-content:left;align-items:center}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information{display:initial}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img{margin-right:.75rem;transform:translateY(.1rem);height:5pt;width:5pt}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img{width:11px!important;height:11px!important;margin-right:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.Reload_Icon{width:24px!important;height:24px!important}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.origin_Icon{transform:translate(.5px)}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.destination_Icon{height:9pt;width:6pt}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information img.destination_Icon{height:16px!important}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Location_City_State_Text{font-family:GT America Bold;font-size:1.25rem;margin-left:1.25rem;width:82.5%;max-width:82.5%;padding-right:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Indicator_Icon{position:absolute;top:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Location_Main_Information .Expand_Icon{align-self:baseline;margin:2px 0 0;height:.75rem!important;width:.75rem!important}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information{width:fit-content;max-width:27ch}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Location_Details_Container{color:#656565;margin-bottom:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date,.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Stop_Special_Services,.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Dead_Head{text-wrap:wrap;width:20ch;color:#656565;font-size:13px!important}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date,.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Stop_Special_Services,.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Dead_Head{font-size:18px!important}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Time_Zone{text-wrap:wrap;color:#656565;font-family:GT America Regular}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date{color:#656565;margin-bottom:3px}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date .Date{font-family:GT America Bold}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date .Date,.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section_Divs .Center_Part_Section .Location_City_State .Shipment_Information .Appointment_Date .Time{color:#0c0c0c;font-family:GT America Regular;text-align:start}}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Total_Rate_Label{height:50px;float:left;align-content:center}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Price_Label{float:left;margin-right:5px;font-family:GT America Regular;color:#0c0c0c;font-size:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part .Price_Amount{float:left;margin-right:5px;font-family:GT America Bold;color:#ff6417;font-size:1rem}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Center_Part{flex:2.5;padding-bottom:2rem;padding-right:1rem;padding-left:2rem;margin-left:20px}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part{width:10%;padding-top:1rem;padding-bottom:1.5rem}@media (min-width: 389px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part{z-index:9}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top{position:absolute;right:1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top img{height:1.5rem;-webkit-tap-highlight-color:transparent!important}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top img{margin-left:-.5rem}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top.hidden{visibility:hidden}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top{position:relative;right:0}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Total_Charges{font-family:GT America Bold;color:#0c0c0c;font-size:2rem}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle{display:block;position:absolute;padding:1rem;cursor:pointer;font-size:13px;color:#231b15;bottom:0;right:0;margin-bottom:1rem}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle{position:relative;display:flex;justify-content:center;font-size:18px;margin-top:.75rem;padding:0}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button{display:block;position:absolute!important;right:0!important;padding:0rem 1rem}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button .switch{width:35px;height:16px}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button .slider:before{width:14px;height:14px}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button{position:relative!important;display:flex!important;justify-content:center;padding:0!important}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button .switch{width:40px;height:20px}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle span.Toggle_Button .slider:before{width:18px;height:18px}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle.ExtendedNetworkPaddingBottom{padding-bottom:2.5rem}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Set_Alert_Toggle.ExtendedNetworkPaddingBottom{padding-bottom:0}}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_bottom{visibility:hidden}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_bottom.visible{visibility:visible}@media (min-width: 1024px){.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part{flex:.75;margin-block:1rem;padding-inline:1rem;border-left:1px solid #e8e5e1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part.hidden-border-left{border-left:1px solid #f8f8f8}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top{cursor:pointer;display:flex;align-items:center}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Top img{height:1.25rem;margin-right:.5rem}.LoadCard .LoadCard_Main .LoadCard_Content .Right_Part .Right_Part_Middle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:75%}}.LoadCard .LoadCard_Expand.Expanded{background-color:#fff;padding-block:1rem;margin-bottom:3rem;padding-inline:1.5rem}.LoadCard .LoadCard_Expand.Expanded .ExpandedViewContainer{box-shadow:0 3px 8px #0000001a}.LoadCard .LoadCard_Expand.Unexpanded{position:absolute;bottom:.5rem;left:50%}.LoadCard .LoadCard_Expand .Load-Card-Down-Arrow{padding-block:1rem;display:flex;justify-content:center;align-items:center;z-index:10;cursor:pointer}.LoadCard .LoadCard_Expand .Load-Card-Down-Arrow.up{transform:rotate(180deg)}.LoadCard.anchorShipment{border:1px solid #ff6418}.LoadCard.disabled{filter:grayscale(100%);--webkit-filter: grayscale(1);opacity:.7}.LoadCard .LoadId{font-family:GT America Bold;color:#0c0c0c}.LoadCard .Total_Charges_Left_Orientation{color:#656565!important;font-family:GT America Bold}@media (min-width: 1024px){.LoadCard .Total_Charges_Left_Orientation{font-size:1rem}}.LoadCard .Load_RPM{padding-top:20px}.LoadCard .Load_RPM>span:last-child{color:#ff6418;font-family:GT America Bold}@media (min-width: 1024px){.LoadCard .Load_RPM{padding-top:0}}.LoadCard .Est_Total_RPM,.LoadCard .Tankwash_Miles{padding-top:10px;text-wrap:wrap;margin-right:-10px;max-width:fit-content}.LoadCard .Est_Total_RPM>span:last-child,.LoadCard .Tankwash_Miles>span:last-child{color:#ff6418;font-family:GT America Bold;text-wrap:wrap}@media (min-width: 1024px){.LoadCard .Est_Total_RPM,.LoadCard .Tankwash_Miles{padding-top:0;padding-bottom:10px}}.LoadCard .Extended_Network_Indicator{border:1px solid #05ac27;color:#05ac27;background-color:#f8f8f8;width:100%;height:2rem;display:flex;justify-content:center;align-items:center;font-family:GT America Bold;text-transform:uppercase;font-size:.8rem}@media (min-width: 1024px){.LoadCard .Extended_Network_Indicator.Mobile{display:none}}.LoadCard .Extended_Network_Indicator.Web{border:none}.Rate_Modal .modal-content{padding-bottom:0!important;max-height:80vh!important}.Warning_Modal_Text{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.Warning_Modal_Text .Warning_Modal_Regular{font-size:18px;font-family:GT America Regular;padding:1rem}.Warning_Modal_Text .Warning_Modal_Medium{font-size:18px;font-family:GT America Medium;padding:1rem}.InsertShipmentLoadCardPadding.small{height:auto;margin-block:.2rem}.InsertShipmentLoadCardPadding.small .LoadCard_Main .LoadCard_Content{padding:.5rem}.InsertShipmentLoadCardPadding.small .LoadCard_Main .LoadCard_Content .Center_Part .Center_Part_Section{margin:0 0 .5rem}.InsertShipmentLoadCardPadding.medium{height:auto}@media (min-width: 1024px){.InsertShipmentLoadCardPadding.medium{height:10rem}}.AcceptModalMessage{font-family:GT America Medium;font-size:13px;text-align:center;align-items:center;padding:1rem}@media (min-width: 1024px){.AcceptModalMessage{font-size:18px}}.AcceptModalMessage span{font-family:GT America Medium;font-size:13px}@media (min-width: 1024px){.AcceptModalMessage span{font-size:18px;font-family:GT America Medium}}.BookingModal_ExtendedNetwork_Indicator{border:1px solid #05ac27;color:#05ac27;background-color:#f8f8f8;width:100%;height:2rem;display:flex;justify-content:center;align-items:center;font-family:GT America Bold;text-transform:uppercase;font-size:.8rem}.share_btn{display:flex;justify-content:center;align-items:center;font-size:15px;font-family:GT America Bold}.share_btn img{width:1.5rem;height:1.5rem;align-self:center}.DriverSelection_Modal .modal-content .DriverList{height:100%;width:100%;padding-inline:5%;padding-top:1rem}.switch{position:relative;display:inline-block;width:42px;height:20px}@media (min-width: 1024px){.switch{width:46px;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:#e8e5e1;transition:.4s}.switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:0;bottom:1px;background-color:#8b8b8b;transition:.4s;transform:translate(-1px,1px)}@media (min-width: 1024px){.switch .slider:before{height:22px;width:22px}}.switch .slider.round{margin-left:7px;border-radius:34px;border:1px solid #d3d3d3;background-color:#e8e5e1}.switch .slider.round:before{border-radius:50%}.switch input:checked+.slider{background-color:#ff6418}.switch input:checked+.slider:before{transform:translate(27px,1px);left:-12px;background-color:#fff}.switch input:focus+.slider{box-shadow:0 0 1px #e8e5e1}.switch input[disabled]+.slider{cursor:no-drop}.Profile_Col .Profile_Name{display:flex;justify-content:center;align-items:center;width:110px;height:110px;font-size:45px;font-family:GT America Bold;letter-spacing:5px;color:#f8f8f8;box-shadow:#000 0 3px 6px;background:linear-gradient(97deg,#ff5906 50%,#7d736d 50%);border-radius:50%}@media (min-width: 1024px){.Profile_Col .Profile_Name{font-size:70px;letter-spacing:.5rem;width:160px;height:160px;box-shadow:none}}.Profile_Col.big .Profile_Name{width:150px;height:150px;font-size:2.5rem;letter-spacing:10px}.Profile_Col.small .Profile_Name{width:75px;height:75px;font-size:1.5rem}.ManageMenu_Container{background-color:#f8f8f8;margin-inline:1rem}.ManageMenu_Container .Cards_Container{margin-top:62px;box-shadow:0 3px 10px #0003}.ManageMenu_Container .Cards_Container .Card{display:flex;justify-content:space-between;align-items:center;height:3rem;padding-inline:1rem;border-bottom:1px solid #b2b2b2}.ManageMenu_Container .Cards_Container .Card:last-child{border-bottom:none}.ManageMenu_Container .Cards_Container .Card p{font-family:GT America Bold;font-size:1rem}.Manage_Container{height:100%;background:linear-gradient(97deg,#ff5906 40%,#ff5906,#ff5906 40%,#e9e5e1 33%,#e9e5e1 10%)}.Manage_Container .Manage_Profile{display:flex;flex-direction:row;justify-content:space-evenly;padding-top:3rem}.Manage_Container .Manage_Profile .Profile_Col{margin-top:1rem}.Manage_Container .Manage_Profile .Manage_Details{display:flex;flex-direction:column;justify-content:center;width:10rem;padding-left:.5rem}.Manage_Container .Manage_Profile .Manage_Details .Manage_Name{font-size:18px;font-family:GT America Bold;margin-bottom:2.5rem}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container{position:absolute;margin-top:40px}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container.Expanded{margin-top:10px}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container .Expanded_List{margin-top:50%}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container span{font-size:13px;color:#3e3e3e}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container .Roles_Count{font-size:13px;color:#ff5906;padding-left:5px;font-family:GT America Regular}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container .Roles_List{max-height:3lh;overflow-y:auto;list-style:none}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container .Roles_List li{margin-block:5px;font-size:13px;color:#3e3e3e}.Manage_Container .Manage_Profile .Manage_Details .Roles_Container .Manage_Email{font-size:13px;color:#656565;border-top:1px solid #b2b2b2;margin-top:.5rem;padding-top:.5rem}.MemberCard{margin-block:1rem;box-shadow:0 4px 8px #00000029;background:linear-gradient(97deg,#f3f1ef 40%,#fff 32%,#fff);display:flex;height:12rem}.MemberCard:first-child{margin-top:0}.MemberCard:last-child{margin-bottom:0}.MemberCard.selected{border:1px solid #ff6418}.MemberCard .MemberCardLeftPart{height:100%;width:45%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:.5rem}.MemberCard .MemberCardLeftPart>div{height:60%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.MemberCard .MemberCardLeftPart .Name_Info{height:40%}.MemberCard .MemberCardLeftPart .Name_Info .UserName{font-family:GT America Bold}.MemberCard .MemberCardLeftPart .Name_Info .UserRole{text-align:center;color:#656565;font-size:.8rem}.MemberCard .MemberCardLeftPart .Name_Info .UserRole .Role{display:flex}.MemberCard .MemberCardLeftPart .Name_Info .UserRole .additionalRoleCount{color:#ff6418;font-family:GT America Bold;cursor:pointer;margin-left:.25rem}.MemberCard .MemberCardLeftPart .MemberCardViewButton{margin-top:.5rem;display:flex;justify-content:center;align-items:center}.MemberCard .MemberCardLeftPart .MemberCardViewButton img{margin-right:.5rem}.MemberCard .MemberCardRightPart{width:60%;padding:.5rem;display:flex;flex-direction:column;justify-content:space-around}.MemberCard .MemberCardRightPart>div.MemberCardRightPartInfo .MemberCardRightPartInfoTitle{color:#656565;font-size:.8rem}.MemberCard .MemberCardRightPart>div.MemberCardRightPartInfo .MemberCardRightPartInfoValue.lastLoginContainer{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.MemberCard .MemberCardRightPart>div.MemberCardRightPartInfo .MemberCardRightPartInfoValue.lastLoginContainer .resendInviteButton{color:#ff6418;font-family:GT America Bold;cursor:not-allowed}@media (min-width: 786px){.MemberCard{height:8rem;background:linear-gradient(97deg,#f3f1ef 32%,#fff 20%,#fff)}.MemberCard .MemberCardLeftPart{width:30%;height:100%;flex-direction:row;align-items:center;justify-content:flex-start}.MemberCard .MemberCardLeftPart>div{height:100%;width:50%}.MemberCard .MemberCardLeftPart .Name_Info{justify-content:center;align-items:flex-start}.MemberCard .MemberCardRightPart{position:relative;width:70%;padding-inline:1rem;padding-left:3rem;margin-block:.5rem}.MemberCard .MemberCardRightPart .MemberCardRightPartInfo{display:flex;align-items:center;height:1.5rem;width:100%}.MemberCard .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoTitle{font-size:1rem!important;font-family:GT America Bold;width:7rem}.MemberCard .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoValue.lastLoginContainer{flex-direction:row!important}.MemberCard .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoValue.lastLoginContainer .resendInviteButton{margin-left:1rem;padding-left:1rem;border-left:1px solid #b2b2b2}}.MemberCard.bookLoadPopup{height:8rem;background:linear-gradient(97deg,#f3f1ef 35%,#fff 25%,#fff)}.MemberCard.bookLoadPopup .MemberCardLeftPart{flex-direction:column;justify-content:space-between;height:100%;width:35%}.MemberCard.bookLoadPopup .MemberCardLeftPart .Name_Info{width:100%}.MemberCard.bookLoadPopup .MemberCardLeftPart .Name_Info .UserName{padding-inline:.5rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.MemberCard.bookLoadPopup .MemberCardRightPart{padding-left:1rem;width:65%}.MemberCard.bookLoadPopup .MemberCardRightPart .MemberCardRightPartInfo{display:flex}.MemberCard.bookLoadPopup .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoTitle{width:40%}.MemberCard.bookLoadPopup .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoValue{width:60%;justify-content:flex-start!important;font-size:.9rem}@media (min-width: 786px){.MemberCard.bookLoadPopup{background:linear-gradient(97deg,#f3f1ef 32%,#fff 20%,#fff)}.MemberCard.bookLoadPopup .MemberCardLeftPart{width:30%}.MemberCard.bookLoadPopup .MemberCardRightPart{padding-left:3rem}.MemberCard.bookLoadPopup .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoTitle{width:25%}.MemberCard.bookLoadPopup .MemberCardRightPart .MemberCardRightPartInfo .MemberCardRightPartInfoValue{width:75%}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.CustomTooltip{position:relative}.CustomTooltip .FPO_Custom_Tooltip_Wrapper{height:max-content;width:max-content}.FPO_Custom_Tooltip_Container{z-index:1000!important;pointer-events:auto!important;max-width:10rem;height:max-content;max-height:20rem;padding:.25rem!important}.FPO_Custom_Tooltip_Container>span>.FPO_Custom_Tooltip_Content{height:max-content;max-height:20rem;max-width:10rem;overflow-y:auto!important;overflow-x:hidden!important;line-height:1.25rem;pointer-events:auto}.DriverList{overflow-y:auto;height:100%;padding-inline:.5rem;padding-bottom:1rem}@media (min-width: 786px){.DriverList{padding-inline:10%}}.SortingContainer{display:flex;align-items:center;width:auto;height:2rem;font-size:1.25rem}@media (min-width: 1024px){.SortingContainer{width:20rem}}.SortingContainer .SortingContainer_label{margin-right:.5rem;font-size:13px}@media (min-width: 1024px){.SortingContainer .SortingContainer_label{font-size:1rem}}.SortingContainer .SortingContainer_sort_type{display:flex;flex:3;height:100%;justify-content:space-between;align-items:center;font-size:13px;background:#f8f8f8;border:1px solid #e8e5e1;padding-inline:.5rem;cursor:pointer}@media (min-width: 1024px){.SortingContainer .SortingContainer_sort_type{font-size:18px;background:transparent;border:0;border:1px solid #e8e5e1}.SortingContainer .SortingContainer_sort_type img{width:12px;height:12px;margin-right:.5rem}}.SortingContainer .SortingContainer_sort_direction{flex:.5;border:1px solid #e8e5e1;background:#f8f8f8;border-left:0;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.SortingContainer .SortingContainer_sort_direction img{padding:.5rem}.Sorting_Dropdown_Container .Dropdown_Items_Container .Dropdown_Item{cursor:pointer;display:flex;justify-content:space-between;align-items:center;height:3rem;border-bottom:1px solid #e8e5e1;padding:1.5rem}.Sorting_Dropdown_Container .Dropdown_Items_Container .Dropdown_Item span{font-size:13px}@media (min-width: 1024px){.Sorting_Dropdown_Container .Dropdown_Items_Container .Dropdown_Item span{font-size:1rem}}.NoResults_Container{display:grid;height:290px;padding:1rem 2rem 2rem;background-color:#f8f8f8}.NoResults_Container .Title{font-family:GT America Bold;font-size:2rem;margin-top:1rem}.NoResults_Container .Message_Container{display:grid;place-self:center}.NoResults_Container .Message_Container img{place-self:center;margin-bottom:1.5rem;width:79px;height:84px}.NoResults_Container .Redirect_Search{width:100%;height:56px;border:1px solid #ff6418;display:flex;align-items:center;justify-content:center;margin-top:3rem;cursor:pointer}.NoResults_Container .Redirect_Search img{width:15px;height:15px;margin-right:10px}.NoResults_Container .Redirect_Search span{display:inline-block}.ResultContainer{padding-inline:1rem}@media (min-width: 1024px){.ResultContainer{padding-block:1rem;background-color:#f8f8f8;border:1px solid #e8e5e1;margin-inline:10%}.ResultContainer.Matched{margin-inline:0!important}}@media (min-width: 1024px){.ResultContainer .Watched_Loads_Container_Header{justify-content:space-between}}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Container_Heading{display:flex;justify-content:space-between}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Container_Heading .Heading{font-family:GT America Bold;font-size:x-large;margin-top:1rem}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Container_Heading .Toggle_Component_Web{display:flex;flex-direction:row}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Container_Heading .Toggle_Container{display:flex;align-items:center;justify-content:end;padding-left:1.5rem;margin-top:1rem}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Container_Heading .Toggle_Container span{font-size:18px}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Text{margin-top:1.5rem;font-size:x-large;text-decoration:4px #ff6418 underline;text-underline-offset:10px}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Sort_Container{display:grid;grid-template-columns:1fr 2fr;align-items:center;background-color:#e8e5e1}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Sort_Container p{font-size:13px;color:#707070}@media (min-width: 1024px){.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Sort_Container{display:flex;justify-content:end;margin-block:1rem;height:3rem;background-color:transparent}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Sort_Container p{font-size:1rem}}.ResultContainer .Watched_Loads_Container_Header .Watched_Loads_Sort_Container .Toggle_Container{width:12%}@media (min-width: 1024px){.ResultContainer .Watched_Loads_Container_Header .Sorting_Container_Alignment{justify-content:space-between!important}}.ResultContainer .Watched_Loads_Container_Header .Refresh_Container_Div{display:flex;align-items:center;justify-content:space-between}.ResultContainer .Watched_Loads_Container_Header .Refresh_Container_Div .Refresh_Button{display:flex;align-items:center;justify-content:center;cursor:pointer}.ResultContainer .Watched_Loads_Container_Header .Refresh_Container_Div .Refresh_Button img{width:1rem;height:1rem;margin-right:8px}.ResultContainer .Watched_Loads_Container_Header .Refresh_Container_Div .Refresh_Button p{font-family:GT America Bold;font-size:1rem}@media (min-width: 1024px){.ResultContainer .Watched_Loads_Container_Header .Refresh_Container_Alignment{justify-content:end!important}}.ResultContainer .Toggle_Container{display:flex;align-items:center;justify-content:end;margin-top:.5rem}.ResultContainer .Toggle_Container span{font-size:13px;color:#231b15}.ResultContainer .Top_Padding{padding-top:10px}.NewSearchSection .Select_Label{font-family:GT America Bold;font-size:15px;margin-top:1rem;margin-bottom:.5rem}.NewSearchSection .Type_Label{font-size:15px}.NewSearchSection .Type_Label_Date{font-size:13px;color:#656565;padding:1rem 0 .5rem}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input{position:relative}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input img{position:absolute;top:.5rem;left:.25rem;height:1rem;cursor:pointer}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input input{width:100%;border:none;border-bottom:1px solid #e8e5e1;height:2rem;padding-left:2rem;background-color:transparent;font-family:GT America Bold;outline:none;color:#0c0c0c}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input .Location_List{border:1px solid #e8e5e1;margin:.1rem;position:absolute;width:99%;z-index:1;background-color:#f8f8f8;max-height:10rem;overflow-x:auto}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input .Location_List>div{cursor:pointer;height:2rem;padding:.5rem}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input .Location_List>div:last-child{border:none}@media (min-width: 1024px){.Type_Ahead_Container .Type_Ahead_Input_Container{display:flex}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input{flex:2;position:relative}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input img{position:absolute;top:.5rem;left:90%;height:1rem}.Type_Ahead_Container .Type_Ahead_Input_Container .Type_Ahead_Input input{padding-left:.25rem;font-size:1rem}.Type_Ahead_Container .Type_Ahead_Input_Container .Anywhere_Selector{display:flex;align-items:center}.Type_Ahead_Container .Type_Ahead_Input_Container .Anywhere_Selector>img{cursor:pointer;height:1.5rem}}.Keyboard_Open .Navbar{display:none!important}.Keyboard_Open .New_Search_Container .New_Search_Footer{position:relative!important}.Keyboard_Open .App .App_Page_Container.small{height:100%!important}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.DatePicker_Container{display:flex;flex-direction:column;width:100%}.DatePicker_Container.TimeSelect{width:95%;margin-top:12px}@media (min-width: 1024px){.DatePicker_Container{width:80%}.DatePicker_Container.TimeSelect{width:85%;margin-top:1rem}.DatePicker_Container.TimeSelect p{font-size:15px}}.DatePicker_Container .DatePicker_Wrapper{cursor:pointer}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-wrapper{width:100%}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-wrapper input[type=text]{border:none;background:transparent}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper{z-index:3}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker{position:absolute;top:-40vh;left:-23vw;border:none;box-shadow:0 3px 5px #dedede}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Origin_To_Date,.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Destination_To_Date{left:-43vw}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Origin_From_Date,.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Origin_To_Date,.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Destination_From_Date,.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.Destination_To_Date{top:-15.5rem}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.NATNAL_DatePicker{display:flex;top:-30vh;left:-42vw}@media (min-width: 1024px){.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.NATNAL_DatePicker{display:inline-block;position:relative;top:0vh;left:-1vw!important}}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker.NATNAL_DatePicker .react-datepicker__navigation--next{right:100px}@media (min-width: 1024px){.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker{top:-2.5vh;left:-9vw!important}}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker .react-datepicker__navigation--previous{left:-10px}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker .react-datepicker__navigation--next{right:15px}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker .react-datepicker__navigation-icon:before{border-color:#ff5906;left:5px}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__header{background:none;border:none}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__day--selected{background:none;color:#ff5906;outline:none;font-family:GT America Bold}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .custom-class{left:-55px}.DatePicker_Container .DatePicker_Wrapper .react-datepicker-popper .react-datepicker__triangle{display:none}.DatePicker_Container .DatePicker_Wrapper .Custom_Input p{font-size:15px;font-family:GT America Bold}.DatePicker_Container .DatePicker_Wrapper .Custom_Input .DatePickerComponent_Custom_Web{display:flex;justify-content:space-between;margin-bottom:1rem;border-bottom:1px solid #e8e5e1}.DatePicker_Container .DatePicker_Wrapper .Custom_Input .DatePickerComponent_Custom_Web>span{font-size:18px;padding-bottom:.5rem}.DatePicker_Container .DatePicker_Wrapper .Custom_Input .DatePickerComponent_Custom_Web>img{padding-right:.5rem;cursor:pointer;transform:translateY(-.25rem)}.DatePicker_Container .DatePicker_Wrapper.error{margin-bottom:1rem}.DatePicker_Container .DatePicker_Wrapper.error .Custom_Input .DatePickerComponent_Custom_Web{border-bottom:1px solid #e44a00;margin-bottom:0rem}.DatePicker_Container .DatePicker_Wrapper.disabled{color:#8b8b8b;cursor:not-allowed}.DatePicker_Container .DatePicker_Label{color:#656565}@media (min-width: 1024px){.DatePicker_Container .DatePicker_Label{font-size:1rem;font-family:GT America Bold;color:#0c0c0c}}.DatePicker_Container .Label_Align{text-align:end}.Select_Wrapper{margin-top:1rem;position:relative}.Select_Wrapper>span{font-size:15px;font-family:GT America Regular}.Select_Wrapper .SelectInput_Container{display:flex;align-items:center}.Select_Wrapper .SelectInput_Container img{margin-right:1rem}.Select_Wrapper .SelectInput_Container .Selected_Value{font-size:15px;font-family:GT America Medium;margin-top:5px;padding-bottom:.5rem}.Select_Wrapper .Select_Name{display:flex;justify-content:space-between;align-items:center;margin-top:5px;overflow:auto;border-bottom:1px solid #e8e5e1}.Select_Wrapper .Select_Name.NatNalSelect{text-wrap:nowrap;overflow-x:hidden;width:342px}@media (min-width: 1200px){.Select_Wrapper .Select_Name.NatNalSelect{width:500px}.Select_Wrapper .Select_Name.NatNalSelect .SelectInput_Container{max-width:480px}}.Select_Wrapper .Select_Name.NatNalSelect .SelectInput_Container{max-width:92%}.Select_Wrapper .Select_Name.NatNalSelect .SelectInput_Container>p{max-width:100%;text-wrap:nowrap;overflow-x:hidden}.Select_Wrapper .Select_Name p{color:#0c0c0c;font-weight:500}.Select_Wrapper .Select_Name img{width:13.5px;height:13.5px}.Select_Wrapper .Select_Options{width:100%;max-height:150px;overflow-y:auto;position:absolute;background-color:#f8f8f8;z-index:5;border:1px solid #e8e5e1;border-top:none}.Select_Wrapper .Select_Options.NatNalSelect{width:101%;height:90px;text-wrap:nowrap}.Select_Wrapper .Select_Options.NatNalSelect::-webkit-scrollbar{width:7px!important;height:7px!important}@media (min-width: 1200px){.Select_Wrapper .Select_Options.NatNalSelect{width:500px!important}.Select_Wrapper .Select_Options.NatNalSelect .Selected_Option{line-height:50px}}.Select_Wrapper .Select_Options.NatNalSelect .Selected_Option{border-bottom:1px solid #e8e5e1}.Select_Wrapper .Select_Options.NatNalSelect .Selected_Option:last-child{border-bottom:none}.Select_Wrapper .Select_Options .Selected_Option{cursor:pointer;display:flex;width:100%;text-wrap:wrap;align-items:center;min-height:1.5rem;max-height:40px;padding-left:.2rem}.Select_Wrapper .Select_Options .Selected_Option.selected{background-color:#e8e5e1}.Select_Wrapper .Select_Options .Selected_Option.selected p{font-family:GT America Medium}.Select_Wrapper .Select_Options .Selected_Option p{color:#191919;font-size:14px;font-family:GT America Regular}@media (min-width: 1024px){.Select_Wrapper .Select_Options .Selected_Option p{font-size:16px}}.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;background-color:#e9e9e9;height:4px;border-radius:6px}.rc-slider-track{position:absolute;left:0;height:4px;border-radius:6px;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:solid 2px #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child{margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;display:block!important;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform-origin:50% 100%;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{opacity:0;transform-origin:50% 100%;transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.SearchSlider .SearchSliderLabelAndValue{display:flex;justify-content:space-between;align-items:center}.SearchSlider .SearchSliderLabelAndValue .SearchSliderLabel{color:#645a53}.SearchSlider .SearchSliderLabelAndValue .SearchSliderValue{font-family:GT America Bold;opacity:1;transition:opacity .3s ease-in-out}.SearchSlider .SearchSliderLabelAndValue .SearchSliderValue.hidden{opacity:0}.SearchSlider .SliderComponent{display:flex;justify-content:space-between;align-items:center}.SearchSlider .SliderComponent .customSlider{width:76%;opacity:1;transition:opacity .3s ease-in-out}.SearchSlider .SliderComponent .customSlider.hidden{opacity:0}.SearchSlider .SliderComponent .arrow{width:6%;padding:2px;background-color:#e8e5e1;height:1.75rem;border-radius:5px;cursor:pointer;position:relative;transform:translateY(-4px);border:1px solid #b2b2b2;opacity:1;transition:opacity .3s ease-in-out}.SearchSlider .SliderComponent .arrow.left{transform:translateY(-4px) rotate(180deg)}.SearchSlider .SliderComponent .arrow:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-block:7.5px solid transparent;border-left:12px solid #ff6418}.SearchSlider .SliderComponent .arrow.disabled{-webkit-filter:grayscale(100%);filter:grayscale(100%);pointer-events:none;cursor:not-allowed}.SearchSlider .SliderComponent .arrow.hidden{opacity:0}.SearchSlider .SliderRangeDisplay{display:flex;justify-content:space-between;margin-block:.75rem;margin-inline:10%;width:78%;position:relative;opacity:1;transition:opacity .3s ease-in-out}.SearchSlider .SliderRangeDisplay:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background-color:#b2b2b2}.SearchSlider .SliderRangeDisplay.hidden{opacity:0}.SearchSlider .rc-slider-with-marks{display:flex;align-items:center}.SearchSlider .rc-slider-rail,.SearchSlider .rc-slider-track,.SearchSlider .rc-slider-step{background-color:#e8e5e1;height:2px}.SearchSlider .rc-slider-handle{border:none;background-color:#ff6418;border-radius:30%/50%;height:25px;width:42px;transition:all .3s ease-in-out}.SearchSlider .rc-slider-handle:active{border-color:none;box-shadow:none}.SearchSlider .rc-slider-handle .sliderCustomHandel{height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#e8e5e1}.SearchSlider .rc-slider-handle.disabled{-webkit-filter:grayscale(100%);filter:grayscale(100%);pointer-events:none;cursor:not-allowed}.SearchSlider .rc-slider-dot{width:1px;height:10px;background-color:#e8e5e1;border:none!important;margin:-1px;border-radius:0}.SearchSlider .rc-slider-disabled{background-color:transparent;cursor:not-allowed!important;pointer-events:none!important}.SearchSlider .rc-slider-disabled .rc-slider-step .rc-slider-dot{background-color:#e8e5e1}.SearchSlider .rc-slider-disabled .rc-slider-handle{background-color:#8b8b8b!important}.Checkbox_Group label{padding-left:2rem;display:inline-block;position:relative;line-height:18px}.Checkbox_Group label:before{content:"";display:inline-block;width:22px;height:22px;position:absolute;left:0;background-color:#f8f8f8;bottom:50%;transform:translateY(50%);border:1px solid #8c8279;border-radius:3px}.Checkbox_Group input[type=checkbox]{display:none}.Checkbox_Group input[type=checkbox]:checked+label:before{content:"✓";font-size:large;color:#ff6418;text-align:center;line-height:20px;border:1px solid #ff6418}.Radio_Group input[type=radio].checked{-webkit-appearance:none;-moz-appearance:none;appearance:none}.Radio_Group input[type=radio].checked:before{content:"";background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20shape-rendering='geometricPrecision'%3e%3cg%20transform='matrix(2.314406%200%200%202.314404%2025%2025)'%3e%3ccircle%20fill='%23ff6418'%20r='7.5'/%3e%3ccircle%20fill='rgba(0,0,0,0)'%20stroke='%23ff6418'%20r='10'/%3e%3c/g%3e%3c/svg%3e");display:block;min-width:1rem;min-height:1rem;background-size:contain}.DropDownComponent{width:100%;position:relative;height:2rem;display:flex}.DropDownComponent .DropDownComponentValue{width:100%;border-bottom:1px solid #b2b2b2;line-height:2rem;height:2rem;display:inline-flex;justify-content:space-between;align-items:center;cursor:pointer}.DropDownComponent .DropDownComponentValue.validationError{border-color:#e44a00}@media (min-width: 1024px){.DropDownComponent .DropDownComponentValue{padding-right:1rem}}.DropDownComponent .DropDownComponentOptions{position:absolute;top:2rem;z-index:2;width:100%;background-color:#f8f8f8;box-shadow:0 2px 10px #0003;max-height:12rem;overflow-x:hidden;overflow-y:auto}.DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem{cursor:pointer;line-height:2rem;height:2rem;border-bottom:1px solid #b2b2b2;padding-inline:1rem;display:flex;justify-content:space-between;align-items:center;width:100%}.Preference_Component{width:100%;line-height:2.5rem;min-height:2.5rem;height:max-content;background-color:#f8f8f8;margin:1rem;width:calc(100% - 2rem)}.Preference_Component:first-child{margin-block:0}.Preference_Component .Preference_Header{padding-inline:1rem;display:flex;justify-content:space-between;align-items:center;line-height:3rem}@media (min-width: 1024px){.Preference_Component .Preference_Header{line-height:4rem;min-height:4rem}}.Preference_Component .Preference_Header .Preference_Title{font-family:GT America Bold;display:flex;align-items:center}@media (min-width: 1024px){.Preference_Component .Preference_Header .Preference_Title{font-size:1.5rem}}.Preference_Component .Preference_Header .Preference_Title img{display:inline-block;height:1rem;transform:translate(.25rem,.1rem)}.Preference_Component .Preference_Header .Expand_Icon_Container{cursor:pointer;display:flex;justify-content:center;align-items:center}.Preference_Component .Preference_Header .Expand_Icon_Container .up{transform:rotate(180deg)}.Preference_Component .Preference_Header .Expand_Icon_Container .ResetBtn_Mobile_Container{display:flex}.Preference_Component .Preference_Header .Expand_Icon_Container .ResetBtn_Mobile_Container .Reset_Btn{display:flex;justify-content:end;margin-top:0}.Preference_Component .Preference_Header .Expand_Icon_Container .ResetBtn_Mobile_Container .Reset_Btn span{font-family:GT America Bold}.Preference_Component .Content_Container{padding-inline:1rem;margin-top:.5rem;padding-bottom:1rem}@media (min-width: 1024px){.Preference_Component .Content_Container{margin-top:0;padding-bottom:.1rem}}.Preference_Component .Content_Container .Content_Item .Content_Header{display:flex;flex-direction:column;justify-content:space-between}.Preference_Component .Content_Container .Content_Item .Content_Item_Title{color:#3e3e3e;font-size:13px}@media (min-width: 1024px){.Preference_Component .Content_Container .Content_Item .Content_Item_Title{font-size:16px}}.Preference_Component .Content_Container .Content_Item .Radio_Group,.Preference_Component .Content_Container .Content_Item .Checkbox_Group{display:flex;flex-direction:column}@media (min-width: 1024px){.Preference_Component .Content_Container .Content_Item .Radio_Group,.Preference_Component .Content_Container .Content_Item .Checkbox_Group{flex-direction:row}}.Preference_Component .Content_Container .Content_Item .Radio_Group .Radio_Option,.Preference_Component .Content_Container .Content_Item .Radio_Group .Checkbox_Option,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Radio_Option,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option{display:flex;align-items:center}.Preference_Component .Content_Container .Content_Item .Radio_Group .Radio_Option.advanceCss,.Preference_Component .Content_Container .Content_Item .Radio_Group .Checkbox_Option.advanceCss,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Radio_Option.advanceCss,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option.advanceCss{border-bottom:none}.Preference_Component .Content_Container .Content_Item .Radio_Group .Radio_Option:last-child,.Preference_Component .Content_Container .Content_Item .Radio_Group .Checkbox_Option:last-child,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Radio_Option:last-child,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option:last-child{border-bottom:none}@media (min-width: 1024px){.Preference_Component .Content_Container .Content_Item .Radio_Group .Radio_Option,.Preference_Component .Content_Container .Content_Item .Radio_Group .Checkbox_Option,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Radio_Option,.Preference_Component .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option{margin-inline-end:1rem;border-bottom:none}}.Preference_Component .Content_Container .Content_Item .Radio_Group input,.Preference_Component .Content_Container .Content_Item .Checkbox_Group input{cursor:pointer}@media (min-width: 1024px){.Preference_Component .Content_Container .Content_Item .Checkbox_Group{flex-direction:column}}@media (min-width: 1024px){.Preference_Component .Content_Container .preferredLoadExclusion .Content_Item{padding-left:5%!important}}.Preference_Component .Content_Container .SortingContainer{width:30%;display:inline-flex;float:right;align-items:center;justify-content:flex-end;transform:translateY(15%)}@media (min-width: 1024px){.Preference_Component .Content_Container .SortingContainer{width:15%}}.Preference_Component .Content_Container .SortingContainer .SortingContainer_label{font-size:12px;margin-right:.25rem}@media (min-width: 1024px){.Preference_Component .Content_Container .SortingContainer .SortingContainer_label{font-size:1rem;margin-right:.5rem}}.Preference_Component .Content_Container .SortingContainer .Sort_direction{border:1px solid #e8e5e1;background:#f8f8f8;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.Preference_Component .Content_Container .SortingContainer .Sort_direction img{padding:.5rem}@media (min-width: 1024px){.Preference_Component{height:max-content;margin-inline:0;width:100%}}.Preference_Component.loadAlerts .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option{padding-block:1rem;border-bottom:1px solid #e8e5e1;display:flex;align-items:center}.Preference_Component.loadAlerts .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option .user-email{color:#656565;font-size:.9rem}.Preference_Component.loadAlerts .Content_Container .Content_Item .Checkbox_Group .Checkbox_Option:last-child{border-bottom:none}.AdvanceSearch_Component{display:flex;flex-direction:column;padding-bottom:0}.AdvanceSearch_Component .Left_Part>div{margin-bottom:1rem}.AdvanceSearch_Component .Left_Part>div:last-child{margin-bottom:0}@media (min-width: 1024px){.AdvanceSearch_Component .Left_Part>div{width:95%}}.AdvanceSearch_Component .Left_Part>div.preferredminmiles{margin-bottom:0}.AdvanceSearch_Component .Left_Part>div .Content_Item_Title{height:1.5rem;line-height:1.5rem;font-family:GT America Bold}.AdvanceSearch_Component .Left_Part>div .Content_Item_Subtitle{height:1.5rem;line-height:1.5rem}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item_Title{margin-bottom:10px;font-family:GT America Bold}@media (min-width: 1024px){.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item{display:flex;flex-direction:row}}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item .Checkbox_Group{width:100%;height:fit-content;flex-wrap:wrap}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item .Checkbox_Group .Checkbox_Option{display:flex;align-items:center;line-height:1.5rem;height:2.5rem}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item .Checkbox_Group .Checkbox_Option>label{text-wrap:wrap;font-size:15px}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion.disable{background-color:#e8e5e1;filter:grayscale(100%);--webkit-filter: grayscale(1);opacity:.7}@media (min-width: 1024px){.AdvanceSearch_Component{margin-bottom:1.5rem;flex-direction:row}.AdvanceSearch_Component .Left_Part{width:25%}.AdvanceSearch_Component .Left_Part>div .Content_Item_Title{height:2rem;font-size:18px}.AdvanceSearch_Component .Left_Part>div .Content_Item_Subtitle{height:2rem;line-height:2rem}.AdvanceSearch_Component .Right_Part{width:75%;border-left:1px solid #b2b2b2}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item{padding-left:0}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion .Content_Item_Title{padding-left:5%;font-size:18px;font-family:GT America Bold}.AdvanceSearch_Component .Right_Part .preferredLoadExclusion.disable{background-color:#e8e5e1;filter:grayscale(100%);--webkit-filter: grayscale(1);opacity:.7}}.AdvanceSearch_Component.AdvanceSearchFilter{flex-direction:column;margin-bottom:0;height:100%;overflow-y:auto}.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Content_Item_Title,.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Content_Item_Subtitle,.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Checkbox_Group{padding-left:.5rem}.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .DropDownComponent .DropDownComponentValue>span{padding-left:.5rem}.AdvanceSearch_Component.AdvanceSearchFilter>div.Right_Part{padding-top:1rem}@media (min-width: 1024px){.AdvanceSearch_Component.AdvanceSearchFilter{overflow-y:hidden;height:100%}.AdvanceSearch_Component.AdvanceSearchFilter>div{height:max-content;width:calc(100% - 2rem);margin-inline:1rem;margin-top:1rem}.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Content_Item_Title,.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Content_Item_Subtitle,.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .Checkbox_Group{padding-left:0}.AdvanceSearch_Component.AdvanceSearchFilter>div .Content_Item .DropDownComponent .DropDownComponentValue>span{padding-left:0}.AdvanceSearch_Component.AdvanceSearchFilter .Left_Part{border-bottom:2px solid #e8e5e1;padding-bottom:1rem;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr;gap:0px}.AdvanceSearch_Component.AdvanceSearchFilter .Left_Part .Content_Item.preferredminmiles{grid-column:1;grid-row:2}.AdvanceSearch_Component.AdvanceSearchFilter .Left_Part .Content_Item.preferredmaxmiles{grid-column:2;grid-row:2}.AdvanceSearch_Component.AdvanceSearchFilter .Right_Part{border:0;padding-left:0;padding-top:0!important}.AdvanceSearch_Component.AdvanceSearchFilter .Right_Part .preferredLoadExclusion .Content_Item{max-height:15rem;overflow-y:auto;height:fit-content}}@media (min-width: 1024px) and (max-height: 651px){.AdvanceSearch_Component.AdvanceSearchFilter .Right_Part .preferredLoadExclusion .Content_Item{max-height:9rem}}@media (min-width: 1024px) and (max-height: 586px){.AdvanceSearch_Component.AdvanceSearchFilter .Right_Part .preferredLoadExclusion .Content_Item{max-height:6rem}}@media (min-width: 1024px){.New_Search_Container{height:100%}}.New_Search_Container .New_Search_Section{margin-block:1rem;margin-inline:5%;height:calc(100% - 4rem);flex-direction:column}.New_Search_Container .New_Search_Section>div{background-color:#f8f8f8}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right{height:100%}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div{max-height:27rem;padding:.5rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row{display:flex;justify-content:space-between;margin-top:.5rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row.origin-margin{margin-bottom:1.5rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row span{font-family:GT America Bold}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row>div{display:flex;align-items:center;cursor:pointer;font-family:GT America Bold}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row>div:first-child{visibility:hidden}}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main{padding-top:.25rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main>div{border-bottom:1px solid #e8e5e1}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .State_Selection_Container{display:flex;flex-direction:column}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .State_Selection_Container .Select_Wrapper{margin-top:0}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .State_Selection_Container .Select_Wrapper .Select_Name{margin-top:0;display:flex;align-items:center}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .Location_Radius_Container .Origin_Slider_Container{width:100%;overflow-x:hidden;margin-block:.5rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .From_To_Date{padding-top:.25rem;display:flex}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .From_To_Date>div{width:50%}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main .From_To_Date>div:last-child{display:flex;justify-content:flex-end}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Search_Section_Right_Main{padding-top:0}}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Destination .State_City_Selection_Row{width:100%;display:flex;justify-content:space-between}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Destination .State_City_Selection_Row .State_City_Selection_Container{display:flex;justify-content:flex-end}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Destination .State_City_Selection_Row{width:45%;justify-content:flex-end;margin-bottom:1rem}}.New_Search_Container .New_Search_Section .AdvanceSearch_Section{width:100%;margin-top:1rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .AdvanceSearch_Section{width:auto;margin:2rem;padding:0 1rem;border:1px solid #e8e5e1;box-shadow:0 3px 6px #0000001c}}.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header{display:flex;padding-inline:.5rem;justify-content:space-between;align-items:center;height:3rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header{height:5rem}}.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .AdvanceSearch_Title{display:flex}.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .AdvanceSearch_Title p{font-family:GT America Bold;display:flex;align-items:center;font-size:1rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .AdvanceSearch_Title p{font-size:1.5rem}}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .AdvanceSearch_Title .toggle-search-button{transform:translateY(.25rem)}}.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .Expand_Icon_Container{cursor:pointer}.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .Expand_Icon_Container img{height:.75rem;width:.5rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Section .AdvanceSearch_Section .Advanced_Header .Expand_Icon_Container img{height:1.25rem;width:.75rem}}.New_Search_Container .New_Search_Section .Action_Section{margin-top:1rem;height:3rem;padding:1rem;display:flex;justify-content:space-between;align-items:center}.New_Search_Container .New_Search_Section .Action_Section div img{height:1.25rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Section{margin-top:0;margin-inline:10%;padding-bottom:2rem;background-color:#f8f8f8;height:fit-content}.New_Search_Container .New_Search_Section>div{background-color:transparent}.New_Search_Container .New_Search_Section .Search_Section_Container{display:flex;padding-inline:1rem;padding-bottom:0}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left{flex:.75;padding:2rem;padding-right:0;margin-top:2rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div{height:60%}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div:first-child{position:relative}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div:first-child:before{content:".";position:absolute;top:0;left:0;height:94%;width:1px;transform:translate(.5rem,1.5rem);color:transparent;background-color:#b2b2b2}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div img{height:1rem;margin-right:1rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div img.destination_icon{transform:translate(.2rem)}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Left>div span{font-family:GT America Bold;font-size:x-large}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right{flex:3}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row{margin-top:1rem}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right>div .Label_Reset_Row>div{font-family:GT America Bold}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Right_Main{display:flex}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Right_Main>div{width:50%;margin-right:5%;border:none!important;padding:0!important}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Right_Main .From_To_Date{flex-direction:column}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Right_Main .From_To_Date>div{width:75%!important}.New_Search_Container .New_Search_Section .Search_Section_Container .Search_Section_Right .Search_Section_Right_Main .From_To_Date>div:last-child{justify-content:flex-start!important}.New_Search_Container .New_Search_Section .Action_Section{margin-top:3rem;padding-block:0;justify-content:flex-end}.New_Search_Container .New_Search_Section .Action_Section div{display:flex;align-items:center;width:6rem;margin-inline:1rem;cursor:pointer}.New_Search_Container .New_Search_Section .Action_Section div:last-child{width:10rem;margin:2rem}.New_Search_Container .New_Search_Section .Action_Section div img{margin-right:.5rem}.New_Search_Container .New_Search_Section .Action_Section div span{font-family:GT America Bold;color:#8b8b8b;font-size:large}}.New_Search_Container .Result_Wrapper{padding-bottom:30px}.New_Search_Container .Result_Wrapper .Result_Section{display:block;background-color:#f8f8f8;height:fit-content;margin-top:1.5rem;margin-inline:10%;padding:1rem}.New_Search_Container .New_Search_Footer{width:100%;position:absolute;bottom:0;z-index:100}.New_Search_Container .New_Search_Footer button{width:100%;height:3rem}@media (min-width: 1024px){.New_Search_Container .New_Search_Footer{display:none}}.RecentSearchContainer{padding-left:1rem;padding-right:1rem}@media (min-width: 786px){.RecentSearchContainer{background-color:#f8f8f8;border:1px solid #e8e5e1;margin-inline:10%}}.FavoriteSearchContainer{padding-left:1rem;padding-right:1rem}@media (min-width: 1024px){.FavoriteSearchContainer{background-color:#f8f8f8;border:1px solid #e8e5e1;margin-inline:10%}}.EOL{display:flex;align-items:center;justify-content:center;width:100%;padding-bottom:1rem;color:#656565;position:relative}@media (min-width: 1024px){.EOL{font-size:1.1rem;margin-block:1rem}.EOL:before,.EOL:after{content:"";position:absolute;border:1px solid #656565;width:25%}.EOL:before{left:20%}.EOL:after{left:55%}}.Search_Container{height:100%;overflow-y:scroll}.Search_Container.NewSearch,.Search_Container.AlertBannerVisible{height:calc(100% - 3rem)}.Search_Container.AlertBannerVisible.NewSearch{height:calc(100% - 6rem)}.Search_Container .Search_Section{height:calc(100% - 2.5rem)}.Search_Container .Search_Section.NewSearch{height:calc(100% - 5.5rem)}.Search_Container .Search_Section .Result_Wrapper{padding-bottom:30px}@media (min-width: 1024px){.Search_Container,.Search_Container.NewSearch{height:100%}.Search_Container .Search_Container_Header_Web{padding-top:2rem;padding-bottom:1rem;margin-left:10%;height:7.5rem}.Search_Container .Search_Container_Header_Web p{font-family:GT America Bold;font-size:52px}.Search_Container .Search_Section{height:calc(100% - 11rem)!important}.Search_Container.NewSearch{height:100%}.Search_Container.AlertBannerVisible{height:calc(100% - 3rem)!important}}.BidContainer{position:relative;padding-inline:15px;background-color:#f8f8f8}.Bid_Header{padding:1rem;display:flex;justify-content:space-between}.Bid_Header span{color:#000;text-align:left;font-size:15px;font-family:GT America Bold}@media (max-width: 720px){.Bid_Header{padding:0rem}}@media (max-width: 720px){.BidContainer{margin:0;width:100%;display:flex;text-align:left;padding-inline:15px;flex-direction:column}.BidContainer .Table_Row{gap:1rem;display:grid}}.Table_Row{display:flex;width:100%;padding-inline:7px;padding-block:.5rem}.Table_Row:last-child{border:none}.Table_Row>span{width:50%;color:#656565}.bid_document_container{padding-top:1rem;background-color:#f8f8f8;justify-content:center}@media (min-width: 1024px){.bid_document_container{display:flex;justify-content:space-between}}.bid_document_container .description{width:100%;display:flex;padding:.5rem;align-items:center;background-color:#f8f8f8;justify-content:space-between}@media (min-width: 1024px){.bid_document_container .description{width:65%}}.bid_document_container .description span{color:#000;font-size:1rem;text-align:justify;font-family:GT America Medium}.bid_document_container .bid_document_btns{gap:1.5rem;display:flex;padding:.5rem;align-items:center;background-color:#f8f8f8;justify-content:center}.bid_document_container .bid_document_btns .btn_width{width:140px}@media (min-width: 1024px){.bid_document_container .bid_document_btns .btn_width{width:10rem}}@media (min-width: 1024px){.bid_document_container .bid_document_btns{gap:.5rem;width:30%}}.bid_document_container .bid_document_btns .bid_document_btn{display:flex;justify-content:center;align-items:center;font-size:15px;font-family:GT America Bold}@media (min-width: 1024px){.bid_document_container .bid_document_btns .bid_document_btn{font-size:16px}}.bid_document_container .bid_document_btns .bid_document_btn img{width:1.5rem;height:1.5rem;align-self:center}.CustomTable_bid_left{border:1px solid #e9e5e1;width:100%;height:100%}@media (min-width: 1024px){.CustomTable_bid_left{width:40%}}.CustomTable_bid_left span{font-size:18px}.CustomTable_bid_left .Table_Container{overflow-x:hidden;background:linear-gradient(97deg,#f3f1ef 32%,#fff 32%,#fff)}.CustomTable_bid_left .Table_Container .Table_Row{display:flex;width:100%;padding-inline:7px;border-bottom:1px solid #e9e5e1;padding-block:.5rem}.CustomTable_bid_left .Table_Container .Table_Row:last-child{border:none}.CustomTable_bid_left .Table_Container .Table_Row .title{width:50%;color:#6e6259;font-size:14px;text-align:left;font-family:GT America Bold}.CustomTable_bid_left .Table_Container .Table_Row .value{width:50%;color:#000;font-size:14px;text-align:center;font-family:GT America Medium}@media (min-width: 1024px){.CustomTable_bid_left .Table_Container .Table_Row .value{top:1rem;height:2rem}}.CustomTable_bid_right{border:1px solid #e9e5e1;width:100%;height:100%}@media (min-width: 1024px){.CustomTable_bid_right{width:60%}}.CustomTable_bid_right span{font-size:18px}.CustomTable_bid_right .Table_Container{overflow-x:hidden;background:linear-gradient(97deg,#f3f1ef 32%,#fff 32%,#fff)}.CustomTable_bid_right .Table_Container .Table_Row{display:flex;width:100%;padding-inline:7px;border-bottom:1px solid #e9e5e1;padding-block:.5rem}.CustomTable_bid_right .Table_Container .Table_Row:last-child{border:none}.CustomTable_bid_right .Table_Container .Table_Row .title{width:50%;color:#6e6259;font-size:14px;font-family:GT America Bold}.CustomTable_bid_right .Table_Container .Table_Row .value{width:50%;color:#000;font-size:14px;font-family:GT America Medium}@media (min-width: 1024px){.CustomTable_bid_right .Table_Container .Table_Row .value{top:1rem;height:2rem}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.NewsContainer .Home_News_Section{background-color:#f8f8f8;margin-block:1rem}@media (min-width: 1200px){.NewsContainer .Home_News_Section{margin:1rem .25rem .5rem}}.NewsContainer .Home_News_Section .Home_News_Section_Title{display:flex;justify-content:space-between;align-items:center;height:3rem;padding-inline:1rem}.NewsContainer .Home_News_Section .Home_News_Section_Title p{font-family:GT America Bold}.NewsContainer .NewsCarousel .bid{height:30rem}.NewsContainer .NewsCarousel .nonbid{height:25rem}@media (min-width: 1024px){.NewsContainer .NewsCarousel{height:100%}}.NewsContainer .NewsCarousel .carousel-slider{height:100%}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider{background-color:#e8e5e1;padding-bottom:.5rem}}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow{position:absolute;display:flex!important;justify-content:center;align-items:center;z-index:20;top:25%;height:2.1rem;width:2.1rem;cursor:pointer;border-radius:50%;border:1px solid #ff6418;text-align:center;background:#e8e5e166;transition:all .1s ease-in-out}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow{height:3rem;width:3rem;top:40%}}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow img{height:1rem;width:.5rem}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow img{height:1.5rem;width:1rem}}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.disabled{filter:grayscale(1);border:1px solid #8b8b8b;background:transparent linear-gradient(180deg,#fff,#cbcbcb) 0% 0% no-repeat padding-box;cursor:not-allowed;opacity:.45}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.active{filter:none;background:transparent linear-gradient(180deg,#fff,#eaeaea) 0% 0% no-repeat padding-box;border:1px solid #ff6418}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.prev{left:0;transform:rotate(180deg)}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.prev{left:8.4%}}@media (min-width: 1900px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.prev{left:8.6%}}.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.next{right:0}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.next{right:11.5%}}@media (min-width: 1900px){.NewsContainer .NewsCarousel .carousel-slider .Carousel_Arrow.next{right:11.6%}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper{height:100%}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper{margin-inline:10%;background-color:#f8f8f8;width:77%;box-shadow:0 3px 8px #0003;padding-inline:15px}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul{height:100%;background:#f8f8f8}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul:before{display:none}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li{z-index:1!important}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li{width:33.33%!important;min-width:33.33%!important}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card{height:100%;width:100%;background-color:#f8f8f8;display:flex;flex-direction:column;text-align:left;padding-inline:15px;padding-bottom:30px}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card{padding-top:30px}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Hero_Image{height:60%;width:100%;border:1px solid #e8e5e1;background-color:#e8e5e133}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Hero_Image{height:12rem;margin-bottom:18px}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Hero_Image img{height:100%;width:100%;aspect-ratio:16/9}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Title{font-family:GT America Bold;margin-block:.75rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5rem}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Title{font-size:22px;min-height:3.5rem;margin-block:0rem .5rem}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle{position:relative;color:#656565;line-height:1.5rem;height:6.5rem}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle span{font-size:18px}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle .Home_News_Card_Subtitle_Content{height:4.5rem}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle .ReadMore{display:flex;align-items:center;position:absolute;height:1rem;bottom:0;font-family:GT America Bold;font-size:18px;color:#0c0c0c;text-decoration:underline;cursor:pointer}@media (min-width: 1024px){.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle .ReadMore{margin-top:1rem}}.NewsContainer .NewsCarousel .carousel-slider .slider-wrapper ul li .Home_News_Card .Home_News_Card_Subtitle .ReadMore .Right_Arrow{height:14px;margin-left:.5rem;width:10px}.NewsContainer .Home_News_Bid_Container{padding:2%;background-color:#f8f8f8}.NewsContainer .NewsCarousel_BID .carousel-slider .slider-wrapper ul li{z-index:1!important}@media (min-width: 1024px){.NewsContainer .NewsCarousel_BID .carousel-slider .slider-wrapper ul li{width:100%!important;min-width:100%!important}}.NatNalEdit_Wrapper{display:block;background-color:#f8f8f8}.NatNalEdit_Wrapper .Header_section{display:none}@media (min-width: 1024px){.NatNalEdit_Wrapper .Header_section{display:flex;padding-top:2.5rem;padding-inline:1rem}}.NatNalEdit_Wrapper .Header_section img{height:1.5rem;transform:translateY(.25rem)}.NatNalEdit_Wrapper .Header_section span{color:#0c0c0c;font-family:GT America Bold;font-size:1rem;margin-left:.5rem}@media (min-width: 1024px){.NatNalEdit_Wrapper .Header_section span{font-size:1.5rem}}.NatNalEdit_Wrapper .Available_Edit_section{display:block;margin-top:20px}@media (min-width: 1024px){.NatNalEdit_Wrapper .Available_Edit_section{display:flex;margin-top:30px}}.NatNalEdit_Wrapper .Available_Edit_section .Available_column{display:block;width:100%;padding-left:1rem;padding-block:.5rem}@media (min-width: 1024px){.NatNalEdit_Wrapper .Available_Edit_section .Available_column{width:52%}.NatNalEdit_Wrapper .Available_Edit_section .Available_column.DatePicker{width:40%}}.NatNalEdit_Wrapper .Available_Edit_section .Available_column p{color:#231b15;font-family:GT America Regular;font-size:1rem}.NatNalEdit_Wrapper .Available_Edit_section .Available_column .Available_Title{color:#6e6259;font-family:GT America Medium;font-size:13px}@media (min-width: 1024px){.NatNalEdit_Wrapper .Available_Edit_section .Available_column .Available_Title{font-size:1rem}}.NatNalEdit_Wrapper .Available_Edit_section .Available_column .Selection_Container{width:95%}@media (min-width: 1024px){.NatNalEdit_Wrapper .Available_Edit_section .Available_column .Selection_Container{width:80%}}.NatNalEdit_Wrapper .Save_section{display:flex;padding:1rem;justify-content:end}.NatNalEdit_Wrapper .Save_section button{width:100%}@media (min-width: 1024px){.NatNalEdit_Wrapper .Save_section button{width:10rem;font-size:18px}}@media (min-width: 1024px){.NatNalEdit_Wrapper{margin-bottom:2rem}}.NatNal_Header_Home,.NatNal_Header_Page{display:flex;justify-content:space-between;align-items:center}.NatNal_Header_Home p,.NatNal_Header_Page p{font-family:GT America Bold;margin-top:1rem}.NatNal_Header_Home .DropDownComponent,.NatNal_Header_Page .DropDownComponent{width:9rem;height:2rem;margin-top:1rem;background-color:#f8f8f8}.NatNal_Header_Home .DropDownComponent .DropDownComponentValue,.NatNal_Header_Page .DropDownComponent .DropDownComponentValue{border-color:#e8e5e1;height:100%;padding-left:.5rem}.NatNal_Header_Home .DropDownComponent .DropDownComponentValue span,.NatNal_Header_Page .DropDownComponent .DropDownComponentValue span{line-height:2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NatNal_Header_Home .DropDownComponent .DropDownComponentOptions,.NatNal_Header_Page .DropDownComponent .DropDownComponentOptions{top:2rem}.NatNal_Header_Home .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem,.NatNal_Header_Page .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem{font-size:1rem;line-height:2rem;height:fit-content;margin-top:0;color:#656565}.NatNal_Header_Home .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem.selected,.NatNal_Header_Page .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem.selected{background-color:#b2b2b2;color:#000;border-color:#8b8b8b}.NatNal_Header_Home .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem.selected img,.NatNal_Header_Page .DropDownComponent .DropDownComponentOptions .DropDownComponentOptionsItem.selected img{display:none}@media (min-width: 1024px){.NatNal_Header_Home .DropDownComponent,.NatNal_Header_Page .DropDownComponent{margin-top:0;width:20%;height:3rem}.NatNal_Header_Home .DropDownComponent .DropDownComponentValue span,.NatNal_Header_Page .DropDownComponent .DropDownComponentValue span{line-height:3rem}.NatNal_Header_Home .DropDownComponent .DropDownComponentOptions,.NatNal_Header_Page .DropDownComponent .DropDownComponentOptions{top:3rem}}.NatNal_Header_Home{padding:0 1rem}.NatNal_Header_Home p{font-size:1.5rem}@media (min-width: 1024px){.NatNal_Header_Home{padding:1rem 1rem 2rem}}.NatNal_Header_Home p{font-size:2rem}.NatNal_Header_Page{margin-top:0;padding:0 1rem}.NatNal_Header_Page p{font-size:1.5rem}@media (min-width: 1024px){.NatNal_Header_Page{padding:1rem 0 2rem}.NatNal_Header_Page p{font-size:52px}}.NatNalComponent{margin:1rem}.NatNalComponent .Component{border:1px solid rgba(139,139,139,.5);background-color:#f8f8f8}.NatNalComponent .Component:first-child{margin-bottom:1rem}.NatNalComponent .Component .Component_Header{display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;height:3rem;box-shadow:0 4px 8px #e8e5e1;border-bottom:1px solid #e8e5e1;background-color:#f8f8f8}.NatNalComponent .Component .Component_Header .Header_section img{height:1.5rem;transform:translateY(.25rem)}.NatNalComponent .Component .Component_Header .Header_section span{color:#0c0c0c;font-family:GT America Bold;font-size:1rem;margin-left:.5rem;padding-right:15px}@media (min-width: 1024px){.NatNalComponent .Component .Component_Header .Header_section span{font-size:1.5rem}}.NatNalComponent .Component .Component_Header .Header_section .Next_Refresh{width:1rem;height:1rem;position:relative;top:-3px;cursor:pointer}.NatNalComponent .Component .Component_Header .Additional_section{transform:translateY(.25rem)}.NatNalComponent .Component .Component_Header .Additional_section span{color:#0c0c0c;margin-left:.25rem}@media (min-width: 1024px){.NatNalComponent .Component .Component_Header .Additional_section span{font-family:GT America Bold;font-size:18px}}.NatNalComponent .Component .Component_Content{background:linear-gradient(97deg,#e8e5e180 40%,#f8f8f8 40%,#f8f8f8)}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row{display:flex;min-height:3rem;border-bottom:1px solid #b2b2b2;width:100%}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row:last-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row:last-child{border-bottom:none}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column{padding-left:1rem;padding-block:.5rem;align-items:flex-start;display:flex;font-size:.9rem}@media (min-width: 1024px){.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column{font-size:1rem;font-family:GT America Medium}}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:first-child{width:40%;text-wrap:wrap;color:#6e6259;font-family:GT America Regular;font-weight:600}@media (min-width: 1024px){.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:first-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:first-child{font-size:1rem;font-family:GT America Medium}}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child{flex-direction:column;margin-left:.5rem;font-family:GT America Bold;width:60%}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child div{font-family:GT America Bold;margin-block:.25rem;width:100%}@media (min-width: 1024px){.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child div,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child div{font-size:1rem;font-family:GT America Medium}}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Shipment_ID_Link,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Shipment_ID_Link{font-family:GT America Bold;color:#ff6418;margin-top:0;cursor:pointer}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Shipment_Address,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Shipment_Address{-webkit-text-decoration:none;text-decoration:none}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Shipment_Address img,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Shipment_Address img{height:1rem;margin-left:.5rem;cursor:pointer;pointer-events:all}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Address_Two,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Address_Two{pointer-events:none}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Map_Icon,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Map_Icon{position:relative;top:1px;margin-left:.5rem}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Reload,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Reload{display:flex;align-items:center;cursor:pointer}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child .Reload img,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child .Reload img{margin-right:.5rem}.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child.date{max-width:20ch}@media (min-width: 1024px){.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Last_Location_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Last_Location_table .Next_Available_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Last_Location_row .Next_Available_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Last_Location_column:last-child.date,.NatNalComponent .Component .Component_Content .Next_Available_table .Next_Available_row .Next_Available_column:last-child.date{font-size:1rem;max-width:100%;font-family:GT America Medium}}@media (min-width: 1024px){.NatNalComponent{display:flex;margin:0}.NatNalComponent .Component{margin:0!important;width:50%;border:none}.NatNalComponent .Component .Component_Header{height:3rem;box-shadow:none}.NatNalComponent .Component .Component_Content{border-left:2px solid #e8e5e1;height:calc(100% - 3rem)}}.Home{height:100%}.Home .Home_Toggle{display:flex;background-color:#f8f8f8;width:100%;margin-bottom:3%}.Home .Home_Toggle .section{width:33.3333333333%;height:3rem;line-height:3rem;text-align:center;color:#656565;background-color:#f8f8f8;font-family:GT America Regular}.Home .Home_Toggle .section.selected{background-color:#f8f8f8;border-bottom:2px solid #ff6418;color:#0c0c0c}@media (min-width: 1024px){.Home .Home_Toggle{background-color:transparent;width:35%;margin-top:50px;margin-left:10%;margin-bottom:0;cursor:pointer}.Home .Home_Toggle .section{margin:1px;width:50%;background-color:#f3f1ef;font-size:1.1rem;font-family:GT America Regular}.Home .Home_Toggle .section.selected{background-color:#fff;border-bottom:1px solid #e8e5e1;border-left:5px solid #ff6418;color:#0c0c0c}}.Home .Home_Main_Section{height:calc(100% - (3rem + 1.75%));width:100%;background-color:transparent;overflow-y:scroll}.Home .Home_Main_Section.news{padding:0 10px}@media (min-width: 1024px){.Home .Home_Main_Section{background-color:#f8f8f8;height:fit-content!important;width:calc(100vw - 30%);margin:0 10% 2%;box-shadow:0 3px 8px #0003;border:.5px solid #e8e5e1;padding-bottom:0;overflow-y:hidden}.Home .Home_Main_Section.news{width:calc(100vw - 7%)!important;margin:-15px 0 1%;width:100%;background-color:transparent;position:relative;border:none;box-shadow:none;padding:0rem}}@media (min-width: 1024px){.Home{overflow-y:auto;overflow-x:hidden}}.Device_Info{display:flex;align-items:center;cursor:pointer}.Device_Info p{font-size:1rem;font-family:GT America Medium}@media (min-width: 1024px){.Device_Info p{font-size:22px}}.Device_Info img{width:1.5rem;height:1.5rem;padding-right:6px}@media (min-width: 1024px){.Device_Info img{width:30px;height:30px}}.Device_Table{text-align:justify;background:linear-gradient(97deg,#f3f1ef 44%,#fff 32%,#fff)!important}.Device_Table .Table_Header{padding-top:10px}.Device_Table .Table_Row{margin-top:12px}.Device_Table .Table_Row span{font-size:14px;font-family:GT America Regular;color:#645a53}@media (min-width: 1024px){.Device_Table .Table_Row span{font-size:18px;font-family:GT America Medium}}.Support{height:100%;overflow-y:scroll;padding:2.5% 5%;padding-bottom:5rem}.Support .Device_Info{display:flex;justify-content:flex-end}.Support .Support_Header{display:flex}.Support .Support_Header>div{margin:1% 2%;padding-bottom:.5rem;font-family:GT America Bold;font-size:x-large;cursor:pointer}.Support .Support_Header>div.active{border-bottom:.25rem solid #ff6418}.Support .Support_Header>div:first-child{margin-left:0}.Support .Support_SubSection{display:flex;flex-wrap:wrap}.Support .Support_SubSection>div{cursor:pointer;margin-inline:1rem;margin-bottom:2rem;font-size:larger;padding-bottom:.25rem}.Support .Support_SubSection>div.active{border-bottom:.2rem solid #ff6418}.Support .Support_SubSection>div:first-child{margin-left:0}.Support .Support_Content_Container .Accordion_Content{padding:1rem;margin-block:1rem;background:#f8f8f8;box-shadow:0 2px 10px #0003}.Support .Support_Content_Container .Accordion_Content a{color:#ff6418}.Support .Support_Content_Container .Accordion_Content:first-child{margin-top:0}.Support .Support_Content_Container .Accordion_Content:last-child{margin-bottom:0}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container{margin-bottom:1rem;display:flex;justify-content:space-between}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Content_Title{font-family:GT America Bold}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow{cursor:pointer}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow img{height:.75rem}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #b2b2b2}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div:first-child{border-bottom:0}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .FAQ{font-family:GT America Regular}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .FAQ .indicator{font-family:GT America Bold;color:#ff6418}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .FAQ.question{padding-bottom:.5rem;font-family:GT America Bold}.Support .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .FAQ.answer p{display:inline}.MoreMenuSubTab{height:100%;overflow-y:scroll;padding:1rem}.MoreMenuSubTab .Accordion_Content{padding:1rem;margin-block:1rem;background:#f8f8f8;box-shadow:0 2px 10px #0003}.MoreMenuSubTab .Accordion_Content a{color:#ff6418}.MoreMenuSubTab .Accordion_Content:first-child{margin-top:0}.MoreMenuSubTab .Accordion_Content:last-child{margin-bottom:0}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container{margin-bottom:1rem;display:flex;justify-content:space-between}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Content_Title{font-family:GT America Bold}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow{cursor:pointer}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow img{height:.75rem}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #b2b2b2}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div:first-child{border-bottom:0}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div .FAQ{font-family:GT America Regular}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div .FAQ .indicator{font-family:GT America Bold;color:#ff6418}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div .FAQ.question{padding-bottom:.5rem;font-family:GT America Bold}.MoreMenuSubTab .Tabbed_Accordion_Content .Accordion_Content>div .FAQ.answer p{display:inline}.NatNal{overflow-y:scroll;height:100%}@media (min-width: 1024px){.NatNal{padding-inline:10%}}@media (min-width: 1024px){.LoadContainer{background-color:transparent;border:1px solid #e8e5e1}}@media (min-width: 1024px){.LoadContainer .Loads_Container_Header{justify-content:space-between}}.LoadContainer .Loads_Container_Header .Loads_Container_Heading{display:flex;justify-content:space-between}.LoadContainer .Loads_Container_Header .Loads_Container_Heading .Heading{font-family:GT America Bold;font-size:x-large;margin-top:1rem}.LoadContainer .Loads_Container_Header .Loads_Container_Heading .Toggle_Container{display:flex;align-items:center;justify-content:end;margin-top:1rem}.LoadContainer .Loads_Container_Header .Loads_Container_Heading .Toggle_Container span{font-size:18px}.LoadContainer .Loads_Container_Header .Loads_Sort_Container{display:grid;grid-template-columns:1fr 2fr;align-items:center;background-color:#e8e5e1}.LoadContainer .Loads_Container_Header .Loads_Sort_Container p{font-size:13px;color:#231b15}@media (min-width: 1024px){.LoadContainer .Loads_Container_Header .Loads_Sort_Container{display:flex;justify-content:space-between;margin-block:1rem;height:3rem;background-color:transparent}.LoadContainer .Loads_Container_Header .Loads_Sort_Container p{font-size:1.1rem}}.LoadContainer .Loads_Container_Header .Loads_Sort_Container .Toggle_Container{width:12%}.LoadContainer .Toggle_Container{display:flex;align-items:center;justify-content:end;margin-top:.5rem}.LoadContainer .Toggle_Container span{font-size:13px;color:#231b15}.LoadContainer .Total_Loads_Count{font-family:GT America Bold;font-size:medium}.MyLoadsTabs_Container.web{background-color:#f8f8f8;display:flex;justify-content:space-around;height:2.5rem;font-size:1.1rem;color:#0c0c0c;font-family:GT America Bold;font-weight:700;text-align:center}@media (min-width: 1024px){.MyLoadsTabs_Container.web{height:11.5rem;cursor:pointer;font-size:1.1rem}}.MyLoadsTabs_Container.mobile{display:grid;gap:10px;padding:15px;grid-template-columns:auto auto}.MyLoadsTabs_Container .MyLoadsTabs_Tab.web{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#656565}.MyLoadsTabs_Container .MyLoadsTabs_Tab.web.selected{border-bottom:2px solid #ff6418;font-family:GT America Bold;font-weight:700;color:#0c0c0c}@media (min-width: 1024px){.MyLoadsTabs_Container .MyLoadsTabs_Tab.web.selected{border-bottom:1px solid rgba(178,178,178,.5);border-bottom:7px solid #ff6418;background-color:#f3f1ef}}.MyLoadsTabs_Container .MyLoadsTabs_Tab.web.noload{background-color:#f3f1ef}@media (min-width: 1024px){.MyLoadsTabs_Container .MyLoadsTabs_Tab.web{background-color:#f8f8f8;border:1px solid rgba(178,178,178,.25)}}.MyLoadsTabs_Container .Loads_Count{background:#ff6418;color:#f8f8f8;border-radius:100%;padding:4px;min-width:24px;line-height:16px;font-size:14px;font-family:GT America Bold;font-weight:700;align-content:center;width:34px;height:34px;margin-left:auto}@media (min-width: 1024px){.MyLoadsTabs_Container .Loads_Count{margin-top:-85px;margin-right:-30px;width:34px;height:34px;margin-left:0}}.MyLoadsTabs_Container .Tooltip_Container{position:absolute}.MyLoadsTabs_Container .Tab_Title{width:100%}.MyLoadsTabs_Container .Grid_Item{background-color:#fffc;padding:20px;font-size:30px;text-align:center;height:150px;font-family:GT America Bold;font-size:14px;align-content:center}@media (min-width: 1024px){.MyLoadsTabs_Container .Grid_Item{font-size:1.1rem;height:100%;padding:0;background-color:transparent;align-content:center}}.MyLoadsTabs_Container .Deactive_Icons{filter:grayscale(100%);--webkit-filter: grayscale(1);opacity:.7}.MyLoadsTabs_Container .tooltip-container.active{position:relative;top:4rem}.MyLoadsTabs_Container .tooltip-container .tooltip{align-items:center;border-radius:5px}.MyLoadsTabs_Container .tooltip-container .tooltip:before{left:44%!important;top:-33%;border-color:transparent transparent black transparent}.MyLoadsTabs_Container .circle-div{width:34px;height:34px}.MyLoads_Container{height:100%;overflow-y:scroll}.MyLoads_Container.web{padding-left:10%;padding-right:10%}.MyLoads_Container.mobile{padding-left:5%;padding-right:5%}.MyLoads_Container.AlertBannerVisible{height:calc(100% - 3rem)}.MyLoads_Container .MyLoads_Section{height:calc(100% - 2.5rem)}@media (min-width: 1024px){.MyLoads_Container{height:100%}.MyLoads_Container .MyLoads_Section{height:100%!important}}.MyLoads_Container .header{display:"grid";display:flex;justify-content:space-around;height:7rem;align-items:center}@media (min-width: 1200px){.MyLoads_Container .header{justify-content:start}}.MyLoads_Container .header .Left_Col{display:none;width:30%}@media (min-width: 1024px){.MyLoads_Container .header .Left_Col{display:flex;font-size:xxX-large;font-family:GT America Bold}}.MyLoads_Container .header .Right_Col{display:none;width:70%;justify-content:end}@media (min-width: 1024px){.MyLoads_Container .header .Right_Col{display:flex}}.Loads{height:100%}.Loads .Load_List{background:transparent;height:100%;overflow-y:scroll}.Preferences{position:relative;overflow-x:hidden;overflow-y:scroll;height:calc(100% - 3rem)}.Preferences.AlertBannerVisible{height:calc(100% - 6rem)}@media (min-width: 1024px){.Preferences.AlertBannerVisible{height:calc(100% - 3rem)}}.Preferences .Preferences_Header{display:none;transition:all .3s ease-in-out}@media (min-width: 1024px){.Preferences .Preferences_Header{display:block;font-family:GT America Bold;font-size:3rem;margin-block:1.5rem}}.Preferences .Save_Button{height:3rem;position:fixed;bottom:5rem;width:100%}@media (min-width: 1024px){.Preferences{padding-inline:10%;height:100%;padding-bottom:3rem}.Preferences .Save_Button{position:relative;bottom:0;width:10rem;float:right}}.Preferences .errorMessage{line-height:1rem}.FeedbackComponent{background-color:#f8f8f8}.FeedbackComponent>div{padding:.75rem}@media (min-width: 1024px){.FeedbackComponent>div{padding:.75rem 1.5rem}}.FeedbackComponent .FeedbackComponent_Header{font-family:GT America Bold;padding-bottom:1rem;border-bottom:1px solid #e8e5e1}@media (min-width: 1024px){.FeedbackComponent .FeedbackComponent_Header{border:none;font-size:1.25rem}}.FeedbackComponent .FeedbackComponent_Body .FeedbackComponent_Body_Label p{font-family:GT America Bold}.FeedbackComponent .FeedbackComponent_Body textarea{width:100%;margin-top:1rem;border:1px solid #e8e5e1;border-bottom:2px solid #e8e5e1;padding:.5rem;outline:none;font-family:GT America Bold;resize:none}.FeedbackComponent .FeedbackComponent_Body .FeedbackComponent_Body_Count{text-align:end;font-size:14px;color:#656565}.FeedbackComponent .FeedbackComponent_Footer{display:flex;justify-content:flex-end}.Feedback{padding:1rem}@media (min-width: 1024px){.Feedback{padding:2.5% 5%}}.Feedback>p{display:none}@media (min-width: 1024px){.Feedback>p{display:block;font-family:GT America Bold;font-size:2rem;margin-block:2rem}}.Profile_Wrapper{display:grid;height:auto;background-color:#f8f8f8;margin-inline:1rem}@media (min-width: 1024px){.Profile_Wrapper{margin-inline:0;margin-top:30px;padding:30px 40px}}.Profile_Wrapper .Name_Row{display:none}@media (min-width: 1024px){.Profile_Wrapper .Name_Row{display:flex;margin-bottom:30px;font-family:GT America Bold;justify-content:space-between}.Profile_Wrapper .Name_Row .label{font-size:2rem;font-family:GT America Bold}}.Profile_Wrapper .Details_Row{display:flex;justify-content:space-around}@media (min-width: 1200px){.Profile_Wrapper .Details_Row{justify-content:start}}.Profile_Wrapper .Details_Row .Left_Col{display:none}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Left_Col{display:flex;margin-right:170px}}.Profile_Wrapper .Details_Row .Right_Col{width:100%}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Right_Col{width:50%}}.Profile_Wrapper .Details_Row .Right_Col .Disclaimer{display:none}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Right_Col .Disclaimer{display:flex;margin-bottom:20px;font-family:GT America Medium;font-size:18px}}.Profile_Wrapper .Details_Row .Right_Col .Disclaimer.hidden{display:none}.Profile_Wrapper .Details_Row .Right_Col .Details_List{max-width:27rem;margin:21px 0 0 10px}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Right_Col .Details_List{margin:0}}.Profile_Wrapper .Details_Row .Right_Col .Details_List .Detail_Item{display:flex;flex-direction:column;margin-bottom:1rem;border-bottom:1px solid #e8e5e1}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Right_Col .Details_List .Detail_Item{margin-bottom:1.5rem}}.Profile_Wrapper .Details_Row .Right_Col .Details_List .Detail_Item .Label{font-size:1rem;font-family:GT America Regular;color:#3e3e3e}.Profile_Wrapper .Details_Row .Right_Col .Details_List .Detail_Item .Value{font-size:18px;font-family:GT America Medium;color:#0c0c0c;padding-top:.5rem}@media (min-width: 1024px){.Profile_Wrapper .Details_Row .Right_Col .Details_List .Detail_Item .Value{padding:1rem .5rem}}.Profile_Wrapper .Details_Row .EditBtn{display:flex;justify-content:center;align-items:center}.Profile_Wrapper .Details_Row .CustomTooltip{width:fit-content}.B2C_Edit{cursor:pointer;background-color:transparent}.B2C_Edit img{height:15px;margin-right:.25rem}@media (min-width: 1024px){.B2C_Edit img{margin-right:.5rem}}.B2C_Edit>span{font-size:1rem;font-family:GT America Bold}.B2B_Edit{padding-inline:1rem}.B2B_Edit a{color:#ff6418}@media (min-width: 1024px){.B2B_Edit{padding-inline:0;margin-top:1rem}}:root{--address-heading-color: #231B15;--address-text-color: #645a53;--border-color: #b2b2b2;--primary-accent: #ff6418;--error-color: #e74c3c;--focus-shadow: 0 1px 0 0;--transition-timing: .2s ease}.Change_Address{text-align:justify;display:grid;grid-template-columns:1fr;text-align:left;row-gap:.5em;padding:8px;column-gap:8px;border-bottom:1px solid #e8e5e1}.Change_Address.with-border{border-bottom:1px solid #e8e5e1}.Change_Address.without-border{border-bottom:none}.Change_Address .Table_Header{padding-top:10px}.Change_Address .Table_Row{margin-top:12px}.Change_Address .Table_Row span{font-size:14px;font-family:GT America Regular;color:var(--address-text-color);transition:color .2s ease}@media (min-width: 1024px){.Change_Address .Table_Row span{font-size:18px;font-family:GT America Medium}}.Address{width:100%;max-width:none;padding:0 10px;box-sizing:border-box}.Address .Address_Heading{font-size:16px;font-family:GT America Medium;color:var(--address-heading-color);text-align:left;margin-bottom:.5rem;line-height:1.4;padding-left:10px}@media (min-width: 1024px){.Address .Address_Heading{font-size:20px;font-family:GT America Bold}}.Address .InputSection{margin-bottom:2rem}.Address .InputSection label{display:block;color:var(--address-heading-color);font-weight:500;margin-bottom:.25rem}.Address .InputSection label sup{color:var(--primary-accent);font-weight:700;margin-left:2px}.Address .InputSection input{border:none;border-bottom:2px solid var(--border-color);outline:none;display:block;width:100%;margin-top:.5rem;height:1.5rem;line-height:1.5rem;font-size:1rem;background:transparent;transition:border-color var(--transition-timing),box-shadow var(--transition-timing)}.Address .InputSection input:disabled{opacity:.6;cursor:not-allowed;background:#00000005}.Address .InputSection input.input-error{border-bottom-color:var(--error-color);box-shadow:var(--focus-shadow) var(--error-color)}.error-boundary{border:1px solid var(--error-color);border-radius:8px;background-color:#fff5f5;color:#c92a2a;padding:20px;text-align:center}.error-boundary h3{margin-top:0;color:var(--error-color)}.error-boundary button{background-color:var(--primary-accent);color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;margin-top:10px;transition:background-color var(--transition-timing)}.error-boundary button:hover{opacity:.9}.error-boundary button:focus{outline:2px solid var(--primary-accent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.25rem;display:block}.checkbox-group-container{text-align:left;display:flex;justify-content:flex-start;align-items:flex-start;width:100%;margin:.5rem 0;padding-left:10px}.checkbox-group-container>*{text-align:left}.MemberDetails{display:grid;grid-template-columns:1fr;text-align:left;row-gap:.5em;padding:8px;column-gap:8px;border-bottom:1px solid #e8e5e1}.MemberDetails.with-border{border-bottom:1px solid #e8e5e1}.MemberDetails.without-border{border-bottom:none}@media (min-width: 1024px){.MemberDetails{display:flex;justify-content:space-between;align-items:center;justify-items:center;row-gap:0em;padding:1rem .5rem;column-gap:0}}.MemberDetails .Detail_Item{display:flex}@media (min-width: 1024px){.MemberDetails .Detail_Item{display:flex;flex-direction:column;justify-content:center;padding-left:10px}}.MemberDetails .Detail_Item .MemberDetails_Heading{text-align:start;font-family:GT America Medium;font-size:13px;color:#000;width:40%}@media (min-width: 1024px){.MemberDetails .Detail_Item .MemberDetails_Heading{display:inherit;font-size:15px;width:100%}}.MemberDetails .Detail_Item .MemberDetails_Details{right:0;text-align:start;font-size:13px;min-height:13px;font-family:GT America Regular;color:#645a53;pointer-events:none;text-decoration:none}@media (min-width: 1024px){.MemberDetails .Detail_Item .MemberDetails_Details{font-size:15px;display:inherit;justify-content:left!important;min-height:15px}}.Profile{padding-block:1rem;height:100%;overflow-y:scroll}.Profile h1{display:none}.Profile .Device_Container{display:none;justify-content:flex-end;margin-bottom:.5rem;padding-right:1rem;display:flex;justify-content:end}.Profile .CustomTooltip{display:flex;justify-content:flex-end;padding-right:1rem;margin-bottom:.5rem}@media (min-width: 1024px){.Profile{position:relative;padding:2.5% 10%;padding-bottom:5rem}.Profile h1{display:block;font-size:52px;font-family:GT America Bold;line-height:2.78rem}}.MoreTab{height:100%;overflow-y:scroll}.MoreTab>div{display:flex;justify-content:space-between;align-items:center;margin:1rem;height:3rem;line-height:3rem;position:relative;background-color:#f8f8f8}.MoreTab>div img{height:1.5rem}.MoreTab>div.Device_Info{background-color:transparent;justify-content:flex-end;margin-block:0}.MoreTab .Headings{background-color:#e9e5e1;color:#645a53;font-size:18px;font-family:GT America Bold;padding-left:10px;padding-top:15px!important;height:1rem!important;line-height:1rem!important}.MoreTab .More_Menu_Label{margin:1rem 1.5rem;font-family:GT America Bold;color:#656565}.MoreTab .Legal_Container,.MoreTab .Recommended_Capabilities_Container{flex-direction:column;align-items:flex-start;height:fit-content;padding:0!important}.MoreTab .Legal_Container>div,.MoreTab .Recommended_Capabilities_Container>div{padding-inline:1rem;width:100%;display:flex;justify-content:space-between;align-items:center}.additional_Css{font-family:GT America Bold}.additional_Css_Message{font-family:GT America Regular}.Search_Results_Container{height:100%}.Search_Results_Container .Scrollable_Container{display:flex;width:auto;padding-inline:1rem;padding-block:.5rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.Search_Results_Container .Scrollable_Container::-webkit-scrollbar{display:none}.Search_Results_Container .Scrollable_Container span{font-size:13px;color:#656565;margin-right:.75rem;background-color:#f0eeeb;padding:2px}.Search_Results_Container .Scrollable_Container span.State_Arr{margin-right:0}.Search_Results_Container .Sort_Row{display:grid;grid-template-columns:1fr 2fr;align-items:center;background-color:#e8e5e1}.Search_Results_Container .Sort_Row span{color:#0c0c0c}.Search_Results_Container .Sort_Row .Matches{font-size:13px;color:#645a53}.Search_Results_Container #ptr-parent{height:100%!important;overflow-y:auto!important;padding-bottom:3rem}.Search_Results_Container #ptr-parent .Cards_Container{background:transparent}:root{--true-items-count: 0}.FloatingBtnContainer{position:fixed;bottom:10rem;right:20px;width:60px;height:15px;background-color:pink;border-radius:50%;box-shadow:0 2px 10px #0003;cursor:pointer;z-index:999;display:flex;justify-content:center;align-items:center}.FloatingBtnContainer img{width:60px;height:60px}.Sidebar_Wrapper{position:fixed;bottom:137px;right:20px;width:60px;height:60px;z-index:999;overflow:hidden;transition:transform .1s ease-in-out 0s,-webkit-transform}.Sidebar_Wrapper .Sidebar{align-items:center;height:60px;background-color:transparent;border-radius:30px;display:flex;padding-right:55px}.Sidebar_Wrapper .Sidebar .Sidebar_Content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:100%}.Sidebar_Wrapper .Sidebar .Sidebar_Content .Sidebar_Item{display:flex;align-items:center;justify-content:center;margin:5px}.Sidebar_Wrapper .Sidebar .Sidebar_Content .Sidebar_Item img{width:20px;height:20px}.Sidebar_Wrapper .Sidebar .Sidebar_Content .Sidebar_Item p{font-size:11px;color:#000}.Sidebar_Wrapper .Sidebar .Sidebar_Content .Sidebar_Item .Sidebar_Options{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px}.Sidebar_Wrapper.open{width:auto}.Sidebar.open{display:flex;justify-items:left;background-color:#fff}.ExpandedResults_Container{position:relative;height:100%;overflow-y:scroll}.ExpandedResults_Container>div{margin-inline:2%}.ExpandedResults_Container .Map_Section{background-color:#f8f8f8;height:10rem;position:relative;overflow:hidden;margin-inline:0}@media (min-width: 389px){.ExpandedResults_Container .Map_Section{height:15rem}}@media (min-width: 786px){.ExpandedResults_Container .Map_Section{height:5rem}}.ExpandedResults_Container .Booking_Terms{background-color:#f8f8f8;margin-bottom:20%}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details{background-color:#fff;margin-bottom:5%}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .Tankwash_Details_Header{font-size:1.125rem;font-family:GT America Bold;height:2rem;line-height:2rem;padding-left:.5rem;background-color:#fff}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .TankWash_Table{background:linear-gradient(97deg,#f3f1ef 40%,#fff 32%,#fff)!important}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .TankWash_Table .Table_Body .Table_Row{padding-inline:.5rem}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .TankWash_Table .Table_Body .Table_Row .label{width:38%}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .TankWash_Table .Table_Body .Table_Row .value{width:55%}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .footer-text{padding:0;margin-top:.5rem}.ExpandedResults_Container .Expanded_View_Mobile_Tankwash_Details .TankWashTableContainer .footer-text>p{font-family:GT America Regular;font-size:.75rem;line-height:1rem;padding:2.5% 5%}.ExpandedResults_Container .BookNow_Button_Container{position:fixed;bottom:0;width:100%;margin-inline:0;margin-bottom:5rem;z-index:100}.ExpandedResults_Container .BookNow_Button_Container button{width:100%;height:3rem}.ExpandedResults_Container .References_Btn{margin:0;width:100%;height:42px;opacity:1;box-shadow:none;font-size:1rem;font-weight:700;text-transform:none;border:1px solid;border-color:#ff6418;border-radius:0;background-color:#f8f8f8;color:#252525;text-align:center!important;cursor:pointer;font-family:GT America Bold}.Rate_Modal .modal-content{padding-bottom:40px!important}.BookLoadMessage{font-weight:500!important}.BookNow_Modal .Table_Container{height:auto!important;max-height:12rem!important;overflow-y:scroll}.BookNow_Modal_Success .Success_Title{font-family:GT America Bold}.Warning_Modal_Text{display:flex;flex-direction:column;align-items:center;justify-content:center}.Warning_Modal_Text .Warning_Modal_Regular{font-size:14px;font-family:GT America Regular}.Warning_Modal_Text .Warning_Modal_Medium{font-size:14px;font-family:GT America Medium}.Breadcrumbs_Container{color:#0c0c0c;font-family:GT America Regular;font-size:1rem}.Breadcrumbs_Container span{font-family:GT America Medium}.Breadcrumbs_Container span.clickable{cursor:pointer;text-decoration:underline}.Breadcrumbs_Container img{vertical-align:middle;width:12px;height:12px;opacity:.5}.Results_Container{height:100%;position:relative;overflow:auto;padding-bottom:7rem}.Results_Container>div{padding:.5rem 5.5rem}.Results_Container .Breadcrumbs_Container{margin-top:2.5rem}.Results_Container .Result_Section{display:block;margin-inline:5.5rem;padding-inline:1rem}@media (min-width: 1024px){.Results_Container{padding-bottom:0!important}}.NotFound{display:flex;justify-content:center;align-items:center;flex-direction:column;height:98vh}.NotFound p,.NotFound h1,.NotFound>div{margin-block:1rem}.NotFound .Button_Container button{margin-inline:1rem}.CustomTableFin{border:1px solid #e8e5e1;width:100%;height:100%}@media (min-width: 786px){.CustomTableFin{box-shadow:0 3px 8px #0000001a}}.CustomTableFin span{font-size:15px}@media (min-width: 1024px){.CustomTableFin span{font-size:18px}}.CustomTableFin.Additional_Commodities{height:fit-content;max-height:13rem}.CustomTableFin.Additional_Commodities .Table_Container{overflow-y:scroll;height:fit-content;max-height:8rem;border:1px solid #e8e5e1}.CustomTableFin.Additional_Commodities .Table_Container .Table_Header{display:none}.CustomTableFin.Commodities_Details{height:14rem}.CustomTableFin.Commodities_Details .Table_Container{border:1px solid #e8e5e1;height:14rem}.CustomTableFin .Table_Action,.CustomTableFin .Table_Total{display:flex;justify-content:space-between;align-items:center;height:2.5rem;padding-inline:7px;margin-top:.5rem;background-color:#f8f8f8;border-bottom:1px solid #e8e5e1}.CustomTableFin .Table_Action span,.CustomTableFin .Table_Total span{font-family:GT America Bold}.CustomTableFin .Table_Action>img,.CustomTableFin .Table_Total>img{height:1rem;width:1rem;cursor:pointer}.CustomTableFin .FinancialInfo_List{overflow-x:auto;height:100%;overflow-y:scroll}.CustomTableFin .FinancialInfo_List .Table_Header{display:flex;width:100%;padding-inline:7px;margin-block:.5rem}.CustomTableFin .FinancialInfo_List .Table_Header>span{width:50%;font-family:GT America Medium}.CustomTableFin .FinancialInfo_List .Table_Row{display:flex;width:100%;cursor:pointer;padding-inline:10px;border-bottom:1px solid #b2b2b2;align-items:center;padding-block:.5rem}.CustomTableFin .FinancialInfo_List .Table_Row:last-child{border:none}.CustomTableFin .FinancialInfo_List .Table_Row>span{color:#645a53}.CustomTableFin .No_Data{padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.CustomTableFin .No_Data img{margin-bottom:2rem;background:transparent;opacity:1}.CustomTableFin .No_Data p{text-align:center;font-family:GT America Regular;letter-spacing:0px;color:#666;font-size:18px;opacity:1}.CustomTableFin .btn{top:50%;left:50%;-ms-transform:translate(-50%,-50%);background-color:#f1f1f1;color:#000;font-size:16px;padding:16px 30px;border:none;cursor:pointer;border-radius:5px;text-align:center}.CustomTableFin .btn:hover{background-color:#000;color:#fff}.CustomTableFin .Clickable_Row{display:flex;justify-content:space-between;align-items:center;margin-left:20px}@media (min-width: 1024px){.CustomTableFin .Clickable_Row{margin-left:60px;padding:10px}}.CustomTableFin .Clickable_Item{flex:1;text-align:center;padding:10px;cursor:pointer;transition:background-color .3s ease;position:relative}.CustomTableFin .Clickable_Item:hover{background-color:#f0f0f0}.CustomTableFin .Gradient_Background{background:linear-gradient(95deg,#f3f1ef 20%,#fff 20%,#fff)}@media (min-width: 1024px){.CustomTableFin .Gradient_Background{background:linear-gradient(95deg,#f3f1ef 10%,#fff 10%,#fff)}}.Document_Icon{color:#f85f14}.Tax_Item_Name{font-family:GT America Regular;letter-spacing:0px;color:#000;opacity:1}.FinancialInfo{height:100%;overflow-y:scroll;padding-bottom:1rem}.FinancialInfo.AlertBannerVisible{height:calc(100% - 3rem)}@media (min-width: 1024px){.FinancialInfo{height:100%}.FinancialInfo .FinancialInfo_Header_Web{font-family:GT America Bold;font-size:xx-large;padding-top:2rem;padding-bottom:1rem;margin-left:10%;height:5rem}.FinancialInfo .Search_Section{height:100%!important}}.FinancialInfo .Report.small{background-color:#fff;width:100%;height:15rem;padding-block:1rem;padding-inline:1rem}.FinancialInfo .Report.medium{margin-left:10%;background-color:#fff;padding-block:1rem;margin-bottom:3rem;padding-inline:1.5rem;width:80%;height:35rem}.FinancialInfo .Report.large{margin-left:10%;background-color:#fff;padding-block:1rem;padding-inline:1.5rem;width:80%;height:30rem}.FinancialInfo .Report.large.Content_Data{height:auto}.FinancialInfo .Report .Financial_Report_Header_Web{font-family:GT America Bold;font-size:x-large;padding-top:.7rem;padding-bottom:1rem;height:5rem}.FinancialInfo .Report .header{display:"grid";display:flex;justify-content:space-around;height:4rem;align-items:center}@media (min-width: 1200px){.FinancialInfo .Report .header{justify-content:start}}.FinancialInfo .Report .header .Left_Col{display:none;width:70%}@media (min-width: 1024px){.FinancialInfo .Report .header .Left_Col{display:flex;font-size:X-large;font-family:GT America Bold}}.FinancialInfo .Report .header .Right_Col{display:none;width:30%;justify-content:end}@media (min-width: 1024px){.FinancialInfo .Report .header .Right_Col{display:flex}}.FinancialInfo .Report .header .Right_Col .Refresh_Logo{display:none}@media (min-width: 1024px){.FinancialInfo .Report .header .Right_Col .Refresh_Logo{display:flex;align-items:center}}.FinancialInfo .Report .header .Right_Col .Refresh_Title{display:none;width:5rem;justify-content:end}@media (min-width: 1024px){.FinancialInfo .Report .header .Right_Col .Refresh_Title{display:flex;font-size:large;font-family:GT America Bold}}.FinancialInfo .Report .Report_Details{height:100%}.FinancialInfo .Report .Report_Details .Table_Container{border:1px solid #e8e5e1}@media (min-width: 1024px){.FinancialInfo .Report .Report_Details{height:80%}}.FinancialInfo .FinancialInfo_Container_Mobile{background-color:#f8f8f8;margin-inline:1rem}.FinancialInfo .FinancialInfo_Container_Mobile .Cards_Container{margin-top:20px;box-shadow:0 3px 10px #0003}.FinancialInfo .FinancialInfo_Container_Mobile .Cards_Container .Card{display:flex;justify-content:space-between;align-items:center;height:3rem;padding-inline:1rem}.FinancialInfo .FinancialInfo_Container_Mobile .Cards_Container .Card p{font-family:GT America Bold;font-size:1rem}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content{padding-bottom:1rem;background-color:#e8e5e1}@media (min-width: 1024px){.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content{background-color:#fff}}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content{padding:1rem;margin-block:1rem;background:#f8f8f8;box-shadow:0 2px 10px #0003}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content a{color:#ff6418}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content:first-child{margin-top:0}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content:last-child{margin-bottom:0}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container{margin-bottom:1rem;display:flex;justify-content:space-between}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Content_Title{font-family:GT America Bold}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow{cursor:pointer}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content .Content_Title_Container .Accordion_Arrow img{height:.75rem}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div{padding-bottom:1rem;margin-bottom:1rem}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .content_data{font-family:GT America Regular}.FinancialInfo .Support_Content_Container .Tabbed_Accordion_Content .Accordion_Content>div .content_data .indicator{font-family:GT America Bold;color:#ff6418}.LoginPage{height:100%;display:flex;flex-direction:column;padding:1rem;background-color:#e8e5e1}.LoginPage .landingImage{height:15%;width:100%}.LoginPage .CustomLoginContainer{height:85%;width:100%;position:relative}.LoginPage .CustomLoginContainer>p{font-family:GT America Bold;font-size:1.5rem;padding-bottom:2rem}.LoginPage .CustomLoginContainer .Container{width:100%;box-shadow:0 3px 10px #0003;background-color:#fff;height:fit-content;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.LoginPage .CustomLoginContainer .Container>p{font-family:GT America Bold;font-size:1rem;margin-bottom:2rem}.LoginPage .CustomLoginContainer .Container .InputSection{margin-bottom:2rem}.LoginPage .CustomLoginContainer .Container .InputSection label{display:block}.LoginPage .CustomLoginContainer .Container .InputSection label sup{color:#ff6418}.LoginPage .CustomLoginContainer .Container .InputSection input{border:none;border-bottom:1px solid #b2b2b2;outline:none;display:block;width:100%;margin-top:.5rem;height:1.5rem;line-height:1.5rem;font-size:1.25rem}.LoginPage .CustomLoginContainer .Container .FooterSection{display:flex;align-items:center;justify-content:flex-start}.LoginPage .CustomLoginContainer .Container .FooterSection button{margin-inline:auto;display:flex;justify-content:center;align-items:center;width:100%}.LoginPage .CustomLoginContainer .Container .FooterSection button span{font-family:GT America Bold;font-size:1.25rem}.LoginPage .CustomLoginContainer .PageFooter{top:90vh;position:sticky;margin-block:1rem;font-size:.75rem;color:#656565;text-align:center}.LoginPage .CustomLoginContainer .PageFooter a{font-family:GT America Bold;color:#656565}.LoginPage .CustomLoginContainer .PageFooter p{font-family:GT America Bold}@media (min-width: 1024px){.LoginPage{padding:0;flex-direction:row}.LoginPage .landingImage{width:30%;height:100%}.LoginPage .landingImage img{height:100%;width:100%;object-fit:fill}.LoginPage .CustomLoginContainer{background:linear-gradient(97deg,#f8f8f8 80%,#e8e5e1 10%,#e8e5e1);height:100%;width:70%;padding:5rem}.LoginPage .CustomLoginContainer>p{font-size:2.5rem}.LoginPage .CustomLoginContainer .Container{width:80%}.LoginPage .CustomLoginContainer .Container>p{font-size:2rem}.LoginPage .CustomLoginContainer .PageFooter{bottom:5%;position:absolute;margin-block:0;font-size:1.1rem}}.ManageUsers{height:100%}.ManageUsers .ManageUsersHeader{padding-inline:.5rem;color:#656565;display:flex;align-items:center;justify-content:space-between;height:3rem;font-family:GT America Regular}.ManageUsers .ManageUsersHeader .AgentInvitationContainer{cursor:pointer;height:100%;width:35%;display:flex;align-items:center;justify-content:space-around}.ManageUsers .ManageUsersHeader .AgentInvitationContainer>span{font-family:GT America Bold;color:#0c0c0c}.ManageUsers .ManageUsersHeader .AgentInvitationContainer>img{width:1.5rem;height:1.5rem}.ManageUsers .DriverList{height:calc(100% - 3rem)}@media (min-width: 786px){.ManageUsers .DriverList{height:calc(100% - 8rem)}}@media (min-width: 786px){.ManageUsers .ManageUsersHeader{color:#0c0c0c;height:5rem;padding-inline:10%;width:calc(100% - .5rem);margin-top:2rem;margin-bottom:1rem}.ManageUsers .ManageUsersHeader .title{font-size:2rem;font-family:GT America Bold}.ManageUsers .ManageUsersHeader .AgentInvitationContainer{border:1px solid #ff6418;width:12rem;height:3.5rem;font-size:1.5rem}}.MemberProfile{overflow-y:auto;height:100%}.MemberProfile .Breadcrumbs_Container{margin-left:10%;margin-block:1rem}.MemberProfile h1{margin-left:10%;height:5rem;line-height:5rem;font-family:GT America Bold}.MemberProfile .MemberProfileHeader{display:flex;align-items:center;justify-content:center;flex-direction:column}.MemberProfile .MemberProfileHeader>div{margin-block:.5rem}.MemberProfile .MemberProfileHeader>div.MemberProfileFullName{font-family:GT America Bold}.MemberProfile .profileContainer{height:100%}@media (min-width: 786px){.MemberProfile .profileContainer{padding-inline:10%}}.NotificationsPage{padding:28px 16px;overflow-y:auto!important}@media (min-width: 1024px){.NotificationsPage{padding:40px 60px}}.NotificationsPage .NotificationsPageHeader{display:none}@media (min-width: 1024px){.NotificationsPage .NotificationsPageHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px}}.NotificationsPage .NotificationsPageHeader .NotificationText{font-size:48px;font-family:GT America Bold;color:#231b15}.NotificationsPage .NotificationsPageHeader .RefreshButton{display:flex;align-items:center;cursor:pointer}.NotificationsPage .NotificationsPageHeader .RefreshButton img{width:16px;height:16px;margin-right:6px}.NotificationsPage .NotificationsPageHeader .RefreshButton .RefreshButtonText{font-size:16px;font-family:GT America Bold;color:#231b15}.NotificationsPage .NotificationCardsSection .NoNotificationsMessage{display:flex;justify-content:center;align-items:center;font-size:18px;color:#231b15;font-family:GT America Medium;margin-top:200px}@media (min-width: 1024px){.NotificationsPage .NotificationCardsSection .NoNotificationsMessage{font-size:24px;margin-top:150px}}.NotificationsPage .NotificationCardsSection .ShowMoreSection{background-color:#f8f8f8;box-shadow:0 0 8px #00000029;display:flex;justify-content:space-between;align-items:center}.NotificationsPage .NotificationCardsSection .ShowMoreButton{margin:25px 20px}.NotificationsPage .NotificationCardsSection .RefreshButton{display:flex;align-items:center;cursor:pointer;margin:25px 20px}.NotificationsPage .NotificationCardsSection .RefreshButton img{width:16px;height:16px;margin-right:6px}.NotificationsPage .NotificationCardsSection .RefreshButton .RefreshButtonText{font-size:16px;font-family:GT America Bold;color:#231b15}.NotificationCard{padding:18px;background-color:#f8f8f8;box-shadow:0 0 8px #00000029;overflow-x:hidden;min-height:110px;align-items:center}@media (min-width: 1024px){.NotificationCard{padding:20px;min-height:120px;align-items:center}}.NotificationCard.bold{font-weight:700}.NotificationCard .NotificationHeader{display:flex;justify-content:space-between;align-items:center}.NotificationCard .NotificationHeader .NotificationHeaderLeft{display:flex;align-items:start;width:95%}@media (min-width: 1024px){.NotificationCard .NotificationHeader .NotificationHeaderLeft{align-items:center}}.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationIcon{flex-shrink:0;width:20px;height:20px;margin-right:10px}@media (min-width: 1024px){.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationIcon{width:24px;height:24px}}.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationTitle{font-size:16px;color:#231b15;width:80%}@media (min-width: 1024px){.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationTitle{font-size:22px}}.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationTitle .NotificationTitleWrapper{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;margin-right:5px}.NotificationCard .NotificationHeader .NotificationHeaderLeft .NotificationTitle .NotificationTitleText{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NotificationCard .NotificationHeader .MoreIconContainer{position:relative;flex-shrink:0}.NotificationCard .NotificationHeader .MoreIconContainer .MoreIcon{cursor:pointer;width:20px;height:20px}@media (min-width: 1024px){.NotificationCard .NotificationHeader .MoreIconContainer .MoreIcon{width:24px;height:24px}}.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu{width:200px;position:absolute;top:28px;right:-12px;background-color:#f8f8f8;border-radius:2px;box-shadow:0 0 8px #00000029;transition:.3s ease box-shadow;z-index:10}@media (min-width: 1024px){.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu{width:250px;top:30px;right:-18px}}.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu:before{content:"";position:absolute;top:-10px;right:15px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #f8f8f8;box-shadow:0 0 #f8f8f8}@media (min-width: 1024px){.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu:before{top:-10px;right:25px}}.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu .DropdownItem{display:flex;align-items:center;padding:16px;cursor:pointer}@media (min-width: 1024px){.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu .DropdownItem{padding:20px}}.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu .DropdownItem .DeleteIcon{width:16px;height:18px;margin-right:10px}.NotificationCard .NotificationHeader .MoreIconContainer .DropdownMenu .DropdownItem span{font-size:18px;color:#231b15;font-family:GT America Medium}.NotificationCard .NotificationContent{display:flex;justify-content:space-between;padding:16px 0 0 30px;align-items:start}@media (min-width: 1024px){.NotificationCard .NotificationContent{padding:18px 0 0 34px}}.NotificationCard .NotificationContent .NotificationBody{font-size:16px;width:67%;line-height:18px}@media (min-width: 1024px){.NotificationCard .NotificationContent .NotificationBody{width:80%;font-size:18px}}.NotificationCard .NotificationContent .NotificationBody .NotificationBodyWrapper{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.NotificationCard .NotificationContent .NotificationBody .NotificationBodyText{flex-shrink:1;overflow:hidden;text-overflow:ellipsis}.NotificationCard .NotificationContent .NotificationBody .ReadMore{flex-shrink:0;cursor:pointer;color:#ff6418}.NotificationCard .NotificationContent .NotificationDate{font-size:16px;color:#8c8279;padding-left:2px}@media (min-width: 1024px){.NotificationCard .NotificationContent .NotificationDate{font-size:18px;padding-left:10px}}.ErrorBoundaryComponent{height:98vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.ErrorBoundaryComponent .Authorization{display:flex;flex-direction:column;justify-content:center;align-items:center}.ErrorBoundaryComponent .Authorization>h1,.ErrorBoundaryComponent .Authorization>p,.ErrorBoundaryComponent .Authorization>button{margin-block:.5rem}.ErrorBoundaryComponent .General{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.ErrorBoundaryComponent .General .Button_Container{width:100%;margin-top:2rem;display:flex;justify-content:space-around}@media (min-width: 1024px){.ErrorBoundaryComponent .General .Button_Container{width:30%}}.Alert_Banner_Container{display:flex;align-items:center;background-color:#000;color:#fff;padding:6px;width:100%;height:3rem}@media (min-width: 1024px){.Alert_Banner_Container{padding:0 20px}}.Alert_Banner_Container .AlertBanner_Content_Image{height:24px}.Alert_Banner_Container .Banner_Cancel_Icon{margin-left:auto}.Alert_Banner_Container .Banner_Cancel_Icon img{height:15px}.Alert_Banner_Container p{font-family:GT America Regular;font-size:small;padding:0 15px;margin-left:auto;overflow-x:"auto";display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Alert_Banner_Container .Banner_Cancel_Icon{cursor:pointer}.Footer{display:none}@media (min-width: 1024px){.Footer{background-color:#f8f8f8;border-top:.5px solid #e8e5e1;display:flex;align-items:center;position:absolute;bottom:0;width:100%;height:5rem;z-index:999}}.Footer .Footer_Logo_Container{flex:.6}.Footer .Footer_Logo_Container .Footer_Logo{height:2rem}.Footer .Footer_Rights_Container{flex:2;color:#252525}.Footer .Footer_Privacy_Container{flex:1}.Footer .Footer_Privacy_Container a{text-decoration:none;color:#ff6418}.Footer .Footer_Privacy_Container p{text-align:end}.Footer .Footer_Link_Container{flex:1;display:flex;justify-content:flex-end}.Footer .Footer_Link_Container img{height:1.5rem}.Dropdown_Container{position:absolute;width:18rem;top:100%;right:0;background-color:#f8f8f8;box-shadow:0 4px 8px #e8e5e1;z-index:999}@media (min-width: 1024px){.Dropdown_Container{margin-right:15px}}.ProfileDropdown_Container{display:grid;grid-template-rows:1fr 1fr 1fr;grid-row-gap:1rem;height:11rem;border-bottom:1.5px solid #e8e5e1}.ProfileDropdown_Container .Profile_Details_Container{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:10px;margin-top:1rem}.ProfileDropdown_Container .Profile_Details_Container .User_Icon{height:4rem;width:4rem}.ProfileDropdown_Container .Profile_Details_Container button{margin-top:1rem}.ProfileDropdown_Container .Profile_Details_Container .Details_Column{display:grid;grid-template-rows:1fr 1fr;height:50px;align-items:end}.ProfileDropdown_Container .Profile_Details_Container .Details_Column .User_Name_Row{font-family:GT America Bold}.ProfileDropdown_Container .Profile_Details_Container .Details_Column .User_Email_Row{color:#6e6259;font-size:14px}.Menu_Container{display:grid;grid-template-rows:1fr 1fr 1fr;grid-row-gap:.75rem;cursor:pointer}.Menu_Container .Tooltip_Container{position:absolute}.Menu_Container .Item_Container{display:grid;grid-template-columns:1fr 5fr}.Header{position:absolute;top:0;width:100%;z-index:998;display:flex;flex-direction:column;justify-content:center;text-align:center;height:6rem;background-color:#f8f8f8}.Header.globalSearch-hidden{height:3rem}.Header.globalSearch-hidden .Header_Global_Search_Container .Header_Title_Container .Header_Title{flex-grow:4;margin-bottom:0!important}.Header.small{height:3rem}.Header.small .Header_Global_Search_Container .Header_Title_Container .Header_Title{flex-grow:4;margin-bottom:0!important}.Header.manage{display:none}@media (min-width: 1024px){.Header{height:5rem;padding:1rem;flex-direction:row;justify-content:none;align-items:center;text-align:left;z-index:999;box-shadow:0 2px 10px #0003}}.Header .Header_Logo_Container{display:none}.Header .Header_Logo_Container .Header_Logo{height:3rem}@media (min-width: 1024px){.Header .Header_Logo_Container{display:block;flex:.5}}.Header .Header_Global_Search_Container{position:absolute;flex:2 1;left:0;right:0;margin:auto;width:90%}.Header .Header_Global_Search_Container .Tooltip_Container{position:absolute}@media (min-width: 1024px){.Header .Header_Global_Search_Container{position:relative}}.Header .Header_Global_Search_Container .Header_Title_Container{display:flex;align-items:center}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section{width:100%;height:2.5rem;display:flex;justify-content:center;align-items:center;flex:2.5}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Header_Title{color:#ff6418;font-family:GT America Bold;font-size:18px;margin-bottom:.5rem}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Header_Title.padding{padding-left:40px}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Header_Icon img{width:14px;height:14px}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Notification{cursor:pointer;font-size:1rem;position:absolute;right:0;display:flex;align-items:center}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Notification img{height:1.25rem;margin-right:.25rem}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .Device_Info_Section{position:absolute;left:0;display:flex;margin-left:.25rem}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .SearchEditSection{display:flex;align-items:center}.Header .Header_Global_Search_Container .Header_Title_Container .Header_Title_Section .SearchEditSection img{margin-right:4px}.Header .Header_Global_Search_Container .Header_Title_Container.none{display:none}.Header .Header_Global_Search_Container .Header_Title_Container .notification-bell{position:relative;cursor:pointer;width:24px;height:24px;margin-right:16px}.Header .Header_Global_Search_Container .Header_Title_Container .notification-bell .bell-icon{background:none;border:none;width:24px;height:24px}.Header .Header_Global_Search_Container .Header_Title_Container .notification-bell .count{position:absolute;top:-6px;right:-8px;background:#ff6418;color:#fff;border-radius:50%;padding:0 2px;font-size:16px;text-align:center;font-family:GT America Medium;min-width:20px;line-height:20px}@media (min-width: 1024px){.Header .Header_Global_Search_Container .Header_Title_Container{display:none}}.Header .Header_Global_Search_Container .Header_Input_Row{display:flex;height:2.5rem;align-items:center;border:1px solid #b2b2b2}.Header .Header_Global_Search_Container .Header_Input_Row .Input_Container{display:flex;width:100%;justify-content:space-between}.Header .Header_Global_Search_Container .Header_Input_Row .Input_Container input{background:transparent}.Header .Header_Global_Search_Container .Header_Input_Row .Search_Icon_Container{transform:scaleX(-1)}.Header .Header_Global_Search_Container .Header_Input_Row input{border:0}.Header .Header_Global_Search_Container .Header_Input_Row input:focus{outline:none}@media (min-width: 1024px){.Header .Header_Global_Search_Container .Header_Input_Row{border:0;justify-content:flex-start;align-items:end}.Header .Header_Global_Search_Container .Header_Input_Row .Input_Container{width:auto;border-bottom:1px solid #8b8b8b!important;padding-bottom:8px}}.Header .Header_Profile_Container{flex:1;display:none}.Header .Header_Profile_Container img{height:20px;width:20px}@media (min-width: 1024px){.Header .Header_Profile_Container{display:flex;justify-content:flex-end;align-items:center}.Header .Header_Profile_Container img{margin-right:10px}}.Header .Header_Profile_Container .Welcome_Container{display:flex;align-items:center;margin-right:10px;font-size:1.25rem}.Header .Header_Profile_Container .Welcome_Container .Welcome_Name{font-family:GT America Bold;padding-left:5px;text-wrap:nowrap}.Header .Header_Profile_Container .Welcome_Container .notification-bell{position:relative;cursor:pointer;width:24px;height:24px;margin-right:16px}.Header .Header_Profile_Container .Welcome_Container .notification-bell .bell-icon{background:none;border:none;width:24px;height:24px}.Header .Header_Profile_Container .Welcome_Container .notification-bell .count{position:absolute;top:-6px;right:-8px;background:#ff6418;color:#fff;border-radius:50%;padding:0 2px;font-size:16px;text-align:center;font-family:GT America Medium;min-width:20px;line-height:20px}.Header .Header_Profile_Container .Icons_Container{display:flex;align-items:center}.Header .Header_Profile_Container .Icons_Container .Profile_Icon{height:2rem;width:2rem}.Header .Header_Profile_Container .Icons_Container .Arrow_Icon{vertical-align:super}.Header .Tooltip_Container{position:absolute}.Header .tooltip-container.active{position:absolute;width:3rem;top:0}@media (min-width: 1024px){.Header .tooltip-container.active{top:1rem;left:-15px}}.Header .tooltip-container .tooltip{align-items:center}.Header .tooltip-container .tooltip:before{left:40%!important;top:-25%;border-color:transparent transparent black transparent}.Header .Driver_Persona_Div{cursor:pointer;font-size:1rem;position:absolute;left:6rem;display:flex;align-items:center;font-family:GT America Medium}.Header .Persona .Persona_Col,.Header .Persona .Persona_Grid{padding:0}.Header .Persona .Persona_Name{display:block;background:linear-gradient(97deg,#f85f14 50%,#7d7169 50%);border-radius:50%;height:25px;width:25px;margin:0;color:#f8f8f8;text-align:center;font-size:13px;font-family:GT America Medium;top:0;padding-top:5px}.Navbar{width:100%;height:5rem;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;position:absolute;bottom:0;background-color:#f8f8f8;z-index:998}.Navbar .Navbar_Tab_Container .Tooltip_Container{position:absolute}.Navbar .Navbar_Tab_Container .Navbar_Tab{text-align:center}@media (min-width: 1024px){.Navbar{display:block;height:100vh;width:5.5rem;z-index:998;top:80px;padding-top:1rem}.Navbar .Navbar_Tab_Container{display:flex;flex-direction:column;align-items:center;height:60px;width:calc(5.5rem - 5px);padding:5px 5px 5px 0;margin:5px;cursor:pointer}.Navbar .Navbar_Tab_Container.active{border-left:3px solid #ff6418}.Navbar .Navbar_Tab_Container .Navbar_Tab_Label{font-size:12px;color:#252525}}.Sidebar_Web{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;align-items:center;justify-content:space-around;text-align:center;position:absolute;width:228px;height:150px;top:-15px;left:55px;background:#f8f8f8 0% 0% no-repeat padding-box;box-shadow:0 4px 8px #e8e5e1;border:1px solid #c5c0bb;border-radius:4px;opacity:1;z-index:100}.Sidebar_Web .Tooltip_Container{position:absolute}.Sidebar_Web .Navbar_Tab_Label{font-size:12px;color:#252525}@media screen and (max-width: 1022px){.Sidebar_Web{display:none}}.CustomLoader{position:relative;display:flex;justify-content:center;align-items:center}.CustomLoader .backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#000000b3}.CustomLoader .Loader{z-index:1000;position:fixed;top:50%;height:2rem}@media (min-width: 1024px){.CustomLoader .Loader{height:2.5rem}}a,.light .text{color:#0c0c0c}.light .background{background:#e8e5e1}.dark .text{color:#f8f8f8}.dark .background{background:#8b8b8b}.primary-cta-btn{margin:0;width:132px;height:42px;opacity:1;box-shadow:none;font-size:1rem;font-weight:700;text-transform:none;border:1px solid;border-color:#ff6418;border-radius:0;background-color:#ff6418;color:#f8f8f8;text-align:center!important;cursor:pointer;font-family:GT America Bold}@media (min-width: 1024px){.primary-cta-btn{width:10rem;height:3.25rem}}.primary-cta-btn.extra-width{width:12rem}.primary-cta-btn:disabled,.primary-cta-btn.disabled{background:#8c8279;border:1px solid;border-color:#8c8279;border-radius:0;cursor:not-allowed;pointer-events:none}.primary-cta-btn.mr{margin-right:10px}.primary-cta-btn.ml{margin-left:10px}.primary-cta-btn.no-margin{margin:0!important}.primary-cta-btn.full-width-mob{width:90vw}.primary-cta-btn.extra-width-web{width:21.25rem}.primary-cta-btn.extra-width-driver-web{width:32.5rem}.secondary-cta-btn{margin:0;width:132px;height:42px;opacity:1;box-shadow:none;font-size:1rem;font-weight:700;text-transform:none;border:1px solid;border-color:#ff6418;border-radius:0;background-color:#f8f8f8;color:#252525;text-align:center!important;cursor:pointer;font-family:GT America Bold}@media (min-width: 1024px){.secondary-cta-btn{width:10rem;height:3.25rem}}.secondary-cta-btn.extra-width{width:12rem}.secondary-cta-btn:disabled,.secondary-cta-btn.disabled{border:1px solid;border-color:#8c8279;border-radius:0;cursor:not-allowed;pointer-events:none}.secondary-cta-btn.mr{margin-right:10px}.secondary-cta-btn.ml{margin-left:10px}.secondary-cta-btn.no-margin{margin:0!important}.secondary-cta-btn.full-width-mob{width:90vw}.secondary-cta-btn.extra-width-web{width:21.25rem}.secondary-cta-btn.extra-width-driver-web{width:32.5rem}.errorMessage{color:#e44a00;font-size:.8rem;line-height:.8rem}.hidden{display:none}hr{background:#b2b2b2;width:100%;height:1px;border:none}.underline{text-decoration:underline!important}.CP{cursor:pointer!important}.PullToRefresh-Loader{width:50%!important;transform:translate(50%)}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pa-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.ma-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.pa-1{padding:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.pl-1{padding-left:4px!important}.pr-1{padding-right:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.ma-1{margin:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.ml-1{margin-left:4px!important}.mr-1{margin-right:4px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.pa-2{padding:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.pl-2{padding-left:8px!important}.pr-2{padding-right:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.ma-2{margin:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.ml-2{margin-left:8px!important}.mr-2{margin-right:8px!important}.px-3{padding-left:16px!important;padding-right:16px!important}.py-3{padding-top:16px!important;padding-bottom:16px!important}.pa-3{padding:16px!important}.pt-3{padding-top:16px!important}.pb-3{padding-bottom:16px!important}.pl-3{padding-left:16px!important}.pr-3{padding-right:16px!important}.mx-3{margin-left:16px!important;margin-right:16px!important}.my-3{margin-top:16px!important;margin-bottom:16px!important}.ma-3{margin:16px!important}.mt-3{margin-top:16px!important}.mb-3{margin-bottom:16px!important}.ml-3{margin-left:16px!important}.mr-3{margin-right:16px!important}.px-4{padding-left:24px!important;padding-right:24px!important}.py-4{padding-top:24px!important;padding-bottom:24px!important}.pa-4{padding:24px!important}.pt-4{padding-top:24px!important}.pb-4{padding-bottom:24px!important}.pl-4{padding-left:24px!important}.pr-4{padding-right:24px!important}.mx-4{margin-left:24px!important;margin-right:24px!important}.my-4{margin-top:24px!important;margin-bottom:24px!important}.ma-4{margin:24px!important}.mt-4{margin-top:24px!important}.mb-4{margin-bottom:24px!important}.ml-4{margin-left:24px!important}.mr-4{margin-right:24px!important}.px-5{padding-left:48px!important;padding-right:48px!important}.py-5{padding-top:48px!important;padding-bottom:48px!important}.pa-5{padding:48px!important}.pt-5{padding-top:48px!important}.pb-5{padding-bottom:48px!important}.pl-5{padding-left:48px!important}.pr-5{padding-right:48px!important}.mx-5{margin-left:48px!important;margin-right:48px!important}.my-5{margin-top:48px!important;margin-bottom:48px!important}.ma-5{margin:48px!important}.mt-5{margin-top:48px!important}.mb-5{margin-bottom:48px!important}.ml-5{margin-left:48px!important}.mr-5{margin-right:48px!important}:root{font-family:GT America Regular;height:100%;overflow:hidden}*{padding:0;margin:0;box-sizing:border-box;font-family:GT America Regular;scroll-behavior:smooth;scrollbar-color:#8c8279;user-select:auto;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-o-tap-highlight-color:transparent;-webkit-user-select:auto}*::-webkit-scrollbar{width:.5rem}*::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px transparent;-webkit-border-radius:1px;border-radius:1px}*::-webkit-scrollbar-thumb{-webkit-border-radius:1px;border-radius:1px;background:#8c8279;-webkit-box-shadow:inset 0 0 6px rgba(140,130,121,.5)}*.AlertBannerVisible{height:calc(100% - 3rem)}button{background:transparent;border:transparent;outline:none;cursor:pointer}#webpack-dev-server-client-overlay-div,#webpack-dev-server-client-overlay{display:none!important}
