.ald_ng-mutliselect {
    width: 20rem;
}

@media screen and (min-width: 414px) {
    .ald_ng-mutliselect {
        width: 23rem;
    }
}

.ng-select.ng-select-opened > .ng-select-container {
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

    .ng-select.ng-select-opened > .ng-select-container:hover {
        box-shadow: none
    }


.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-disabled > .ng-select-container {
    background-color: #f9f9f9
}

.ng-select .ng-has-value .ng-placeholder {
    display: none
}

.ng-select .ng-select-container {
    color: #333;
    border: 1px solid #ccc;
    min-height: 36px;
    align-items: center
}

    .ng-select .ng-select-container:hover {
        box-shadow: 0 1px 0 rgba(0,0,0,0.06)
    }

    .ng-select .ng-select-container .ng-value-container {
        align-items: center;
        padding-left: 10px
    }

[dir="rtl"] .ng-select .ng-select-container .ng-value-container {
    padding-right: 10px;
    padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: rgb(var(--black));
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px
}

    .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
        top: 5px;
        left: 0;
        padding-left: 10px;
        padding-right: 50px
    }

[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 10px;
    padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6
}

    .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
        padding: 0 5px
    }

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 1px;
    padding-left: 1rem;
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: 0.875rem;
    color: rgb(var(--black));
    border-radius: 2px;
    margin-right: 5px
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 0;
    margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
    background-color: #f9f9f9
}

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
        padding-left: 5px
    }

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 0;
    padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    display: inline-block;
    padding: 1px 5px
}

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #d1e8ff
    }

    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #b8dbff
    }

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-left: 1px solid #b8dbff;
    border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 1px solid #b8dbff
}

ng-select.ng-select-focused div.ng-select-container {

    outline: -webkit-focus-ring-color auto 1px;
}

ng-select.ng-invalid.ng-touched.ng-select-focused div.ng-select-container {
    outline: -webkit-focus-ring-color auto 1px;
}

ng-select.ng-invalid.ng-touched > ng-dropdown-panel > div > div > div > input {
    border-color: rgb(205, 61, 61);
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 0;
    border-right: 1px solid #b8dbff
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
    color: #000
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}

[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    padding-right: 3px;
    padding-left: 0
}

.ng-option > input {
    color: rgb(var(--black));
}

.ng-select {
    height: 3rem !important;
    width: 17.875rem;
}

.ng-select .ng-clear-wrapper {
    color: #999
}

    .ng-select .ng-clear-wrapper:hover .ng-clear {
        color: #D0021B
    }

.ng-select .ng-spinner-zone {
    padding: 5px 5px 0 0
}

[dir="rtl"] .ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
    width: 25px;
    display: flex;
    flex-direction: row;
    padding-top: 3px;
}

[dir="rtl"] .ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: black transparent transparent;
    border-style: solid;
    border-width: 9px 4px 4px;
}

.ng-dropdown-panel {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
    left: 0
}

    .ng-dropdown-panel.ng-select-top {
        bottom: 100%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-color: #e6e6e6;
        margin-bottom: -1px
    }

        .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px
        }

    .ng-dropdown-panel.ng-select-right {
        left: 100%;
        top: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-color: #e6e6e6;
        margin-bottom: -1px
    }

        .ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
            border-top-right-radius: 4px
        }

    .ng-dropdown-panel.ng-select-bottom {
        top: 100%;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-color: #e6e6e6;
        margin-top: -1px
    }

        .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }

    .ng-dropdown-panel.ng-select-left {
        left: -100%;
        top: 0;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-color: #e6e6e6;
        margin-bottom: -1px
    }

        .ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
            border-top-left-radius: 4px
        }

    .ng-dropdown-panel .ng-dropdown-header {
        border-bottom: 1px solid #ccc;
        padding: 5px 7px
    }

    .ng-dropdown-panel .ng-dropdown-footer {
        border-top: 1px solid #ccc;
        padding: 5px 7px
    }

    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
        user-select: none;
        padding: 8px 10px;
        font-weight: 500;
        color: rgba(0,0,0,0.54);
        cursor: pointer
    }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
            cursor: default
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
            background-color: #f5faff
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
            color: rgba(0,0,0,0.54);
            background-color: #ebf5ff;
            font-weight: 700;
        }

    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
        background-color: rgb(245, 244, 247);
        color: rgb(var(--black));
        padding-left: 1rem !important;
    }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
            color: #333;
            font-weight: 700;
        }

            .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
                font-weight: 700;
            }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
            background-color: #f5faff;
            padding: 0.188rem;
            padding-top: 0.375rem;
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
            color: #ccc
        }

        .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
            padding-left: 22px
        }

[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-right: 22px;
    padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px
}

[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    padding-left: 5px;
    padding-right: 0
}

[dir="rtl"] .ng-dropdown-panel {
    direction: rtl;
    text-align: right
}

.ng-select-container {
    height: 3rem !important;
    width:17.75rem;
}

.ng-option {
    font-family: 'AGDelta','Arial', 'sans-serif' !important;
    font-size: 0.875rem;
    font-stretch: 100% !important;
    background-color: grey;
    padding: 0.188rem;
    padding-top: 0.375rem;
}

.multiselect-list {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: text-bottom;
}

.ng-placeholder {
    font-family: 'AGDelta','Arial', 'sans-serif' !important;
    font-size: 0.875rem;
    padding: 5px;
    color: black;
}

.ng-option-marked {
    background-color: white !important;
}

.ng-option-marked input[type="checkbox"] {
    border-color:lawngreen;
}

.ng-value {
    background-color: unset !important;
    font-family: 'AGDelta','Arial', 'sans-serif' !important;
    font-size: 0.875rem;
}

.ng-placeholder {
    top: 7px !important;
}
.ng-select-focused {
    outline: -webkit-focus-ring-color auto 1px;
}

ng-select.ng-invalid.ng-touched div.ng-select-container {
    border-color: rgb(205, 61, 61) !important;
}


.ng-select {
    .ng-arrow:before

{
    content: '';
    justify-self: end;
    background-image: url('data:image/svg+xml; utf8, <svg viewBox="-2 -2 44 44" fill="none" stroke="black" stroke-width="1.5" xmlns="http://www.w3.org/2000/svg"><path d="M8 12L12 4H4L8 12Z" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 1rem;
}

.ng-clear-wrapper {
    display:none;
}

}

.chevron {
    color: #1E2019;
}

.form-mandatory {
    display: flex;
    justify-content: flex-end;
}

div button.accordion_form__title_banner {
    width: 100%;
    justify-content: space-between;
}

    div button.accordion_form__title_banner h5 {
        text-align: left;
    }


.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.p-b-small {
    padding-bottom: 1.25rem;
}

.p-t-small {
    padding-top: 1.25rem;
}

.m-r-small {
    margin-right: 1rem;
}

.m-b-small {
    margin-bottom: 0.75rem;
}

.m-b-medium {
    margin-bottom: 1.5rem;
}

.m-t-medium {
    margin-top: 2rem;
}

.t-align-center {
    text-align: center;
}

.max-height {
    height: 100%;
}

.reset-cursor {
    cursor: unset;
}

﻿div.no-padding > lib-text-input > div > lib-error-message > div {
    height: 0px;
}

div.no-padding > lib-text-input > div > div.form-control__label-container {
    padding-bottom:0px;
}

div.no-padding > lib-text-input > div > div.ald-form-control > input {
    margin-top: 0px;
}

div.no-padding > lib-select-input > div > lib-error-message > div {
    height: 0px;
}

div.no-padding > lib-select-input > div > div.form-control__label-container {
    padding-bottom: 0px;
}

div.no-padding > lib-select-input > div > div.select  {
    margin-top: 0px;
}

div.accordion-no-margin-top {
    margin-top: 0rem;
}

div.accordion-no-margin-bottom {
    margin-bottom: 0rem;
}

h3.bottom-padding {
    padding-bottom: 1.5rem;
}

.stress-rate-header {
    color: white;
    font-size: 0.875rem;
    font-family: var(--font-body-copy);
    font-weight: 400;
    line-height: 1.4rem;
}

.stress-rate-highlight {
    color: white;
    font-size: 1rem;
    font-family: var(--font-body-copy);
    font-weight: 700;
    line-height: 1.6rem;
    align-self: stretch;
}

.stress-rate-divider {
    align-self: stretch;
    height: 0;
    opacity: 0.50;
    border: 0.063rem white solid;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.stress-rate-subsection {
    color: white;
    font-size: 0.75rem;
    font-family: var(--font-body-copy);
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 0.75rem;
}

.disable-opacity {
    opacity: 100 !important;
}

.sub-heading {
    font-size: 1.125rem;
    font-weight: bold;
}

.accordion_form__fullwidth .accordion_form__section:first-child {
    border-top: unset;
}

.accordion-container:first-child {
    border-top: 1px solid rgba(var(--black), 0.2);
}