/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url('JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.3fa81b34254cb5fd73c2.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url('JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.c90ced68b46050061d1a.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url('JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.013c7c59e854a8ec99d6.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url('JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.c41ad6bdb4bd504a843d.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url('JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.24eae404dd492c8ea70c.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url('JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.091b209546e16313fd4f.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url('JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.2bbc315dea0f516b1f0f.woff2') format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url('JTURjIg1_i6t8kCHKm45_dJE3gnD_g.7dbcc8a5ea2289d83f65.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
    font-size: 9px;
}

.mat-badge-large .mat-badge-content {
    font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
    font: 500 20px/32px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
    font: 400 16px/28px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
    font: 400 15px/24px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
    font: 400 calc(14px * 0.83)/20px "Montserrat", "Helvetica Neue", sans-serif;
    margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
    font: 400 calc(14px * 0.67)/20px "Montserrat", "Helvetica Neue", sans-serif;
    margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
    font: 500 12px/22px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
    font: 400 14px/20px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

    .mat-body p, .mat-body-1 p, .mat-typography p {
        margin: 0 0 12px;
    }

.mat-small, .mat-caption {
    font: 400 12px/20px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
    font: 300 112px/112px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: -0.05em;
    margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
    font: 400 56px/56px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: -0.02em;
    margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
    font: 400 45px/48px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: -0.005em;
    margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
    font: 400 34px/40px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px;
}

.mat-bottom-sheet-container {
    font: 400 14px/20px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-button-toggle {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-card {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500;
}

.mat-card-header .mat-card-title {
    font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
    font-size: 14px;
}

.mat-checkbox {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 22px;
}

.mat-chip {
    font-size: 12px;
    font-weight: 500;
}

    .mat-chip .mat-chip-trailing-icon.mat-icon,
    .mat-chip .mat-chip-remove.mat-icon {
        font-size: 18px;
    }

.mat-table {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500;
}

.mat-cell, .mat-footer-cell {
    font-size: 14px;
}

.mat-calendar {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-calendar-body {
    font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500;
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400;
}

.mat-dialog-title {
    font: 500 20px/32px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-expansion-panel-header {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.mat-expansion-panel-content {
    font: 400 14px/20px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em;
}

    .mat-form-field-prefix .mat-icon-button .mat-icon,
    .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125;
    }

.mat-form-field-infix {
    padding: 0.5em 0;
    border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-label-wrapper {
    top: -0.84375em;
    padding-top: 0.84375em;
}

.mat-form-field-label {
    top: 1.34375em;
}

.mat-form-field-underline {
    bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: 0.6666666667em;
    top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
    -ms-transform: translateY(-1.28125em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
    -ms-transform: translateY(-1.28124em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: 0.5416666667em;
    top: calc(100% - 1.6666666667em);
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-0.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
    font-size: 14px;
}

    .mat-grid-tile-header .mat-line,
    .mat-grid-tile-footer .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-grid-tile-header .mat-line:nth-child(n+2),
        .mat-grid-tile-footer .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

input.mat-input-element {
    margin-top: -0.0625em;
}

.mat-menu-item {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
}

.mat-radio-button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-select {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-select-trigger {
    height: 1.125em;
}

.mat-slide-toggle-content {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-slider-thumb-label-text {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400;
}

.mat-step-sub-label-error {
    font-weight: normal;
}

.mat-step-label-error {
    font-size: 12px;
}

.mat-step-label-selected {
    font-size: 12px;
    font-weight: 500;
}

.mat-tab-group {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-tab-label, .mat-tab-link {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
    margin: 0;
}

.mat-tooltip {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mat-list-item {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-list-option {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
    font-size: 16px;
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-list-option {
    font-size: 16px;
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-subheader {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list-base[dense] .mat-list-option {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list-base[dense] .mat-subheader {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.mat-option {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.mat-optgroup-label {
    font: 500 12px/22px "Montserrat", "Helvetica Neue", sans-serif;
    letter-spacing: normal;
}

.mat-simple-snackbar {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.mat-tree {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
    font-weight: 400;
    font-size: 14px;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

    .mat-ripple:not(:empty) {
        transform: translateZ(0);
    }

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible;
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none;
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}

    .cdk-overlay-container:empty {
        display: none;
    }

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }

@media screen and (-ms-high-contrast: active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0.6;
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

@-webkit-keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
    animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
    animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
    resize: none;
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important;
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
        background: rgba(0, 0, 0, 0.04);
    }

    .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
        background: rgba(0, 0, 0, 0.04);
    }

    .mat-option.mat-active {
        background: rgba(0, 0, 0, 0.04);
        color: rgba(0, 0, 0, 0.87);
    }

    .mat-option.mat-option-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #324e64;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #22b5e8;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336;
}

.mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54);
}

    .mat-pseudo-checkbox::after {
        color: #fafafa;
    }

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #324e64;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #22b5e8;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.mat-elevation-z0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
    box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
    box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
    box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
    box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
    box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
    box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
    box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-theme-loaded-marker {
    display: none;
}

.mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: white;
    }

        .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0, 0, 0, 0.87);
        }

.mat-badge-content {
    color: white;
    background: #324e64;
}

.cdk-high-contrast-active .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
    background: #22b5e8;
    color: white;
}

.mat-badge-warn .mat-badge-content {
    color: white;
    background: #f44336;
}

.mat-badge {
    position: relative;
}

.mat-badge-hidden .mat-badge-content {
    display: none;
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 200ms ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

    .ng-animate-disabled .mat-badge-content,
    .mat-badge-content._mat-animation-noopable {
        transition: none;
    }

    .mat-badge-content.mat-badge-active {
        transform: none;
    }

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px;
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px;
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px;
}

.mat-bottom-sheet-container {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: transparent;
}

    .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
        color: #324e64;
    }

    .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
        color: #22b5e8;
    }

    .mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
        color: #f44336;
    }

        .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #324e64;
    }

    .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #22b5e8;
    }

    .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #f44336;
    }

    .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent;
    }

    .mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
        opacity: 0.1;
        background-color: currentColor;
    }

.mat-button-focus-overlay {
    background: black;
}

.mat-stroked-button:not([disabled]) {
    border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
}

    .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
        color: white;
    }

    .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
        color: white;
    }

    .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
        color: white;
    }

        .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
        background-color: #324e64;
    }

    .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
        background-color: #22b5e8;
    }

    .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
        background-color: #f44336;
    }

        .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
            background-color: rgba(0, 0, 0, 0.12);
        }

    .mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    }

    .mat-fab[disabled]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-standalone,
.mat-button-toggle-group {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

    .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
    .mat-button-toggle-group-appearance-standard {
        box-shadow: none;
    }

.mat-button-toggle {
    color: rgba(0, 0, 0, 0.38);
}

    .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-appearance-standard {
    color: rgba(0, 0, 0, 0.87);
    background: white;
}

    .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: black;
    }

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: solid 1px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54);
}

    .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: rgba(0, 0, 0, 0.87);
    }

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, 0.26);
    background-color: #eeeeee;
}

    .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: white;
    }

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd;
    }

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
    border: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

.mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
    fill: #fafafa;
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
    background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #324e64;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #22b5e8;
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
    background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #324e64;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #22b5e8;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #f44336;
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-chip.mat-standard-chip .mat-chip-remove {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: 0.54;
    }

    .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip::after {
        background: black;
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #324e64;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background-color: rgba(255, 255, 255, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #f44336;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background-color: rgba(255, 255, 255, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #22b5e8;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background-color: rgba(255, 255, 255, 0.1);
        }

.mat-table {
    background: white;
}

    .mat-table thead, .mat-table tbody, .mat-table tfoot,
    mat-header-row, mat-row, mat-footer-row,
    [mat-header-row], [mat-row], [mat-footer-row],
    .mat-table-sticky {
        background: inherit;
    }

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
    color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-selected {
    background-color: #324e64;
    color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(50, 78, 100, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #22b5e8;
        color: white;
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(34, 181, 232, 0.4);
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px white;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #f44336;
        color: white;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(244, 67, 54, 0.4);
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px white;
    }

.mat-datepicker-content-touch {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
    color: #324e64;
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #22b5e8;
    }

    .mat-datepicker-toggle-active.mat-warn {
        color: #f44336;
    }

.mat-dialog-container {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

.mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: white;
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0, 0, 0, 0.26);
}

    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
        color: inherit;
    }

.mat-form-field-label {
    color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
    color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #324e64;
}

    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #22b5e8;
    }

    .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #f44336;
    }

.mat-focused .mat-form-field-required-marker {
    color: #22b5e8;
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #324e64;
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #22b5e8;
    }

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #f44336;
    }

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
    color: #324e64;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
    color: #22b5e8;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
    color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #f44336;
}

    .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
        color: #f44336;
    }

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336;
}

.mat-error {
    color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #324e64;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #22b5e8;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
    color: #324e64;
}

.mat-icon.mat-accent {
    color: #22b5e8;
}

.mat-icon.mat-warn {
    color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
    color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
    color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
    caret-color: #324e64;
}

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

.mat-accent .mat-input-element {
    caret-color: #22b5e8;
}

.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
    caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
    color: #f44336;
}

.mat-list-base .mat-list-item {
    color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-list-option {
    color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
    color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
    background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
    background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
    background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
    background: white;
}

    .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

.mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-menu-item[disabled], .mat-menu-item[disabled]::after {
        color: rgba(0, 0, 0, 0.38);
    }

    .mat-menu-item .mat-icon-no-color,
    .mat-menu-item-submenu-trigger::after {
        color: rgba(0, 0, 0, 0.54);
    }

    .mat-menu-item:hover:not([disabled]),
    .mat-menu-item.cdk-program-focused:not([disabled]),
    .mat-menu-item.cdk-keyboard-focused:not([disabled]),
    .mat-menu-item-highlighted:not([disabled]) {
        background: rgba(0, 0, 0, 0.04);
    }

.mat-paginator {
    background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
    fill: #324e64;
}

.mat-progress-bar-buffer {
    background-color: #324e64;
}

.mat-progress-bar-fill::after {
    background-color: #324e64;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #22b5e8;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #22b5e8;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #22b5e8;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #324e64;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
    stroke: #22b5e8;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
    stroke: #f44336;
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #324e64;
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #324e64;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #22b5e8;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #22b5e8;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
    background-color: black;
}

.mat-select-value {
    color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
    color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
    background: white;
}

    .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(0, 0, 0, 0.12);
    }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #324e64;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #22b5e8;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #f44336;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-drawer.mat-drawer-push {
        background-color: white;
    }

    .mat-drawer:not(.mat-drawer-side) {
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    }

.mat-drawer-side {
    border-right: solid 1px rgba(0, 0, 0, 0.12);
}

    .mat-drawer-side.mat-drawer-end {
        border-left: solid 1px rgba(0, 0, 0, 0.12);
        border-right: none;
    }

[dir=rtl] .mat-drawer-side {
    border-left: solid 1px rgba(0, 0, 0, 0.12);
    border-right: none;
}

    [dir=rtl] .mat-drawer-side.mat-drawer-end {
        border-left: none;
        border-right: solid 1px rgba(0, 0, 0, 0.12);
    }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #22b5e8;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(34, 181, 232, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #22b5e8;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #324e64;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(50, 78, 100, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #324e64;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: black;
}

.mat-slide-toggle-thumb {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
    background-color: #324e64;
}

.mat-primary .mat-slider-thumb-label-text {
    color: white;
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
    background-color: #22b5e8;
}

.mat-accent .mat-slider-thumb-label-text {
    color: white;
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
    background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
    color: white;
}

.mat-slider-focus-ring {
    background-color: rgba(34, 181, 232, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
    background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-step-header:hover {
        background: none;
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #324e64;
    color: white;
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
    background-color: white;
}

.mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-sort-header-arrow {
    color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(50, 78, 100, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #324e64;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(34, 181, 232, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #22b5e8;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(50, 78, 100, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
    background-color: #324e64;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(34, 181, 232, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
    background-color: #22b5e8;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
    background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-toolbar.mat-primary {
        background: #324e64;
        color: white;
    }

    .mat-toolbar.mat-accent {
        background: #22b5e8;
        color: white;
    }

    .mat-toolbar.mat-warn {
        background: #f44336;
        color: white;
    }

    .mat-toolbar .mat-form-field-underline,
    .mat-toolbar .mat-form-field-ripple,
    .mat-toolbar .mat-focused .mat-form-field-ripple {
        background-color: currentColor;
    }

    .mat-toolbar .mat-form-field-label,
    .mat-toolbar .mat-focused .mat-form-field-label,
    .mat-toolbar .mat-select-value,
    .mat-toolbar .mat-select-arrow,
    .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
        color: inherit;
    }

    .mat-toolbar .mat-input-element {
        caret-color: currentColor;
    }

.mat-tooltip {
    background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
    background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
    color: rgba(0, 0, 0, 0.87);
}

.mat-snack-bar-container {
    color: rgba(255, 255, 255, 0.7);
    background: #323232;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
    color: #22b5e8;
}

body {
    font-family: "Montserrat";
    font-size: 12px;
    color: #324e64;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url('material-icons.7603ea40f8195fe70a75.woff2') format("woff2");
}

@font-face {
    font-family: "omniplan-icons";
    src: url('omniplan-icons-v2.09956d776d9eb2b68100.eot?50158628#iefix') format("embedded-opentype"), url('omniplan-icons-v2.77403efaa3a2fe41f85f.woff2?50158628') format("woff2"), url('omniplan-icons-v2.564af5e94a9d5ae08923.woff?50158628') format("woff"), url('omniplan-icons-v2.16d2a9950fb67bd31b0d.ttf?50158628') format("truetype"), url('omniplan-icons-v2.b4e7f9628b26538a454a.svg?50158628#omniplan-icons-v2') format("svg");
    font-weight: normal;
    font-style: normal;
}

.material-icons, .mat-datepicker-toggle .mat-button-wrapper:before, input-omni-datepicker i:before, .periodiek-controls a:last-child i:before, .periodiek-controls a:first-child i:before {
    font-family: "omniplan-icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.icon-overlijden2:before {
    content: "î €";
}
/* 'î €' */
.icon-overlijden3:before {
    content: "î ";
}
/* 'î ' */
.icon-kalender:before {
    content: "î ‚";
}
/* 'î ‚' */
.icon-overlijden5:before {
    content: "î ƒ";
}
/* 'î ƒ' */
.icon-nieuw:before {
    content: "î „";
}
/* 'î „' */
.icon-dga-advies-blauw:before {
    content: "î …";
}
/* 'î …' */
.icon-nog-goedkeuren:before {
    content: "î †";
}
/* 'î †' */
.icon-financieel-advies:before {
    content: "î ‡";
}
/* 'î ‡' */
.icon-vermogen:before {
    content: "î ˆ";
}
/* 'î ˆ' */
.icon-verzekeren-donker:before {
    content: "î ‰";
}
/* 'î ‰' */
.icon-wonen:before {
    content: "î Š";
}
/* 'î Š' */
.icon-dupliceren:before {
    content: "î ‹";
}
/* 'î ‹' */
.icon-meer-laden:before {
    content: "î Œ";
}
/* 'î Œ' */
.icon-pijl-algemeen:before {
    content: "î ";
}
/* 'î ' */
.icon-pijl-algemeen-forward:before {
    content: "î ";
    display: inline-block;
    transform: rotate(180deg);
}
/* 'î ' */
.icon-pijl-cijferblad:before {
    content: "î Ž";
}
/* 'î Ž' */
.icon-regel-toevoegen:before {
    content: "î ";
}
/* 'î ' */
.icon-rekenmachine:before {
    content: "î ";
}
/* 'î ' */
.icon-warning:before {
    content: "î ‘";
}
/* 'î ‘' */
.icon-verwijderen:before {
    content: "î ’";
}
/* 'î ’' */
.icon-cijferblad:before {
    content: "î “";
}
/* 'î “' */
.icon-cash-flow:before {
    content: "î ”";
}
/* 'î ”' */
.icon-verlies-en-winst:before {
    content: "î •";
}
/* 'î •' */
.icon-bezittingen:before {
    content: "î –";
}
/* 'î –' */
.icon-inkomsten:before {
    content: "î —";
}
/* 'î —' */
.icon-schulden:before {
    content: "î ˜";
}
/* 'î ˜' */
.icon-uitgaven:before {
    content: "î ™";
}
/* 'î ™' */
.icon-wijzigen:before {
    content: "î š";
}
/* 'î š' */
.icon-arbeidsongeschikt-partner-donker:before {
    content: "î ›";
}
/* 'î ›' */
.icon-gezin-new:before {
    content: "î œ";
}
/* 'î œ' */
.icon-arbeidsongeschikt:before {
    content: "î ";
}
/* 'î ' */
.icon-lang-leven-donker:before {
    content: "î ž";
}
/* 'î ž' */
.icon-item-toevoegen:before {
    content: "î Ÿ" !important;
}
/* 'î Ÿ' */
.icon-overlijden-donker:before {
    content: "î  ";
}
/* 'î  ' */
.icon-item-verwijderen:before {
    content: "î ¡" !important;
}
/* 'î ¡' */
.icon-overlijden-partner:before {
    content: "î ¢";
}
/* 'î ¢' */
.icon-pensioen-partner:before {
    content: "î ¤";
}
/* 'î ¤' */
.icon-pensioen:before {
    content: "î ¥";
}
/* 'î ¥' */
.icon-werkloosheid-partner:before {
    content: "î ¦";
}
/* 'î ¦' */
.icon-werkloosheid:before {
    content: "î §";
}
/* 'î §' */
.icon-client-new:before {
    content: "î ª";
}
/* 'î ª' */
.icon-samen-new:before {
    content: "î «";
}
/* 'î «' */
.icon-bv:before {
    content: "î ¬";
}
/* 'î ¬' */
.icon-stoppen-met-werken:before {
    content: "î ­";
}
/* 'î ­' */
.icon-veep-export:before {
    content: "î ®";
}
/* 'î ®' */
.icon-excel:before {
    content: "î ¯";
}
/* 'î ¯' */
.icon-printen:before {
    content: "î °";
}
/* 'î °' */
.icon-client:before {
    content: "î ±";
}
/* 'î ±' */
.icon-partner-new:before {
    content: "î ²";
}
/* 'î ²' */
.icon-partner:before {
    content: "î ³";
}
/* 'î ³' */
.icon-samen:before {
    content: "î ´";
}
/* 'î ´' */
.icon-gezin:before {
    content: "î µ";
}
/* 'î µ' */
.icon-balans:before {
    content: "î ¶";
}
/* 'î ¶' */
.icon-zoek:before {
    content: "î ·";
}
/* 'î ·' */
.icon-overlijden4:before {
    content: "î ¹";
}
/* 'î ¹' */
.icon-sluiten:before {
    content: "î ";
    display: inline-block;
    transform: rotate(45deg);
    font-size: 14px;
}
/* 'î ' */
.icon-dashboard:before {
    content: "î £";
}
/* 'î £' */
.icon-inklappen:before {
    content: "î ¸";
}
/* 'î ¸' */
.icon-uitklappen:before {
    content: "î ¨";
}
/* 'î ¨' */
.icon-stop:before {
    content: "î º";
}
/* 'î º' */
.icon-star:before {
    content: "î »";
}
/* 'î »' */
.icon-edit:before {
    content: "î ¼";
}
/* 'î ¼' */
.icon-restore:before {
    content: "î »";
}

.icon-excl-mark:before {
    content: "î ¾";
}
/* 'î ¾' */
.screen {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.advies-screen {
    padding-top: 20px;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper-small {
    max-width: 600px;
    margin: 0 auto;
}

.main-tab-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.content-row {
    flex: 1 1 auto;
    overflow: auto;
    padding: 0 15px;
}

.main-nav-row {
    background: #324e64;
    padding: 0 15px;
}

.footer-row {
    background-color: #22b5e8;
    padding: 0 15px;
}

.main-footer {
    flex: 0 0 auto;
}

.glass {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

[class*=col] {
    padding-top: 5px;
    padding-bottom: 5px;
}

[routerLink] {
    cursor: pointer;
}

.tab-screen .onderwerpen-actief {
    flex: 1 1 auto;
}

.mat-tab-body-content[style] {
    transform: none !important;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

#overlay span {
    padding: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #324e64;
    opacity: 1;
    z-index: 2;
}

#overlay .mat-progress-spinner {
    position: relative;
    display: block;
    margin: 10px auto 20px;
}

.dossier-nav .mat-tab-link {
    font-size: 16px;
    color: #324e64;
    border-bottom: 3px solid transparent;
    opacity: 1;
}

    .dossier-nav .mat-tab-link:hover, .dossier-nav .mat-tab-link-active {
        border-bottom: 3px solid #324e64;
        color: #324e64;
    }

mat-progress-spinner.inverted circle {
    stroke: #fff;
}

.graph-thumbs {
    white-space: nowrap;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 12px 0;
}

    .graph-thumbs > div {
        display: inline-block;
        margin: 6px 12px;
        padding: 0 6px;
    }

        .graph-thumbs > div h5 {
            opacity: 0.6;
            transition: opacity 0.3s;
        }

        .graph-thumbs > div bar-graph {
            opacity: 0.2;
            transition: opacity 0.3s;
        }

        .graph-thumbs > div:hover bar-graph,
        .graph-thumbs > div:hover h5, .graph-thumbs > div.active bar-graph,
        .graph-thumbs > div.active h5 {
            opacity: 1;
            transition: opacity 0.4s;
        }

    .graph-thumbs h5 {
        font-weight: normal;
        text-align: center;
        margin: 12px 0;
    }

.main-graph {
    padding-top: 160px;
}

    .main-graph h3 {
        padding-left: 15px;
    }

    .main-graph button {
        align-self: flex-end;
        margin-right: 20px;
        margin-bottom: 60px;
    }

.samenvatting .graph-thumbs {
    white-space: normal;
    position: static;
}

.event-details .graph-thumbs {
    position: relative;
    top: 0;
    right: 0;
}

.event-details .main-graph {
    padding-top: 20px;
}

.event-details .mat-dialog-content {
    max-height: none;
}

.event-details .mat-dialog-container {
    display: flex;
    flex-direction: column;
}

.legend {
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    padding-left: 350px;
}

    .legend .max-te-lenen {
        width: 12px;
        height: 12px;
        background-color: #324e64;
        margin-right: 4px;
    }

    .legend .gewenste-hypotheek {
        width: 10px;
        height: 2px;
        background-color: #22b5e8;
        margin-right: 4px;
        margin-left: 10px;
        margin-top: 6px;
    }

.modal-custom .form-horizontal {
    display: flex;
    flex-direction: column;
}

.onderwerpen-dialog .mat-dialog-container {
    display: flex;
    flex-direction: column;
}

    .onderwerpen-dialog .mat-dialog-container > *:first-child {
        flex: 1 1 auto;
    }

        .onderwerpen-dialog .mat-dialog-container > *:first-child > *:first-child {
            flex: 1 1 auto;
            display: block;
        }

.onderwerpen-dialog .mat-dialog-content {
    min-height: 65vh !important;
    padding-top: 0;
    display: flex;
}

    .onderwerpen-dialog .mat-dialog-content > div {
        flex: 1 1 auto;
    }

@media screen and (max-width: 1024px) {
    .onderwerpen-tabs > .mat-tab-body-wrapper {
        overflow-x: auto !important;
    }
}

.content-panel {
    background: #fff;
    border: 1px solid #d9dee2;
    border-radius: 4px;
    padding: 15px 25px;
    box-shadow: 2px 7px 6px 0px rgba(0, 0, 0, 0.03);
}

.content-panel_nopadding {
    padding: 0;
}

.read-more {
    display: block;
    text-align: right;
    text-decoration: underline;
    color: #324e64;
}

    .read-more:hover {
        color: black;
        text-decoration: underline;
    }

.login-actions {
    text-align: right;
    padding-right: 15px;
}

    .login-actions a {
        display: block;
        font-size: 13px;
        margin-bottom: 20px;
    }

.mat-paginator-page-size-label {
    position: relative;
    top: 8px;
}

.mat-paginator-page-size-select {
    position: relative;
    top: 5px;
}

.float-right {
    float: right;
}

.link-normal {
    text-decoration: underline;
    color: #324e64;
}

.message {
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}

.message-information {
    background-color: #3ac47d;
    color: white;
}

.message-information {
    background-color: #3ac47d;
    color: white;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: black;
    margin: 10px 0;
}

    h1 span {
        color: #324e64;
        font-size: 18px;
    }

h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.sub-titel {
    color: #324e64;
    font-size: 15px;
    font-weight: bold;
}

.basic-table {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 10px;
}

    .basic-table .mat-row:hover {
        background-color: #eef9fe;
        cursor: pointer;
    }

    .basic-table .mat-header-cell {
        text-transform: uppercase;
        color: #324e64;
        font-weight: 700;
        font-size: 12px;
    }

    .basic-table .mat-cell {
        color: #324e64;
        font-size: 12px;
    }

.main-nav {
    background: #324e64;
    height: 70px;
    min-height: 70px;
}

    .main-nav nav {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .main-nav nav button {
            color: white;
            margin-left: 10px;
        }

    .main-nav .breadcrumb {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

        .main-nav .breadcrumb a {
            color: white;
            text-decoration: none;
        }

    .main-nav .logo {
        display: block;
        width: 200px;
        height: 63px;
        background: url(/assets/img/omniplan-white.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

        .main-nav .logo.logo-logout {
            cursor: context-menu;
        }

            .main-nav .logo.logo-logout:hover {
                opacity: 1;
            }

.mat-card {
    padding: 0 !important;
    height: 100%;
    overflow: auto;
}

    .mat-card .mat-card-title {
        padding: 10px;
        font-size: 16px;
        margin-bottom: 0;
        border-bottom: 1px solid #e0e0e0;
        min-height: 45px;
    }

        .mat-card .mat-card-title .material-icons, .mat-card .mat-card-title .mat-datepicker-toggle .mat-button-wrapper:before, .mat-datepicker-toggle .mat-card .mat-card-title .mat-button-wrapper:before, .mat-card .mat-card-title input-omni-datepicker i:before, input-omni-datepicker .mat-card .mat-card-title i:before, .mat-card .mat-card-title .periodiek-controls a:last-child i:before, .periodiek-controls a:last-child .mat-card .mat-card-title i:before, .mat-card .mat-card-title .periodiek-controls a:first-child i:before, .periodiek-controls a:first-child .mat-card .mat-card-title i:before {
            float: left;
            margin-right: 6px;
        }

        .mat-card .mat-card-title h5 {
            margin: 3px 0 0 25px;
            font-weight: 300;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.54);
        }

    .mat-card .mat-card-content {
        padding: 10px;
        overflow: auto;
        font-size: 12px;
    }

    .mat-card .mat-divider.mat-divider-inset {
        margin: 10px 0 !important;
    }

    .mat-card .mat-card-footer {
        margin: 0;
        padding: 10px;
    }

    .mat-card.algemeen {
        position: relative;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

        .mat-card.algemeen .mat-card-content {
            flex: 1 1 auto;
            padding-bottom: 29px;
            display: flex;
        }

            .mat-card.algemeen .mat-card-content textarea {
                flex: 1 1 auto;
            }

        .mat-card.algemeen .mat-card-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            border-top: 1px solid #e0e0e0;
            padding: 5px;
            text-align: right;
        }

            .mat-card.algemeen .mat-card-footer button {
                font-size: 10px;
                line-height: 20px;
                min-width: auto;
                padding: 0 5px;
            }

                .mat-card.algemeen .mat-card-footer button.button-with-icon i {
                    left: 0;
                    top: 0;
                }

.mat-expansion-panel-content {
    line-height: normal !important;
}

.footer {
    font-size: 12px;
    background: #22b5e8;
    padding: 5px 0;
}

    .footer p {
        margin: 0;
        color: #fff;
    }

.mat-button {
    font-size: 12px;
    font-weight: bold;
    background-color: #22b5e8 !important;
    border: 1px solid !important;
    border-color: #22b5e8 !important;
    color: white !important;
    border-radius: 18px !important;
}

    .mat-button .mat-button-focus-overlay {
        display: none !important;
    }

    .mat-button.mat-warn, .mat-button.mat-warn:hover {
        background-color: #90DAF4 !important;
        border-color: #90DAF4 !important;
        color: white !important;
    }

    .mat-button:hover {
        background-color: #147A9D !important;
        border-color: #147A9D !important;
    }

    .mat-button.button-action {
        background-color: #324e64 !important;
        border-color: #324e64 !important;
    }

    .mat-button.button-cancel {
        background-color: white !important;
        border-color: #22b5e8 !important;
        color: #22b5e8 !important;
    }

        .mat-button.button-cancel:hover {
            color: #147A9D !important;
            border-color: #147A9D !important;
            background-color: white !important;
        }

    .mat-button[disabled] {
        opacity: 0.4;
    }

.pointer {
    cursor: pointer !important;
}

button.button-with-icon i {
    position: relative;
    left: -7px;
    top: -1px;
}

button.button-with-icon-small-grey i {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

button.button-with-icon-small-grey.highlighted, button.button-with-icon-small-grey:hover i {
    background-color: transparent;
}

.button-align-right {
    float: right;
}

.button-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icon-button {
    position: relative;
    top: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .icon-button i.material-icons, .icon-button .mat-datepicker-toggle i.mat-button-wrapper:before, .mat-datepicker-toggle .icon-button i.mat-button-wrapper:before, .icon-button input-omni-datepicker i:before, input-omni-datepicker .icon-button i:before, .icon-button .periodiek-controls a:last-child i:before, .periodiek-controls a:last-child .icon-button i:before, .icon-button .periodiek-controls a:first-child i:before, .periodiek-controls a:first-child .icon-button i:before {
        color: rgba(0, 0, 0, 0.54);
        font-size: 22px;
    }

    .icon-button:focus {
        outline: none;
    }

.orange-hover:hover {
    color: #324e64;
}

.mat-dialog-title .icon-button i.material-icons, .mat-dialog-title .icon-button .mat-datepicker-toggle i.mat-button-wrapper:before, .mat-datepicker-toggle .mat-dialog-title .icon-button i.mat-button-wrapper:before, .mat-dialog-title .icon-button input-omni-datepicker i:before, input-omni-datepicker .mat-dialog-title .icon-button i:before, .mat-dialog-title .icon-button .periodiek-controls a:last-child i:before, .periodiek-controls a:last-child .mat-dialog-title .icon-button i:before, .mat-dialog-title .icon-button .periodiek-controls a:first-child i:before, .periodiek-controls a:first-child .mat-dialog-title .icon-button i:before {
    color: #fff;
}

.calculator {
    display: block;
    width: 30px;
    height: 23px;
    background: url(/assets/img/calculator.svg) left top no-repeat;
    background-size: 18px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    left: 19.5%;
    top: 13px;
}

    .calculator:hover {
        opacity: 1;
    }

.row-icon {
    padding: 6px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -5px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -5px;
}

button .mat-progress-spinner {
    display: inline-block;
    position: relative;
    top: 6px;
    left: -6px;
}

.button-spacing {
    margin-left: 10px !important;
}

.adviesplanner-app {
    /*.onderwerpen-main-scrollbar {
      overflow: auto !important;

      .mat-dialog-content {
          padding-top:0;
          margin-top:6px;
      }
   }*/
}

    .adviesplanner-app .mat-dialog-container {
        padding: 0;
    }

    .adviesplanner-app .mat-dialog {
        display: flex;
        flex-direction: column;
        padding: 0;
        height: 100%;
    }

    .adviesplanner-app .mat-dialog-title {
        padding: 5px 16px;
        background: #22b5e8;
        color: white;
        font-size: 16px;
        flex: 0 0 auto;
        margin: 0;
        position: relative;
    }

    .adviesplanner-app .dialog-buttons {
        position: absolute;
        right: 16px;
        top: 5px;
    }

    .adviesplanner-app .mat-dialog-content {
        padding: 16px;
        flex: 1 1 auto;
        overflow: auto;
        margin: 0;
        padding-top: 0;
        margin-top: 6px;
        min-height: 30px;
    }

    .adviesplanner-app .mat-dialog-actions {
        padding: 16px;
        flex: 0 0 auto;
        margin: 0;
        border-top: 1px solid #e0e0e0;
        display: flex !important;
    }

        .adviesplanner-app .mat-dialog-actions .actions-left {
            flex: 1 1 auto;
            width: 50%;
        }

        .adviesplanner-app .mat-dialog-actions .actions-right {
            flex: 1 1 auto;
            width: 50%;
            text-align: right;
        }

    .adviesplanner-app .no-main-scrollbar {
        overflow: auto !important;
    }

vrije-toelichting-dialog textarea {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start {
    border-radius: 2px 0 0 2px !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-end {
    border-radius: 0 2px 2px 0 !important;
}

.mat-select {
    height: 26px;
}

.inline-label {
    top: -2px !important;
    background: white;
    position: absolute;
    font-size: 9px;
    z-index: 1;
    display: block;
    padding: 0px 4px;
    left: 5px;
    color: #324e64;
    white-space: nowrap;
}

input-bool .inline-label {
    left: -3px;
}

.omni-forms .form-row {
    display: flex;
    overflow: hidden;
    position: relative;
}

.omni-forms .totaal-row p {
    font-weight: bold;
}

.omni-forms .totaal-row [class*=formfield] {
    font-weight: bold;
    color: #000;
}

.omni-forms .strong p {
    font-weight: bold;
}

.omni-forms .strong input {
    font-weight: bold;
    color: #000;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #324e64;
}

    a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.mat-form-field-infix {
    width: 100% !important;
}

form.omni-forms .form-row p {
    width: 22%;
    min-width: 22%;
    font-size: 12px;
    margin: 18px 0 0 0;
    padding-right: 20px;
    color: #324e64;
    font-weight: 700;
}

    form.omni-forms .form-row p.label-uitgavepatroon {
        min-width: 220px;
        position: relative;
        top: -3px;
    }

form.omni-forms.calculator-forms .form-row p {
    width: 30%;
    min-width: 30%;
}

form.omni-forms .mat-input-element {
    font-size: 12px;
}

form.omni-forms textarea {
    line-height: 20px;
}

    form.omni-forms textarea:focus {
        background-color: #fcfcfc;
    }

.mat-form-field {
    width: 100%;
}

.formfield-disabled .mat-form-field-underline {
    display: none;
}

[class*=formfield] {
    margin-right: 16px;
    position: relative;
}

.formfield-xs {
    width: 50px;
    max-width: 50px;
}

.formfield-s {
    width: 90px;
    max-width: 90px;
}

.formfield-m {
    width: 120px;
    max-width: 120px;
}

.formfield-l {
    width: 200px;
    max-width: 200px;
}

.formfield-xl {
    width: 320px;
    max-width: 320px;
}

.formfield-xxl {
    width: 480px;
    max-width: 480px;
}

.sumfield {
    border-bottom: 2px solid rgba(0, 0, 0, 0.82);
    bottom: 13px;
    position: absolute;
}

    .sumfield::after {
        font-family: "Material Icons";
        content: "î……";
        float: right;
        margin-right: -16px;
        margin-bottom: -9px;
        font-size: 18px;
        top: 10px;
        position: relative;
    }

    .sumfield.negative::after {
        content: "remove";
    }

input.num {
    text-align: right;
}

.mat-dialog-actions {
    display: block !important;
}

.mat-dialog-content {
    padding-bottom: 20px !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 10px 0 5px !important;
    border-top: 0;
}

.mat-input-element:disabled {
    color: #9a9a9a !important;
    /*border: 1px solid #e0e0e0;*/
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background: none;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 19px;
}

.mat-dialog-container {
    padding-bottom: 0 !important;
}

.mat-divider {
    margin-top: 10px !important;
}

.mat-error {
    font-size: 10px;
}

.mat-radio-group {
    padding-top: 14px;
    position: relative;
    display: block;
}

    .mat-radio-group .mat-radio-button {
        margin: 0 10px 10px 0;
    }

.form-spacer {
    padding: 16px 16px 0 10px;
    font-size: 12px;
}

.form-spacer-left {
    padding: 16px 0px 0px 0px;
    font-size: 12px;
}

.spacer-left {
    padding: 0px 0px 0px 16px;
    font-size: 12px;
}

.spacer-right {
    padding: 0px 16px 0px 0px;
    font-size: 12px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.periodiek-controls {
    padding-top: 8px;
}

    .periodiek-controls a:first-child i {
        width: 21px;
        overflow: hidden;
        color: transparent;
        margin-right: 10px;
    }

        .periodiek-controls a:first-child i:before {
            content: "î ¡";
            color: #324e64;
            font-size: 18px;
        }

    .periodiek-controls a:last-child i {
        width: 21px;
        overflow: hidden;
        color: transparent;
    }

        .periodiek-controls a:last-child i:before {
            content: "î Ÿ";
            color: #324e64;
            font-size: 18px;
        }

.periodiek-extended {
    display: flex;
}

.mat-menu-panel.datepicker-menu {
    max-width: none;
    min-width: 490px;
}

    .mat-menu-panel.datepicker-menu .mat-menu-content {
        position: relative;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .mat-menu-panel.datepicker-menu .mat-menu-item {
        font-size: 12px !important;
    }

control-messages {
    position: relative;
    top: -12px;
}

    control-messages.periodieken-group-error {
        left: 22%;
    }

input.mat-input-element {
    line-height: 28px;
}

.mat-form-field-prefix,
.mat-form-field-suffix {
    top: -1px;
}

pre {
    border: silver 1px solid;
    padding: 12px;
    background-color: ghostwhite;
}

.multiple-choice {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

    .multiple-choice mat-label {
        margin-bottom: 12px;
    }

    .multiple-choice .mat-radio-button {
        margin-left: 6px;
        font-size: 12px;
    }

.mat-option-text,
.mat-select-value-text,
.mat-checkbox-label,
.mat-radio-label-content {
    font-size: 12px;
}

.mat-form-field-wrapper {
    padding-bottom: 12px !important;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 14px !important;
}

.mat-form-field-label {
    font-size: 12px !important;
    line-height: 16px !important;
}

.horizontal-streched {
    width: 100% !important;
    display: flex;
}

.label-verdeling-control {
    display: inline-flex;
}

.underline {
    text-decoration: underline;
}

.onderwerp-heading {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    background: #fff;
}

    .onderwerp-heading .onderwerp-titel {
        flex: 1 1 auto;
    }

        .onderwerp-heading .onderwerp-titel p {
            width: 120px !important;
            min-width: auto !important;
            margin-top: 17px !important;
        }

    .onderwerp-heading .onderwerp-periode {
        flex: 0 0 auto;
    }

.onderwerp-panel {
    margin-top: -18px !important;
    margin-bottom: 18px !important;
}

.table-fixed .table-fixed-thead {
    width: 97%;
}

.table-fixed-thead {
    background: #f9f9f9;
    display: table;
    width: 100%;
    width: calc(100% - 18px);
}

.table-fixed .table-fixed-tfoot tr {
    border-top: 1px solid #000;
}

.table-fixed .table-fixed-tfoot td {
    font-weight: 700 !important;
}

.table-fixed, .table-fixed .table-fixed-tbody {
    min-height: 40px;
    overflow-y: auto;
    width: 100%;
}

    .table-fixed .table-fixed-thead, .table-fixed .table-fixed-tbody, .table-fixed .table-fixed-tfoot, .table-fixed td, .table-fixed th {
        display: block;
    }

    .table-fixed tr {
        display: flex !important;
    }

    .table-fixed .table-fixed-thead {
        display: table-header-group;
        padding: 6px;
        background-color: #d8d8d8 !important;
    }

    .table-fixed th {
        color: #636363 !important;
        font-weight: 400 !important;
    }

    .table-fixed td {
        color: rgba(0, 0, 0, 0.87) !important;
        font-weight: 200 !important;
        text-align: left;
        line-height: 36px;
    }

    .table-fixed .column-header {
        border: 0.5px solid #9a9a9a;
    }

    .table-fixed td, .table-fixed th {
        width: 15%;
    }

    .table-fixed .small {
        width: 7% !important;
    }

    .table-fixed td:first-of-type, .table-fixed th:first-of-type {
        width: 25em !important;
        min-width: 175px;
    }

    .table-fixed tr td:last-child, .table-fixed tr th:last-child {
        width: 4em;
        min-width: 49px;
    }

    .table-fixed > .table-fixed-tbody:nth-child(2) > hr {
        display: none;
    }

    .table-fixed hr {
        opacity: 0.4;
    }

    .table-fixed td:nth-last-of-type(-n+2), .table-fixed th:nth-last-of-type(-n+2) {
        width: 8em;
    }

    .table-fixed .table-fixed-tbody td, .table-fixed .table-fixed-tfoot td, .table-fixed .table-fixed-thead > tr > th {
        float: left !important;
        /* !important added only to fix
  StackOverflow's Snippet behavior.
  Not needed otherwise. */
        border-bottom-width: 0;
        text-align: left;
        margin: 7px;
    }

.trimmed-component-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.small-action-icon {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}

.small-tooltip-icon {
    font-size: 20px;
}

.motivatie-label {
    margin-left: 2px;
    font-size: 12px;
    vertical-align: top;
}

.inlineCalculator {
    padding-right: 0px;
}

    .inlineCalculator p {
        left: 30px !important;
        padding-right: 30px !important;
        width: 20% !important;
        min-width: 100px !important;
    }

    .inlineCalculator .formfield-m {
        margin-left: 29.4px;
    }

    .inlineCalculator .calculator {
        left: -3px;
    }

.material-icons, .mat-datepicker-toggle .mat-button-wrapper:before, input-omni-datepicker i:before, .periodiek-controls a:first-child i:before, .periodiek-controls a:last-child i:before {
    /* Support for IE */
    font-feature-settings: "liga";
}

.mat-radio-container, .mat-radio-inner-circle, .mat-radio-outer-circle {
    width: 13px !important;
    height: 13px !important;
}

.mat-radio-inner-circle, .mat-radio-outer-circle {
    border-width: 1px !important;
}

.mat-radio-group .mat-radio-button {
    margin-bottom: 6px !important;
}

.greyBlock {
    background-color: rgba(128, 128, 128, 0.2);
    border-radius: 4px;
    border-color: rgba(128, 128, 128, 0.2);
    padding: 8px;
}

.small-button {
    line-height: 27px !important;
    padding: 0 7px !important;
}

.generaltext {
    width: 100%;
    font-size: 12px;
    margin: 18px 0 0 0;
    padding-right: 20px;
}

.motivatielink {
    font-size: 12px;
}

.mijlpalen {
    padding: 14px 0px;
}

.mat-form-field-label-wrapper {
    top: -4px;
    padding-top: 0;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-16px) scale(0.75);
    width: 133.33333333%;
}

.mat-select-trigger {
    top: 3px;
}

.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
    transform: translateY(14%) !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #324e64;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle {
    background-color: #324e64;
}

.mat-ripple-element mat-radio-persistent-ripple {
    display: none;
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #22b5e8;
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start {
    border-width: 1px !important;
}

.mat-form-field-appearance-outline .mat-form-field-prefix, .mat-form-field-appearance-outline .mat-form-field-suffix {
    top: -6px !important;
    right: -2px !important;
}

.modal-custom .mat-tab-label {
    height: 35px;
}

.modal-custom .mat-tab-label-content:hover {
    color: #22b5e8;
}

.mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0 8px 0 8px !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background: #8cabc5;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
    background: #b0b0b0;
}

.mat-checkbox-frame {
    border-width: 1px !important;
    border-radius: 3px !important;
}

.mat-checkbox-inner-container {
    height: 14px !important;
    width: 14px !important;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
    box-shadow: none !important;
    border-radius: 2px !important;
    border: 1px solid #e0e0e0;
}

input-omni-datepicker .mat-datepicker-toggle-default-icon {
    display: none;
}

input-omni-datepicker i {
    right: -2px !important;
    top: 14px !important;
}

    input-omni-datepicker i:before {
        content: "î ‚";
        font-size: 16px;
        color: #324e64;
    }

.mat-datepicker-toggle .mat-datepicker-toggle-default-icon {
    display: none !important;
}

.mat-datepicker-toggle .mat-button-wrapper:before {
    content: "î ‚";
    font-size: 16px;
    color: #324e64;
}

[ng-reflect-disable=true] .mat-button-wrapper:before {
    color: rgba(0, 0, 0, 0.34);
}

.search-dossier {
    font-size: 18px;
    margin-right: 10px;
}

.mat-calendar-body-cell-content {
    color: #324e64;
}

.mat-calendar .mat-button {
    background-color: white !important;
    color: #324e64 !important;
    border: 0 !important;
}

.mat-calendar .mat-calendar-controls .mat-button {
    font-size: 15px;
}

.mat-datepicker-content {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 0 !important;
}

.mat-menu-panel {
    box-shadow: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    background: white;
}

.mat-checkbox-disabled .mat-checkbox-background {
    background: rgba(0, 0, 0, 0.24);
}

.reset-default {
    color: #22b5e8;
    text-decoration: underline;
    font-size: 10px;
    cursor: pointer;
    float: right;
    padding-bottom: 5px;
    margin: -10px 20px 0 0;
    position: relative;
    z-index: 1;
}

.mat-tab-group.vertical-tabs {
    flex-direction: row;
    align-items: stretch;
    flex: 1 1 auto;
    margin-top: 20px;
}

    .mat-tab-group.vertical-tabs .mat-tab-header {
        border: 0;
    }

    .mat-tab-group.vertical-tabs .mat-tab-labels {
        flex-direction: column;
    }

    .mat-tab-group.vertical-tabs .mat-ink-bar {
        display: none;
    }

    .mat-tab-group.vertical-tabs .mat-tab-body-wrapper {
        padding: 18px 0 0 18px;
        border-top: 1px solid #e0e0e0;
        width: 100%;
        margin-bottom: 77px;
    }

    .mat-tab-group.vertical-tabs .mat-tab-body-content {
        padding-bottom: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .mat-tab-group.vertical-tabs .mat-tab-label {
        height: auto;
        padding: 9px 100px 9px 12px;
        cursor: pointer;
        box-sizing: border-box;
        opacity: 0.6;
        min-width: 160px;
        text-align: left;
        display: block;
        justify-content: left;
        border: 1px solid transparent;
        border-right: 1px solid #e0e0e0;
        font-size: 13px;
        position: relative;
    }

    .mat-tab-group.vertical-tabs .mat-tab-label-active {
        opacity: 1;
        border: 1px solid #e0e0e0;
        border-right: 1px solid transparent;
        color: #324e64;
    }

    .mat-tab-group.vertical-tabs .mat-tab-label .mat-label-value {
        position: absolute;
        right: 12px;
        color: black !important;
    }

    .mat-tab-group.vertical-tabs .mat-tab-label.mat-tab-disabled {
        color: black !important;
        font-weight: bold;
        opacity: 1 !important;
    }

    .mat-tab-group.vertical-tabs h3 {
        margin-bottom: 20px;
    }

.tab-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: white;
    z-index: 0;
}

    .tab-navigation button {
        margin-left: 10px;
    }

.mat-tab-header-pagination.mat-tab-header-pagination-disabled {
    display: none !important;
}

.mat-accordion.omni-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: #fff;
}

.mat-accordion.omni-accordion .mat-expansion-panel {
    margin: 0 3px;
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
}

    .mat-accordion.omni-accordion .mat-expansion-panel:last-child {
        border: 0;
    }

.mat-accordion.omni-accordion .mat-expansion-panel-header-title {
    font-size: 14px;
    font-weight: 700;
    color: #324e64;
}

.mat-accordion.omni-accordion .mat-expansion-panel-header {
    max-height: 45px;
    overflow: hidden;
}

    .mat-accordion.omni-accordion .mat-expansion-panel-header .mat-expansion-indicator {
        margin-top: -8px;
        border-color: #324e64;
    }

        .mat-accordion.omni-accordion .mat-expansion-panel-header .mat-expansion-indicator:after {
            transform: rotate(-45deg);
        }

.mat-accordion.omni-accordion .mat-expansion-panel-body {
    padding: 0 12px 12px;
    background: #fff;
}

.mat-accordion.omni-accordion .mat-expanded .mat-expansion-indicator {
    margin-top: 0;
    border-color: #324e64;
}

    .mat-accordion.omni-accordion .mat-expanded .mat-expansion-indicator:after {
        transform: rotate(225deg);
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html,
body,
.container-fluid {
    height: 100%;
    background-color: #f3f5f7;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.container,
.container-fluid {
    display: flex;
    flex-direction: column;
}

.align-right {
    text-align: right !important;
}

.mat-dialog .mat-tab-body-wrapper {
    min-height: 300px;
    max-height: 28vw;
}

router-outlet {
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

    .loading mat-progress-spinner {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #324e64;
        font-size: 44px;
        margin-top: -40px;
        margin-left: -40px;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-359deg);
    }
}

.row-in-card {
    margin-left: 0;
    margin-right: 0;
}

    .row-in-card [class*=col] {
        padding-left: 0;
        padding-right: 0;
    }

pre {
    white-space: pre-wrap;
}

[tooltipDirective] {
    position: relative;
    z-index: 20 !important;
    display: inline;
    vertical-align: -webkit-baseline-middle;
    margin-left: 6px;
    cursor: pointer;
}

[tooltipDirective2] {
    position: absolute;
    z-index: 20 !important;
    display: inline;
    vertical-align: -webkit-baseline-middle;
    margin-left: 6px;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccd;
    width: 35vw;
}

.tooltip-inline {
    width: auto;
}

.tooltip-icon {
    z-index: 10;
}

.tooltip-pre {
    position: relative;
    background-color: transparent;
    border: none;
}

.panel-tooltip-bottom {
    position: absolute;
    padding: 10px;
    background: #ffd7b9 !important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffd7b9;
    /*height: 240px;*/
    width: 800px;
    max-height: 400px;
    overflow-x: auto;
    border-radius: 4px;
    white-space: pre-wrap;
    line-height: 17px;
    z-index: 11111;
    margin: 0 !important;
    bottom: 100px;
}

.panel-tooltip {
    position: fixed;
    padding: 10px;
    background: #ffd7b9 !important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffd7b9;
    /*height: 240px;*/
    width: 50%;
    max-height: 400px;
    overflow-x: auto;
    border-radius: 4px;
    white-space: pre-wrap;
    line-height: 17px;
    z-index: 11111;
}

.panel-container {
    margin-top: -95px;
    white-space: pre-line;
    z-index: 11111;
}

.error {
    color: red;
}

.warning {
    color: #525199;
}

.information {
    color: blue;
}

h4 {
    margin-bottom: 4px;
    margin-top: 0px;
}

textarea {
    background-color: #efefef !important;
}

.mat-button .mat-button-focus-overlay, .mat-icon-button .mat-button-focus-overlay {
    opacity: 0
}

.mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: .04
}

@media(hover: none) {
    .mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0
    }
}

.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible
}

    .mat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner {
        border: 0
    }

    .mat-button[disabled], .mat-icon-button[disabled], .mat-stroked-button[disabled], .mat-flat-button[disabled] {
        cursor: default
    }

    .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay, .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-flat-button.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner {
        border: 0
    }

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

    .mat-raised-button::-moz-focus-inner {
        border: 0
    }

    .mat-raised-button[disabled] {
        cursor: default
    }

    .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-raised-button::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-raised-button {
    transition: none;
    animation: none
}

.mat-stroked-button {
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px
}

    .mat-stroked-button .mat-button-ripple.mat-ripple, .mat-stroked-button .mat-button-focus-overlay {
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px
    }

.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0
}

    .mat-fab::-moz-focus-inner {
        border: 0
    }

    .mat-fab[disabled] {
        cursor: default
    }

    .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-fab.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-fab::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-fab {
    transition: none;
    animation: none
}

.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px
}

.mat-mini-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    line-height: 36px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    flex-shrink: 0
}

    .mat-mini-fab::-moz-focus-inner {
        border: 0
    }

    .mat-mini-fab[disabled] {
        cursor: default
    }

    .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-mini-fab::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-mini-fab {
    transition: none;
    animation: none
}

.mat-mini-fab .mat-button-wrapper {
    padding: 8px 0;
    display: inline-block;
    line-height: 24px
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%
}

    .mat-icon-button i, .mat-icon-button .mat-icon {
        line-height: 24px
    }

.mat-button-ripple.mat-ripple, .mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit
}

    .mat-button-ripple.mat-ripple:not(:empty) {
        transform: translateZ(0)
    }

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)
}

._mat-animation-noopable .mat-button-focus-overlay {
    transition: none
}

.cdk-high-contrast-active .mat-button-focus-overlay {
    background-color: #fff
}

.cdk-high-contrast-black-on-white .mat-button-focus-overlay {
    background-color: #000
}

.mat-button-ripple-round {
    border-radius: 50%;
    z-index: 1
}

.mat-button .mat-button-wrapper > *, .mat-flat-button .mat-button-wrapper > *, .mat-stroked-button .mat-button-wrapper > *, .mat-raised-button .mat-button-wrapper > *, .mat-icon-button .mat-button-wrapper > *, .mat-fab .mat-button-wrapper > *, .mat-mini-fab .mat-button-wrapper > * {
    vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
    display: block;
    font-size: inherit;
    width: 2.5em;
    height: 2.5em
}

.cdk-high-contrast-active .mat-button, .cdk-high-contrast-active .mat-flat-button, .cdk-high-contrast-active .mat-raised-button, .cdk-high-contrast-active .mat-icon-button, .cdk-high-contrast-active .mat-fab, .cdk-high-contrast-active .mat-mini-fab {
    outline: solid 1px
}

.input-field, .login-action-row {
    display: flex;
    align-items: end;
    justify-content: end;
}

.input-field-new, .login-action-row-new {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

.text-field-input {
    width: 75%;
    height: 25px;
    margin-bottom: 5px
}

.text-field-input-new {
    width: 250px;
    height: 40px;
    border: 1px solid #E0E4E8;
    border-radius: 4px;
    padding-left: 16px;
}

.text-field-input-new:hover {
    border-color: #6B89A3;
}

.text-field-input-new-error {
    border-color: #E53935 !important;
    color: #E53935 !important;
}

.input-field label {
    width: 25%;
    height: 25px;
}

.input-field-new label {
    width: 150px;
    height: 26px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    justify-content: center;
}

.login-actions-left {
    width: 100%;
    margin-bottom: 10px;
}

.login-actions-right > button {
    
    margin-left: 25px;
}

.field-validation-error {
    color: red;
    padding-left: unset;
}

.field-changepassword {
    width: 50% !important;
}

.microsoft-login {
    font-weight: unset;
    background-color: unset !important;
    border-color: #E2E8F0 !important;
    width: 250px;
    height: 46px;
    border-radius: 90px !important;
}

.microsoft-login:hover {
    background-color: unset !important;
}

.microsoft-login > .container {
    background-color: unset;
}

.microsoft-logo {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/microsoft-logo.svg);
    padding-top: 1em;
}

.copy-to-clipboard-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/copy-to-clipboard-icon.svg);
    padding-top: 1em;
}

.microsoft-logo-wrapper {
    padding-top: 0.9em;
}

.design-button {
    width: 448px !important;
    height: 34px !important;
    gap: 8px !important;
    background: #324E64 !important;
    border-radius: 4px !important;
    border-color: #324E64 !important;
    font-size: 14px !important;
    font-family: Montserrat !important;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-button:hover {
    background: #324E64 !important;
    border-color: #324E64 !important;
}

.container > .login-action-row-new {
    background-color: #fff !important;
}

hr {
    border-color: #D9DEE2;
    opacity: 0.3;
    width: -webkit-fill-available !important;
}

.tertiary-design-button {
    font-size: 10px;
    border-style: hidden;
    background-color: white;
    cursor: pointer;
    color: #324E64 !important;
}

.tertiary-design-button:hover {
    color: black !important;
}

.validation-message-wrapper {
    padding: unset !important;
}

.validation-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2em;
    font-size: 12px;
    padding-left: unset !important;
}

select {
    width: 218px !important;
    max-width: 218px !important;
    height: 40px;
    max-height: 40px;
    border-radius: 4px;
    border-width: 1px;
    opacity: 1;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: start;
    border-color: #D9DEE2;
}