@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);.comp-task-card{background-color:#fff;border-radius:8px;box-shadow:0 0 20px #0037451a;height:100%}.comp-task-card .task-card-head{border-bottom:1px solid #d9d9d9;display:flex;gap:8px;margin:0 24px;padding:16px 0 8px}.comp-task-card .task-card-head .rfi{flex-shrink:0;height:24px;margin-top:5px;position:relative;width:24px}@media(hover:hover){.comp-task-card .task-card-head .rfi{cursor:pointer}}.comp-task-card .task-card-head .rfi .icon-rfi{color:#006ff8;height:22px;width:22px}.comp-task-card .task-card-head .rfi .unread-dot{background-color:#e61e2f;border-radius:50%;height:8px;position:absolute;right:-2px;top:-2px;width:8px}.comp-task-card .task-card-head .priority{border-radius:50%;cursor:pointer;flex-shrink:0;height:24px;margin-top:5px;width:24px}.comp-task-card .task-card-head .priority.is-priority{background-color:#f54d58;cursor:default}.comp-task-card .task-card-head .priority.is-priority .circle{border:none}.comp-task-card .task-card-head .priority.is-priority .circle .icon-priority{color:#fff}.comp-task-card .task-card-head .priority .circle{border:2px solid #d9d9d9;border-radius:50%;height:24px;width:24px}.comp-task-card .task-card-head .priority .circle .icon-priority{color:#d9d9d9;height:16px;width:16px}.comp-task-card .task-card-head .menu{flex-shrink:0;height:24px;margin-top:5px;position:relative;width:24px}@media(hover:hover){.comp-task-card .task-card-head .menu{cursor:pointer}}.comp-task-card .task-card-head .menu .icon-menu{color:#006ff8;height:22px;width:22px}.comp-task-card .task-card-head .menu .menu-dropdown{background-color:#fff;border:1px solid #f2f2f2;border-radius:6px;box-shadow:0 0 20px #0037451a;display:block;min-width:120px;padding:4px 0;position:absolute;right:0;top:calc(100% + 8px);transform-origin:100% 0;visibility:hidden;z-index:10}.comp-task-card .task-card-head .menu .menu-dropdown.is-open{opacity:1;visibility:visible}.comp-task-card .task-card-head .menu .menu-dropdown .menu-item{height:30px;line-height:30px;padding:0 10px;transition:background-color .3s ease;white-space:nowrap}@media(hover:hover){.comp-task-card .task-card-head .menu .menu-dropdown .menu-item{cursor:pointer}.comp-task-card .task-card-head .menu .menu-dropdown .menu-item:hover{background-color:#f2f2f2}}.comp-task-card .task-card-body{padding:16px 24px 8px}.comp-task-card .task-card-body .vessel-details{margin-bottom:16px}.comp-task-card .task-card-body .vessel-details .name{font-size:1.5rem;font-weight:700;line-height:24px;text-transform:uppercase}.comp-task-card .task-card-body .vessel-details .date{color:#666;font-size:1.4rem;font-weight:400;line-height:20px}.comp-task-card .task-card-body .required-docs{margin-bottom:32px}.comp-task-card .task-card-body .required-docs .pending-amount{letter-spacing:4px;margin-right:12px}.comp-task-card .task-card-body .required-docs .pending-amount .done{font-size:2.8rem;font-weight:700}.comp-task-card .task-card-body .required-docs .pending-amount .remaining{color:#666;font-size:2rem;font-weight:700}.comp-task-card .task-card-body .required-docs .progress-bar{background-color:#d9d9d9;border-radius:20px;height:4px;margin-bottom:4px;overflow:hidden}.comp-task-card .task-card-body .required-docs .progress-bar .bar-filled{background-color:#2e9dff;height:4px}.comp-task-card .task-card-body .required-docs .bar-label{color:#666}.comp-task-card .task-card-body .required-docs .customer-name{color:#666;font-size:1.2rem}.comp-task-card .task-card-body .rightship-inspection-risq{margin-bottom:32px}.comp-task-card .task-card-body .rightship-inspection-risq .label{color:#666}.comp-task-card .task-card-body .rightship-inspection-risq .amount{letter-spacing:4px;margin-right:12px}.comp-task-card .task-card-body .rightship-inspection-risq .amount .done{font-size:2.8rem;font-weight:700}.comp-task-card .task-card-body .rightship-inspection-risq .amount .remaining{color:#666;font-size:2rem;font-weight:700}.comp-task-card .task-card-body .description{color:#666;display:-webkit-box;margin-bottom:16px;max-height:82.75px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.comp-task-card .task-card-body .additional-info{margin-bottom:16px}.comp-task-card .task-card-body .additional-info .icon-arrow{color:#006147;height:16px;margin-right:4px;width:16px}.comp-task-card .task-card-body .additional-info .text,.comp-task-card .task-card-body .additional-info .text .link{font-size:1rem}.comp-task-card .task-card-body .additional-info .text .amount{color:#006147;font-size:1.2rem;font-weight:700}.comp-task-card .task-card-footer{background-color:#f2f2f2;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:48px;padding:0 24px}.comp-task-card .task-card-footer.is-priority{background-color:#f8e3e5}.comp-task-card .task-card-footer .action{color:#006ff8;cursor:pointer;font-size:1.4rem;font-weight:700;line-height:20px;text-decoration:none;text-transform:uppercase}html{font-family:sans-serif;font-size:62.5%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;overflow:hidden;text-rendering:optimizeLegibility}compose,dynamic-view,router-view{display:block}*,:after,:before{box-sizing:inherit}body{height:100%;margin:0;padding:0;z-index:0;-ms-scroll-chaining:chained;overscroll-behavior:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}figure{margin:0}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}h1,h2,h3,h4{font-weight:600}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}a{background:#0000}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:initial;height:0}pre{margin:0;overflow:unset}button,input,optgroup,select,textarea{color:inherit;-webkit-text-fill-color:inherit;font:inherit;margin:0;padding:0}form{margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input::-ms-clear,input::-ms-reveal{display:none;height:0;width:0}input{line-height:normal;-webkit-overflow-scrolling:auto}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto;-webkit-overflow-scrolling:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.row{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.row.row-max{margin:0 auto;max-width:1440px;padding:0 10px}.row.nowrap{flex-wrap:nowrap}.column{display:flex;flex-direction:column}.column.reverse{flex-direction:column-reverse}.column.column-max{margin:0 auto;max-width:1440px;padding:0 10px}.column.nowrap{flex-wrap:nowrap}.col-gutter{padding:0 12px}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.justify-content-stretch{justify-content:stretch}.justify-content-around{justify-content:space-around}.justify-content-between{justify-content:space-between}.align-items-top{align-items:flex-start}.align-items-middle{align-items:center}.align-items-bottom{align-items:flex-end}.align-content-start{align-content:flex-start}.align-content-center{align-content:center}.align-content-end{align-content:flex-end}.align-content-around{align-content:space-around}.align-content-between{align-content:space-between}.align-content-evenly{align-content:space-evenly}.align-self-start{align-self:flex-start}.align-self-center{align-self:center}.align-self-end{align-self:flex-end}.align-self-stretch{align-self:stretch}.flex-grow-1{flex-grow:1;min-height:0}.flex-shrink-0{flex-shrink:0}.col{flex:1 0 0;max-width:100%}.col-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:1 0 25%;max-width:25%}.col-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:1 0 50%;max-width:50%}.col-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:1 0 75%;max-width:75%}.col-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:1 0 100%;max-width:100%}@media only screen and (min-width:30em){.col-xs-gutter{padding:0 12px}.justify-content-start-xs{justify-content:flex-start}.justify-content-center-xs{justify-content:center}.justify-content-end-xs{justify-content:flex-end}.justify-content-stretch-xs{justify-content:stretch}.justify-content-around-xs{justify-content:space-around}.justify-content-between-xs{justify-content:space-between}.align-items-top-xs{align-items:flex-start}.align-items-middle-xs{align-items:center}.align-items-bottom-xs{align-items:flex-end}.align-content-start-xs{align-content:flex-start}.align-content-center-xs{align-content:center}.align-content-end-xs{align-content:flex-end}.align-content-around-xs{align-content:space-around}.align-content-between-xs{align-content:space-between}.align-content-evenly-xs{align-content:space-evenly}.align-self-start-xs{align-self:flex-start}.align-self-center-xs{align-self:center}.align-self-end-xs{align-self:flex-end}.align-self-stretch-xs{align-self:stretch}.flex-grow-xs-1{flex-grow:1;min-height:0}.flex-shrink-xs-0{flex-shrink:0}.col-xs{flex:1 0 0;max-width:100%}.col-xs-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:1 0 25%;max-width:25%}.col-xs-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:1 0 50%;max-width:50%}.col-xs-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:1 0 75%;max-width:75%}.col-xs-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:48em){.col-sm-gutter{padding:0 12px}.justify-content-start-sm{justify-content:flex-start}.justify-content-center-sm{justify-content:center}.justify-content-end-sm{justify-content:flex-end}.justify-content-stretch-sm{justify-content:stretch}.justify-content-around-sm{justify-content:space-around}.justify-content-between-sm{justify-content:space-between}.align-items-top-sm{align-items:flex-start}.align-items-middle-sm{align-items:center}.align-items-bottom-sm{align-items:flex-end}.align-content-start-sm{align-content:flex-start}.align-content-center-sm{align-content:center}.align-content-end-sm{align-content:flex-end}.align-content-around-sm{align-content:space-around}.align-content-between-sm{align-content:space-between}.align-content-evenly-sm{align-content:space-evenly}.align-self-start-sm{align-self:flex-start}.align-self-center-sm{align-self:center}.align-self-end-sm{align-self:flex-end}.align-self-stretch-sm{align-self:stretch}.flex-grow-sm-1{flex-grow:1;min-height:0}.flex-shrink-sm-0{flex-shrink:0}.col-sm{flex:1 0 0;max-width:100%}.col-sm-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:1 0 25%;max-width:25%}.col-sm-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:1 0 50%;max-width:50%}.col-sm-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:1 0 75%;max-width:75%}.col-sm-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:64em){.col-md-gutter{padding:0 12px}.justify-content-start-md{justify-content:flex-start}.justify-content-center-md{justify-content:center}.justify-content-end-md{justify-content:flex-end}.justify-content-stretch-md{justify-content:stretch}.justify-content-around-md{justify-content:space-around}.justify-content-between-md{justify-content:space-between}.align-items-top-md{align-items:flex-start}.align-items-middle-md{align-items:center}.align-items-bottom-md{align-items:flex-end}.align-content-start-md{align-content:flex-start}.align-content-center-md{align-content:center}.align-content-end-md{align-content:flex-end}.align-content-around-md{align-content:space-around}.align-content-between-md{align-content:space-between}.align-content-evenly-md{align-content:space-evenly}.align-self-start-md{align-self:flex-start}.align-self-center-md{align-self:center}.align-self-end-md{align-self:flex-end}.align-self-stretch-md{align-self:stretch}.flex-grow-md-1{flex-grow:1;min-height:0}.flex-shrink-md-0{flex-shrink:0}.col-md{flex:1 0 0;max-width:100%}.col-md-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:1 0 25%;max-width:25%}.col-md-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:1 0 50%;max-width:50%}.col-md-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:1 0 75%;max-width:75%}.col-md-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:75em){.col-lg-gutter{padding:0 12px}.justify-content-start-lg{justify-content:flex-start}.justify-content-center-lg{justify-content:center}.justify-content-end-lg{justify-content:flex-end}.justify-content-stretch-lg{justify-content:stretch}.justify-content-around-lg{justify-content:space-around}.justify-content-between-lg{justify-content:space-between}.align-items-top-lg{align-items:flex-start}.align-items-middle-lg{align-items:center}.align-items-bottom-lg{align-items:flex-end}.align-content-start-lg{align-content:flex-start}.align-content-center-lg{align-content:center}.align-content-end-lg{align-content:flex-end}.align-content-around-lg{align-content:space-around}.align-content-between-lg{align-content:space-between}.align-content-evenly-lg{align-content:space-evenly}.align-self-start-lg{align-self:flex-start}.align-self-center-lg{align-self:center}.align-self-end-lg{align-self:flex-end}.align-self-stretch-lg{align-self:stretch}.flex-grow-lg-1{flex-grow:1;min-height:0}.flex-shrink-lg-0{flex-shrink:0}.col-lg{flex:1 0 0;max-width:100%}.col-lg-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:1 0 25%;max-width:25%}.col-lg-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:1 0 50%;max-width:50%}.col-lg-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:1 0 75%;max-width:75%}.col-lg-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:90em){.col-xl-gutter{padding:0 12px}.justify-content-start-xl{justify-content:flex-start}.justify-content-center-xl{justify-content:center}.justify-content-end-xl{justify-content:flex-end}.justify-content-stretch-xl{justify-content:stretch}.justify-content-around-xl{justify-content:space-around}.justify-content-between-xl{justify-content:space-between}.align-items-top-xl{align-items:flex-start}.align-items-middle-xl{align-items:center}.align-items-bottom-xl{align-items:flex-end}.align-content-start-xl{align-content:flex-start}.align-content-center-xl{align-content:center}.align-content-end-xl{align-content:flex-end}.align-content-around-xl{align-content:space-around}.align-content-between-xl{align-content:space-between}.align-content-evenly-xl{align-content:space-evenly}.align-self-start-xl{align-self:flex-start}.align-self-center-xl{align-self:center}.align-self-end-xl{align-self:flex-end}.align-self-stretch-xl{align-self:stretch}.flex-grow-xl-1{flex-grow:1;min-height:0}.flex-shrink-xl-0{flex-shrink:0}.col-xl{flex:1 0 0;max-width:100%}.col-xl-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:1 0 25%;max-width:25%}.col-xl-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:1 0 50%;max-width:50%}.col-xl-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:1 0 75%;max-width:75%}.col-xl-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:120em){.col-xxl-gutter{padding:0 12px}.justify-content-start-xxl{justify-content:flex-start}.justify-content-center-xxl{justify-content:center}.justify-content-end-xxl{justify-content:flex-end}.justify-content-stretch-xxl{justify-content:stretch}.justify-content-around-xxl{justify-content:space-around}.justify-content-between-xxl{justify-content:space-between}.align-items-top-xxl{align-items:flex-start}.align-items-middle-xxl{align-items:center}.align-items-bottom-xxl{align-items:flex-end}.align-content-start-xxl{align-content:flex-start}.align-content-center-xxl{align-content:center}.align-content-end-xxl{align-content:flex-end}.align-content-around-xxl{align-content:space-around}.align-content-between-xxl{align-content:space-between}.align-content-evenly-xxl{align-content:space-evenly}.align-self-start-xxl{align-self:flex-start}.align-self-center-xxl{align-self:center}.align-self-end-xxl{align-self:flex-end}.align-self-stretch-xxl{align-self:stretch}.flex-grow-xxl-1{flex-grow:1;min-height:0}.flex-shrink-xxl-0{flex-shrink:0}.col-xxl{flex:1 0 0;max-width:100%}.col-xxl-1{flex:1 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:1 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:1 0 25%;max-width:25%}.col-xxl-4{flex:1 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:1 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:1 0 50%;max-width:50%}.col-xxl-7{flex:1 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:1 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:1 0 75%;max-width:75%}.col-xxl-10{flex:1 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:1 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:1 0 100%;max-width:100%}}.margin-top-4{margin-top:4px}.padding-top-4{padding-top:4px}.margin-right-4{margin-right:4px}.padding-right-4{padding-right:4px}.margin-bottom-4{margin-bottom:4px}.padding-bottom-4{padding-bottom:4px}.margin-left-4{margin-left:4px}.padding-left-4{padding-left:4px}.margin-top-6{margin-top:6px}.padding-top-6{padding-top:6px}.margin-right-6{margin-right:6px}.padding-right-6{padding-right:6px}.margin-bottom-6{margin-bottom:6px}.padding-bottom-6{padding-bottom:6px}.margin-left-6{margin-left:6px}.padding-left-6{padding-left:6px}.margin-top-8{margin-top:8px}.padding-top-8{padding-top:8px}.margin-right-8{margin-right:8px}.padding-right-8{padding-right:8px}.margin-bottom-8{margin-bottom:8px}.padding-bottom-8{padding-bottom:8px}.margin-left-8{margin-left:8px}.padding-left-8{padding-left:8px}.margin-top-10{margin-top:10px}.padding-top-10{padding-top:10px}.margin-right-10{margin-right:10px}.padding-right-10{padding-right:10px}.margin-bottom-10{margin-bottom:10px}.padding-bottom-10{padding-bottom:10px}.margin-left-10{margin-left:10px}.padding-left-10{padding-left:10px}.margin-top-12{margin-top:12px}.padding-top-12{padding-top:12px}.margin-right-12{margin-right:12px}.padding-right-12{padding-right:12px}.margin-bottom-12{margin-bottom:12px}.padding-bottom-12{padding-bottom:12px}.margin-left-12{margin-left:12px}.padding-left-12{padding-left:12px}.margin-top-16{margin-top:16px}.padding-top-16{padding-top:16px}.margin-right-16{margin-right:16px}.padding-right-16{padding-right:16px}.margin-bottom-16{margin-bottom:16px}.padding-bottom-16{padding-bottom:16px}.margin-left-16{margin-left:16px}.padding-left-16{padding-left:16px}.margin-top-20{margin-top:20px}.padding-top-20{padding-top:20px}.margin-right-20{margin-right:20px}.padding-right-20{padding-right:20px}.margin-bottom-20{margin-bottom:20px}.padding-bottom-20{padding-bottom:20px}.margin-left-20{margin-left:20px}.padding-left-20{padding-left:20px}.margin-top-24{margin-top:24px}.padding-top-24{padding-top:24px}.margin-right-24{margin-right:24px}.padding-right-24{padding-right:24px}.margin-bottom-24{margin-bottom:24px}.padding-bottom-24{padding-bottom:24px}.margin-left-24{margin-left:24px}.padding-left-24{padding-left:24px}.margin-top-32{margin-top:32px}.padding-top-32{padding-top:32px}.margin-right-32{margin-right:32px}.padding-right-32{padding-right:32px}.margin-bottom-32{margin-bottom:32px}.padding-bottom-32{padding-bottom:32px}.margin-left-32{margin-left:32px}.padding-left-32{padding-left:32px}.margin-top-40{margin-top:40px}.padding-top-40{padding-top:40px}.margin-right-40{margin-right:40px}.padding-right-40{padding-right:40px}.margin-bottom-40{margin-bottom:40px}.padding-bottom-40{padding-bottom:40px}.margin-left-40{margin-left:40px}.padding-left-40{padding-left:40px}.margin-top-48{margin-top:48px}.padding-top-48{padding-top:48px}.margin-right-48{margin-right:48px}.padding-right-48{padding-right:48px}.margin-bottom-48{margin-bottom:48px}.padding-bottom-48{padding-bottom:48px}.margin-left-48{margin-left:48px}.padding-left-48{padding-left:48px}.margin-top-56{margin-top:56px}.padding-top-56{padding-top:56px}.margin-right-56{margin-right:56px}.padding-right-56{padding-right:56px}.margin-bottom-56{margin-bottom:56px}.padding-bottom-56{padding-bottom:56px}.margin-left-56{margin-left:56px}.padding-left-56{padding-left:56px}.margin-top-64{margin-top:64px}.padding-top-64{padding-top:64px}.margin-right-64{margin-right:64px}.padding-right-64{padding-right:64px}.margin-bottom-64{margin-bottom:64px}.padding-bottom-64{padding-bottom:64px}.margin-left-64{margin-left:64px}.padding-left-64{padding-left:64px}.margin-top-132{margin-top:132px}.padding-top-132{padding-top:132px}.margin-right-132{margin-right:132px}.padding-right-132{padding-right:132px}.margin-bottom-132{margin-bottom:132px}.padding-bottom-132{padding-bottom:132px}.margin-left-132{margin-left:132px}.padding-left-132{padding-left:132px}@media only screen and (min-width:30em){.margin-top-xs-4{margin-top:4px}.padding-top-xs-4{padding-top:4px}.margin-right-xs-4{margin-right:4px}.padding-right-xs-4{padding-right:4px}.margin-bottom-xs-4{margin-bottom:4px}.padding-bottom-xs-4{padding-bottom:4px}.margin-left-xs-4{margin-left:4px}.padding-left-xs-4{padding-left:4px}.margin-top-xs-6{margin-top:6px}.padding-top-xs-6{padding-top:6px}.margin-right-xs-6{margin-right:6px}.padding-right-xs-6{padding-right:6px}.margin-bottom-xs-6{margin-bottom:6px}.padding-bottom-xs-6{padding-bottom:6px}.margin-left-xs-6{margin-left:6px}.padding-left-xs-6{padding-left:6px}.margin-top-xs-8{margin-top:8px}.padding-top-xs-8{padding-top:8px}.margin-right-xs-8{margin-right:8px}.padding-right-xs-8{padding-right:8px}.margin-bottom-xs-8{margin-bottom:8px}.padding-bottom-xs-8{padding-bottom:8px}.margin-left-xs-8{margin-left:8px}.padding-left-xs-8{padding-left:8px}.margin-top-xs-10{margin-top:10px}.padding-top-xs-10{padding-top:10px}.margin-right-xs-10{margin-right:10px}.padding-right-xs-10{padding-right:10px}.margin-bottom-xs-10{margin-bottom:10px}.padding-bottom-xs-10{padding-bottom:10px}.margin-left-xs-10{margin-left:10px}.padding-left-xs-10{padding-left:10px}.margin-top-xs-12{margin-top:12px}.padding-top-xs-12{padding-top:12px}.margin-right-xs-12{margin-right:12px}.padding-right-xs-12{padding-right:12px}.margin-bottom-xs-12{margin-bottom:12px}.padding-bottom-xs-12{padding-bottom:12px}.margin-left-xs-12{margin-left:12px}.padding-left-xs-12{padding-left:12px}.margin-top-xs-16{margin-top:16px}.padding-top-xs-16{padding-top:16px}.margin-right-xs-16{margin-right:16px}.padding-right-xs-16{padding-right:16px}.margin-bottom-xs-16{margin-bottom:16px}.padding-bottom-xs-16{padding-bottom:16px}.margin-left-xs-16{margin-left:16px}.padding-left-xs-16{padding-left:16px}.margin-top-xs-20{margin-top:20px}.padding-top-xs-20{padding-top:20px}.margin-right-xs-20{margin-right:20px}.padding-right-xs-20{padding-right:20px}.margin-bottom-xs-20{margin-bottom:20px}.padding-bottom-xs-20{padding-bottom:20px}.margin-left-xs-20{margin-left:20px}.padding-left-xs-20{padding-left:20px}.margin-top-xs-24{margin-top:24px}.padding-top-xs-24{padding-top:24px}.margin-right-xs-24{margin-right:24px}.padding-right-xs-24{padding-right:24px}.margin-bottom-xs-24{margin-bottom:24px}.padding-bottom-xs-24{padding-bottom:24px}.margin-left-xs-24{margin-left:24px}.padding-left-xs-24{padding-left:24px}.margin-top-xs-32{margin-top:32px}.padding-top-xs-32{padding-top:32px}.margin-right-xs-32{margin-right:32px}.padding-right-xs-32{padding-right:32px}.margin-bottom-xs-32{margin-bottom:32px}.padding-bottom-xs-32{padding-bottom:32px}.margin-left-xs-32{margin-left:32px}.padding-left-xs-32{padding-left:32px}.margin-top-xs-40{margin-top:40px}.padding-top-xs-40{padding-top:40px}.margin-right-xs-40{margin-right:40px}.padding-right-xs-40{padding-right:40px}.margin-bottom-xs-40{margin-bottom:40px}.padding-bottom-xs-40{padding-bottom:40px}.margin-left-xs-40{margin-left:40px}.padding-left-xs-40{padding-left:40px}.margin-top-xs-48{margin-top:48px}.padding-top-xs-48{padding-top:48px}.margin-right-xs-48{margin-right:48px}.padding-right-xs-48{padding-right:48px}.margin-bottom-xs-48{margin-bottom:48px}.padding-bottom-xs-48{padding-bottom:48px}.margin-left-xs-48{margin-left:48px}.padding-left-xs-48{padding-left:48px}.margin-top-xs-56{margin-top:56px}.padding-top-xs-56{padding-top:56px}.margin-right-xs-56{margin-right:56px}.padding-right-xs-56{padding-right:56px}.margin-bottom-xs-56{margin-bottom:56px}.padding-bottom-xs-56{padding-bottom:56px}.margin-left-xs-56{margin-left:56px}.padding-left-xs-56{padding-left:56px}.margin-top-xs-64{margin-top:64px}.padding-top-xs-64{padding-top:64px}.margin-right-xs-64{margin-right:64px}.padding-right-xs-64{padding-right:64px}.margin-bottom-xs-64{margin-bottom:64px}.padding-bottom-xs-64{padding-bottom:64px}.margin-left-xs-64{margin-left:64px}.padding-left-xs-64{padding-left:64px}.margin-top-xs-132{margin-top:132px}.padding-top-xs-132{padding-top:132px}.margin-right-xs-132{margin-right:132px}.padding-right-xs-132{padding-right:132px}.margin-bottom-xs-132{margin-bottom:132px}.padding-bottom-xs-132{padding-bottom:132px}.margin-left-xs-132{margin-left:132px}.padding-left-xs-132{padding-left:132px}}@media only screen and (min-width:48em){.margin-top-sm-4{margin-top:4px}.padding-top-sm-4{padding-top:4px}.margin-right-sm-4{margin-right:4px}.padding-right-sm-4{padding-right:4px}.margin-bottom-sm-4{margin-bottom:4px}.padding-bottom-sm-4{padding-bottom:4px}.margin-left-sm-4{margin-left:4px}.padding-left-sm-4{padding-left:4px}.margin-top-sm-6{margin-top:6px}.padding-top-sm-6{padding-top:6px}.margin-right-sm-6{margin-right:6px}.padding-right-sm-6{padding-right:6px}.margin-bottom-sm-6{margin-bottom:6px}.padding-bottom-sm-6{padding-bottom:6px}.margin-left-sm-6{margin-left:6px}.padding-left-sm-6{padding-left:6px}.margin-top-sm-8{margin-top:8px}.padding-top-sm-8{padding-top:8px}.margin-right-sm-8{margin-right:8px}.padding-right-sm-8{padding-right:8px}.margin-bottom-sm-8{margin-bottom:8px}.padding-bottom-sm-8{padding-bottom:8px}.margin-left-sm-8{margin-left:8px}.padding-left-sm-8{padding-left:8px}.margin-top-sm-10{margin-top:10px}.padding-top-sm-10{padding-top:10px}.margin-right-sm-10{margin-right:10px}.padding-right-sm-10{padding-right:10px}.margin-bottom-sm-10{margin-bottom:10px}.padding-bottom-sm-10{padding-bottom:10px}.margin-left-sm-10{margin-left:10px}.padding-left-sm-10{padding-left:10px}.margin-top-sm-12{margin-top:12px}.padding-top-sm-12{padding-top:12px}.margin-right-sm-12{margin-right:12px}.padding-right-sm-12{padding-right:12px}.margin-bottom-sm-12{margin-bottom:12px}.padding-bottom-sm-12{padding-bottom:12px}.margin-left-sm-12{margin-left:12px}.padding-left-sm-12{padding-left:12px}.margin-top-sm-16{margin-top:16px}.padding-top-sm-16{padding-top:16px}.margin-right-sm-16{margin-right:16px}.padding-right-sm-16{padding-right:16px}.margin-bottom-sm-16{margin-bottom:16px}.padding-bottom-sm-16{padding-bottom:16px}.margin-left-sm-16{margin-left:16px}.padding-left-sm-16{padding-left:16px}.margin-top-sm-20{margin-top:20px}.padding-top-sm-20{padding-top:20px}.margin-right-sm-20{margin-right:20px}.padding-right-sm-20{padding-right:20px}.margin-bottom-sm-20{margin-bottom:20px}.padding-bottom-sm-20{padding-bottom:20px}.margin-left-sm-20{margin-left:20px}.padding-left-sm-20{padding-left:20px}.margin-top-sm-24{margin-top:24px}.padding-top-sm-24{padding-top:24px}.margin-right-sm-24{margin-right:24px}.padding-right-sm-24{padding-right:24px}.margin-bottom-sm-24{margin-bottom:24px}.padding-bottom-sm-24{padding-bottom:24px}.margin-left-sm-24{margin-left:24px}.padding-left-sm-24{padding-left:24px}.margin-top-sm-32{margin-top:32px}.padding-top-sm-32{padding-top:32px}.margin-right-sm-32{margin-right:32px}.padding-right-sm-32{padding-right:32px}.margin-bottom-sm-32{margin-bottom:32px}.padding-bottom-sm-32{padding-bottom:32px}.margin-left-sm-32{margin-left:32px}.padding-left-sm-32{padding-left:32px}.margin-top-sm-40{margin-top:40px}.padding-top-sm-40{padding-top:40px}.margin-right-sm-40{margin-right:40px}.padding-right-sm-40{padding-right:40px}.margin-bottom-sm-40{margin-bottom:40px}.padding-bottom-sm-40{padding-bottom:40px}.margin-left-sm-40{margin-left:40px}.padding-left-sm-40{padding-left:40px}.margin-top-sm-48{margin-top:48px}.padding-top-sm-48{padding-top:48px}.margin-right-sm-48{margin-right:48px}.padding-right-sm-48{padding-right:48px}.margin-bottom-sm-48{margin-bottom:48px}.padding-bottom-sm-48{padding-bottom:48px}.margin-left-sm-48{margin-left:48px}.padding-left-sm-48{padding-left:48px}.margin-top-sm-56{margin-top:56px}.padding-top-sm-56{padding-top:56px}.margin-right-sm-56{margin-right:56px}.padding-right-sm-56{padding-right:56px}.margin-bottom-sm-56{margin-bottom:56px}.padding-bottom-sm-56{padding-bottom:56px}.margin-left-sm-56{margin-left:56px}.padding-left-sm-56{padding-left:56px}.margin-top-sm-64{margin-top:64px}.padding-top-sm-64{padding-top:64px}.margin-right-sm-64{margin-right:64px}.padding-right-sm-64{padding-right:64px}.margin-bottom-sm-64{margin-bottom:64px}.padding-bottom-sm-64{padding-bottom:64px}.margin-left-sm-64{margin-left:64px}.padding-left-sm-64{padding-left:64px}.margin-top-sm-132{margin-top:132px}.padding-top-sm-132{padding-top:132px}.margin-right-sm-132{margin-right:132px}.padding-right-sm-132{padding-right:132px}.margin-bottom-sm-132{margin-bottom:132px}.padding-bottom-sm-132{padding-bottom:132px}.margin-left-sm-132{margin-left:132px}.padding-left-sm-132{padding-left:132px}}@media only screen and (min-width:64em){.margin-top-md-4{margin-top:4px}.padding-top-md-4{padding-top:4px}.margin-right-md-4{margin-right:4px}.padding-right-md-4{padding-right:4px}.margin-bottom-md-4{margin-bottom:4px}.padding-bottom-md-4{padding-bottom:4px}.margin-left-md-4{margin-left:4px}.padding-left-md-4{padding-left:4px}.margin-top-md-6{margin-top:6px}.padding-top-md-6{padding-top:6px}.margin-right-md-6{margin-right:6px}.padding-right-md-6{padding-right:6px}.margin-bottom-md-6{margin-bottom:6px}.padding-bottom-md-6{padding-bottom:6px}.margin-left-md-6{margin-left:6px}.padding-left-md-6{padding-left:6px}.margin-top-md-8{margin-top:8px}.padding-top-md-8{padding-top:8px}.margin-right-md-8{margin-right:8px}.padding-right-md-8{padding-right:8px}.margin-bottom-md-8{margin-bottom:8px}.padding-bottom-md-8{padding-bottom:8px}.margin-left-md-8{margin-left:8px}.padding-left-md-8{padding-left:8px}.margin-top-md-10{margin-top:10px}.padding-top-md-10{padding-top:10px}.margin-right-md-10{margin-right:10px}.padding-right-md-10{padding-right:10px}.margin-bottom-md-10{margin-bottom:10px}.padding-bottom-md-10{padding-bottom:10px}.margin-left-md-10{margin-left:10px}.padding-left-md-10{padding-left:10px}.margin-top-md-12{margin-top:12px}.padding-top-md-12{padding-top:12px}.margin-right-md-12{margin-right:12px}.padding-right-md-12{padding-right:12px}.margin-bottom-md-12{margin-bottom:12px}.padding-bottom-md-12{padding-bottom:12px}.margin-left-md-12{margin-left:12px}.padding-left-md-12{padding-left:12px}.margin-top-md-16{margin-top:16px}.padding-top-md-16{padding-top:16px}.margin-right-md-16{margin-right:16px}.padding-right-md-16{padding-right:16px}.margin-bottom-md-16{margin-bottom:16px}.padding-bottom-md-16{padding-bottom:16px}.margin-left-md-16{margin-left:16px}.padding-left-md-16{padding-left:16px}.margin-top-md-20{margin-top:20px}.padding-top-md-20{padding-top:20px}.margin-right-md-20{margin-right:20px}.padding-right-md-20{padding-right:20px}.margin-bottom-md-20{margin-bottom:20px}.padding-bottom-md-20{padding-bottom:20px}.margin-left-md-20{margin-left:20px}.padding-left-md-20{padding-left:20px}.margin-top-md-24{margin-top:24px}.padding-top-md-24{padding-top:24px}.margin-right-md-24{margin-right:24px}.padding-right-md-24{padding-right:24px}.margin-bottom-md-24{margin-bottom:24px}.padding-bottom-md-24{padding-bottom:24px}.margin-left-md-24{margin-left:24px}.padding-left-md-24{padding-left:24px}.margin-top-md-32{margin-top:32px}.padding-top-md-32{padding-top:32px}.margin-right-md-32{margin-right:32px}.padding-right-md-32{padding-right:32px}.margin-bottom-md-32{margin-bottom:32px}.padding-bottom-md-32{padding-bottom:32px}.margin-left-md-32{margin-left:32px}.padding-left-md-32{padding-left:32px}.margin-top-md-40{margin-top:40px}.padding-top-md-40{padding-top:40px}.margin-right-md-40{margin-right:40px}.padding-right-md-40{padding-right:40px}.margin-bottom-md-40{margin-bottom:40px}.padding-bottom-md-40{padding-bottom:40px}.margin-left-md-40{margin-left:40px}.padding-left-md-40{padding-left:40px}.margin-top-md-48{margin-top:48px}.padding-top-md-48{padding-top:48px}.margin-right-md-48{margin-right:48px}.padding-right-md-48{padding-right:48px}.margin-bottom-md-48{margin-bottom:48px}.padding-bottom-md-48{padding-bottom:48px}.margin-left-md-48{margin-left:48px}.padding-left-md-48{padding-left:48px}.margin-top-md-56{margin-top:56px}.padding-top-md-56{padding-top:56px}.margin-right-md-56{margin-right:56px}.padding-right-md-56{padding-right:56px}.margin-bottom-md-56{margin-bottom:56px}.padding-bottom-md-56{padding-bottom:56px}.margin-left-md-56{margin-left:56px}.padding-left-md-56{padding-left:56px}.margin-top-md-64{margin-top:64px}.padding-top-md-64{padding-top:64px}.margin-right-md-64{margin-right:64px}.padding-right-md-64{padding-right:64px}.margin-bottom-md-64{margin-bottom:64px}.padding-bottom-md-64{padding-bottom:64px}.margin-left-md-64{margin-left:64px}.padding-left-md-64{padding-left:64px}.margin-top-md-132{margin-top:132px}.padding-top-md-132{padding-top:132px}.margin-right-md-132{margin-right:132px}.padding-right-md-132{padding-right:132px}.margin-bottom-md-132{margin-bottom:132px}.padding-bottom-md-132{padding-bottom:132px}.margin-left-md-132{margin-left:132px}.padding-left-md-132{padding-left:132px}}@media only screen and (min-width:75em){.margin-top-lg-4{margin-top:4px}.padding-top-lg-4{padding-top:4px}.margin-right-lg-4{margin-right:4px}.padding-right-lg-4{padding-right:4px}.margin-bottom-lg-4{margin-bottom:4px}.padding-bottom-lg-4{padding-bottom:4px}.margin-left-lg-4{margin-left:4px}.padding-left-lg-4{padding-left:4px}.margin-top-lg-6{margin-top:6px}.padding-top-lg-6{padding-top:6px}.margin-right-lg-6{margin-right:6px}.padding-right-lg-6{padding-right:6px}.margin-bottom-lg-6{margin-bottom:6px}.padding-bottom-lg-6{padding-bottom:6px}.margin-left-lg-6{margin-left:6px}.padding-left-lg-6{padding-left:6px}.margin-top-lg-8{margin-top:8px}.padding-top-lg-8{padding-top:8px}.margin-right-lg-8{margin-right:8px}.padding-right-lg-8{padding-right:8px}.margin-bottom-lg-8{margin-bottom:8px}.padding-bottom-lg-8{padding-bottom:8px}.margin-left-lg-8{margin-left:8px}.padding-left-lg-8{padding-left:8px}.margin-top-lg-10{margin-top:10px}.padding-top-lg-10{padding-top:10px}.margin-right-lg-10{margin-right:10px}.padding-right-lg-10{padding-right:10px}.margin-bottom-lg-10{margin-bottom:10px}.padding-bottom-lg-10{padding-bottom:10px}.margin-left-lg-10{margin-left:10px}.padding-left-lg-10{padding-left:10px}.margin-top-lg-12{margin-top:12px}.padding-top-lg-12{padding-top:12px}.margin-right-lg-12{margin-right:12px}.padding-right-lg-12{padding-right:12px}.margin-bottom-lg-12{margin-bottom:12px}.padding-bottom-lg-12{padding-bottom:12px}.margin-left-lg-12{margin-left:12px}.padding-left-lg-12{padding-left:12px}.margin-top-lg-16{margin-top:16px}.padding-top-lg-16{padding-top:16px}.margin-right-lg-16{margin-right:16px}.padding-right-lg-16{padding-right:16px}.margin-bottom-lg-16{margin-bottom:16px}.padding-bottom-lg-16{padding-bottom:16px}.margin-left-lg-16{margin-left:16px}.padding-left-lg-16{padding-left:16px}.margin-top-lg-20{margin-top:20px}.padding-top-lg-20{padding-top:20px}.margin-right-lg-20{margin-right:20px}.padding-right-lg-20{padding-right:20px}.margin-bottom-lg-20{margin-bottom:20px}.padding-bottom-lg-20{padding-bottom:20px}.margin-left-lg-20{margin-left:20px}.padding-left-lg-20{padding-left:20px}.margin-top-lg-24{margin-top:24px}.padding-top-lg-24{padding-top:24px}.margin-right-lg-24{margin-right:24px}.padding-right-lg-24{padding-right:24px}.margin-bottom-lg-24{margin-bottom:24px}.padding-bottom-lg-24{padding-bottom:24px}.margin-left-lg-24{margin-left:24px}.padding-left-lg-24{padding-left:24px}.margin-top-lg-32{margin-top:32px}.padding-top-lg-32{padding-top:32px}.margin-right-lg-32{margin-right:32px}.padding-right-lg-32{padding-right:32px}.margin-bottom-lg-32{margin-bottom:32px}.padding-bottom-lg-32{padding-bottom:32px}.margin-left-lg-32{margin-left:32px}.padding-left-lg-32{padding-left:32px}.margin-top-lg-40{margin-top:40px}.padding-top-lg-40{padding-top:40px}.margin-right-lg-40{margin-right:40px}.padding-right-lg-40{padding-right:40px}.margin-bottom-lg-40{margin-bottom:40px}.padding-bottom-lg-40{padding-bottom:40px}.margin-left-lg-40{margin-left:40px}.padding-left-lg-40{padding-left:40px}.margin-top-lg-48{margin-top:48px}.padding-top-lg-48{padding-top:48px}.margin-right-lg-48{margin-right:48px}.padding-right-lg-48{padding-right:48px}.margin-bottom-lg-48{margin-bottom:48px}.padding-bottom-lg-48{padding-bottom:48px}.margin-left-lg-48{margin-left:48px}.padding-left-lg-48{padding-left:48px}.margin-top-lg-56{margin-top:56px}.padding-top-lg-56{padding-top:56px}.margin-right-lg-56{margin-right:56px}.padding-right-lg-56{padding-right:56px}.margin-bottom-lg-56{margin-bottom:56px}.padding-bottom-lg-56{padding-bottom:56px}.margin-left-lg-56{margin-left:56px}.padding-left-lg-56{padding-left:56px}.margin-top-lg-64{margin-top:64px}.padding-top-lg-64{padding-top:64px}.margin-right-lg-64{margin-right:64px}.padding-right-lg-64{padding-right:64px}.margin-bottom-lg-64{margin-bottom:64px}.padding-bottom-lg-64{padding-bottom:64px}.margin-left-lg-64{margin-left:64px}.padding-left-lg-64{padding-left:64px}.margin-top-lg-132{margin-top:132px}.padding-top-lg-132{padding-top:132px}.margin-right-lg-132{margin-right:132px}.padding-right-lg-132{padding-right:132px}.margin-bottom-lg-132{margin-bottom:132px}.padding-bottom-lg-132{padding-bottom:132px}.margin-left-lg-132{margin-left:132px}.padding-left-lg-132{padding-left:132px}}@media only screen and (min-width:90em){.margin-top-xl-4{margin-top:4px}.padding-top-xl-4{padding-top:4px}.margin-right-xl-4{margin-right:4px}.padding-right-xl-4{padding-right:4px}.margin-bottom-xl-4{margin-bottom:4px}.padding-bottom-xl-4{padding-bottom:4px}.margin-left-xl-4{margin-left:4px}.padding-left-xl-4{padding-left:4px}.margin-top-xl-6{margin-top:6px}.padding-top-xl-6{padding-top:6px}.margin-right-xl-6{margin-right:6px}.padding-right-xl-6{padding-right:6px}.margin-bottom-xl-6{margin-bottom:6px}.padding-bottom-xl-6{padding-bottom:6px}.margin-left-xl-6{margin-left:6px}.padding-left-xl-6{padding-left:6px}.margin-top-xl-8{margin-top:8px}.padding-top-xl-8{padding-top:8px}.margin-right-xl-8{margin-right:8px}.padding-right-xl-8{padding-right:8px}.margin-bottom-xl-8{margin-bottom:8px}.padding-bottom-xl-8{padding-bottom:8px}.margin-left-xl-8{margin-left:8px}.padding-left-xl-8{padding-left:8px}.margin-top-xl-10{margin-top:10px}.padding-top-xl-10{padding-top:10px}.margin-right-xl-10{margin-right:10px}.padding-right-xl-10{padding-right:10px}.margin-bottom-xl-10{margin-bottom:10px}.padding-bottom-xl-10{padding-bottom:10px}.margin-left-xl-10{margin-left:10px}.padding-left-xl-10{padding-left:10px}.margin-top-xl-12{margin-top:12px}.padding-top-xl-12{padding-top:12px}.margin-right-xl-12{margin-right:12px}.padding-right-xl-12{padding-right:12px}.margin-bottom-xl-12{margin-bottom:12px}.padding-bottom-xl-12{padding-bottom:12px}.margin-left-xl-12{margin-left:12px}.padding-left-xl-12{padding-left:12px}.margin-top-xl-16{margin-top:16px}.padding-top-xl-16{padding-top:16px}.margin-right-xl-16{margin-right:16px}.padding-right-xl-16{padding-right:16px}.margin-bottom-xl-16{margin-bottom:16px}.padding-bottom-xl-16{padding-bottom:16px}.margin-left-xl-16{margin-left:16px}.padding-left-xl-16{padding-left:16px}.margin-top-xl-20{margin-top:20px}.padding-top-xl-20{padding-top:20px}.margin-right-xl-20{margin-right:20px}.padding-right-xl-20{padding-right:20px}.margin-bottom-xl-20{margin-bottom:20px}.padding-bottom-xl-20{padding-bottom:20px}.margin-left-xl-20{margin-left:20px}.padding-left-xl-20{padding-left:20px}.margin-top-xl-24{margin-top:24px}.padding-top-xl-24{padding-top:24px}.margin-right-xl-24{margin-right:24px}.padding-right-xl-24{padding-right:24px}.margin-bottom-xl-24{margin-bottom:24px}.padding-bottom-xl-24{padding-bottom:24px}.margin-left-xl-24{margin-left:24px}.padding-left-xl-24{padding-left:24px}.margin-top-xl-32{margin-top:32px}.padding-top-xl-32{padding-top:32px}.margin-right-xl-32{margin-right:32px}.padding-right-xl-32{padding-right:32px}.margin-bottom-xl-32{margin-bottom:32px}.padding-bottom-xl-32{padding-bottom:32px}.margin-left-xl-32{margin-left:32px}.padding-left-xl-32{padding-left:32px}.margin-top-xl-40{margin-top:40px}.padding-top-xl-40{padding-top:40px}.margin-right-xl-40{margin-right:40px}.padding-right-xl-40{padding-right:40px}.margin-bottom-xl-40{margin-bottom:40px}.padding-bottom-xl-40{padding-bottom:40px}.margin-left-xl-40{margin-left:40px}.padding-left-xl-40{padding-left:40px}.margin-top-xl-48{margin-top:48px}.padding-top-xl-48{padding-top:48px}.margin-right-xl-48{margin-right:48px}.padding-right-xl-48{padding-right:48px}.margin-bottom-xl-48{margin-bottom:48px}.padding-bottom-xl-48{padding-bottom:48px}.margin-left-xl-48{margin-left:48px}.padding-left-xl-48{padding-left:48px}.margin-top-xl-56{margin-top:56px}.padding-top-xl-56{padding-top:56px}.margin-right-xl-56{margin-right:56px}.padding-right-xl-56{padding-right:56px}.margin-bottom-xl-56{margin-bottom:56px}.padding-bottom-xl-56{padding-bottom:56px}.margin-left-xl-56{margin-left:56px}.padding-left-xl-56{padding-left:56px}.margin-top-xl-64{margin-top:64px}.padding-top-xl-64{padding-top:64px}.margin-right-xl-64{margin-right:64px}.padding-right-xl-64{padding-right:64px}.margin-bottom-xl-64{margin-bottom:64px}.padding-bottom-xl-64{padding-bottom:64px}.margin-left-xl-64{margin-left:64px}.padding-left-xl-64{padding-left:64px}.margin-top-xl-132{margin-top:132px}.padding-top-xl-132{padding-top:132px}.margin-right-xl-132{margin-right:132px}.padding-right-xl-132{padding-right:132px}.margin-bottom-xl-132{margin-bottom:132px}.padding-bottom-xl-132{padding-bottom:132px}.margin-left-xl-132{margin-left:132px}.padding-left-xl-132{padding-left:132px}}@media only screen and (min-width:120em){.margin-top-xxl-4{margin-top:4px}.padding-top-xxl-4{padding-top:4px}.margin-right-xxl-4{margin-right:4px}.padding-right-xxl-4{padding-right:4px}.margin-bottom-xxl-4{margin-bottom:4px}.padding-bottom-xxl-4{padding-bottom:4px}.margin-left-xxl-4{margin-left:4px}.padding-left-xxl-4{padding-left:4px}.margin-top-xxl-6{margin-top:6px}.padding-top-xxl-6{padding-top:6px}.margin-right-xxl-6{margin-right:6px}.padding-right-xxl-6{padding-right:6px}.margin-bottom-xxl-6{margin-bottom:6px}.padding-bottom-xxl-6{padding-bottom:6px}.margin-left-xxl-6{margin-left:6px}.padding-left-xxl-6{padding-left:6px}.margin-top-xxl-8{margin-top:8px}.padding-top-xxl-8{padding-top:8px}.margin-right-xxl-8{margin-right:8px}.padding-right-xxl-8{padding-right:8px}.margin-bottom-xxl-8{margin-bottom:8px}.padding-bottom-xxl-8{padding-bottom:8px}.margin-left-xxl-8{margin-left:8px}.padding-left-xxl-8{padding-left:8px}.margin-top-xxl-10{margin-top:10px}.padding-top-xxl-10{padding-top:10px}.margin-right-xxl-10{margin-right:10px}.padding-right-xxl-10{padding-right:10px}.margin-bottom-xxl-10{margin-bottom:10px}.padding-bottom-xxl-10{padding-bottom:10px}.margin-left-xxl-10{margin-left:10px}.padding-left-xxl-10{padding-left:10px}.margin-top-xxl-12{margin-top:12px}.padding-top-xxl-12{padding-top:12px}.margin-right-xxl-12{margin-right:12px}.padding-right-xxl-12{padding-right:12px}.margin-bottom-xxl-12{margin-bottom:12px}.padding-bottom-xxl-12{padding-bottom:12px}.margin-left-xxl-12{margin-left:12px}.padding-left-xxl-12{padding-left:12px}.margin-top-xxl-16{margin-top:16px}.padding-top-xxl-16{padding-top:16px}.margin-right-xxl-16{margin-right:16px}.padding-right-xxl-16{padding-right:16px}.margin-bottom-xxl-16{margin-bottom:16px}.padding-bottom-xxl-16{padding-bottom:16px}.margin-left-xxl-16{margin-left:16px}.padding-left-xxl-16{padding-left:16px}.margin-top-xxl-20{margin-top:20px}.padding-top-xxl-20{padding-top:20px}.margin-right-xxl-20{margin-right:20px}.padding-right-xxl-20{padding-right:20px}.margin-bottom-xxl-20{margin-bottom:20px}.padding-bottom-xxl-20{padding-bottom:20px}.margin-left-xxl-20{margin-left:20px}.padding-left-xxl-20{padding-left:20px}.margin-top-xxl-24{margin-top:24px}.padding-top-xxl-24{padding-top:24px}.margin-right-xxl-24{margin-right:24px}.padding-right-xxl-24{padding-right:24px}.margin-bottom-xxl-24{margin-bottom:24px}.padding-bottom-xxl-24{padding-bottom:24px}.margin-left-xxl-24{margin-left:24px}.padding-left-xxl-24{padding-left:24px}.margin-top-xxl-32{margin-top:32px}.padding-top-xxl-32{padding-top:32px}.margin-right-xxl-32{margin-right:32px}.padding-right-xxl-32{padding-right:32px}.margin-bottom-xxl-32{margin-bottom:32px}.padding-bottom-xxl-32{padding-bottom:32px}.margin-left-xxl-32{margin-left:32px}.padding-left-xxl-32{padding-left:32px}.margin-top-xxl-40{margin-top:40px}.padding-top-xxl-40{padding-top:40px}.margin-right-xxl-40{margin-right:40px}.padding-right-xxl-40{padding-right:40px}.margin-bottom-xxl-40{margin-bottom:40px}.padding-bottom-xxl-40{padding-bottom:40px}.margin-left-xxl-40{margin-left:40px}.padding-left-xxl-40{padding-left:40px}.margin-top-xxl-48{margin-top:48px}.padding-top-xxl-48{padding-top:48px}.margin-right-xxl-48{margin-right:48px}.padding-right-xxl-48{padding-right:48px}.margin-bottom-xxl-48{margin-bottom:48px}.padding-bottom-xxl-48{padding-bottom:48px}.margin-left-xxl-48{margin-left:48px}.padding-left-xxl-48{padding-left:48px}.margin-top-xxl-56{margin-top:56px}.padding-top-xxl-56{padding-top:56px}.margin-right-xxl-56{margin-right:56px}.padding-right-xxl-56{padding-right:56px}.margin-bottom-xxl-56{margin-bottom:56px}.padding-bottom-xxl-56{padding-bottom:56px}.margin-left-xxl-56{margin-left:56px}.padding-left-xxl-56{padding-left:56px}.margin-top-xxl-64{margin-top:64px}.padding-top-xxl-64{padding-top:64px}.margin-right-xxl-64{margin-right:64px}.padding-right-xxl-64{padding-right:64px}.margin-bottom-xxl-64{margin-bottom:64px}.padding-bottom-xxl-64{padding-bottom:64px}.margin-left-xxl-64{margin-left:64px}.padding-left-xxl-64{padding-left:64px}.margin-top-xxl-132{margin-top:132px}.padding-top-xxl-132{padding-top:132px}.margin-right-xxl-132{margin-right:132px}.padding-right-xxl-132{padding-right:132px}.margin-bottom-xxl-132{margin-bottom:132px}.padding-bottom-xxl-132{padding-bottom:132px}.margin-left-xxl-132{margin-left:132px}.padding-left-xxl-132{padding-left:132px}}html{font-family:Roboto,sans-serif}body{background:#fff;color:#003745;font-size:1.5rem;line-height:1.38;min-width:320px}h1{font-size:3.6rem;font-weight:500;line-height:56px}h2{font-size:2.8rem;line-height:44px}h2,h3{font-weight:700}h3{font-size:2.4rem;line-height:36px}h4{font-size:2rem;line-height:32px}h4,h5{font-weight:700}h5{font-size:1.8rem;line-height:28px}a,p{font-size:1.5rem}a{text-decoration:underline}a,a:visited{color:#006ff8}a:active{color:#002b5f}@media(hover:hover){a{cursor:pointer}a:hover{color:#004192}}pre{font-family:Roboto,sans-serif}.display-none{display:none}.display-none-imp{display:none!important}.display-block{display:block}.display-block-imp{display:block!important}.no-margin{margin:0}.no-padding{padding:0}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-justify{text-align:justify}.text-danger{color:#e61e2f}.text-success{color:#008561}.text-warning{color:#ca4f00}.text-capitalize{text-transform:uppercase}.text-word-break{word-break:break-word}.position-absolute{position:absolute}.position-relative{position:relative}.padding-5{padding:5px}.padding-10{padding:10px}.padding-10-5{padding:10px 5px}.height-stretch{height:100%}.min-height-0{min-height:0}.width-stretch{width:100%}.overflow-y{overflow-y:auto}.overflow-x{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-hidden{overflow:hidden}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.noprint{display:none}}.cursor-pointer{cursor:pointer}label.error{color:#e61e2f;display:block;font-size:1.2rem;padding-top:4px}#_hj-f5b2a1eb-9b07_feedback_minimized{bottom:350px!important}.animation-fadein{animation:keyframe-fadein .2s ease-in}.animation-slide-from-top{animation:keyframe-slide-top .2s ease,keyframe-fadein .2s ease}.animation-slide-from-bottom{animation:keyframe-slide-bottom .2s ease,keyframe-fadein .2s ease}.animation-slide-from-left{animation:keyframe-slide-left .2s ease,keyframe-fadein .2s ease}.animation-slide-from-right{animation:keyframe-slide-right .2s ease,keyframe-fadein .2s ease}@keyframes keyframe-fadein{0%{opacity:0}to{opacity:1}}@keyframes keyframe-fadeout{0%{opacity:1}to{opacity:0}}@keyframes keyframe-slide-top{0%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes keyframe-slide-left{0%{transform:translateX(-30px)}to{transform:translateX(0)}}@keyframes keyframe-slide-right{0%{transform:translateX(30px)}to{transform:translateX(0)}}@keyframes keyframe-slide-bottom{0%{transform:translateY(30px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:0;transform:scale(.7)}25%{opacity:.2;transform:scale(.9)}50%{opacity:.7;transform:scale(1.15)}75%{opacity:.9;transform:scale(1.3)}to{opacity:0;transform:scale(1.35)}}@keyframes keyframe-ghost-fadein{0%{opacity:.25}35%{opacity:.7}65%{opacity:.7}to{opacity:.25}}.page-layout{display:flex;flex-direction:column;height:100%}.page-layout .router-view{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.page-home{flex-grow:1;overflow-y:auto}.page-home .home-banner{background-color:#292f42;padding:20px 20px 50px}@media only screen and (min-width:64em){.page-home .home-banner{padding:32px 50px}}@media only screen and (min-width:90em){.page-home .home-banner{display:flex;padding:32px 132px}}.page-home .home-banner .details{color:#fff}@media only screen and (min-width:90em){.page-home .home-banner .details{flex-basis:40%;justify-content:center}}.page-home .home-banner .details .greeting{font-size:1.5rem;font-weight:400;line-height:24px;text-transform:uppercase}.page-home .home-banner .details .title.is-loading{opacity:0}.page-home .home-banner .details .view-all-tasks{color:#fff}.page-home .home-banner .details .view-all-tasks.is-loading{opacity:0}.page-home .home-banner .widgets{display:flex;flex-direction:column;gap:24px;margin-top:32px}@media only screen and (min-width:48em){.page-home .home-banner .widgets{flex-direction:row;margin-top:48px}}@media only screen and (min-width:90em){.page-home .home-banner .widgets{flex-basis:60%;justify-content:flex-end;margin-top:0;padding-left:64px}}.page-home .home-banner .widgets .widget{background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;display:flex;padding:24px 12px 8px 24px}@media only screen and (min-width:48em){.page-home .home-banner .widgets .widget{width:calc(50% - 12px)}}@media only screen and (min-width:64em){.page-home .home-banner .widgets .widget{max-width:317px}}.page-home .home-banner .widgets .widget .icon{background-color:#006ff8;border-radius:50%;flex-shrink:0;height:70px;margin-right:16px;width:70px}.page-home .home-banner .widgets .widget .icon .icon-clipboard{color:#fff;height:38px;width:38px}.page-home .home-banner .widgets .widget .label{color:#666;font-size:1.2rem;font-weight:700;line-height:16px;text-transform:uppercase}.page-home .home-banner .widgets .widget .value{display:block;font-size:4.8rem;line-height:48px;position:relative}.page-home .home-banner .widgets .widget .ghost{animation:keyframe-ghost-fadein 1.5s infinite;background-color:#d9d9d9;border-radius:6px;height:48px;position:relative;width:27px}.page-home .home-banner .widgets .widget .manage{cursor:pointer}.page-home .home-banner .widgets .widget .manage span{color:#006ff8;font-size:1.2rem;font-weight:700;line-height:16px;text-transform:uppercase}.page-home .home-banner .widgets .widget .manage .icon-chevron{color:#006ff8;height:8px;margin-left:6px;width:6px}.page-all-tasks,.page-document-requirements{flex-grow:1;overflow-y:auto}.page-all-tasks{padding:24px 20px 50px}@media only screen and (min-width:64em){.page-all-tasks{padding:24px 50px 50px}}@media only screen and (min-width:75em){.page-all-tasks{padding:24px 132px 64px}}.page-all-tasks .navigate-back{display:none}@media only screen and (min-width:64em){.page-all-tasks .navigate-back{cursor:pointer;display:flex;margin-bottom:24px}}.page-all-tasks .navigate-back.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.page-all-tasks .navigate-back .icon-arrow{color:#003745;height:18px;width:18px}.page-all-tasks .navigate-back .text{display:inline-block;font-size:15px;padding-left:5px}@media only screen and (min-width:64em){.page-all-tasks .head{border-bottom:1px solid #d9d9d9;margin-bottom:24px;padding-bottom:8px}}.page-all-tasks .head .title{display:none}@media only screen and (min-width:64em){.page-all-tasks .head .title{display:block}}.page-all-tasks .part-filter .desktop-filters{display:none}@media only screen and (min-width:64em){.page-all-tasks .part-filter .desktop-filters{display:flex;flex-basis:100%;flex-wrap:wrap;gap:8px;margin-bottom:40px;max-width:100%;width:100%}}.page-all-tasks .part-filter .desktop-filters .label{font-weight:600;line-height:40px;margin-right:6px}.page-all-tasks .part-filter .desktop-filters .clear-all{color:#006ff8;cursor:pointer;line-height:40px;text-decoration:underline}@media(hover:hover){.page-all-tasks .part-filter .desktop-filters .clear-all:hover{color:#0064df}}.page-all-tasks .part-filter .button-filter{margin:24px 0;position:relative}@media only screen and (min-width:64em){.page-all-tasks .part-filter .button-filter{display:none}}.page-all-tasks .part-filter .button-filter.is-filtered:after{background-color:#f7661f;border-radius:50%;content:"";height:10px;position:absolute;right:-2px;top:-2px;width:10px}.page-all-tasks comp-data-grid .vessel-name{color:#666}.page-all-tasks comp-data-grid .status-badge .status-badge-value .status-badge-dot{background-color:#006ff8;border-radius:50%;flex-shrink:0;height:12px;margin-right:10px;width:12px}@media only screen and (min-width:64em){.page-all-tasks comp-data-grid .status-badge .status-badge-value .status-badge-dot{height:15px;width:15px}}.page-all-tasks comp-data-grid .status-badge .status-badge-value a.is-loading{cursor:wait}.page-all-tasks comp-data-grid .status-badge .status-badge-value .status-date{color:#666;display:block;font-size:1.4rem;line-height:20px;padding-left:22px}@media only screen and (min-width:64em){.page-all-tasks comp-data-grid .status-badge .status-badge-value .status-date{font-size:1.2rem;line-height:normal;padding-left:25px}}.page-all-tasks comp-data-grid .status-badge.new .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.new-vet .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.escalated .status-badge-value .status-badge-dot{background-color:#666}.page-all-tasks comp-data-grid .status-badge.expired .status-badge-value .status-badge-dot{background-color:#d9d9d9}.page-all-tasks comp-data-grid .status-badge.created .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.misreported .status-badge-value .status-badge-dot{background-color:#d9d9d9}.page-all-tasks comp-data-grid .status-badge.unverified .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.rejected .status-badge-value .status-badge-dot{background-color:#b3b3b3}.page-all-tasks comp-data-grid .status-badge.clean .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.completed .status-badge-value .status-badge-dot{background-color:#008561}.page-all-tasks comp-data-grid .status-badge.pending-form-input .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.pending-rightship-review .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.pending-terminal-review .status-badge-value .status-badge-dot{background-color:#8a0f19}.page-all-tasks comp-data-grid .status-badge.acceptable-day-only .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.accepted .status-badge-value .status-badge-dot{background-color:#008561}.page-all-tasks comp-data-grid .status-badge.new-environmental-review .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.pending-ship-manager .status-badge-value .status-badge-dot{background-color:#8a0f19}.page-all-tasks comp-data-grid .status-badge.environmental-review-reassignment .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.expired .status-badge-value .status-badge-dot{background-color:#e61e2f}.page-all-tasks comp-data-grid .status-badge.new-inspection .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.in-progress .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.scheduling .status-badge-value .status-badge-dot{background-color:#006ff8}.page-all-tasks comp-data-grid .status-badge.scheduled .status-badge-value .status-badge-dot{background-color:#007052}.page-all-tasks comp-data-grid .status-badge.inspection-required .status-badge-value .status-badge-dot{background-color:#8a0f19}.page-all-tasks comp-data-grid .status-badge.acceptable .status-badge-value .status-badge-dot{background-color:#008561}.page-all-tasks comp-data-grid .status-badge.booked .status-badge-value .status-badge-dot{background-color:#006147}.page-all-tasks comp-data-grid .status-badge.inspector-assigned .status-badge-value .status-badge-dot{background-color:#008561}.page-all-tasks comp-data-grid .status-badge.alternative-required .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.unacceptable .status-badge-value .status-badge-dot{background-color:#e61e2f}.page-all-tasks comp-data-grid .status-badge.cancelled .status-badge-value .status-badge-dot{background-color:#b3b3b3}.page-all-tasks comp-data-grid .status-badge.invalid .status-badge-value .status-badge-dot{background-color:#8a0f19}.page-all-tasks comp-data-grid .status-badge.incomplete .status-badge-value .status-badge-dot{background-color:#666}.page-all-tasks comp-data-grid .status-badge.processing .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.exception-required .status-badge-value .status-badge-dot{background-color:#42526e}.page-all-tasks comp-data-grid .status-badge.passed .status-badge-value .status-badge-dot{background-color:#008561}.page-all-tasks comp-data-grid .status-badge.failed .status-badge-value .status-badge-dot{background-color:#e61e2f}.page-all-tasks comp-data-grid .status-badge.pending .status-badge-value .status-badge-dot{background-color:#ffe683}.page-all-tasks comp-data-grid .status-badge.awaiting-response .status-badge-value .status-badge-dot,.page-all-tasks comp-data-grid .status-badge.review-required .status-badge-value .status-badge-dot{background-color:#8a0f19}.page-all-tasks comp-data-grid .status-badge.closed .status-badge-value .status-badge-dot{background-color:#008561}.page-rfi-correspondence{padding:24px 20px 0}@media only screen and (min-width:64em){.page-rfi-correspondence{padding:24px 50px 0}}@media only screen and (min-width:75em){.page-rfi-correspondence{padding:24px 132px 0}}.page-rfi-correspondence .navigate-back{display:none}@media only screen and (min-width:64em){.page-rfi-correspondence .navigate-back{cursor:pointer;display:flex;margin-bottom:24px}}.page-rfi-correspondence .navigate-back .icon-arrow{color:#003745;height:18px;width:18px}.page-rfi-correspondence .navigate-back .text{display:inline-block;font-size:15px;padding-left:5px}.page-rfi-correspondence .rfi-correspondence-messages{border:1px solid #d9d9d9;border-bottom:none;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;flex-grow:1;min-height:0}@media only screen and (min-width:64em){.page-rfi-correspondence .rfi-correspondence-messages{flex-grow:1;min-height:0}}@media only screen and (max-width:64em){.page-rfi-correspondence .rfi-correspondence-messages.is-selected-thread-mobile .threads{opacity:0;visibility:hidden;width:0}.page-rfi-correspondence .rfi-correspondence-messages.is-selected-thread-mobile .messages{opacity:1;visibility:visible}}.page-rfi-correspondence .rfi-correspondence-messages .threads{flex-shrink:0;width:100%}@media only screen and (min-width:64em){.page-rfi-correspondence .rfi-correspondence-messages .threads{border-right:1px solid #d9d9d9;width:320px}}@media only screen and (min-width:75em){.page-rfi-correspondence .rfi-correspondence-messages .threads{width:400px}}@media only screen and (min-width:90em){.page-rfi-correspondence .rfi-correspondence-messages .threads{width:480px}}@media only screen and (min-width:120em){.page-rfi-correspondence .rfi-correspondence-messages .threads{width:560px}}.page-rfi-correspondence .rfi-correspondence-messages .threads .body{padding:12px 24px 0}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller{overflow:hidden auto}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller::-webkit-scrollbar{height:6px;width:6px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller::-webkit-scrollbar-track{background-color:#0000;-webkit-box-shadow:none}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller::-webkit-scrollbar-thumb{background-color:#cecece;border-radius:2.5px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread{border-radius:8px;display:flex;transition:background-color .2s ease-in-out}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread:not(:last-child){margin-bottom:4px}@media(hover:hover){.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread{cursor:pointer}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread:hover{background-color:#f2f2f2}}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-unread .details .name{font-weight:700}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-unread .details .new-dot{display:block}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-unread .details .desc,.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-unread .details .port{font-weight:700}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-selected{background-color:#f2f8ff}@media(hover:hover){.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread.is-selected{cursor:default}}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .figure{background-color:#d9d9d9;border-radius:50%;font-weight:700;height:40px;line-height:40px;margin:16px 18px 16px 20px;text-align:center;text-transform:uppercase;width:40px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details{padding:8px 18px 8px 0}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details .name{display:block}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details .new-dot{align-self:center;background-color:#006ff8;border-radius:50%;display:none;height:12px;width:12px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details .desc{font-size:1.2rem;font-weight:400;line-height:16px;margin-bottom:8px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details .port{display:block;font-size:1.2rem;font-weight:400;line-height:16px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .details .date{color:#666;display:block;font-size:1.2rem;font-weight:400;line-height:16px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-scroller .thread .status{background-color:#00856133;border-radius:20px;box-shadow:0 4px 16px #0085611a;font-weight:700;height:40px;line-height:40px;margin:12px;padding:0 24px;text-transform:uppercase}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-loading{flex-shrink:0;padding:16px 0 24px}.page-rfi-correspondence .rfi-correspondence-messages .threads .body .threads-loading .text{font-weight:700}.page-rfi-correspondence .rfi-correspondence-messages .messages{flex-shrink:0;opacity:0;transition:all .2s linear;visibility:hidden;width:100%}@media only screen and (min-width:64em){.page-rfi-correspondence .rfi-correspondence-messages .messages{flex-shrink:1;opacity:1;visibility:visible;width:auto}}.page-rfi-correspondence .rfi-correspondence-messages .messages .head{border-bottom:1px solid #d9d9d9;flex-shrink:0;font-weight:700;gap:12px;padding:24px}@media only screen and (min-width:30em){.page-rfi-correspondence .rfi-correspondence-messages .messages .head{gap:16px}}@media only screen and (min-width:48em){.page-rfi-correspondence .rfi-correspondence-messages .messages .head{gap:24px}}@media only screen and (min-width:64em){.page-rfi-correspondence .rfi-correspondence-messages .messages .head{gap:36px}}.page-rfi-correspondence .rfi-correspondence-messages .messages .head .go-back{display:flex}@media only screen and (min-width:64em){.page-rfi-correspondence .rfi-correspondence-messages .messages .head .go-back{display:none}}.page-rfi-correspondence .rfi-correspondence-messages .messages .head .go-back .icon-arrow{color:#003745;height:18px;width:18px}.page-rfi-correspondence .rfi-correspondence-messages .messages .head .go-back .text{display:inline-block;font-size:15px;padding-left:5px}.page-rfi-correspondence .rfi-correspondence-messages .messages .head .label{word-break:break-word}.page-rfi-correspondence .rfi-correspondence-messages .messages .body{padding:16px 24px 0}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller{flex-grow:1;overflow:hidden auto;row-gap:16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller::-webkit-scrollbar{height:6px;width:6px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller::-webkit-scrollbar-track{background-color:#0000;-webkit-box-shadow:none}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller::-webkit-scrollbar-thumb{background-color:#cecece;border-radius:2.5px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .day{align-self:center;background-color:#f2f2f2;border-radius:8px;color:#666;display:flex;flex-shrink:0;height:30px;line-height:30px;padding:0 16px;text-align:center}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message{align-self:flex-start;background-color:#f2f2f2;border-radius:16px 16px 16px 0;padding:12px 20px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message.my-msg{align-self:flex-end;background-color:#e6f3ff;border-radius:16px 16px 0 16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .recipients{margin-bottom:24px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .recipients .recipient{color:#666;display:block;font-size:1.4rem;font-weight:400;line-height:20px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .msg,.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .msg pre{white-space:pre-line;word-break:break-word}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .time{color:#666;display:block;font-size:1.2rem;font-weight:400;line-height:16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments{padding-top:12px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment:not(:last-child){margin-bottom:8px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .icon{background-color:#fff;border-radius:4px;height:64px;margin-right:16px;width:64px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .icon .icon-doc{height:48px;width:48px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .name{font-size:1.4rem;font-weight:700;line-height:20px;word-break:break-word}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .icon-download{height:20px;margin:20px 0 0 16px;width:20px}@media(hover:hover){.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .icon-download{cursor:pointer}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-scroller .message .attachments .attachment .icon-download:hover{color:#006ff8}}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-loading{flex-grow:1;flex-shrink:0;padding:16px 0 24px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-loading .text{font-weight:700}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-fallback{flex-grow:1;flex-shrink:0;padding:16px 0 24px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-fallback .text{color:#666}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-people{margin-bottom:6px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-people .icon{height:16px;margin-right:8px;width:16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-people .text{word-break:break-word}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-attachments{margin-bottom:6px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-attachments .icon{height:16px;margin-right:8px;width:16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .pending-section .added-attachments .text{word-break:break-word}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions{position:relative}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions comp-rich-text-editor .comp-rich-text-editor .comp-rich-text-editor--value.is-toolbar-position-bottom .ql-toolbar{padding:10px 10px 10px 72px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions{bottom:12px;display:flex;gap:12px;left:12px;position:absolute}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-attachment,.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-people{height:16px;width:16px}@media(hover:hover){.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-attachment,.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-people{cursor:pointer}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-attachment:hover .icon,.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-people:hover .icon{color:#006ff8}}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-attachment .icon,.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .actions .add-people .icon{height:16px;width:16px}.page-rfi-correspondence .rfi-correspondence-messages .messages .body .messages-actions .send{bottom:10px;position:absolute;right:10px}.dialog-add-people-to-this-conversation .dialog-content .emails{margin-top:40px}.dialog-add-people-to-this-conversation .dialog-content .emails .email{margin-bottom:12px}.dialog-add-people-to-this-conversation .dialog-content .emails .email .combo-box-type{flex-basis:100px;margin-right:12px}.dialog-add-people-to-this-conversation .dialog-content .emails .email .remove{align-items:center;display:flex;height:22px;justify-content:center;margin:8px 0 0 8px;width:22px}@media(hover:hover){.dialog-add-people-to-this-conversation .dialog-content .emails .email .remove{cursor:pointer}.dialog-add-people-to-this-conversation .dialog-content .emails .email .remove:hover .icon{color:#006ff8}}.dialog-add-people-to-this-conversation .dialog-content .emails .email .remove .icon{color:#666;height:16px;transition:color .2s ease;width:16px}.dialog-add-people-to-this-conversation .dialog-content .add-email-link{display:block;padding-top:4px}.page-my-vessels-vessel{overflow:hidden auto;padding:24px 0 0}@media only screen and (min-width:64em){.page-my-vessels-vessel{padding:24px 0 0}}@media only screen and (min-width:75em){.page-my-vessels-vessel{padding:24px 0 0}}.page-my-vessels-vessel .vessel-header{padding:0 20px}@media only screen and (min-width:64em){.page-my-vessels-vessel .vessel-header{padding:0 50px}}@media only screen and (min-width:75em){.page-my-vessels-vessel .vessel-header{padding:0 132px}}.page-my-vessels-vessel .vessel-header .navigate-back{display:none}@media only screen and (min-width:64em){.page-my-vessels-vessel .vessel-header .navigate-back{cursor:pointer;display:flex;margin-bottom:24px}}.page-my-vessels-vessel .vessel-header .navigate-back.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.page-my-vessels-vessel .vessel-header .navigate-back .icon-arrow{color:#003745;height:18px;width:18px}.page-my-vessels-vessel .vessel-header .navigate-back .text{display:inline-block;font-size:15px;padding-left:5px}.page-my-vessels-vessel .vessel-header .head{border-bottom:1px solid #d9d9d9;margin-bottom:16px;padding-bottom:40px}.page-my-vessels-vessel .vessel-header .head .title{margin-bottom:8px}.page-my-vessels-vessel .vessel-header .head .vessel-information{display:flex;flex-direction:row;gap:12px;margin-bottom:24px}@media only screen and (min-width:30em){.page-my-vessels-vessel .vessel-header .head .vessel-information{flex-direction:row;flex-wrap:wrap}}.page-my-vessels-vessel .vessel-tabs{padding:0 20px}@media only screen and (min-width:64em){.page-my-vessels-vessel .vessel-tabs{padding:0 50px}}@media only screen and (min-width:75em){.page-my-vessels-vessel .vessel-tabs{padding:0 132px}}.page-my-vessels-vessel .page-vessel-documents{overflow:hidden}.page-my-vessels-vessel .page-vessel-message-center{padding:24px 20px 0}@media only screen and (min-width:64em){.page-my-vessels-vessel .page-vessel-message-center{padding:24px 50px 0}}@media only screen and (min-width:75em){.page-my-vessels-vessel .page-vessel-message-center{padding:24px 132px 0}}.page-vessel-documents{overflow-y:auto;padding:24px 20px 50px}@media only screen and (min-width:64em){.page-vessel-documents{padding:24px 20px 50px}}@media only screen and (min-width:75em){.page-vessel-documents{padding:24px 20px 50px}}.page-vessel-message-center{overflow-y:auto;padding:24px 20px 50px}@media only screen and (min-width:64em){.page-vessel-message-center{padding:24px 20px 50px}}@media only screen and (min-width:75em){.page-vessel-message-center{padding:24px 20px 50px}}.page-vessel-message-center .message-centre{min-height:500px}.page-submit-close-out-information{flex-grow:1;overflow-y:auto;padding:24px 20px 50px}@media only screen and (min-width:64em){.page-submit-close-out-information{padding:24px 50px 50px}}@media only screen and (min-width:75em){.page-submit-close-out-information{padding:24px 132px 64px}}.page-submit-close-out-information .head{display:none}@media only screen and (min-width:64em){.page-submit-close-out-information .head{display:block}}.page-submit-close-out-information .head .divider{background-color:#d9d9d9;height:1px;width:100%}.page-submit-close-out-information .fields{column-gap:24px}.page-submit-close-out-information .section-correspondence-emails .correspondence-emails-label{display:block;font-weight:700;margin-bottom:4px}.page-submit-close-out-information .section-correspondence-emails .comp-notify-correspondence-info{margin-bottom:12px;min-width:100%}.page-submit-close-out-information .section-correspondence-emails .email{margin-bottom:12px;position:relative}.page-submit-close-out-information .section-correspondence-emails .email .combo-box-type{flex-basis:100px;margin-right:12px}.page-submit-close-out-information .section-correspondence-emails .email .text-box-email .text-box .text-box--value .text-box--value-input{padding-right:30px}.page-submit-close-out-information .section-correspondence-emails .email .icon-remove{color:#666;cursor:pointer;height:16px;position:absolute;right:10px;top:11px;width:16px}@media(hover:hover){.page-submit-close-out-information .section-correspondence-emails .email .icon-remove:hover{color:#e61e2f}}.page-submit-close-out-information .section-correspondence-emails .link{color:#006ff8;cursor:pointer;display:block;text-decoration:underline}.page-submit-close-out-information .attachments .attachments-info{font-weight:600;padding-bottom:8px}.page-submit-close-out-information .attachments .comp-notify-info{margin-bottom:16px}.page-submit-close-out-information .attachments .comp-notify-info ul{list-style:disc;padding-left:20px}.page-submit-close-out-information .attachments .comp-notify-info ul li a{color:#006ff8;cursor:pointer;text-decoration:underline}@media only screen and (min-width:75em){.page-submit-close-out-information .deficiencies-table{flex-grow:1}}.page-submit-close-out-information .deficiencies-table .table-head{align-items:center;border-bottom:1px solid #d0d0d0;display:none;flex-wrap:wrap;padding:10px 0}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-head{display:flex}}.page-submit-close-out-information .deficiencies-table .table-head .head-item{flex-basis:20%;max-width:20%;padding:0 12px}.page-submit-close-out-information .deficiencies-table .table-head .head-item:first-child{padding-left:0}.page-submit-close-out-information .deficiencies-table .table-head .head-item:last-child{padding-right:0}.page-submit-close-out-information .deficiencies-table .table-head .head-item .text{font-size:1.3rem;font-weight:600}.page-submit-close-out-information .deficiencies-table .table-body .item{padding:16px 0}.page-submit-close-out-information .deficiencies-table .table-body .item:not(:last-child){border-bottom:1px solid #d0d0d0}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns{display:flex}}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column{margin-bottom:12px}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column{flex-basis:20%;margin-bottom:0;max-width:20%;padding:0 12px}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column:first-child{padding-left:0}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column:last-child{padding-right:0}}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .mobile-label{font-weight:600}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .mobile-label{display:none}}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .value .index{display:none;font-weight:600;padding-right:10px}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .value .index{display:block}}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .value .text{white-space:pre-wrap;word-break:break-word}.page-submit-close-out-information .deficiencies-table .table-body .item .item-columns .item-column .value .read-more{cursor:pointer;display:inline;text-decoration:underline}.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details{background-color:#d2eaf933;border-radius:10px;display:flex;flex-wrap:wrap;margin-top:16px;padding:24px}.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details .extra-detail{flex-basis:100%;margin-bottom:24px}@media only screen and (min-width:64em){.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details .extra-detail{flex-basis:50%;padding-right:36px}}.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details .extra-detail .extra-detail-label{display:block;font-weight:600;margin-bottom:6px}.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details .extra-detail .extra-detail-value .desc{white-space:pre-wrap;word-break:break-word}.page-submit-close-out-information .deficiencies-table .table-body .item .item-extra-details .extra-detail .extra-detail-value .read-more{cursor:pointer;display:inline;text-decoration:underline}.page-submit-close-out-information .deficiencies-table .table-body .fallback{color:#666;display:block;padding:24px 0;text-align:center;width:100%}.page-select-vessel{flex-grow:1;overflow-y:auto;padding:24px 20px 50px}@media only screen and (min-width:64em){.page-select-vessel{padding:24px 50px 50px}}@media only screen and (min-width:75em){.page-select-vessel{padding:24px 132px 64px}}.page-select-vessel .navigate-back{display:none}@media only screen and (min-width:64em){.page-select-vessel .navigate-back{cursor:pointer;display:flex;margin-bottom:24px}}.page-select-vessel .navigate-back.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.page-select-vessel .navigate-back .icon-arrow{color:#003745;height:18px;width:18px}.page-select-vessel .navigate-back .text{display:inline-block;font-size:15px;padding-left:5px}.page-select-vessel .head{border-bottom:1px solid #d9d9d9;display:none;margin-bottom:24px;padding-bottom:8px}@media only screen and (min-width:64em){.page-select-vessel .head{display:block}}.page-select-vessel .vessels .vessel{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;min-height:60px;padding:6px 8px;transition:background-color .2s ease}@media(hover:hover){.page-select-vessel .vessels .vessel{cursor:pointer}.page-select-vessel .vessels .vessel:hover{background-color:#f2f2f2}.page-select-vessel .vessels .vessel:hover .icon-arrow{transform:translateX(6px)}}.page-select-vessel .vessels .vessel.is-loading{cursor:wait}.page-select-vessel .vessels .vessel .index{flex-shrink:0;font-size:1.5rem;font-weight:700;line-height:24px;margin-right:16px;min-width:24px}.page-select-vessel .vessels .vessel .details{flex-grow:1}.page-select-vessel .vessels .vessel .details .name{font-size:1.5rem;font-weight:400;line-height:24px}.page-select-vessel .vessels .vessel .details .info{display:flex;flex-wrap:wrap}.page-select-vessel .vessels .vessel .details .info .prop{color:#666}.page-select-vessel .vessels .vessel .details .info .prop:not(:last-child){padding-right:16px}.page-select-vessel .vessels .vessel .icon-arrow{color:#006ff8;flex-shrink:0;height:24px;margin-left:16px;transition:transform .3s ease-in-out;width:24px}.page-not-found .title{font-weight:700;margin-bottom:24px;text-transform:uppercase}.page-error{margin-top:220px}.page-error .title{font-weight:700;text-transform:uppercase}.page-error .text{font-size:2rem;margin-bottom:24px}.page-error .comp-button a{align-items:center;background-color:#006ff8;border-radius:6px;color:#fff;display:flex;font-size:1.4rem;font-weight:700;height:40px;padding:0 16px;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,transform .1s ease;user-select:none}.page-error .comp-button a:focus,.page-error .comp-button a:hover{background-color:#0058c5}.page-error .comp-button a:active{background-color:#0058c5;transform:scale(.9)}.dialog-add-vessel{width:100vw}@media only screen and (min-width:64em){.dialog-add-vessel{width:900px}}.dialog-add-vessel .dialog-content .divider,.dialog-add-vessel .dialog-header .divider{background-color:#d9d9d9;height:1px;margin:8px 12px 0}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels{width:100%}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder--input .comp-entity-finder--vessel-item{flex-direction:row;flex-wrap:nowrap;gap:8px}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder--input .comp-entity-finder--vessel-item .prop-container{display:none}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list{padding:10px 0}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item{cursor:pointer;line-height:1.38;margin:0 10px;padding:5px 6px 10px}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item.selected{background-color:#0000}@media(hover:hover){.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item{border-radius:5px}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item:hover{background-color:#006ff81a}}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item .name{font-weight:700;width:100%}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item .prop-container .prop{color:#666}.dialog-add-vessel .dialog-content .comp-entity-finder--vessels .comp-entity-finder .comp-entity-finder-dropdown .comp-entity-finder-dropdown-list .category .category-list .category-item .prop-container .prop:not(:last-child){padding-right:16px}.dialog-add-vessel .dialog-content .vessels .vessel{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;min-height:60px;padding:0 8px}.dialog-add-vessel .dialog-content .vessels .vessel:not(:last-child){margin-bottom:12px}.dialog-add-vessel .dialog-content .vessels .vessel.is-already-added .details .name,.dialog-add-vessel .dialog-content .vessels .vessel.is-already-added .index{color:#e61e2f}.dialog-add-vessel .dialog-content .vessels .vessel .index{flex-shrink:0;font-size:1.5rem;font-weight:700;line-height:24px;margin-right:16px;min-width:24px}.dialog-add-vessel .dialog-content .vessels .vessel .details{flex-grow:1}.dialog-add-vessel .dialog-content .vessels .vessel .details .name{font-size:1.5rem;font-weight:400;line-height:24px}.dialog-add-vessel .dialog-content .vessels .vessel .details .info{display:flex;flex-wrap:wrap}.dialog-add-vessel .dialog-content .vessels .vessel .details .info .prop{color:#666}.dialog-add-vessel .dialog-content .vessels .vessel .details .info .prop:not(:last-child){padding-right:16px}.dialog-add-vessel .dialog-content .vessels .vessel .icon-remove{flex-shrink:0;height:20px;margin-left:16px;width:20px}@media(hover:hover){.dialog-add-vessel .dialog-content .vessels .vessel .icon-remove{cursor:pointer}.dialog-add-vessel .dialog-content .vessels .vessel .icon-remove:hover{color:#e61e2f}}@media only screen and (min-width:48em){.dialog-add-vessels-for-environmnetal-review{width:500px}}@media only screen and (min-width:64em){.dialog-add-vessels-for-environmnetal-review{width:600px}}.dialog-my-monitored-vessels{width:100vw}@media only screen and (min-width:64em){.dialog-my-monitored-vessels{width:900px}}.dialog-my-monitored-vessels .dialog-content .divider,.dialog-my-monitored-vessels .dialog-header .divider{background-color:#d9d9d9;height:1px;margin:8px 12px 0}.dialog-my-monitored-vessels .dialog-content .vessels .vessel{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;min-height:60px;padding:0 8px}.dialog-my-monitored-vessels .dialog-content .vessels .vessel:not(:last-child){margin-bottom:12px}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .index{flex-shrink:0;font-size:1.5rem;font-weight:700;line-height:24px;margin-right:16px;min-width:24px}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .details{flex-grow:1}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .details .name{font-size:1.5rem;font-weight:400;line-height:24px}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .details .info{display:flex;flex-wrap:wrap}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .details .info .prop{color:#666}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .details .info .prop:not(:last-child){padding-right:16px}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .icon-remove{flex-shrink:0;height:20px;margin-left:16px;width:20px}@media(hover:hover){.dialog-my-monitored-vessels .dialog-content .vessels .vessel .icon-remove{cursor:pointer}.dialog-my-monitored-vessels .dialog-content .vessels .vessel .icon-remove:hover{color:#e61e2f}}.dialog-my-monitored-vessels .dialog-content .fallback{padding:60px 0}.dialog-my-monitored-vessels .dialog-content .fallback .text{max-width:624px}@media only screen and (min-width:48em){.dialog-remove-vessel{width:500px}}@media only screen and (min-width:64em){.dialog-remove-vessel{width:600px}}.dialog-need-more-info{width:100vw}@media only screen and (min-width:64em){.dialog-need-more-info{width:900px}}.dialog-need-more-info .dialog-header .divider{background-color:#d9d9d9;height:1px;margin:8px 12px 0}.dialog-need-more-info .dialog-content{font-size:1.6rem;font-weight:400;line-height:24px}.dialog-need-more-info .dialog-content .comment{white-space:break-spaces;word-break:break-word}.dialog-need-more-info .dialog-content .attached-files .bold-text{font-size:1.5rem;font-weight:400;font-weight:700;line-height:24px}.dialog-need-more-info .dialog-content .attached-files .file-container{display:flex;flex-wrap:wrap;gap:4px 24px}.dialog-need-more-info .dialog-content .attached-files .file-container .file{align-items:center;background-color:#f9f9f9;border-radius:4px;display:flex;flex:0 0 calc(50% - 24px);padding:13px 12px}.dialog-need-more-info .dialog-content .attached-files .file-container .file .icon-attachment{height:48px;margin-right:8px;width:48px}.dialog-need-more-info .dialog-content .attached-files .file-container .file .info{display:flex;flex-direction:column}.dialog-need-more-info .dialog-content .attached-files .file-container .file .info .file-detail{color:#666;font-size:1.2rem;font-weight:400;line-height:16px}@media only screen and (min-width:48em){.dialog-status-info{width:500px}}@media only screen and (min-width:64em){.dialog-status-info{width:580px}}.dialog-verfiy-mou-data{width:100vw}@media only screen and (min-width:64em){.dialog-verfiy-mou-data{width:900px}}.partial-pending-tasks .notifies{padding:20px 20px 0}@media only screen and (min-width:64em){.partial-pending-tasks .notifies{padding:20px 50px 0}}@media only screen and (min-width:90em){.partial-pending-tasks .notifies{padding:20px 132px 0}}.partial-pending-tasks .tasks-wrap{padding:0 20px 50px}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap{display:flex;padding:30px 50px 50px}}@media only screen and (min-width:90em){.partial-pending-tasks .tasks-wrap{padding:44px 132px 64px}}.partial-pending-tasks .tasks-wrap .aside-vessels{margin-bottom:24px}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .aside-vessels{flex-shrink:0;margin-bottom:0;width:336px}}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels{border-radius:16px;box-shadow:0 0 20px 0 #0037451a;padding:16px 0}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .search{padding:0 24px}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel{min-height:80px;padding:16px 24px 0}@media(hover:hover){.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel{cursor:pointer}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel:hover{background-color:#f9f9f9}}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel.is-selected{background-color:#e6f3ff}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .icon{height:22px;width:22px}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .name{font-size:1.6rem;font-weight:700;line-height:24px;text-transform:uppercase}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .imo{display:block;margin-right:12px}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .view-documents{color:#006ff8;font-size:1.2rem;font-weight:400;line-height:16px;text-decoration:underline}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .count{background-color:#f2f2f2;border-radius:16px;color:#666;font-size:1.2rem;font-weight:400;height:32px;line-height:16px;line-height:32px;margin-left:auto;min-width:32px;padding:0 16px}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel .divider{background-color:#d9d9d9;height:1px;margin-top:auto;width:100%}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel-ghost{padding:16px 24px}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel-ghost .name{animation:keyframe-ghost-fadein 1.5s infinite;background-color:#f9f9f9;border-radius:4px;height:24px;margin-bottom:4px;width:70%}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .vessel-ghost .imo{animation:keyframe-ghost-fadein 1.5s infinite;background-color:#f9f9f9;border-radius:4px;height:16px;width:50%}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .fallback{padding:16px 24px 0}.partial-pending-tasks .tasks-wrap .aside-vessels .vessels .fallback p{color:#666}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .pending-tasks{margin-left:24px}}.partial-pending-tasks .tasks-wrap .pending-tasks .head{border-bottom:1px solid #d9d9d9;margin-bottom:24px;padding-bottom:8px}.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .desktop-filters{display:none}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .desktop-filters{display:flex;flex-basis:100%;flex-wrap:wrap;gap:8px;margin-bottom:40px;max-width:100%;width:100%}}.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .desktop-filters .label{font-weight:600;line-height:40px;margin-right:6px}.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .desktop-filters .clear-all{color:#006ff8;cursor:pointer;line-height:40px;text-decoration:underline}@media(hover:hover){.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .desktop-filters .clear-all:hover{color:#0064df}}.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .button-filter{margin:24px 0;position:relative}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .button-filter{display:none}}.partial-pending-tasks .tasks-wrap .pending-tasks .part-filter .button-filter.is-filtered:after{background-color:#f7661f;border-radius:50%;content:"";height:10px;position:absolute;right:-2px;top:-2px;width:10px}.partial-pending-tasks .tasks-wrap .pending-tasks .priority-tasks{display:grid;gap:24px;grid-template-columns:1fr}@media only screen and (min-width:48em){.partial-pending-tasks .tasks-wrap .pending-tasks .priority-tasks{grid-template-columns:1fr 1fr}}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .pending-tasks .priority-tasks{grid-template-columns:1fr 1fr 1fr}}.partial-pending-tasks .tasks-wrap .pending-tasks .divider{background-color:#d9d9d9;height:1px;margin:40px 0;width:100%}.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks{display:grid;gap:24px;grid-template-columns:1fr}@media only screen and (min-width:48em){.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks{grid-template-columns:1fr 1fr}}@media only screen and (min-width:64em){.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks{grid-template-columns:1fr 1fr 1fr}}.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks .task-ghost{animation:keyframe-ghost-fadein 1.5s infinite;background-color:#fff;border-radius:8px;box-shadow:0 0 20px #0037451a;height:100%}.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks .task-ghost .title{background-color:#f9f9f9;border-radius:4px;height:32px;margin:16px 24px 8px;width:70%}.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks .task-ghost .content{background-color:#f9f9f9;border-radius:4px;flex-grow:1;height:96px;margin:16px 24px 24px}.partial-pending-tasks .tasks-wrap .pending-tasks .loading-tasks .task-ghost .action{background-color:#f9f9f9;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:48px}.partial-pending-tasks .tasks-wrap .pending-tasks .fallback-no-tasks{margin-top:48px}.partial-pending-tasks .tasks-wrap .pending-tasks .fallback-no-tasks .para{font-size:1.6rem;font-weight:400;line-height:24px;max-width:624px;text-align:center}.partial-pending-tasks .tasks-wrap .pending-tasks .fallback-no-vessels{margin-top:48px}.partial-pending-tasks .tasks-wrap .pending-tasks .fallback-no-vessels .para{text-align:center}
/*# sourceMappingURL=core-e00172e08f6f9120dfbf.css.map*/