.app-loader{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-loader-bg);border-radius:inherit;margin:0;padding:20px;z-index:9}.app-loader svg{content:"";width:96px;height:96px;max-width:95%;max-height:95%;-o-object-fit:contain;object-fit:contain}.app-loader svg circle{fill:var(--color-loader)}.app-loader.fixed-on-desktop svg{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:fixed}.app-loader~* .app-loader{display:none}.app-notification-info-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app-notification-info-toggle .row{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 0;cursor:pointer;background-color:#fff;-webkit-transition:background-color .1s;transition:background-color .1s}.app-notification-info-toggle .row:hover:not(.header-row):not(.no-hover){background-color:#f5f5f5}.app-notification-info-toggle .row:last-child{border-bottom:1px solid #ccc}.app-notification-info-toggle .row:not(:first-child){border-top:1px solid #ccc}.app-notification-info-toggle .col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.app-notification-info-toggle .header,.app-notification-info-toggle .info{padding-left:5px;-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;padding-right:15px}.app-notification-info-toggle .info{font-size:14px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-notification-info-toggle .info:last-child{padding-left:20px}.app-notification-info-toggle .header{font-weight:600}.app-notification-info-toggle .colspan-2{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}.app-notification-info-toggle .devider{position:relative}.app-notification-info-toggle .devider:after{content:"";position:absolute;width:100%;top:0;left:0;border-top:1px dashed #ccc}.app-notification-info-toggle .expand-enter-active,.app-notification-info-toggle .expand-leave-active{-webkit-transition:max-height .1s ease;transition:max-height .1s ease;max-height:400px}.app-notification-info-toggle .expand-enter,.app-notification-info-toggle .expand-leave-to{max-height:0;overflow:hidden}.app-notification-info-toggle .details-row{overflow:hidden}.app-notification-info-toggle .details-row .row{border:none}.app-notification-info-toggle .details-row .row:hover:not(.no-hover){background-color:#e0e0e0}.app-notification-info-toggle .icon-minus i{color:red}.app-notification-info-toggle .icon-minus i:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-notification-info-toggle .icon-plus i{color:green}.app-notification-info-toggle .icon-plus i:before{font-family:icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;content:"";text-align:center;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-notification-info-toggle .icon-minus,.app-notification-info-toggle .icon-plus{display:inline-block}.app-notification-info-toggle .icon{font-size:20px}.app-notification-info-toggle .icon-col{-webkit-box-flex:0;-ms-flex:0 0 5%;flex:0 0 5%;text-align:center}.app-notification-info-toggle .separator-row .separator-line{border:0;height:1px;background:#ccc;margin:10px 0}.app-notification-info-toggle .message-row .message-box{border:1px solid #ccc;padding:10px;background-color:#f9f9f9;white-space:pre-wrap;font-family:inherit;font-size:14px;border-radius:4px}@media (max-width:1024px){.app-notification-info-toggle .header{font-weight:400;padding-right:inherit}}@media (max-width:480px){.app-notification-info-toggle .header{font-weight:400;padding-right:inherit}}#page-fibre-notifications{margin:24px 0 80px}#page-fibre-notifications .btn-back-to{margin-bottom:12px}#page-fibre-notifications .with-background{padding:24px}#page-fibre-notifications .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#page-fibre-notifications .header-info,#page-fibre-notifications .notificatios-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#page-fibre-notifications .header-info{margin-bottom:20px}#page-fibre-notifications .header-info :first-child{font-weight:700}#page-fibre-notifications .header-info h3.heading{margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:18px}#page-fibre-notifications .header-info .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;line-height:24px;color:var(--color-text-default)}#page-fibre-notifications .header-info .status .tag{margin-left:16px;padding:4px 12px;font-weight:700;text-align:center;border-radius:4px}#page-fibre-notifications .header-info .status .tag.acknowledged{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-fibre-notifications .header-info .status .tag.completed{color:var(--color-completed);background-color:var(--color-completed-bg)}#page-fibre-notifications .header-info .status .tag.success{color:var(--color-success);background-color:var(--color-success-bg)}#page-fibre-notifications .header-info .status .tag.inprogress{color:var(--color-inprogress);background-color:var(--color-inprogress-bg)}#page-fibre-notifications .header-info .status .tag.held{color:var(--color-held);background-color:var(--color-held-bg)}#page-fibre-notifications .header-info .status .tag.info{color:var(--color-info);background-color:var(--color-info-bg)}#page-fibre-notifications .header-info .status .tag.pending{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-fibre-notifications .header-info .status .tag.warning{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-fibre-notifications .header-info .status .tag.cancelled{color:var(--color-cancelled);background-color:var(--color-cancelled-bg)}#page-fibre-notifications .header-info .status .tag.danger{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-fibre-notifications .header-info .status .tag.initial{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-fibre-notifications .header-info .status .tag.pendingcancellation{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-fibre-notifications .header-info .status .tag.failed{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-fibre-notifications .header-info .status .tag.retry{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-fibre-notifications .header-info .status .tag.requiresnewrfstime,#page-fibre-notifications .header-info .status .tag.requiressitevisitchangeontbooking,#page-fibre-notifications .header-info .status .tag.RequiresSiteVisitcsebooking,#page-fibre-notifications .header-info .status .tag.RequiresSiteVisitinstallbooking,#page-fibre-notifications .header-info .status .tag.RequiresSiteVisitinstallcsebooking,#page-fibre-notifications .header-info .status .tag.requiressitevisitreplaceontbooking,#page-fibre-notifications .header-info .status .tag.requiressitevisitscopebooking{color:var(--color-info);background-color:var(--color-info-bg)}#page-fibre-notifications .header-info .status .tag.created{color:var(--color-acknowledged);background-color:var(--color-acknowledged-bg)}#page-fibre-notifications .header-info .status .tag.pendingactive{color:var(--color-inprogress);background-color:var(--color-inprogress-bg)}#page-fibre-notifications .header-info .status .tag.aborted{color:var(--color-warning);background-color:var(--color-warning-bg)}#page-fibre-notifications .header-info .status .tag.active{color:var(--color-success);background-color:var(--color-success-bg)}#page-fibre-notifications .header-info .status .tag.suspended{color:var(--color-cancelled);background-color:var(--color-cancelled-bg)}#page-fibre-notifications .header-info .status .tag.pendingterminate,#page-fibre-notifications .header-info .status .tag.rejected,#page-fibre-notifications .header-info .status .tag.terminated{color:var(--color-danger);background-color:var(--color-danger-bg)}#page-fibre-notifications .header-info .status .tag.assessingcancellation{color:var(--color-pending);background-color:var(--color-pending-bg)}#page-fibre-notifications .header-info .status .tag.activatepending{color:var(--color-activate-pending);background-color:var(--color-activate-pending-bg)}#page-fibre-notifications .col-12{margin-top:30px}#page-fibre-notifications .col-12:first-child{margin:0}#page-fibre-notifications .heading-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}#page-fibre-notifications .heading-box h2.heading{font-size:24px;margin:0}#page-fibre-notifications .heading-box .actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}#page-fibre-notifications .heading-box .actions a{text-decoration:underline;color:var(--color-primary);padding:5px 10px;border-radius:4px;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s}#page-fibre-notifications .heading-box .actions a.active{font-weight:700;color:var(--color-primary-dark)}#page-fibre-notifications .pl-0{padding-left:0}@media (max-width:1024px){#page-fibre-notifications .header-info{width:100%;margin-bottom:48px;min-height:56px}#page-fibre-notifications .header-info .status{font-size:14px;line-height:24px;margin-left:16px;white-space:nowrap}}@media (max-width:480px){#page-fibre-notifications{margin:24px 0 64px}#page-fibre-notifications .btn-back-to{font-size:16px;line-height:18px;margin-bottom:8px}#page-fibre-notifications .header-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;min-height:40px}#page-fibre-notifications .header-info .status{margin:8px 0 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#page-fibre-notifications .header-info .status .tag{margin-left:12px;line-height:20px}#page-fibre-notifications .details .col-mob-12{margin-top:15px}#page-fibre-notifications .details .col-mob-12:first-child{margin:0}#page-fibre-notifications .pl-0{padding-left:inherit}#page-fibre-notifications .with-background{padding:10px;background-color:#fff}#page-fibre-notifications h2.heading{font-size:18px!important}}