.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px; 
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6,
        0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6,
        0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 1)
    .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 2)
    .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    left: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    right: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: '';
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: '';
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* prettier-ignore */
/* prettier-ignore */
/**
 * Variables
 *
 * HEX to color names via: http://chir.ag/projects/name-that-color/
 */
/**
 * Assignments/Mappings
 */
.u-clearfix:after {
  content: '';
  clear: both;
  display: table;
}
/**
 * Header bar
 *
 * <div class="odl-header-bar">
 *     <h4><span class="icon"></span> {{Title}}</h4>
 *     <div class="odl-header-bar-actions">
 *         <md-button class="md-icon-button"><span class="icon"></span></md-button>
 *         <md-button class="md-icon-button"><span class="icon"></span></md-button>
 *     </div>
 * </div>
 */
.odl-header-bar {
  flex: none;
  display: flex;
  align-items: center;
  background: #007dc3;
  padding: 0 16px;
  color: #ffffff;
  min-height: 56px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.odl-header-bar h4 {
  display: flex;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.odl-header-bar h4 .icon {
  margin-right: 12px;
}
.odl-header-bar a:hover {
  color: #ffffff;
}
.odl-header-bar-actions {
  margin-left: auto;
  margin-right: -8px;
}
.odl-header-bar-actions .md-button.md-icon-button {
  margin: 0 0 0 4px;
}
@media (max-width: 99px) {
  .odl-header-bar h4 {
    font-size: 14px;
  }
  .odl-header-bar h4 .icon {
    margin-right: 4px;
  }
}
@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objective';
  src: url('/assets/fonts/Objective.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**
 * Scaffolding
 *
 * Resets the document to a common base.
 * Enforces core ODL.
 */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  color: #32373f;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow: hidden;
}
h1 {
  font-size: 28px;
  font-weight: 500;
}
h2 {
  font-size: 18px;
  font-weight: 500;
}
h3 {
  font-size: 16px;
  font-weight: 500;
}
h4 {
  font-size: 14px;
  font-weight: 400;
}
h5 {
  font-size: 12px;
  font-weight: 400;
}
h6 {
  font-size: 12px;
  font-weight: 400;
}
a {
  color: #0266c8;
  text-decoration: none;
}
a:hover {
  color: #1a8cfd;
}
input,
select,
textarea {
  min-width: 25px;
}
textarea {
  resize: vertical;
}
td,
th {
  text-align: left;
}
pre {
  font-family: inherit;
  margin: 0;
  white-space: pre-wrap;
}
sub .icon,
sup .icon {
  font-size: 0.75em;
}
body.theme--dark {
  color: #ffffff;
  background-color: #201f1f;
}
body.theme--dark a {
  color: #81bffd;
}
body.theme--dark a:hover {
  color: #cce5fe;
}
body.theme--dark textarea {
  background: #32373f;
  color: #ffffff;
}
/**
 * Utility Classes
 *
 * Commonly used styles used across multiple elements.
 *
 * 1. Styles
 * 2. Animations
 * 3. Responsive versions of Styles
 */
/**
 * 1. Styles
 */
.u-text-center {
  text-align: center !important;
}
.u-text-justify {
  text-align: justify !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-muted {
  color: #707070 !important;
}
.u-text-alert {
  color: #d14641;
  font-weight: 500;
}
.u-text-uppercase {
  text-transform: uppercase;
}
.u-separator {
  border-bottom: 1px solid #d1d1d1 !important;
}
.u-highlight {
  font-weight: 500;
  margin-top: 2px;
}
.u-tag {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: border-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: border !important;
  border-radius: 2px !important;
  background-clip: border-box !important;
  background-color: lightgray !important;
  border: 1px solid gray !important;
  padding: 0 1px !important;
}
.u-hint,
.u-validation-error,
.u-validation-warning {
  font-size: 12px;
  margin-top: 4px;
}
.u-validation-error {
  color: #d14641;
}
.u-validation-warning {
  color: #f57c00;
}
.u-hint {
  color: #707070;
}
.u-no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.u-hidden {
  display: none !important;
}
.u-invisible {
  visibility: hidden !important;
}
.u-clear {
  clear: both !important;
}
.u-clearLeft {
  clear: left !important;
}
.u-clearRight {
  clear: right !important;
}
.u-toggle-maximize {
  position: absolute;
  right: -16px;
  top: 0;
  width: 20px;
  height: 100%;
  padding: 0;
  min-width: 0;
  border-radius: 0;
  border: none;
  outline: none;
  z-index: 4;
  cursor: col-resize;
  background: none;
  touch-action: none;
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.u-sort {
  display: flex;
  align-items: center;
  color: #32373f;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.u-sort md-select {
  font-weight: 400;
  margin: 0 0 0 4px;
}
.u-sub-title {
  color: #707070;
  font-size: 12px;
}
.u-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid;
  border-radius: 50%;
  border-color: transparent #707070 #707070;
  -webkit-animation: u-spinner-animation 690ms infinite linear;
  -moz-animation: u-spinner-animation 690ms infinite linear;
  -o-animation: u-spinner-animation 690ms infinite linear;
  animation: u-spinner-animation 690ms infinite linear;
}
.u-required {
  color: #d14641;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 4px;
}
.u-required.icon,
.u-required > .icon {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.u-required-indicator {
  color: #d14641;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 4px;
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 11px;
  line-height: 1em;
  margin: 0;
}
.u-required-indicator.icon,
.u-required-indicator > .icon {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.u-icon-text-button,
.u-icon-text-button.odl-button {
  display: inline-flex;
  align-items: center;
}
.u-icon-text-button > *,
.u-icon-text-button.odl-button > * {
  padding-left: 0.25em;
}
.u-icon-text-button > *:first-child,
.u-icon-text-button.odl-button > *:first-child {
  padding-left: 0;
}
.u-section-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  margin: 8px;
}
.u-title {
  border-bottom: solid 3px #0266c8;
  color: #32373f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 2px;
  text-transform: uppercase;
}
/**
 * Loader
 */
.u-loading-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 104px;
  min-height: 104px;
}
.u-loading-content--compact {
  height: auto;
}
.u-loading-content--centre {
  height: 100%;
}
/**
 * Chips
 */
.u-chips {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.u-chips:after {
  content: '';
  clear: both;
  display: table;
}
.u-shadow {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
}
.u-shadow-right {
  box-shadow: 7px 0 8px -4px rgba(0, 0, 0, 0.2), 12px 0 17px 2px rgba(0, 0, 0, 0.14), 5px 0 22px 4px rgba(0, 0, 0, 0.12);
}
.u-read-only-field {
  box-sizing: border-box;
  background-color: #f3f3f3;
  padding: 7px 12px;
  border-radius: 4px;
  min-height: 20px;
}
.u-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.u-drag-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  /* do not show to the user, but must be visible on the page to work with drag and drop API */
}
.u-drag-image .u-drag-icon {
  position: relative;
  width: 38px;
  height: 38px;
}
.u-drag-image .u-drag-icon-1 {
  z-index: 3;
}
.u-drag-image .u-drag-icon-2 {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  opacity: 0.5;
}
.u-drag-image .u-drag-icon-3 {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  opacity: 0.2;
}
.u-drag-image .u-drag-image-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  background-color: #0266c8;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  color: white;
  min-width: 20px;
  min-height: 20px;
  bottom: -8px;
  right: -8px;
}
.u-droppable {
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.u-droppable.u-drag-over {
  background-color: #eaf7fe !important;
}
.u-droppable.u-drop-fail {
  background-color: #f9e1d8 !important;
}
.u-dropzone {
  border: 2px dashed #98ccfe;
  cursor: pointer;
  text-align: center;
  color: #999999;
  font-weight: 500;
  background-color: #eaf7fe;
  text-transform: uppercase;
}
.u-dropzone.dragover,
.u-dropzone.u-drag-over,
.u-dropzone:focus {
  outline: none;
  border-color: #4ca6fd;
}
.u-dropzone .u-dropzone-icon {
  font-size: 3rem;
  margin-bottom: 32px;
}
.u-dropzone em {
  color: #0266c8;
  text-decoration: none;
  font-style: normal;
}
.icon.u-open-in-new-icon {
  font-size: 14px;
}
.md-button:hover .icon.u-open-in-new-icon,
.md-button:focus .icon.u-open-in-new-icon {
  color: #0266c8;
}
.u-expandable > *.u-expanded {
  margin: 8px 0 12px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.22);
}
.u-total-items {
  font-size: 11px;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px;
}
.u-top-controls {
  display: flex;
  align-items: center;
  min-height: 48px;
}
.u-top-controls-title {
  flex: auto;
  margin-left: 20px;
}
.u-top-controls-title h1 {
  font-size: 16px;
  margin: 0;
  line-height: 1.2em;
  color: #32373f;
  font-weight: 500;
}
.u-top-controls-left {
  display: flex;
  justify-content: center;
  padding-left: 4px;
}
.u-top-controls-right {
  flex: none;
  margin-left: auto;
  padding-right: 4px;
}
.u-top-controls-sort.u-top-controls-sort {
  background: transparent;
  width: auto;
  border: 0 none;
  padding: 0;
  color: #0266c8;
}
.u-top-controls-sort.u-top-controls-sort svg {
  color: inherit;
}
.u-top-controls-sort.u-top-controls-sort:before {
  content: none;
}
.u-top-controls-sort.u-top-controls-sort:after {
  border-bottom: none;
}
.u-sticky-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.u-top-controls {
  background: #ffffff;
}
.u-panel {
  background: #ffffff;
}
.u-menu .MuiPaper-rounded {
  border-radius: 0;
}
.u-menu-item {
  text-transform: uppercase;
  font-weight: 400;
}
.u-menu-item .icon {
  margin-right: 16px;
  width: 20px;
}
.u-dialog-section {
  padding: 16px;
}
.u-name {
  color: #007dc3;
  font-weight: 500;
}
.u-name span {
  margin-left: 4px;
}
.u-detail-panel-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.u-scroll-shadow {
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.u-ellipsis,
.odl-card-item,
.editableCardComponent .MuiTypography-h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme--dark .u-top-controls {
  background: #32373f;
  border-color: #201f1f;
}
.theme--dark .u-top-controls-title h1 {
  color: #ffffff;
}
.theme--dark .u-top-controls-sort.u-top-controls-sort {
  color: #81bffd;
}
.theme--dark .u-panel {
  background: #2d2c2c;
}
.theme--dark .u-separator {
  border-bottom: 1px solid #201f1f !important;
}
.theme--dark .u-required {
  color: #e49fa6;
}
.theme--dark .u-required-indicator {
  color: #e49fa6;
}
.theme--dark .u-hint {
  color: #cccccc;
}
.theme--dark .u-text-alert {
  color: #e49fa6;
}
.theme--dark .u-name {
  color: #e2c6e0;
}
.theme--dark .MuiTooltip-tooltipArrow.MuiTooltip-tooltipArrow {
  background-color: #ffffff;
}
.theme--dark .MuiTooltip-arrow.MuiTooltip-arrow {
  color: #ffffff;
}
.theme--dark .MuiTooltip-tooltip.MuiTooltip-tooltip {
  color: #32373f;
}
.MuiTooltip-tooltipArrow.MuiTooltip-tooltipArrow {
  background-color: #32373f;
}
.MuiTooltip-arrow.MuiTooltip-arrow {
  color: #32373f;
}
/**
 * 2. Animations
 */
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes shine{ 0% { background-position: -120px 0; } 100% { background-position: 500px 0; }}
@-moz-keyframes shine{ 0% { background-position: -120px 0; } 100% { background-position: 500px 0; }}
@-o-keyframes shine{ 0% { background-position: -120px 0; } 100% { background-position: 500px 0; }}
@keyframes shine{ 0% { background-position: -120px 0; } 100% { background-position: 500px 0; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes u-spinner-animation{ 100% { -webkit-transform: rotate(360deg); -webkit-transform-origin: center; }}
@-moz-keyframes u-spinner-animation{ 100% { -moz-transform: rotate(360deg); -moz-transform-origin: center; }}
@-o-keyframes u-spinner-animation{ 100% { -o-transform: rotate(360deg); -o-transform-origin: center; }}
@keyframes u-spinner-animation{ 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);-webkit-transform-origin: center;-moz-transform-origin: center;-ms-transform-origin: center;transform-origin: center; }}
[not-existing] {
  zoom: 1;
}
/**
 * 3. Responsive
 */
/* hack for new flexbox algorithm - https://bugzilla.mozilla.org/show_bug.cgi?id=1136818 */
* {
  min-width: 0;
}
.layout {
  display: block;
  min-height: 100%;
  height: 100%;
}
.layout__header {
  width: 100%;
  position: relative;
  z-index: 7;
  border-top: solid 4px #007dc3;
  background-color: #32373f;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  -moz-transition: -moz-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.layout__main {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  width: 100%;
}
.layout--noLicense .layout__main {
  -lh-property: 0;
height:-webkit-calc(100% - 118px);
height:-moz-calc(100% - 118px);
height:calc(100% - 118px);
;
}
.layout__viewport {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.layout__page {
  flex: 1;
  display: flex;
  -webkit-transition: min-width 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: min-width 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: min-width 0.6s cubic-bezier(1, 0, 0, 1);
  transition: min-width 0.6s cubic-bezier(1, 0, 0, 1);
  height: 100%;
  width: 100%;
  min-width: 100%;
}
.layout__menuContainer {
  flex: none;
  overflow: hidden;
  width: 56px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.layout__menuContainer.showmenu {
  width: 216px;
}
.layout__menu {
  flex: 1 0 auto;
  position: relative;
  z-index: 6;
  box-sizing: border-box;
  height: 100%;
}
.layout__menu--sidenav {
  z-index: 100;
}
.layout__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.layout__body.showmenu {
  -lh-property: 0;
width:-webkit-calc(100vw + 180px);
width:-moz-calc(100vw + 180px);
width:calc(100vw + 180px);
;
}
.layout__content {
  flex: auto;
}
.layout__actions {
  position: absolute;
}
.layout__actions .md-button,
.layout__actions button {
  margin: 0;
}
.layout__actions .md-button.md-primary.md-fab,
.layout__actions .md-button.md-primary.md-raised {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.layout__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 16px;
}
.layout__blade {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(105%);
  -moz-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -o-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1),-moz-transform 0.6s cubic-bezier(1, 0, 0, 1),-o-transform 0.6s cubic-bezier(1, 0, 0, 1),transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.layout--blade .layout__blade {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.layout__notification {
  z-index: calc(100 + 1);
  position: fixed;
  right: 0;
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.layout__notification.showmenu {
  left: 216px;
}
.layout--mobile .layout__notification,
.layout--admin .layout__notification {
  left: 0;
}
.layout__notification a {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.layout__notification .icon-open-in-new {
  font-size: 12px;
  padding-right: 4px;
}
/**
 * Layout States
 * layout--sidebar
 */
.layout--sidebar .odl-worksheet-container {
  max-width: 100%;
}
.layout--embedded {
  background-color: #ffffff;
}
.layout--embedded .layout__main {
  height: 100%;
}
.layout--embedded .layout__header,
.layout--embedded .layout__menuContainer {
  display: none;
  height: 0;
}
.layout--embedded .layout__page > ui-view {
  display: block;
  width: 100%;
  height: 100%;
}
.odl-worksheet-content {
  position: relative;
}
.layout--noHeader .layout__main {
  height: 100%;
}
.layout--fullwidthWorksheet .odl-worksheet-container {
  max-width: 100%;
}
.layout--mobile .layout__menuContainer {
  width: 0;
}
.layout--mobile .layout__menuContainer.showmenu {
  width: 216px;
}
.layout--mobile .layout__viewport {
  position: absolute;
}
.theme--dark .layout__menuContainer {
  background-color: #32373f;
}
/**
 * Responsive
 */
@media (max-width: 1690px) {
  .layout__page {
    -lh-property: 0;
width:-webkit-calc(100vw - 56px);
width:-moz-calc(100vw - 56px);
width:calc(100vw - 56px);
;
  }
}
@media (min-width: 962px) {
  .layout__body {
    position: relative;
  }
  .layout__actions {
    right: -80px;
    bottom: 24px;
  }
}
@media (max-width: 961px) {
  .layout__actions {
    position: fixed;
    right: 24px;
    bottom: 24px;
  }
}
/**
 * Column layout
 *
 * <div class="odl-columns">
 *     <div class="odl-column"></div>
 *     <div class="odl-column"></div> || <div class="odl-column-sidebar"></div>
 * </div>
 */
.odl-columns {
  flex: none;
  display: flex;
}
.odl-column {
  flex: 1 1 0px;
  position: relative;
  display: block;
  margin: 16px;
}
.odl-column-sidebar {
  flex: none;
  margin-left: 0;
  position: relative;
  width: 350px;
}
.odl-column-sidebar--sticky {
  position: sticky;
  top: 0;
}
/**
 * Responsive
 */
@media (min-width: 1691px) {
  .odl-column-sidebar {
    min-width: 350px;
    width: 30%;
  }
}
@media (max-width: 961px) {
  .odl-columns {
    display: block;
  }
  .odl-column {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .layout__content .odl-column-sidebar {
    padding-top: 0;
    margin-bottom: 24px;
  }
}
.icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  /* Better Font Rendering =========== */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  font-family: Objective !important;
}
.icon-xl {
  font-size: 18px;
}
.icon-find:before {
  content: '\e99d';
}
.icon-marker:before {
  content: '\e99e';
}
.icon-notification:before {
  content: '\e99f';
}
.icon-not-pinned:before {
  content: '\e9a0';
}
.icon-sound:before {
  content: '\e9a1';
}
.icon-command:before {
  content: '\e9a2';
}
.icon-partialmatch:before {
  content: '\e99c';
}
.icon-exactmatch:before {
  content: '\e999';
}
.icon-findsimilar:before {
  content: '\e99a';
}
.icon-fuzzymatch:before {
  content: '\e99b';
}
.icon-stamptool:before {
  content: '\e998';
}
.icon-progress-0:before {
  content: '\e98e';
}
.icon-progress-25:before {
  content: '\e98f';
}
.icon-progress-33:before {
  content: '\e990';
}
.icon-progress-50:before {
  content: '\e991';
}
.icon-progress-66:before {
  content: '\e992';
}
.icon-progress-75:before {
  content: '\e993';
}
.icon-progress-100:before {
  content: '\e994';
}
.icon-catalogue-element:before {
  content: '\e995';
}
.icon-inspection:before {
  content: '\e996';
}
.icon-authority:before {
  content: '\e997';
}
.icon-alpha:before {
  content: '\e985';
}
.icon-build:before {
  content: '\e986';
}
.icon-gov365:before {
  content: '\e987';
}
.icon-keystone:before {
  content: '\e988';
}
.icon-ministerials:before {
  content: '\e989';
}
.icon-opengov:before {
  content: '\e98a';
}
.icon-reach:before {
  content: '\e98b';
}
.icon-regworks:before {
  content: '\e98c';
}
.icon-nexus:before {
  content: '\e98d';
}
.icon-finalise-now:before {
  content: '\e983';
}
.icon-archive-now:before {
  content: '\e984';
}
.icon-clipboard-arrow-up:before {
  content: '\e982';
}
.icon-block-centre:before {
  content: '\e97f';
}
.icon-block-left:before {
  content: '\e980';
}
.icon-block-right:before {
  content: '\e981';
}
.icon-add-child:before {
  content: '\e976';
}
.icon-add-sibling:before {
  content: '\e97e';
}
.icon-pagebreak:before {
  content: '\e975';
}
.icon-a3fullpage:before {
  content: '\e977';
}
.icon-a3page:before {
  content: '\e978';
}
.icon-columnbreak:before {
  content: '\e979';
}
.icon-columnspan:before {
  content: '\e97a';
}
.icon-fullpage:before {
  content: '\e97b';
}
.icon-landscape:before {
  content: '\e97c';
}
.icon-portrait:before {
  content: '\e97d';
}
.icon-content-align-bottom-centre:before {
  content: '\e96c';
}
.icon-content-align-bottom-left:before {
  content: '\e96d';
}
.icon-content-align-bottom-right:before {
  content: '\e96e';
}
.icon-content-align-middle-centre:before {
  content: '\e96f';
}
.icon-content-align-middle-left:before {
  content: '\e970';
}
.icon-content-align-middle-right:before {
  content: '\e971';
}
.icon-content-align-top-centre:before {
  content: '\e972';
}
.icon-content-align-top-left:before {
  content: '\e973';
}
.icon-content-align-top-right:before {
  content: '\e974';
}
.icon-split-table:before {
  content: '\e969';
}
.icon-merge-cells:before {
  content: '\e96a';
}
.icon-split-cells:before {
  content: '\e96b';
}
.icon-reuseablecontent:before {
  content: '\e966';
}
.icon-lettercasing:before {
  content: '\e967';
}
.icon-texthighlight:before {
  content: '\e968';
}
.icon-tableofcontents:before {
  content: '\e964';
}
.icon-symbols:before {
  content: '\e965';
}
.icon-footnote:before {
  content: '\e961';
}
.icon-endnote:before {
  content: '\e95f';
}
.icon-tablenote:before {
  content: '\e960';
}
.icon-proposedchange:before {
  content: '\e962';
}
.icon-headingabc:before {
  content: '\e963';
}
.icon-icon-tasks-square:before {
  content: '\e95d';
}
.icon-icon-comment-text-square:before {
  content: '\e95e';
}
.icon-assignto:before {
  content: '\e957';
}
.icon-submission-status:before {
  content: '\e958';
}
.icon-question-mark:before {
  content: '\e959';
}
.icon-rename:before {
  content: '\e95a';
}
.icon-engagement-portal:before {
  content: '\e95b';
}
.icon-status-add:before {
  content: '\e95c';
}
.icon-user-code:before {
  content: '\e954';
}
.icon-document-code:before {
  content: '\e955';
}
.icon-translate:before {
  content: '\e956';
}
.icon-microsoft-teams-logo:before {
  content: '\e953';
}
.icon-logo-inform:before {
  content: '\e952';
}
.icon-scribble:before {
  content: '\e951';
}
.icon-embargo:before {
  content: '\e950';
}
.icon-embargo-variant:before {
  content: '\e94f';
}
.icon-back:before {
  content: '\e94e';
}
.icon-publish-outline:before {
  content: '\e947';
}
.icon-publish:before {
  content: '\e900';
}
.icon-template-outline:before {
  content: '\e94d';
}
.icon-flag-off:before {
  content: '\e94c';
}
.icon-add-corporateflag-outline:before {
  content: '\e948';
}
.icon-add-corporateflag-soild:before {
  content: '\e949';
}
.icon-remove-corporateflag-outline:before {
  content: '\e94a';
}
.icon-remove-corporateflag-solid:before {
  content: '\e94b';
}
.icon-delete-off:before {
  content: '\e942';
}
.icon-minus:before {
  content: '\e943';
}
.icon-subdirectory-arrow-right-variant:before {
  content: '\e941';
}
.icon-workflow-slip:before {
  content: '\e940';
}
.icon-folder-open:before {
  content: '\e93f';
}
.icon-account-transfer-to:before {
  content: '\e93e';
}
.icon-circle-dots:before {
  content: '\e93d';
}
.icon-delegate:before {
  content: '\e944';
}
.icon-playlist-add:before {
  content: '\e946';
}
.icon-account-edit:before {
  content: '\e938';
}
.icon-account-group:before {
  content: '\e939';
}
.icon-account-multiple-check:before {
  content: '\e93a';
}
.icon-account-multiple-remove:before {
  content: '\e93b';
}
.icon-account-transfer:before {
  content: '\e93c';
}
.icon-view-compact:before {
  content: '\e937';
}
.icon-view-default:before {
  content: '\e936';
}
.icon-microsoft-office:before {
  content: '\e935';
}
.icon-checkbox-off:before {
  content: '\e933';
}
.icon-folder-transfer:before {
  content: '\e932';
}
.icon-form:before {
  content: '\e934';
}
.icon-electronic-object:before {
  content: '\e930';
}
.icon-export-arrow:before {
  content: '\e931';
}
.icon-az-ascending:before {
  content: '\e92e';
}
.icon-az-descending:before {
  content: '\e92f';
}
.icon-oz-building:before {
  content: '\e92d';
}
.icon-export-delete:before {
  content: '\e92c';
}
.icon-cancelled:before {
  content: '\e92b';
}
.icon-preview-only:before {
  content: '\e928';
}
.icon-email-outline-sent:before {
  content: '\e927';
}
.icon-table-inprogress:before {
  content: '\e915';
}
.icon-task-join:before {
  content: '\f0f8';
}
.icon-task-split:before {
  content: '\f0fb';
}
.icon-task-decision:before {
  content: '\f4e1';
}
.icon-virtual-file:before {
  content: '\e923';
}
.icon-physical-file:before {
  content: '\e924';
}
.icon-mixed-file:before {
  content: '\e925';
}
.icon-task-clipboard:before {
  content: '\e91e';
}
.icon-show-thumbnail:before {
  content: '\e922';
}
.icon-blades-in:before {
  content: '\e916';
}
.icon-blades-out:before {
  content: '\e917';
}
.icon-download-unavailable:before {
  content: '\e919';
}
.icon-government-building:before {
  content: '\e91a';
}
.icon-highlighter:before {
  content: '\e91b';
}
.icon-ministerial:before {
  content: '\e91c';
}
.icon-multiple-comments:before {
  content: '\e91f';
}
.icon-townhall-ministerial:before {
  content: '\e920';
}
.icon-urgent-ministerial:before {
  content: '\e921';
}
.icon-file-part:before {
  content: '\e90e';
}
.icon-workspace:before {
  content: '\e90a';
}
.icon-objective-logo-connect:before {
  content: '\e90b';
}
.icon-objective-logo-ecm:before {
  content: '\e90c';
}
.icon-enterprise:before {
  content: '\e90d';
}
.icon-objective-logo-perform:before {
  content: '\e90f';
}
.icon-objective-logo-redact:before {
  content: '\e910';
}
.icon-settings:before {
  content: '\e911';
}
.icon-shield-variant:before {
  content: '\e912';
}
.icon-objective-logo-trapeze:before {
  content: '\e913';
}
.icon-logout:before {
  content: '\f343';
}
.icon-access-point-network:before {
  content: '\f003';
}
.icon-account:before {
  content: '\f004';
}
.icon-account-alert:before {
  content: '\f005';
}
.icon-account-box:before {
  content: '\f006';
}
.icon-account-box-outline:before {
  content: '\f007';
}
.icon-account-card-details:before {
  content: '\f5d2';
}
.icon-account-check:before {
  content: '\f008';
}
.icon-account-circle:before {
  content: '\f009';
}
.icon-account-convert:before {
  content: '\f00a';
}
.icon-account-key:before {
  content: '\f00b';
}
.icon-account-location:before {
  content: '\f00c';
}
.icon-account-minus:before {
  content: '\f00d';
}
.icon-account-multiple:before {
  content: '\f00e';
}
.icon-account-multiple-minus:before {
  content: '\f5d3';
}
.icon-account-multiple-outline:before {
  content: '\f00f';
}
.icon-account-multiple-plus:before {
  content: '\f010';
}
.icon-account-off:before {
  content: '\f012';
}
.icon-account-outline:before {
  content: '\f013';
}
.icon-account-plus:before {
  content: '\f014';
}
.icon-account-remove:before {
  content: '\f015';
}
.icon-account-search:before {
  content: '\f016';
}
.icon-account-settings:before {
  content: '\f630';
}
.icon-account-settings-variant:before {
  content: '\f631';
}
.icon-account-star:before {
  content: '\f017';
}
.icon-account-star-variant:before {
  content: '\f018';
}
.icon-account-switch:before {
  content: '\f019';
}
.icon-adjust:before {
  content: '\f01a';
}
.icon-alarm:before {
  content: '\f020';
}
.icon-alarm-multiple:before {
  content: '\f022';
}
.icon-alarm-completed:before {
  content: '\e92a';
}
.icon-alarm-suspended:before {
  content: '\e929';
}
.icon-alarm-off:before {
  content: '\f023';
}
.icon-alarm-plus:before {
  content: '\f024';
}
.icon-alarm-snooze:before {
  content: '\f68d';
}
.icon-album:before {
  content: '\f025';
}
.icon-alert:before {
  content: '\f026';
}
.icon-alert-box:before {
  content: '\f027';
}
.icon-alert-circle:before {
  content: '\f028';
}
.icon-alert-circle-outline:before {
  content: '\f5d6';
}
.icon-alert-octagon:before {
  content: '\f029';
}
.icon-alert-outline:before {
  content: '\f02a';
}
.icon-alphabetical:before {
  content: '\f02c';
}
.icon-altimeter:before {
  content: '\f5d7';
}
.icon-amazon-clouddrive:before {
  content: '\f02e';
}
.icon-android-studio:before {
  content: '\f034';
}
.icon-angular:before {
  content: '\f6b1';
}
.icon-animation:before {
  content: '\f5d8';
}
.icon-apple-keyboard-shift:before {
  content: '\f636';
}
.icon-apple-mobileme:before {
  content: '\f038';
}
.icon-apple-safari:before {
  content: '\f039';
}
.icon-application:before {
  content: '\f614';
}
.icon-apps:before {
  content: '\f03b';
}
.icon-archive:before {
  content: '\f03c';
}
.icon-arrange-bring-forward:before {
  content: '\f03d';
}
.icon-arrange-bring-to-front:before {
  content: '\f03e';
}
.icon-arrange-send-backward:before {
  content: '\f03f';
}
.icon-arrange-send-to-back:before {
  content: '\f040';
}
.icon-arrow-all:before {
  content: '\f041';
}
.icon-arrow-bottom-left:before {
  content: '\f042';
}
.icon-arrow-bottom-right:before {
  content: '\f043';
}
.icon-arrow-compress:before {
  content: '\f615';
}
.icon-arrow-compress-all:before {
  content: '\f044';
}
.icon-arrow-down:before {
  content: '\f045';
}
.icon-arrow-down-bold:before {
  content: '\f046';
}
.icon-arrow-down-bold-circle:before {
  content: '\f047';
}
.icon-arrow-down-bold-circle-outline:before {
  content: '\f048';
}
.icon-arrow-down-drop-circle:before {
  content: '\f04a';
}
.icon-arrow-down-drop-circle-outline:before {
  content: '\f04b';
}
.icon-arrow-expand:before {
  content: '\f616';
}
.icon-arrow-expand-all:before {
  content: '\f04c';
}
.icon-arrow-left:before {
  content: '\f04d';
}
.icon-arrow-left-bold:before {
  content: '\f04e';
}
.icon-arrow-left-bold-circle:before {
  content: '\f04f';
}
.icon-arrow-left-bold-circle-outline:before {
  content: '\f050';
}
.icon-arrow-left-drop-circle:before {
  content: '\f052';
}
.icon-arrow-left-drop-circle-outline:before {
  content: '\f053';
}
.icon-arrow-right:before {
  content: '\f054';
}
.icon-arrow-right-bold:before {
  content: '\f073';
}
.icon-level-up:before {
  content: '\f075';
}
.icon-level-down:before {
  content: '\f055';
}
.icon-arrow-right-bold-circle:before {
  content: '\f056';
}
.icon-arrow-right-bold-circle-outline:before {
  content: '\f057';
}
.icon-arrow-right-drop-circle:before {
  content: '\f059';
}
.icon-arrow-right-drop-circle-outline:before {
  content: '\f05a';
}
.icon-arrow-top-left:before {
  content: '\f05b';
}
.icon-arrow-top-right:before {
  content: '\f05c';
}
.icon-arrow-up:before {
  content: '\f05d';
}
.icon-arrow-up-bold:before {
  content: '\f05e';
}
.icon-arrow-up-bold-circle:before {
  content: '\f05f';
}
.icon-arrow-up-bold-circle-outline:before {
  content: '\f060';
}
.icon-arrow-up-drop-circle:before {
  content: '\f062';
}
.icon-arrow-up-drop-circle-outline:before {
  content: '\f063';
}
.icon-assistant:before {
  content: '\f064';
}
.icon-at:before {
  content: '\f065';
}
.icon-attachment:before {
  content: '\f066';
}
.icon-audiobook:before {
  content: '\f067';
}
.icon-auto-fix:before {
  content: '\f068';
}
.icon-auto-upload:before {
  content: '\f069';
}
.icon-autorenew:before {
  content: '\f06a';
}
.icon-av-timer:before {
  content: '\f06b';
}
.icon-backburger:before {
  content: '\f06d';
}
.icon-backspace:before {
  content: '\f06e';
}
.icon-backup-restore:before {
  content: '\f06f';
}
.icon-bandcamp:before {
  content: '\f674';
}
.icon-bank:before {
  content: '\f070';
}
.icon-barcode:before {
  content: '\f071';
}
.icon-barcode-scan:before {
  content: '\f072';
}
.icon-bell:before {
  content: '\f09a';
}
.icon-bell-off:before {
  content: '\f09b';
}
.icon-bell-outline:before {
  content: '\f09c';
}
.icon-bell-plus:before {
  content: '\f09d';
}
.icon-bell-ring:before {
  content: '\f09e';
}
.icon-bell-ring-outline:before {
  content: '\f09f';
}
.icon-bell-sleep:before {
  content: '\f0a0';
}
.icon-bible:before {
  content: '\f0a2';
}
.icon-binoculars:before {
  content: '\f0a5';
}
.icon-blinds:before {
  content: '\f0ac';
}
.icon-book:before {
  content: '\f0ba';
}
.icon-book-minus:before {
  content: '\f5d9';
}
.icon-book-multiple:before {
  content: '\f0bb';
}
.icon-book-multiple-variant:before {
  content: '\f0bc';
}
.icon-book-open:before {
  content: '\f0bd';
}
.icon-book-open-variant:before {
  content: '\f0be';
}
.icon-book-plus:before {
  content: '\f5db';
}
.icon-book-variant:before {
  content: '\f0bf';
}
.icon-bookmark:before {
  content: '\f0c0';
}
.icon-bookmark-check:before {
  content: '\f0c1';
}
.icon-bookmark-music:before {
  content: '\f0c2';
}
.icon-bookmark-outline:before {
  content: '\f0c3';
}
.icon-bookmark-plus:before {
  content: '\f0c5';
}
.icon-bookmark-plus-outline:before {
  content: '\f0c4';
}
.icon-bookmark-remove:before {
  content: '\f0c6';
}
.icon-border-all:before {
  content: '\f0c7';
}
.icon-border-bottom:before {
  content: '\f0c8';
}
.icon-border-color:before {
  content: '\f0c9';
}
.icon-border-horizontal:before {
  content: '\f0ca';
}
.icon-border-inside:before {
  content: '\f0cb';
}
.icon-border-left:before {
  content: '\f0cc';
}
.icon-border-none:before {
  content: '\f0cd';
}
.icon-border-outside:before {
  content: '\f0ce';
}
.icon-border-right:before {
  content: '\f0cf';
}
.icon-border-style:before {
  content: '\f0d0';
}
.icon-border-top:before {
  content: '\f0d1';
}
.icon-border-vertical:before {
  content: '\f0d2';
}
.icon-box-shadow:before {
  content: '\f637';
}
.icon-briefcase:before {
  content: '\f0d6';
}
.icon-workgroup:before {
  content: '\e914';
}
.icon-briefcase-check:before {
  content: '\f0d7';
}
.icon-briefcase-download:before {
  content: '\f0d8';
}
.icon-briefcase-upload:before {
  content: '\f0d9';
}
.icon-brightness-auto:before {
  content: '\f0e1';
}
.icon-buffer:before {
  content: '\f619';
}
.icon-bulletin-board:before {
  content: '\f0e5';
}
.icon-bullhorn:before {
  content: '\f0e6';
}
.icon-bullseye:before {
  content: '\f5dd';
}
.icon-burst-mode:before {
  content: '\f5de';
}
.icon-cached:before {
  content: '\f0e8';
}
.icon-calculator:before {
  content: '\f0ec';
}
.icon-calendar:before {
  content: '\f0ed';
}
.icon-calendar-blank:before {
  content: '\f0ee';
}
.icon-calendar-check:before {
  content: '\f0ef';
}
.icon-calendar-clock:before {
  content: '\f0f0';
}
.icon-calendar-multiple:before {
  content: '\f0f1';
}
.icon-calendar-multiple-check:before {
  content: '\f0f2';
}
.icon-calendar-plus:before {
  content: '\f0f3';
}
.icon-calendar-question:before {
  content: '\f691';
}
.icon-calendar-range:before {
  content: '\f678';
}
.icon-calendar-remove:before {
  content: '\f0f4';
}
.icon-calendar-text:before {
  content: '\f0f5';
}
.icon-calendar-today:before {
  content: '\f0f6';
}
.icon-call-made:before {
  content: '\f0f7';
}
.icon-call-missed:before {
  content: '\f0f9';
}
.icon-call-received:before {
  content: '\f0fa';
}
.icon-camcorder:before {
  content: '\f0fc';
}
.icon-camcorder-box:before {
  content: '\f0fd';
}
.icon-camcorder-box-off:before {
  content: '\f0fe';
}
.icon-camcorder-off:before {
  content: '\f0ff';
}
.icon-camera:before {
  content: '\f100';
}
.icon-camera-burst:before {
  content: '\f692';
}
.icon-camera-front:before {
  content: '\f102';
}
.icon-camera-front-variant:before {
  content: '\f103';
}
.icon-camera-off:before {
  content: '\f5df';
}
.icon-camera-party-mode:before {
  content: '\f105';
}
.icon-camera-switch:before {
  content: '\f108';
}
.icon-cards:before {
  content: '\f638';
}
.icon-cards-outline:before {
  content: '\f639';
}
.icon-cash:before {
  content: '\f114';
}
.icon-cash-100:before {
  content: '\f115';
}
.icon-cash-multiple:before {
  content: '\f116';
}
.icon-cash-usd:before {
  content: '\f117';
}
.icon-cast:before {
  content: '\f118';
}
.icon-cast-connected:before {
  content: '\f119';
}
.icon-cellphone:before {
  content: '\f11c';
}
.icon-cellphone-android:before {
  content: '\f11d';
}
.icon-cellphone-iphone:before {
  content: '\f120';
}
.icon-cellphone-link:before {
  content: '\f121';
}
.icon-cellphone-link-off:before {
  content: '\f122';
}
.icon-cellphone-settings:before {
  content: '\f123';
}
.icon-certificate:before {
  content: '\f124';
}
.icon-chart-arc:before {
  content: '\f126';
}
.icon-chart-areaspline:before {
  content: '\f127';
}
.icon-chart-bar:before {
  content: '\f128';
}
.icon-chart-bubble:before {
  content: '\f5e3';
}
.icon-chart-gantt:before {
  content: '\f66c';
}
.icon-chart-histogram:before {
  content: '\f129';
}
.icon-chart-line:before {
  content: '\f12a';
}
.icon-chart-pie:before {
  content: '\f12b';
}
.icon-chart-scatterplot-hexbin:before {
  content: '\f66d';
}
.icon-chart-timeline:before {
  content: '\f66e';
}
.icon-check:before {
  content: '\f12c';
}
.icon-check-all:before {
  content: '\f12d';
}
.icon-check-circle:before {
  content: '\f5e0';
}
.icon-check-circle-outline:before {
  content: '\f5e1';
}
.icon-checkbox-blank:before {
  content: '\f12e';
}
.icon-checkbox-blank-circle:before {
  content: '\f12f';
}
.icon-checkbox-blank-circle-outline:before {
  content: '\f130';
}
.icon-checkbox-blank-outline:before {
  content: '\f131';
}
.icon-checkbox-marked:before {
  content: '\f132';
}
.icon-checkbox-marked-circle:before {
  content: '\f133';
}
.icon-checkbox-marked-circle-outline:before {
  content: '\f134';
}
.icon-checkbox-marked-outline:before {
  content: '\f135';
}
.icon-checkbox-multiple-blank:before {
  content: '\f136';
}
.icon-checkbox-multiple-blank-circle:before {
  content: '\f63b';
}
.icon-checkbox-multiple-blank-circle-outline:before {
  content: '\f63c';
}
.icon-checkbox-multiple-blank-outline:before {
  content: '\f137';
}
.icon-checkbox-multiple-marked:before {
  content: '\f138';
}
.icon-checkbox-multiple-marked-circle:before {
  content: '\f63d';
}
.icon-checkbox-multiple-marked-circle-outline:before {
  content: '\f63e';
}
.icon-checkbox-multiple-marked-outline:before {
  content: '\f139';
}
.icon-checkerboard:before {
  content: '\f13a';
}
.icon-chevron-double-down:before {
  content: '\f13c';
}
.icon-chevron-double-left:before {
  content: '\f13d';
}
.icon-chevron-double-right:before {
  content: '\f13e';
}
.icon-chevron-double-up:before {
  content: '\f13f';
}
.icon-chevron-down:before {
  content: '\f140';
}
.icon-chevron-left:before {
  content: '\f141';
}
.icon-chevron-right:before {
  content: '\f142';
}
.icon-chevron-up:before {
  content: '\f143';
}
.icon-chip:before {
  content: '\f61a';
}
.icon-cisco-webex:before {
  content: '\f145';
}
.icon-clipboard:before {
  content: '\f147';
}
.icon-clipboard-account:before {
  content: '\f148';
}
.icon-clipboard-alert:before {
  content: '\f149';
}
.icon-clipboard-arrow-down:before {
  content: '\f14a';
}
.icon-clipboard-arrow-left:before {
  content: '\f14b';
}
.icon-clipboard-check:before {
  content: '\f14c';
}
.icon-clipboard-outline:before {
  content: '\f14d';
}
.icon-clipboard-text:before {
  content: '\f14e';
}
.icon-clock:before {
  content: '\f150';
}
.icon-clock-alert:before {
  content: '\f5ce';
}
.icon-clock-end:before {
  content: '\f151';
}
.icon-clock-fast:before {
  content: '\f152';
}
.icon-clock-in:before {
  content: '\f153';
}
.icon-clock-out:before {
  content: '\f154';
}
.icon-clock-start:before {
  content: '\f155';
}
.icon-close:before {
  content: '\f156';
}
.icon-close-box:before {
  content: '\f157';
}
.icon-close-box-outline:before {
  content: '\f158';
}
.icon-close-circle:before {
  content: '\f159';
}
.icon-close-circle-outline:before {
  content: '\f15a';
}
.icon-close-network:before {
  content: '\f15b';
}
.icon-close-octagon:before {
  content: '\f15c';
}
.icon-close-octagon-outline:before {
  content: '\f15d';
}
.icon-closed-caption:before {
  content: '\f15e';
}
.icon-cloud:before {
  content: '\f15f';
}
.icon-cloud-check:before {
  content: '\f160';
}
.icon-cloud-circle:before {
  content: '\f161';
}
.icon-cloud-download:before {
  content: '\f162';
}
.icon-cloud-outline:before {
  content: '\f163';
}
.icon-cloud-outline-off:before {
  content: '\f164';
}
.icon-cloud-print:before {
  content: '\f165';
}
.icon-cloud-print-outline:before {
  content: '\f166';
}
.icon-cloud-sync:before {
  content: '\f63f';
}
.icon-cloud-upload:before {
  content: '\f167';
}
.icon-code-array:before {
  content: '\f168';
}
.icon-code-braces:before {
  content: '\f169';
}
.icon-code-brackets:before {
  content: '\f16a';
}
.icon-code-equal:before {
  content: '\f16b';
}
.icon-code-greater-than:before {
  content: '\f16c';
}
.icon-code-greater-than-or-equal:before {
  content: '\f16d';
}
.icon-code-less-than:before {
  content: '\f16e';
}
.icon-code-less-than-or-equal:before {
  content: '\f16f';
}
.icon-code-not-equal:before {
  content: '\f170';
}
.icon-code-not-equal-variant:before {
  content: '\f171';
}
.icon-code-parentheses:before {
  content: '\f172';
}
.icon-code-string:before {
  content: '\f173';
}
.icon-code-tags:before {
  content: '\f174';
}
.icon-code-tags-check:before {
  content: '\f693';
}
.icon-coin:before {
  content: '\f178';
}
.icon-coins:before {
  content: '\f694';
}
.icon-comment:before {
  content: '\f17a';
}
.icon-comment-account:before {
  content: '\f17b';
}
.icon-comment-account-outline:before {
  content: '\f17c';
}
.icon-comment-alert:before {
  content: '\f17d';
}
.icon-comment-alert-outline:before {
  content: '\f17e';
}
.icon-comment-check:before {
  content: '\f17f';
}
.icon-comment-check-outline:before {
  content: '\f180';
}
.icon-comment-multiple-outline:before {
  content: '\f181';
}
.icon-comment-outline:before {
  content: '\f182';
}
.icon-comment-plus-outline:before {
  content: '\f183';
}
.icon-comment-processing:before {
  content: '\f184';
}
.icon-comment-processing-outline:before {
  content: '\f185';
}
.icon-comment-question-outline:before {
  content: '\f186';
}
.icon-comment-remove-outline:before {
  content: '\f187';
}
.icon-comment-text:before {
  content: '\f188';
}
.icon-comment-text-outline:before {
  content: '\f189';
}
.icon-compass:before {
  content: '\f18b';
}
.icon-compass-outline:before {
  content: '\f18c';
}
.icon-console:before {
  content: '\f18d';
}
.icon-contact-mail:before {
  content: '\f18e';
}
.icon-content-copy:before {
  content: '\f18f';
}
.icon-content-cut:before {
  content: '\f190';
}
.icon-content-duplicate:before {
  content: '\f191';
}
.icon-content-paste:before {
  content: '\f192';
}
.icon-content-save:before {
  content: '\f193';
}
.icon-content-save-all:before {
  content: '\f194';
}
.icon-content-save-settings:before {
  content: '\f61b';
}
.icon-contrast-box:before {
  content: '\f196';
}
.icon-contrast-circle:before {
  content: '\f197';
}
.icon-cookie:before {
  content: '\f198';
}
.icon-copyright:before {
  content: '\f5e6';
}
.icon-counter:before {
  content: '\f199';
}
.icon-credit-card:before {
  content: '\f19b';
}
.icon-credit-card-multiple:before {
  content: '\f19c';
}
.icon-credit-card-off:before {
  content: '\f5e4';
}
.icon-credit-card-plus:before {
  content: '\f675';
}
.icon-credit-card-scan:before {
  content: '\f19d';
}
.icon-crop:before {
  content: '\f19e';
}
.icon-crop-free:before {
  content: '\f19f';
}
.icon-crop-landscape:before {
  content: '\f1a0';
}
.icon-crop-portrait:before {
  content: '\f1a1';
}
.icon-crop-square:before {
  content: '\f1a2';
}
.icon-crosshairs:before {
  content: '\f1a3';
}
.icon-crosshairs-gps:before {
  content: '\f1a4';
}
.icon-cube:before {
  content: '\f1a6';
}
.icon-cube-outline:before {
  content: '\f1a7';
}
.icon-cube-send:before {
  content: '\f1a8';
}
.icon-cube-unfolded:before {
  content: '\f1a9';
}
.icon-currency-usd:before {
  content: '\f1b3';
}
.icon-currency-usd-off:before {
  content: '\f679';
}
.icon-cursor-default:before {
  content: '\f1b4';
}
.icon-cursor-default-outline:before {
  content: '\f1b5';
}
.icon-cursor-move:before {
  content: '\f1b6';
}
.icon-cursor-pointer:before {
  content: '\f1b7';
}
.icon-cursor-text:before {
  content: '\f5e7';
}
.icon-database:before {
  content: '\f1b8';
}
.icon-database-minus:before {
  content: '\f1b9';
}
.icon-database-plus:before {
  content: '\f1ba';
}
.icon-debug-step-into:before {
  content: '\f1bb';
}
.icon-debug-step-out:before {
  content: '\f1bc';
}
.icon-debug-step-over:before {
  content: '\f1bd';
}
.icon-decimal-decrease:before {
  content: '\f1be';
}
.icon-decimal-increase:before {
  content: '\f1bf';
}
.icon-delete:before {
  content: '\f1c0';
}
.icon-delete-outline:before {
  content: '\f1c3';
}
.icon-delete-circle:before {
  content: '\f682';
}
.icon-delete-forever:before {
  content: '\f5e8';
}
.icon-delete-sweep:before {
  content: '\f5e9';
}
.icon-desktop-mac:before {
  content: '\f1c4';
}
.icon-desktop-tower:before {
  content: '\f1c5';
}
.icon-details:before {
  content: '\f1c6';
}
.icon-developer-board:before {
  content: '\f696';
}
.icon-dialpad:before {
  content: '\f61c';
}
.icon-dictionary:before {
  content: '\f61d';
}
.icon-directions:before {
  content: '\f1d0';
}
.icon-directions-fork:before {
  content: '\f641';
}
.icon-dns:before {
  content: '\f1d6';
}
.icon-do-not-disturb:before {
  content: '\f697';
}
.icon-do-not-disturb-off:before {
  content: '\f698';
}
.icon-dots-horizontal:before {
  content: '\f1d8';
}
.icon-dots-vertical:before {
  content: '\f1d9';
}
.icon-douban:before {
  content: '\f699';
}
.icon-download:before {
  content: '\f1da';
}
.icon-drag:before {
  content: '\f1db';
}
.icon-drag-horizontal:before {
  content: '\f1dc';
}
.icon-drag-vertical:before {
  content: '\f1dd';
}
.icon-drawing:before {
  content: '\f1de';
}
.icon-drawing-box:before {
  content: '\f1df';
}
.icon-earth:before {
  content: '\f1e7';
}
.icon-earth-off:before {
  content: '\f1e8';
}
.icon-elevation-decline:before {
  content: '\f1eb';
}
.icon-elevation-rise:before {
  content: '\f1ec';
}
.icon-elevator:before {
  content: '\f1ed';
}
.icon-email:before {
  content: '\f1ee';
}
.icon-email-open:before {
  content: '\f1ef';
}
.icon-email-open-outline:before {
  content: '\f5ef';
}
.icon-email-outline:before {
  content: '\f1f0';
}
.icon-email-secure:before {
  content: '\f1f1';
}
.icon-email-variant:before {
  content: '\f5f0';
}
.icon-engine:before {
  content: '\f1fa';
}
.icon-engine-outline:before {
  content: '\f1fb';
}
.icon-equal:before {
  content: '\f1fc';
}
.icon-equal-box:before {
  content: '\f1fd';
}
.icon-eraser:before {
  content: '\f1fe';
}
.icon-eraser-variant:before {
  content: '\f642';
}
.icon-exit-to-app:before {
  content: '\f206';
}
.icon-export:before {
  content: '\f207';
}
.icon-eye:before {
  content: '\f208';
}
.icon-eye-off:before {
  content: '\f209';
}
.icon-eyedropper:before {
  content: '\f20a';
}
.icon-eyedropper-variant:before {
  content: '\f20b';
}
.icon-fax:before {
  content: '\f212';
}
.icon-file:before {
  content: '\f214';
}
.icon-file-chart:before {
  content: '\f215';
}
.icon-file-check:before {
  content: '\f216';
}
.icon-file-cloud:before {
  content: '\f217';
}
.icon-file-delimited:before {
  content: '\f218';
}
.icon-file-document:before {
  content: '\f219';
}
.icon-file-document-box:before {
  content: '\f21a';
}
.icon-file-excel:before {
  content: '\f21b';
}
.icon-file-excel-box:before {
  content: '\f21c';
}
.icon-file-export:before {
  content: '\f21d';
}
.icon-file-find:before {
  content: '\f21e';
}
.icon-file-hidden:before {
  content: '\f613';
}
.icon-file-image:before {
  content: '\f21f';
}
.icon-file-import:before {
  content: '\f220';
}
.icon-file-lock:before {
  content: '\f22d';
}
.icon-file-add:before {
  content: '\f239';
}
.icon-file-request-file2:before {
  content: '\f221';
}
.icon-file-multiple:before {
  content: '\f222';
}
.icon-file-music:before {
  content: '\f223';
}
.icon-file-outline:before {
  content: '\f224';
}
.icon-file-pdf:before {
  content: '\f225';
}
.icon-file-pdf-box:before {
  content: '\f226';
}
.icon-file-powerpoint:before {
  content: '\f227';
}
.icon-file-powerpoint-box:before {
  content: '\f228';
}
.icon-file-presentation-box:before {
  content: '\f229';
}
.icon-file-restore:before {
  content: '\f670';
}
.icon-file-send:before {
  content: '\f22a';
}
.icon-file-tree:before {
  content: '\f645';
}
.icon-file-video:before {
  content: '\f22b';
}
.icon-file-word:before {
  content: '\f22c';
}
.icon-file-xml:before {
  content: '\f22e';
}
.icon-film:before {
  content: '\f22f';
}
.icon-filmstrip:before {
  content: '\f230';
}
.icon-filmstrip-off:before {
  content: '\f231';
}
.icon-filter:before {
  content: '\f232';
}
.icon-filter-outline:before {
  content: '\f233';
}
.icon-filter-remove:before {
  content: '\f234';
}
.icon-filter-remove-outline:before {
  content: '\f235';
}
.icon-filter-variant:before {
  content: '\f236';
}
.icon-fingerprint:before {
  content: '\f237';
}
.icon-fire:before {
  content: '\f238';
}
.icon-flag:before {
  content: '\f23b';
}
.icon-flag-checkered:before {
  content: '\f23c';
}
.icon-flag-outline:before {
  content: '\f23d';
}
.icon-flag-outline-variant:before {
  content: '\f23e';
}
.icon-flag-triangle:before {
  content: '\f23f';
}
.icon-flag-variant:before {
  content: '\f240';
}
.icon-flash:before {
  content: '\f241';
}
.icon-flash-auto:before {
  content: '\f242';
}
.icon-flash-off:before {
  content: '\f243';
}
.icon-flash-red-eye:before {
  content: '\f67a';
}
.icon-flashlight:before {
  content: '\f244';
}
.icon-flashlight-off:before {
  content: '\f245';
}
.icon-flip-to-back:before {
  content: '\f247';
}
.icon-flip-to-front:before {
  content: '\f248';
}
.icon-floppy:before {
  content: '\f249';
}
.icon-folder:before {
  content: '\f25a';
}
.icon-file-request:before {
  content: '\f24b';
}
.icon-folder-account:before {
  content: '\f24c';
}
.icon-folder-download:before {
  content: '\f24d';
}
.icon-folder-google-drive:before {
  content: '\f24e';
}
.icon-folder-image:before {
  content: '\f24f';
}
.icon-folder-lock:before {
  content: '\f250';
}
.icon-folder-lock-open:before {
  content: '\f251';
}
.icon-folder-move:before {
  content: '\f252';
}
.icon-folder-multiple:before {
  content: '\f253';
}
.icon-folder-multiple-image:before {
  content: '\f254';
}
.icon-folder-multiple-outline:before {
  content: '\f255';
}
.icon-folder-outline:before {
  content: '\f256';
}
.icon-folder-plus:before {
  content: '\f257';
}
.icon-folder-remove:before {
  content: '\f258';
}
.icon-folder-star:before {
  content: '\f69c';
}
.icon-folder-upload:before {
  content: '\f259';
}
.icon-format-align-center:before {
  content: '\f260';
}
.icon-format-align-justify:before {
  content: '\f261';
}
.icon-format-align-left:before {
  content: '\f262';
}
.icon-format-align-right:before {
  content: '\f263';
}
.icon-format-annotation-plus:before {
  content: '\f646';
}
.icon-format-bold:before {
  content: '\f264';
}
.icon-format-clear:before {
  content: '\f265';
}
.icon-format-color-fill:before {
  content: '\f266';
}
.icon-format-color-text:before {
  content: '\f69d';
}
.icon-format-float-center:before {
  content: '\f267';
}
.icon-format-float-left:before {
  content: '\f268';
}
.icon-format-float-none:before {
  content: '\f269';
}
.icon-format-float-right:before {
  content: '\f26a';
}
.icon-format-header-1:before {
  content: '\f26b';
}
.icon-format-header-2:before {
  content: '\f26c';
}
.icon-format-header-3:before {
  content: '\f26d';
}
.icon-format-header-4:before {
  content: '\f26e';
}
.icon-format-header-5:before {
  content: '\f26f';
}
.icon-format-header-6:before {
  content: '\f270';
}
.icon-format-header-decrease:before {
  content: '\f271';
}
.icon-format-header-equal:before {
  content: '\f272';
}
.icon-format-header-increase:before {
  content: '\f273';
}
.icon-format-header-pound:before {
  content: '\f274';
}
.icon-format-horizontal-align-center:before {
  content: '\f61e';
}
.icon-format-horizontal-align-left:before {
  content: '\f61f';
}
.icon-format-horizontal-align-right:before {
  content: '\f620';
}
.icon-format-indent-decrease:before {
  content: '\f275';
}
.icon-format-indent-increase:before {
  content: '\f276';
}
.icon-format-italic:before {
  content: '\f277';
}
.icon-format-line-spacing:before {
  content: '\f278';
}
.icon-format-line-style:before {
  content: '\f5c8';
}
.icon-format-line-weight:before {
  content: '\f5c9';
}
.icon-format-list-bulleted:before {
  content: '\f279';
}
.icon-format-list-bulleted-type:before {
  content: '\f27a';
}
.icon-format-list-numbers:before {
  content: '\f27b';
}
.icon-format-paint:before {
  content: '\f27c';
}
.icon-format-paragraph:before {
  content: '\f27d';
}
.icon-format-quote:before {
  content: '\f27e';
}
.icon-format-section:before {
  content: '\f69e';
}
.icon-format-size:before {
  content: '\f27f';
}
.icon-format-strikethrough:before {
  content: '\f280';
}
.icon-format-strikethrough-variant:before {
  content: '\f281';
}
.icon-format-subscript:before {
  content: '\f282';
}
.icon-format-superscript:before {
  content: '\f283';
}
.icon-format-text:before {
  content: '\f284';
}
.icon-format-textdirection-l-to-r:before {
  content: '\f285';
}
.icon-format-textdirection-r-to-l:before {
  content: '\f286';
}
.icon-format-title:before {
  content: '\f5f4';
}
.icon-format-underline:before {
  content: '\f287';
}
.icon-format-vertical-align-bottom:before {
  content: '\f621';
}
.icon-format-vertical-align-center:before {
  content: '\f622';
}
.icon-format-vertical-align-top:before {
  content: '\f623';
}
.icon-format-wrap-inline:before {
  content: '\f288';
}
.icon-format-wrap-square:before {
  content: '\f289';
}
.icon-format-wrap-tight:before {
  content: '\f28a';
}
.icon-format-wrap-top-bottom:before {
  content: '\f28b';
}
.icon-forum:before {
  content: '\f28c';
}
.icon-forward:before {
  content: '\f28d';
}
.icon-fullscreen:before {
  content: '\f293';
}
.icon-fullscreen-exit:before {
  content: '\f294';
}
.icon-gate:before {
  content: '\f299';
}
.icon-gauge:before {
  content: '\f29a';
}
.icon-gavel:before {
  content: '\f29b';
}
.icon-google-circles-communities:before {
  content: '\f2b1';
}
.icon-google-circles-extended:before {
  content: '\f2b2';
}
.icon-google-circles-group:before {
  content: '\f2b3';
}
.icon-gradient:before {
  content: '\f69f';
}
.icon-grid:before {
  content: '\f2c1';
}
.icon-grid-off:before {
  content: '\f2c2';
}
.icon-group:before {
  content: '\f2c3';
}
.icon-hand-pointing-right:before {
  content: '\f2c7';
}
.icon-hangouts:before {
  content: '\f2c9';
}
.icon-headphones-settings:before {
  content: '\f2cd';
}
.icon-headset:before {
  content: '\f2ce';
}
.icon-headset-off:before {
  content: '\f2d0';
}
.icon-heart:before {
  content: '\f2d1';
}
.icon-heart-box:before {
  content: '\f2d2';
}
.icon-heart-box-outline:before {
  content: '\f2d3';
}
.icon-heart-outline:before {
  content: '\f2d5';
}
.icon-help-circle:before {
  content: '\f2d7';
}
.icon-help-circle-outline:before {
  content: '\f625';
}
.icon-history:before {
  content: '\f2da';
}
.icon-home:before {
  content: '\f2dc';
}
.icon-home-map-marker:before {
  content: '\f5f8';
}
.icon-home-outline:before {
  content: '\f6a0';
}
.icon-home-variant:before {
  content: '\f2de';
}
.icon-hospital:before {
  content: '\f2e0';
}
.icon-human-female:before {
  content: '\f649';
}
.icon-human-male:before {
  content: '\f64d';
}
.icon-human-male-female:before {
  content: '\f2e8';
}
.icon-image:before {
  content: '\f2e9';
}
.icon-image-album:before {
  content: '\f2ea';
}
.icon-image-area:before {
  content: '\f2eb';
}
.icon-image-area-close:before {
  content: '\f2ec';
}
.icon-image-broken:before {
  content: '\f2ed';
}
.icon-image-broken-variant:before {
  content: '\f2ee';
}
.icon-image-filter:before {
  content: '\f2ef';
}
.icon-image-filter-black-white:before {
  content: '\f2f0';
}
.icon-image-filter-center-focus:before {
  content: '\f2f1';
}
.icon-image-filter-center-focus-weak:before {
  content: '\f2f2';
}
.icon-image-filter-drama:before {
  content: '\f2f3';
}
.icon-image-filter-frames:before {
  content: '\f2f4';
}
.icon-image-filter-hdr:before {
  content: '\f2f5';
}
.icon-image-filter-none:before {
  content: '\f2f6';
}
.icon-image-filter-tilt-shift:before {
  content: '\f2f7';
}
.icon-image-multiple:before {
  content: '\f2f9';
}
.icon-import:before {
  content: '\f2fa';
}
.icon-inbox:before {
  content: '\f686';
}
.icon-inbox-arrow-down:before {
  content: '\f2fb';
}
.icon-inbox-arrow-up:before {
  content: '\f3d1';
}
.icon-information:before {
  content: '\f2fc';
}
.icon-information-outline:before {
  content: '\f2fd';
}
.icon-information-variant:before {
  content: '\f64e';
}
.icon-invert-colors:before {
  content: '\f301';
}
.icon-json:before {
  content: '\f626';
}
.icon-key:before {
  content: '\f306';
}
.icon-key-change:before {
  content: '\f307';
}
.icon-key-minus:before {
  content: '\f308';
}
.icon-key-plus:before {
  content: '\f309';
}
.icon-key-remove:before {
  content: '\f30a';
}
.icon-key-variant:before {
  content: '\f30b';
}
.icon-keyboard:before {
  content: '\f30c';
}
.icon-keyboard-backspace:before {
  content: '\f30d';
}
.icon-keyboard-caps:before {
  content: '\f30e';
}
.icon-keyboard-close:before {
  content: '\f30f';
}
.icon-keyboard-off:before {
  content: '\f310';
}
.icon-keyboard-return:before {
  content: '\f311';
}
.icon-keyboard-tab:before {
  content: '\f312';
}
.icon-keyboard-variant:before {
  content: '\f313';
}
.icon-label:before {
  content: '\f315';
}
.icon-label-outline:before {
  content: '\f316';
}
.icon-lamp:before {
  content: '\f6b4';
}
.icon-lan:before {
  content: '\f317';
}
.icon-lan-connect:before {
  content: '\f318';
}
.icon-lan-disconnect:before {
  content: '\f319';
}
.icon-lan-pending:before {
  content: '\f31a';
}
.icon-laptop:before {
  content: '\f322';
}
.icon-laptop-chromebook:before {
  content: '\f323';
}
.icon-laptop-mac:before {
  content: '\f324';
}
.icon-laptop-windows:before {
  content: '\f325';
}
.icon-launch:before {
  content: '\f327';
}
.icon-layers:before {
  content: '\f328';
}
.icon-layers-off:before {
  content: '\f329';
}
.icon-lead-pencil:before {
  content: '\f64f';
}
.icon-library-books:before {
  content: '\f332';
}
.icon-library-music:before {
  content: '\f333';
}
.icon-library-plus:before {
  content: '\f334';
}
.icon-lightbulb:before {
  content: '\f335';
}
.icon-lightbulb-outline:before {
  content: '\f336';
}
.icon-link:before {
  content: '\f337';
}
.icon-link-off:before {
  content: '\f338';
}
.icon-link-variant:before {
  content: '\f339';
}
.icon-link-variant-off:before {
  content: '\f33a';
}
.icon-lock:before {
  content: '\f33e';
}
.icon-lock-open:before {
  content: '\f33f';
}
.icon-lock-open-outline:before {
  content: '\f340';
}
.icon-lock-outline:before {
  content: '\f341';
}
.icon-lock-plus:before {
  content: '\f5fb';
}
.icon-login:before {
  content: '\f342';
}
.icon-login-variant:before {
  content: '\f5fc';
}
.icon-logout-variant:before {
  content: '\f5fd';
}
.icon-loupe:before {
  content: '\f345';
}
.icon-magnify:before {
  content: '\f349';
}
.icon-magnify-minus:before {
  content: '\f34a';
}
.icon-magnify-plus:before {
  content: '\f34b';
}
.icon-map:before {
  content: '\f34d';
}
.icon-map-marker:before {
  content: '\f34e';
}
.icon-map-marker-circle:before {
  content: '\f34f';
}
.icon-map-marker-minus:before {
  content: '\f650';
}
.icon-map-marker-multiple:before {
  content: '\f350';
}
.icon-map-marker-off:before {
  content: '\f351';
}
.icon-map-marker-plus:before {
  content: '\f651';
}
.icon-map-marker-radius:before {
  content: '\f352';
}
.icon-margin:before {
  content: '\f353';
}
.icon-marker-check:before {
  content: '\f355';
}
.icon-math-compass:before {
  content: '\f358';
}
.icon-memory:before {
  content: '\f35b';
}
.icon-menu:before {
  content: '\f35c';
}
.icon-menu-down:before {
  content: '\f35d';
}
.icon-menu-left:before {
  content: '\f35e';
}
.icon-menu-right:before {
  content: '\f35f';
}
.icon-menu-up:before {
  content: '\f360';
}
.icon-message:before {
  content: '\f361';
}
.icon-message-alert:before {
  content: '\f362';
}
.icon-message-bulleted:before {
  content: '\f6a1';
}
.icon-message-bulleted-off:before {
  content: '\f6a2';
}
.icon-message-draw:before {
  content: '\f363';
}
.icon-message-image:before {
  content: '\f364';
}
.icon-message-outline:before {
  content: '\f365';
}
.icon-message-plus:before {
  content: '\f653';
}
.icon-message-processing:before {
  content: '\f366';
}
.icon-message-reply:before {
  content: '\f367';
}
.icon-message-reply-text:before {
  content: '\f368';
}
.icon-message-text:before {
  content: '\f369';
}
.icon-message-text-outline:before {
  content: '\f36a';
}
.icon-message-video:before {
  content: '\f36b';
}
.icon-microphone:before {
  content: '\f36c';
}
.icon-microphone-off:before {
  content: '\f36d';
}
.icon-microphone-outline:before {
  content: '\f36e';
}
.icon-microphone-settings:before {
  content: '\f36f';
}
.icon-minus-box:before {
  content: '\f375';
}
.icon-minus-circle:before {
  content: '\f376';
}
.icon-minus-circle-outline:before {
  content: '\f377';
}
.icon-minus-network:before {
  content: '\f378';
}
.icon-monitor:before {
  content: '\f379';
}
.icon-monitor-multiple:before {
  content: '\f37a';
}
.icon-more:before {
  content: '\f37b';
}
.icon-move-resize-variant:before {
  content: '\f656';
}
.icon-movie:before {
  content: '\f381';
}
.icon-multiplication:before {
  content: '\f382';
}
.icon-multiplication-box:before {
  content: '\f383';
}
.icon-music-box:before {
  content: '\f384';
}
.icon-music-box-outline:before {
  content: '\f385';
}
.icon-music-circle:before {
  content: '\f386';
}
.icon-music-note:before {
  content: '\f387';
}
.icon-navigation:before {
  content: '\f390';
}
.icon-near-me:before {
  content: '\f5cd';
}
.icon-nest-protect:before {
  content: '\f392';
}
.icon-new-box:before {
  content: '\f394';
}
.icon-newspaper:before {
  content: '\f395';
}
.icon-nfc-tap:before {
  content: '\f397';
}
.icon-nfc-variant:before {
  content: '\f398';
}
.icon-note:before {
  content: '\f39a';
}
.icon-note-multiple:before {
  content: '\f6b7';
}
.icon-note-multiple-outline:before {
  content: '\f6b8';
}
.icon-note-outline:before {
  content: '\f39b';
}
.icon-note-plus:before {
  content: '\f39c';
}
.icon-note-plus-outline:before {
  content: '\f39d';
}
.icon-note-delete-outline:before {
  content: '\f3c5';
}
.icon-note-delete-outline-variant:before {
  content: '\f3c6';
}
.icon-note-text:before {
  content: '\f39e';
}
.icon-notification-clear-all:before {
  content: '\f39f';
}
.icon-numeric:before {
  content: '\f3a0';
}
.icon-numeric-0-box:before {
  content: '\f3a1';
}
.icon-numeric-0-box-multiple-outline:before {
  content: '\f3a2';
}
.icon-numeric-0-box-outline:before {
  content: '\f3a3';
}
.icon-numeric-1-box:before {
  content: '\f3a4';
}
.icon-numeric-1-box-multiple-outline:before {
  content: '\f3a5';
}
.icon-awaiting-publication:before {
  content: '\e906';
}
.icon-numeric-1-box-outline:before {
  content: '\f3a6';
}
.icon-numeric-2-box:before {
  content: '\f3a7';
}
.icon-numeric-2-box-multiple-outline:before {
  content: '\f3a8';
}
.icon-numeric-2-box-outline:before {
  content: '\f3a9';
}
.icon-numeric-3-box:before {
  content: '\f3aa';
}
.icon-numeric-3-box-multiple-outline:before {
  content: '\f3ab';
}
.icon-numeric-3-box-outline:before {
  content: '\f3ac';
}
.icon-numeric-4-box:before {
  content: '\f3ad';
}
.icon-numeric-4-box-multiple-outline:before {
  content: '\f3ae';
}
.icon-numeric-4-box-outline:before {
  content: '\f3af';
}
.icon-numeric-5-box:before {
  content: '\f3b0';
}
.icon-numeric-5-box-multiple-outline:before {
  content: '\f3b1';
}
.icon-numeric-5-box-outline:before {
  content: '\f3b2';
}
.icon-numeric-6-box:before {
  content: '\f3b3';
}
.icon-numeric-6-box-multiple-outline:before {
  content: '\f3b4';
}
.icon-numeric-6-box-outline:before {
  content: '\f3b5';
}
.icon-numeric-7-box:before {
  content: '\f3b6';
}
.icon-numeric-7-box-multiple-outline:before {
  content: '\f3b7';
}
.icon-numeric-7-box-outline:before {
  content: '\f3b8';
}
.icon-numeric-8-box:before {
  content: '\f3b9';
}
.icon-numeric-8-box-multiple-outline:before {
  content: '\f3ba';
}
.icon-numeric-8-box-outline:before {
  content: '\f3bb';
}
.icon-numeric-9-box:before {
  content: '\f3bc';
}
.icon-numeric-9-box-multiple-outline:before {
  content: '\f3bd';
}
.icon-numeric-9-box-outline:before {
  content: '\f3be';
}
.icon-numeric-9-plus-box:before {
  content: '\f3bf';
}
.icon-numeric-9-plus-box-multiple-outline:before {
  content: '\f3c0';
}
.icon-numeric-9-plus-box-outline:before {
  content: '\f3c1';
}
.icon-nutrition:before {
  content: '\f3c2';
}
.icon-octagon:before {
  content: '\f3c3';
}
.icon-octagon-outline:before {
  content: '\f3c4';
}
.icon-open-in-app:before {
  content: '\f3cb';
}
.icon-open-in-new:before {
  content: '\f3cc';
}
.icon-package:before {
  content: '\f3d3';
}
.icon-package-down:before {
  content: '\f3d4';
}
.icon-package-up:before {
  content: '\f3d5';
}
.icon-package-variant:before {
  content: '\f3d6';
}
.icon-package-variant-closed:before {
  content: '\f3d7';
}
.icon-page-first:before {
  content: '\f600';
}
.icon-page-last:before {
  content: '\f601';
}
.icon-palette:before {
  content: '\f3d8';
}
.icon-palette-advanced:before {
  content: '\f3d9';
}
.icon-panorama:before {
  content: '\f3dc';
}
.icon-panorama-fisheye:before {
  content: '\f3dd';
}
.icon-panorama-horizontal:before {
  content: '\f3de';
}
.icon-panorama-vertical:before {
  content: '\f3df';
}
.icon-panorama-wide-angle:before {
  content: '\f3e0';
}
.icon-paper-cut-vertical:before {
  content: '\f3e1';
}
.icon-paperclip:before {
  content: '\f3e2';
}
.icon-pause:before {
  content: '\f3e4';
}
.icon-pause-circle:before {
  content: '\f3e5';
}
.icon-pause-circle-outline:before {
  content: '\f3e6';
}
.icon-pause-octagon:before {
  content: '\f3e7';
}
.icon-pause-octagon-outline:before {
  content: '\f3e8';
}
.icon-pencil:before {
  content: '\f3eb';
}
.icon-pencil-box:before {
  content: '\f3ec';
}
.icon-pencil-box-outline:before {
  content: '\f3ed';
}
.icon-pencil-lock:before {
  content: '\f3ee';
}
.icon-pencil-off:before {
  content: '\f3ef';
}
.icon-phone:before {
  content: '\f3f2';
}
.icon-phone-classic:before {
  content: '\f602';
}
.icon-pin:before {
  content: '\f403';
}
.icon-pin-off:before {
  content: '\f404';
}
.icon-play:before {
  content: '\f40a';
}
.icon-stop:before {
  content: '\e918';
}
.icon-play-box-outline:before {
  content: '\f40b';
}
.icon-play-circle:before {
  content: '\f40c';
}
.icon-play-circle-outline:before {
  content: '\f40d';
}
.icon-play-pause:before {
  content: '\f40e';
}
.icon-play-protected-content:before {
  content: '\f40f';
}
.icon-playlist-check:before {
  content: '\f5c7';
}
.icon-playlist-minus:before {
  content: '\f410';
}
.icon-playlist-play:before {
  content: '\f411';
}
.icon-playlist-plus:before {
  content: '\f412';
}
.icon-playlist-remove:before {
  content: '\f413';
}
.icon-plex:before {
  content: '\f6b9';
}
.icon-plus:before {
  content: '\f415';
}
.icon-plus-box:before {
  content: '\f416';
}
.icon-plus-circle:before {
  content: '\f417';
}
.icon-plus-circle-multiple-outline:before {
  content: '\f418';
}
.icon-plus-circle-outline:before {
  content: '\f419';
}
.icon-plus-network:before {
  content: '\f41a';
}
.icon-plus-one:before {
  content: '\f41b';
}
.icon-polaroid:before {
  content: '\f41e';
}
.icon-poll:before {
  content: '\f41f';
}
.icon-poll-box:before {
  content: '\f420';
}
.icon-pound:before {
  content: '\f423';
}
.icon-pound-box:before {
  content: '\f424';
}
.icon-power:before {
  content: '\f425';
}
.icon-power-plug:before {
  content: '\f6a4';
}
.icon-power-plug-off:before {
  content: '\f6a5';
}
.icon-presentation:before {
  content: '\f428';
}
.icon-presentation-play:before {
  content: '\f429';
}
.icon-printer:before {
  content: '\f42a';
}
.icon-printer-3d:before {
  content: '\f42b';
}
.icon-printer-alert:before {
  content: '\f42c';
}
.icon-priority-high:before {
  content: '\f603';
}
.icon-priority-low:before {
  content: '\f604';
}
.icon-professional-hexagon:before {
  content: '\f42d';
}
.icon-projector-screen:before {
  content: '\f42f';
}
.icon-publish-varient:before {
  content: '\f6a6';
}
.icon-pulse:before {
  content: '\f430';
}
.icon-qrcode:before {
  content: '\f432';
}
.icon-qrcode-scan:before {
  content: '\f433';
}
.icon-quality-high:before {
  content: '\f435';
}
.icon-radar:before {
  content: '\f437';
}
.icon-radiator:before {
  content: '\f438';
}
.icon-radio:before {
  content: '\f439';
}
.icon-radio-handheld:before {
  content: '\f43a';
}
.icon-radiobox-blank:before {
  content: '\f43d';
}
.icon-radiobox-marked:before {
  content: '\f43e';
}
.icon-ray-end:before {
  content: '\f440';
}
.icon-ray-end-arrow:before {
  content: '\f441';
}
.icon-ray-start:before {
  content: '\f442';
}
.icon-ray-start-arrow:before {
  content: '\f443';
}
.icon-ray-start-end:before {
  content: '\f444';
}
.icon-ray-vertex:before {
  content: '\f445';
}
.icon-receipt:before {
  content: '\f449';
}
.icon-record:before {
  content: '\f44a';
}
.icon-redo:before {
  content: '\f44e';
}
.icon-redo-variant:before {
  content: '\f44f';
}
.icon-refresh:before {
  content: '\f450';
}
.icon-regex:before {
  content: '\f451';
}
.icon-relative-scale:before {
  content: '\f452';
}
.icon-reload:before {
  content: '\f453';
}
.icon-remote:before {
  content: '\f454';
}
.icon-rename-box:before {
  content: '\f455';
}
.icon-reorder-horizontal:before {
  content: '\f687';
}
.icon-reorder-vertical:before {
  content: '\f688';
}
.icon-repeat:before {
  content: '\f456';
}
.icon-repeat-off:before {
  content: '\f457';
}
.icon-repeat-once:before {
  content: '\f458';
}
.icon-replay:before {
  content: '\f459';
}
.icon-reply:before {
  content: '\f45a';
}
.icon-reply-all:before {
  content: '\f45b';
}
.icon-resize-bottom-right:before {
  content: '\f45d';
}
.icon-responsive:before {
  content: '\f45e';
}
.icon-restore:before {
  content: '\f6a7';
}
.icon-rewind:before {
  content: '\f45f';
}
.icon-road:before {
  content: '\f461';
}
.icon-road-variant:before {
  content: '\f462';
}
.icon-rocket:before {
  content: '\f463';
}
.icon-rotate-3d:before {
  content: '\f464';
}
.icon-rotate-90:before {
  content: '\f6a9';
}
.icon-rotate-left:before {
  content: '\f465';
}
.icon-rotate-left-variant:before {
  content: '\f466';
}
.icon-rotate-right:before {
  content: '\f467';
}
.icon-rotate-right-variant:before {
  content: '\f468';
}
.icon-rounded-corner:before {
  content: '\f607';
}
.icon-router-wireless:before {
  content: '\f469';
}
.icon-routes:before {
  content: '\f46a';
}
.icon-rss:before {
  content: '\f46b';
}
.icon-rss-box:before {
  content: '\f46c';
}
.icon-ruler:before {
  content: '\f46d';
}
.icon-run:before {
  content: '\f46e';
}
.icon-sale:before {
  content: '\f46f';
}
.icon-satellite:before {
  content: '\f470';
}
.icon-scale-balance:before {
  content: '\f5d1';
}
.icon-scale-bathroom:before {
  content: '\f473';
}
.icon-scanner:before {
  content: '\f6aa';
}
.icon-school:before {
  content: '\f474';
}
.icon-script:before {
  content: '\f478';
}
.icon-sd:before {
  content: '\f479';
}
.icon-seal:before {
  content: '\f47a';
}
.icon-security:before {
  content: '\f483';
}
.icon-security-home:before {
  content: '\f689';
}
.icon-security-network:before {
  content: '\f484';
}
.icon-select:before {
  content: '\f485';
}
.icon-select-all:before {
  content: '\f486';
}
.icon-select-rectangle:before {
  content: '\f48b';
}
.icon-select-inverse:before {
  content: '\f487';
}
.icon-select-off:before {
  content: '\f488';
}
.icon-selection:before {
  content: '\f489';
}
.icon-send:before {
  content: '\f48a';
}
.icon-server-minus:before {
  content: '\f48c';
}
.icon-server-network:before {
  content: '\f48d';
}
.icon-server-network-off:before {
  content: '\f48e';
}
.icon-server-off:before {
  content: '\f48f';
}
.icon-server-plus:before {
  content: '\f490';
}
.icon-server-remove:before {
  content: '\f491';
}
.icon-server-security:before {
  content: '\f492';
}
.icon-settings-cog:before {
  content: '\f493';
}
.icon-settings-box:before {
  content: '\f494';
}
.icon-shape-circle-plus:before {
  content: '\f65d';
}
.icon-shape-plus:before {
  content: '\f495';
}
.icon-shape-polygon-plus:before {
  content: '\f65e';
}
.icon-shape-rectangle-plus:before {
  content: '\f65f';
}
.icon-shape-square-plus:before {
  content: '\f660';
}
.icon-share:before {
  content: '\f4a3';
}
.icon-share-variant:before {
  content: '\f497';
}
.icon-share-box:before {
  content: '\e91d';
}
.icon-shield:before {
  content: '\f498';
}
.icon-shield-outline:before {
  content: '\f499';
}
.icon-shopping:before {
  content: '\f49a';
}
.icon-shopping-music:before {
  content: '\f49b';
}
.icon-shredder:before {
  content: '\f49c';
}
.icon-shuffle:before {
  content: '\f49d';
}
.icon-shuffle-disabled:before {
  content: '\f49e';
}
.icon-shuffle-variant:before {
  content: '\f49f';
}
.icon-sign-caution:before {
  content: '\f4a1';
}
.icon-signal:before {
  content: '\f4a2';
}
.icon-sim:before {
  content: '\f4a7';
}
.icon-sim-alert:before {
  content: '\f4a8';
}
.icon-sim-off:before {
  content: '\f4a9';
}
.icon-sitemap:before {
  content: '\f4aa';
}
.icon-skip-backward:before {
  content: '\f4ab';
}
.icon-skip-forward:before {
  content: '\f4ac';
}
.icon-skip-next:before {
  content: '\f4ad';
}
.icon-skip-next-circle:before {
  content: '\f661';
}
.icon-skip-next-circle-outline:before {
  content: '\f662';
}
.icon-skip-previous:before {
  content: '\f4ae';
}
.icon-skip-previous-circle:before {
  content: '\f663';
}
.icon-skip-previous-circle-outline:before {
  content: '\f664';
}
.icon-solid:before {
  content: '\f68c';
}
.icon-sort:before {
  content: '\f4ba';
}
.icon-sort-alphabetical:before {
  content: '\f4bb';
}
.icon-sort-ascending:before {
  content: '\f4bc';
}
.icon-sort-descending:before {
  content: '\f4bd';
}
.icon-sort-numeric:before {
  content: '\f4be';
}
.icon-sort-variant:before {
  content: '\f4bf';
}
.icon-source-branch:before {
  content: '\f62c';
}
.icon-source-fork:before {
  content: '\f4c1';
}
.icon-source-merge:before {
  content: '\f62d';
}
.icon-source-pull:before {
  content: '\f4c2';
}
.icon-speedometer:before {
  content: '\f4c5';
}
.icon-spellcheck:before {
  content: '\f4c6';
}
.icon-square-inc:before {
  content: '\f4ca';
}
.icon-square-inc-cash:before {
  content: '\f4cb';
}
.icon-stairs:before {
  content: '\f4cd';
}
.icon-star:before {
  content: '\f4ce';
}
.icon-star-circle:before {
  content: '\f4cf';
}
.icon-star-half:before {
  content: '\f4d0';
}
.icon-star-off:before {
  content: '\f4d1';
}
.icon-star-outline:before {
  content: '\f4d2';
}
.icon-step-backward:before {
  content: '\f4d5';
}
.icon-step-backward-variant:before {
  content: '\f4d6';
}
.icon-step-forward:before {
  content: '\f4d7';
}
.icon-step-forward-variant:before {
  content: '\f4d8';
}
.icon-stop-circle:before {
  content: '\f666';
}
.icon-stop-circle-outline:before {
  content: '\f667';
}
.icon-store:before {
  content: '\f4dc';
}
.icon-subdirectory-arrow-left:before {
  content: '\f60c';
}
.icon-subdirectory-arrow-right:before {
  content: '\f60d';
}
.icon-surround-sound:before {
  content: '\f5c5';
}
.icon-swap-vertical:before {
  content: '\f4e2';
}
.icon-switch:before {
  content: '\f4e4';
}
.icon-sync:before {
  content: '\f4e6';
}
.icon-sync-alert:before {
  content: '\f4e7';
}
.icon-sync-off:before {
  content: '\f4e8';
}
.icon-tab:before {
  content: '\f4e9';
}
.icon-tab-unselected:before {
  content: '\f4ea';
}
.icon-table:before {
  content: '\f4eb';
}
.icon-table-column-plus-after:before {
  content: '\f4ec';
}
.icon-table-column-plus-before:before {
  content: '\f4ed';
}
.icon-table-column-remove:before {
  content: '\f4ee';
}
.icon-table-column-width:before {
  content: '\f4ef';
}
.icon-table-edit:before {
  content: '\f4f0';
}
.icon-table-large:before {
  content: '\f4f1';
}
.icon-table-row-height:before {
  content: '\f4f2';
}
.icon-table-row-plus-after:before {
  content: '\f4f3';
}
.icon-table-row-plus-before:before {
  content: '\f4f4';
}
.icon-table-row-remove:before {
  content: '\f4f5';
}
.icon-tablet:before {
  content: '\f4f6';
}
.icon-tablet-android:before {
  content: '\f4f7';
}
.icon-tablet-ipad:before {
  content: '\f4f8';
}
.icon-tag:before {
  content: '\f4f9';
}
.icon-tag-heart:before {
  content: '\f68a';
}
.icon-tag-multiple:before {
  content: '\f4fb';
}
.icon-tag-outline:before {
  content: '\f4fc';
}
.icon-tag-text-outline:before {
  content: '\f4fd';
}
.icon-target:before {
  content: '\f4fe';
}
.icon-teamviewer:before {
  content: '\f500';
}
.icon-telegram:before {
  content: '\f501';
}
.icon-television:before {
  content: '\f502';
}
.icon-television-guide:before {
  content: '\f503';
}
.icon-text-shadow:before {
  content: '\f669';
}
.icon-textbox:before {
  content: '\f60e';
}
.icon-texture:before {
  content: '\f50c';
}
.icon-theater:before {
  content: '\f50d';
}
.icon-ticket:before {
  content: '\f516';
}
.icon-ticket-account:before {
  content: '\f517';
}
.icon-ticket-confirmation:before {
  content: '\f518';
}
.icon-timelapse:before {
  content: '\f51a';
}
.icon-timer:before {
  content: '\f51b';
}
.icon-timer-off:before {
  content: '\f51e';
}
.icon-timer-sand:before {
  content: '\f51f';
}
.icon-timer-sand-empty:before {
  content: '\f6ac';
}
.icon-timetable:before {
  content: '\f520';
}
.icon-toggle-switch:before {
  content: '\f521';
}
.icon-toggle-switch-off:before {
  content: '\f522';
}
.icon-tooltip:before {
  content: '\f523';
}
.icon-tooltip-edit:before {
  content: '\f524';
}
.icon-tooltip-image:before {
  content: '\f525';
}
.icon-tooltip-outline:before {
  content: '\f526';
}
.icon-tooltip-outline-plus:before {
  content: '\f527';
}
.icon-tooltip-text:before {
  content: '\f528';
}
.icon-traffic-light:before {
  content: '\f52b';
}
.icon-transcribe:before {
  content: '\f52e';
}
.icon-transcribe-close:before {
  content: '\f52f';
}
.icon-transfer:before {
  content: '\f530';
}
.icon-trending-down:before {
  content: '\f533';
}
.icon-trending-neutral:before {
  content: '\f534';
}
.icon-trending-up:before {
  content: '\f535';
}
.icon-triangle:before {
  content: '\f536';
}
.icon-triangle-outline:before {
  content: '\f537';
}
.icon-trophy-award:before {
  content: '\f539';
}
.icon-tumblr-reblog:before {
  content: '\f542';
}
.icon-tune:before {
  content: '\f62e';
}
.icon-tune-vertical:before {
  content: '\f66a';
}
.icon-twitter-retweet:before {
  content: '\f547';
}
.icon-undo:before {
  content: '\f54c';
}
.icon-undo-variant:before {
  content: '\f54d';
}
.icon-unfold-less:before {
  content: '\f54e';
}
.icon-unfold-more:before {
  content: '\f54f';
}
.icon-ungroup:before {
  content: '\f550';
}
.icon-update:before {
  content: '\f6af';
}
.icon-upload:before {
  content: '\f552';
}
.icon-usb:before {
  content: '\f553';
}
.icon-vector-arrange-above:before {
  content: '\f554';
}
.icon-vector-arrange-below:before {
  content: '\f555';
}
.icon-vector-circle:before {
  content: '\f556';
}
.icon-vector-circle-variant:before {
  content: '\f557';
}
.icon-vector-combine:before {
  content: '\f558';
}
.icon-vector-curve:before {
  content: '\f559';
}
.icon-vector-difference:before {
  content: '\f55a';
}
.icon-vector-difference-ab:before {
  content: '\f55b';
}
.icon-vector-difference-ba:before {
  content: '\f55c';
}
.icon-vector-intersection:before {
  content: '\f55d';
}
.icon-vector-line:before {
  content: '\f55e';
}
.icon-vector-point:before {
  content: '\f55f';
}
.icon-vector-polygon:before {
  content: '\f560';
}
.icon-vector-polyline:before {
  content: '\f561';
}
.icon-vector-rectangle:before {
  content: '\f5c6';
}
.icon-vector-selection:before {
  content: '\f562';
}
.icon-vector-square:before {
  content: '\f001';
}
.icon-vector-triangle:before {
  content: '\f563';
}
.icon-vector-union:before {
  content: '\f564';
}
.icon-verified:before {
  content: '\f565';
}
.icon-vibrate:before {
  content: '\f566';
}
.icon-video:before {
  content: '\f567';
}
.icon-video-off:before {
  content: '\f568';
}
.icon-video-switch:before {
  content: '\f569';
}
.icon-view-agenda:before {
  content: '\f56a';
}
.icon-view-array:before {
  content: '\f56b';
}
.icon-view-carousel:before {
  content: '\f56c';
}
.icon-view-column:before {
  content: '\f56d';
}
.icon-view-dashboard:before {
  content: '\f56e';
}
.icon-view-day:before {
  content: '\f56f';
}
.icon-view-grid:before {
  content: '\f570';
}
.icon-view-headline:before {
  content: '\f571';
}
.icon-view-list:before {
  content: '\f572';
}
.icon-view-module:before {
  content: '\f573';
}
.icon-view-quilt:before {
  content: '\f574';
}
.icon-view-stream:before {
  content: '\f575';
}
.icon-view-week:before {
  content: '\f576';
}
.icon-volume-high:before {
  content: '\f57e';
}
.icon-volume-low:before {
  content: '\f57f';
}
.icon-volume-medium:before {
  content: '\f580';
}
.icon-wallet:before {
  content: '\f584';
}
.icon-wallet-giftcard:before {
  content: '\f585';
}
.icon-wallet-membership:before {
  content: '\f586';
}
.icon-wallet-travel:before {
  content: '\f587';
}
.icon-wan:before {
  content: '\f588';
}
.icon-watermark:before {
  content: '\f612';
}
.icon-wechat:before {
  content: '\f611';
}
.icon-whatsapp:before {
  content: '\f5a3';
}
.icon-white-balance-incandescent:before {
  content: '\f5a6';
}
.icon-white-balance-iridescent:before {
  content: '\f5a7';
}
.icon-white-balance-sunny:before {
  content: '\f5a8';
}
.icon-wifi:before {
  content: '\f5a9';
}
.icon-wifi-off:before {
  content: '\f5aa';
}
.icon-window-close:before {
  content: '\f5ad';
}
.icon-window-closed:before {
  content: '\f5ae';
}
.icon-window-maximize:before {
  content: '\f5af';
}
.icon-window-minimize:before {
  content: '\f5b0';
}
.icon-window-open:before {
  content: '\f5b1';
}
.icon-window-restore:before {
  content: '\f5b2';
}
.icon-xaml:before {
  content: '\f673';
}
.icon-xml:before {
  content: '\f5c0';
}
.icon-column-drag:before {
  content: '\f5c1';
}
.icon-query:before {
  content: '\f5c4';
}
.icon-file-stowed:before {
  content: '\f5ca';
}
.icon-file-stowed-details:before {
  content: '\f5cb';
}
.icon-file-stowed-suitcase:before {
  content: '\f5c3';
}
.icon-tasks:before {
  content: '\f5e2';
}
.icon-template:before {
  content: '\f5f5';
}
.icon-inactive-user:before {
  content: '\e902';
}
.icon-user-restricted:before {
  content: '\e904';
}
.icon-asterisk:before {
  content: '\e905';
}
.icon-file-request-file:before {
  content: '\e903';
}
.icon-file-transfer-file:before {
  content: '\e926';
}
.icon-alias:before {
  content: '\f496';
}
.icon-awaiting-submitted:before {
  content: '\e907';
}
.icon-awaiting-approval:before {
  content: '\e908';
}
.icon-workflow:before {
  content: '\e901';
}
.icon-spinner:before {
  content: '\e909';
}
.icon-ban:before {
  content: '\e945';
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
label.form__group--horizontal {
  padding-left: 20px;
}
textarea {
  min-height: 140px;
  box-sizing: border-box;
}
textarea.margin-dense {
  margin-top: 8px;
  margin-bottom: 4px;
}
textarea,
input[type='text'],
input[type='password'],
input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type='text'].form__control,
input[type='number'].form__control {
  height: 34px;
  box-sizing: border-box;
}
input[type='number'] {
  -moz-appearance: textfield;
}
/* overrides for user agent styles */
button {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif !important;
  cursor: pointer;
}
select::-ms-expand {
  display: inline-block;
  margin-right: -5px;
}
button.MuiIconButton-root.icon:before {
  font-size: 16px;
  margin: 12px;
}
.form {
  display: flex;
  flex-direction: column;
}
.form--inline {
  flex-direction: row;
}
.form--inline .form__label {
  margin-bottom: 0;
}
.form--inline .form__group {
  margin-bottom: 0;
}
.form--inline .form__group + .form__group {
  margin-top: 0;
  margin-left: 10px;
}
.form--horizontal .form__group {
  flex-direction: row;
  align-items: center;
}
.form--horizontal .form__group--rowStart {
  align-items: flex-start;
  flex-wrap: wrap;
}
.form--right {
  justify-content: flex-end;
}
.form__group {
  display: flex;
  flex-direction: column;
}
.form__group input[type='radio'],
.form__group input[type='checkbox'] {
  margin-right: 5px;
}
.form__group .btn + .btn {
  margin-top: 5px;
}
.form__group + .form__group {
  margin-top: 8px;
}
.form__group--grow {
  flex: 1 0 auto;
}
.form__group--horizontal {
  flex-direction: row;
}
.form__group--horizontal .form__label {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.form__group--horizontal .btn + .btn {
  margin-top: 0;
  margin-left: 5px;
}
.form__group--horizontal .form__group + .form__group {
  margin-left: 8px;
}
.form__group--rowStart {
  align-items: flex-start;
}
.form__group--rowStart .form__group--horizontal {
  align-items: center;
}
.form__group--rowStart .form__group + .form__group {
  margin-top: 0;
}
.form__group--rowStart .form__label {
  margin-top: 0.6em;
  margin-bottom: auto;
}
.form__group--right {
  justify-content: flex-end;
}
.form__group--center {
  justify-content: center;
}
.form__subheading {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 5px;
}
.form__subheading:first-child {
  margin-top: 8px;
}
.form__label {
  display: block;
  margin-bottom: 5px;
}
.form__control,
.ui-select-search {
  font: 400 13px Roboto, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  display: block;
  padding: 8px 12px 7px;
  color: #555;
  background: none;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.form__control--icon {
  padding-right: 28px;
}
.form__control--icon + .icon {
  color: #707070;
  margin-left: -26px;
}
.form__control {
  width: 100%;
}
.form__control--error {
  border-color: #e59693;
  color: #b4302b;
}
.form__control--error:focus {
  outline-color: #e59693;
}
select.form__control {
  -webkit-appearance: menulist-button;
  -webkit-rtl-ordering: logical;
  align-items: center;
  height: 34px;
  padding: 0 5px;
}
.theme--dark .form__control,
.theme--dark .ui-select-search {
  color: white;
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark .form__control--icon + .icon {
  color: #e6e6e6;
}
.odl-table-container {
  overflow-x: auto;
  border: solid 1px #d1d1d1;
}
.odl-table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.odl-table thead {
  background: #e1e1dd;
}
.odl-table thead th {
  font-weight: 500;
  border: none;
  color: #32373f;
  padding: 0 8px;
  text-align: left;
  white-space: nowrap;
  border-right: 1px solid #d1d1d1;
  background: #e1e1dd;
  background-clip: padding-box;
}
.odl-table thead th.odl-table-sortable-col {
  padding-right: 32px;
}
.odl-table thead th:last-child {
  border-right: 0;
}
.odl-table thead th:last-child .ui-resizable-e {
  right: 0;
}
.odl-table tbody tr:nth-child(odd) {
  background-color: white;
}
.odl-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.odl-table tbody tr.active {
  background-color: #e0f3fe;
}
.odl-table tbody tr:hover {
  background-color: #eaf7fe;
}
.odl-table tbody th {
  background-color: inherit;
  padding: 0 8px;
  overflow: hidden;
  line-height: 1em;
  max-width: 0;
  color: #707070;
}
.odl-table tbody td {
  background-color: inherit;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1em;
  max-width: 0;
  color: #707070;
}
.odl-table tbody td:last-child {
  border-right: 0;
}
.odl-table .odl-table-icon-col {
  padding: 0;
  text-align: center;
}
.odl-table-basic {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}
.odl-table-basic th,
.odl-table-basic td {
  vertical-align: top;
}
.odl-table-basic th {
  padding-right: 16px;
  font-weight: 500;
  min-width: 14em;
  word-wrap: break-word;
}
.u-table-sort-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #32373f;
}
.u-table-sort-btn:hover,
.u-table-sort-btn:focus {
  color: #0266c8;
}
.u-table-sort-btn .icon {
  color: #707070;
  margin-right: 4px;
}
.u-no-content-tab {
  text-align: center;
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  background: white;
  border: solid 1px #d1d1d1;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  padding: 23px 16px;
  box-sizing: border-box;
  line-height: 18px;
  border: 0;
  border-top: 1px solid #d1d1d1;
}
.u-no-content-tab > *:first-child {
  margin-top: 0;
}
.u-no-content-tab > *:last-child {
  margin-bottom: 0;
}
.u-popup {
  display: flex;
  flex-direction: column;
  width: 240px;
  max-height: calc(100vh - 32px);
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 1px 18px rgba(0, 0, 0, 0.12), 0px 6px 10px rgba(0, 0, 0, 0.14);
}
.u-popup .odl-button {
  margin: 8px 16px;
}
.u-popup-header {
  display: flex;
}
.u-popup-header .u-popup-closeBtn {
  margin: 4px;
}
.u-popup-header .u-popup-title {
  padding: 0 16px;
  flex: 1;
}
.governanceListFilterComponent__actions {
  display: flex;
}
.u-popup-content {
  overflow: auto;
}
.u-popup-content,
.u-popup-actions {
  border-top: 1px solid #d1d1d1;
}
.u-popup-cancelBtn {
  margin-right: auto;
}
.theme--dark .u-popup {
  background: #32373f;
}
.theme--dark .u-popup-content,
.theme--dark .u-popup-actions {
  border-color: #201f1f;
}
/*
 * Assignments - Default
 */
/*
 * Assignments - Dark
 */
.odl-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.odl-scroll-card-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.odl-scroll-card-list .odl-card-list {
  overflow-x: auto;
}
.odl-scroll-card-list .u-no-content-card {
  border: none;
}
.u-no-content-card {
  text-align: center;
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  background: white;
  border: solid 1px #d1d1d1;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  padding: 23px 16px;
  box-sizing: border-box;
  line-height: 18px;
}
.u-no-content-card > *:first-child {
  margin-top: 0;
}
.u-no-content-card > *:last-child {
  margin-bottom: 0;
}
.theme--dark .u-no-content-card {
  color: #ffffff;
  background-color: #201f1f;
  border-color: #201f1f;
}
.u-tree {
  overflow: auto;
}
.u-tree.loading {
  overflow: hidden;
}
.u-tree-node,
.u-tree-select,
.u-tree-object {
  flex: 1;
  display: flex;
}
.u-tree-node {
  align-items: stretch;
  box-sizing: border-box;
  min-width: 360px;
}
.u-tree-show-more {
  display: flex;
}
.u-tree-show-more .u-tree-show-more-btn {
  flex: 1;
  padding-left: 76px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.u-tree-show-more .u-tree-show-more-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1000px;
  right: 0;
  bottom: 0;
  width: auto;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.u-tree-toggle,
.u-tree-object,
.u-tree-id {
  position: relative;
  z-index: 1;
}
.u-tree-toggle {
  min-width: 36px;
  min-height: 36px;
  padding: 2px 4px;
}
.u-tree-toggle .MuiButtonBase-root.MuiIconButton-root {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.u-tree-processing {
  -webkit-animation: u-spinner-animation 690ms infinite linear;
  -moz-animation: u-spinner-animation 690ms infinite linear;
  -o-animation: u-spinner-animation 690ms infinite linear;
  animation: u-spinner-animation 690ms infinite linear;
}
.u-tree-select {
  flex: 1;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.u-tree-select:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1000px;
  right: 0;
  bottom: 0;
  width: auto;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.u-tree-select--selected:before,
.u-tree-select--active:before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  height: 100%;
}
.u-tree-select.MuiButton-text {
  padding-left: 0;
  text-transform: none;
}
.u-tree-select .MuiTouchRipple-root {
  left: -40px;
  border-radius: 0;
}
.u-tree-object {
  align-items: center;
}
.u-tree-objectIcon {
  flex: none;
  padding-right: 8px;
}
.u-tree-id {
  flex: none;
  font-size: 12px;
  width: 104px;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-tree-children {
  position: relative;
  padding-left: 24px;
}
.u-tree-focus-visible.u-tree-focus-visible {
  outline: 1px auto;
}
.u-tree-node {
  background: #ffffff;
}
.u-tree-select:hover:before {
  background-color: #e0f3fe;
}
.u-tree-select--selected {
  background-color: #e0f3fe;
}
.u-tree-select--selected:before {
  border-left: solid 4px #0266c8;
  background-color: #e0f3fe;
}
.u-tree-select--selected:hover:before {
  background-color: #e0f3fe;
}
.u-tree-select--active:before {
  border-left: solid 4px #0266c8;
  background-color: #e0f3fe;
}
.u-tree-show-more .u-tree-object {
  color: #0266c8;
}
.u-tree-show-more:hover,
.u-tree-show-more:hover .u-tree-show-more-btn:before {
  background-color: #e0f3fe;
}
.u-tree-show-more:hover .u-tree-object {
  color: #1a8cfd;
}
.u-tree-id {
  color: #707070;
}
.u-tree-focus-visible.u-tree-focus-visible {
  outline-color: #0266c8;
}
.theme--dark .u-tree,
.theme--dark .u-tree-node {
  background: #32373f;
}
.theme--dark .u-tree-toggle .MuiButtonBase-root {
  color: #ffffff;
}
.theme--dark .u-tree-select:hover:before {
  background-color: #32373f;
}
.theme--dark .u-tree-select--selected,
.theme--dark .u-tree-select--active {
  background-color: #5558af;
}
.theme--dark .u-tree-select--selected:before,
.theme--dark .u-tree-select--active:before {
  border-color: #5558af;
  background-color: #5558af;
}
.theme--dark .u-tree-select--selected:hover:before,
.theme--dark .u-tree-select--active:hover:before {
  background-color: #5558af;
}
.theme--dark .u-tree-show-more .u-tree-object {
  color: #81bffd;
}
.theme--dark .u-tree-show-more:hover,
.theme--dark .u-tree-show-more:hover .u-tree-show-more-btn:before {
  background-color: #5558af;
}
.theme--dark .u-tree-show-more:hover .u-tree-object {
  color: #cce5fe;
}
.theme--dark .u-tree-id {
  color: #e6e6e6;
}
.theme--dark .u-tree-focus-visible.u-tree-focus-visible {
  outline-color: #81bffd;
}
/**
 * Card
 *
 * A single item container
 *
 * May contain various sub children.
 * Cannot contain another card.
 */
.odl-card {
  display: block;
  border: solid 1px #d1d1d1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: -1px;
  position: relative;
  background: white;
  color: #707070;
}
.odl-card.active,
.odl-card.success,
.odl-card.expanded {
  margin: 8px 0 12px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.22);
}
.odl-card:hover {
  background: #e0f3fe;
}
.odl-card.active,
.odl-card.success {
  background: #e0f3fe;
}
.odl-card.active:hover,
.odl-card.success:hover {
  background: #c7e9fd;
}
.odl-card .MuiCard-root {
  background-color: transparent;
}
.odl-card-status-bar {
  /* error look and feel takes precedence over active one, but not success */
}
.odl-card-status-bar:before {
  -webkit-transition: width 0.15s, background-color 0.15s;
  -moz-transition: width 0.15s, background-color 0.15s;
  -o-transition: width 0.15s, background-color 0.15s;
  transition: width 0.15s, background-color 0.15s;
  -lh-property: 0;
height:-webkit-calc(100% + 2px);
height:-moz-calc(100% + 2px);
height:calc(100% + 2px);
;
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.odl-card-status-bar.disabled:before {
  opacity: 0.5;
}
.odl-card-status-bar.success:before {
  width: 4px;
  background-color: #85b376;
}
.odl-card-status-bar.active:before {
  width: 4px;
  background-color: #0266c8;
}
.odl-card-status-bar.error:before {
  width: 4px;
  background-color: #d14641;
}
.odl-card-wrapper {
  transition: margin 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.odl-card-wrapper.active-group + .odl-card-wrapper.active-group,
.odl-card-wrapper.highlighted-group + .odl-card-wrapper.highlighted-group {
  margin-top: -13px;
}
.odl-card-wrapper.removable {
  margin-right: 52px;
}
.odl-card-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.odl-card-row .odl-card-id {
  color: #707070;
}
.odl-card-row .odl-card-record-number {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 12px;
  font-weight: 500;
  color: #707070;
}
.odl-card-row .odl-card-shared {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
  font-size: 12px;
  color: #5558af;
  cursor: pointer;
}
.odl-card-row .odl-card-shared .icon {
  font-size: 14px;
  padding-right: 8px;
}
.odl-card-row .odl-card-shared .icon-alert {
  color: #b4302b;
  font-size: 12px;
}
.odl-card-row .odl-card-shared-label {
  font-weight: 600;
}
.odl-card-row .odl-card-shared-label-failed {
  font-weight: 600;
  color: #b4302b;
}
.odl-card-main {
  flex: 1;
  display: flex;
  min-height: 64px;
}
.odl-card-icon,
.odl-card-icon--compact {
  display: flex;
  align-items: center;
}
.odl-card-icon + .odl-card-icon-gutter,
.odl-card-icon--compact + .odl-card-icon-gutter {
  padding: 0;
}
.odl-card-icon {
  padding: 8px 4px 8px 16px;
}
.odl-card-icon--compact {
  padding: 4px 4px 4px 16px;
}
.odl-card-icon-gutter {
  flex-basis: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0 8px 16px;
  box-sizing: border-box;
}
.odl-card-icon-gutter .icon {
  font-size: 12px;
}
.odl-card-icon-gutter + .odl-card-data {
  padding-left: 4px;
  padding-right: 16px;
}
.odl-card-id,
.odl-card-record-number {
  font-weight: 500;
}
.odl-card-row .odl-card-id,
.odl-card-row .odl-card-record-number {
  flex: none;
  font-size: 12px;
  max-width: 104px;
  min-width: 80px;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.odl-card-compact {
  display: block;
  border: solid 1px #d1d1d1;
  color: #707070;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: -1px;
  position: relative;
  text-align: left;
  min-height: 40px;
}
.odl-card-compact .odl-card-main,
.odl-card-compact .odl-card-data,
.odl-card-compact .odl-card-icon {
  min-height: 40px;
}
.odl-card-compact .odl-card-main {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  flex: 1 0 0px;
  cursor: pointer;
}
.odl-card-compact .odl-card-main:not(:disabled):hover {
  background-color: #e0f3fe;
}
.odl-card-compact .odl-card-icon {
  color: #707070;
  padding: 0 4px 0 16px;
}
.odl-card-compact .odl-card-icon .objectIconComponent {
  width: 24px;
  height: 24px;
}
.odl-card-compact .odl-card-icon-gutter {
  flex: none;
}
.odl-card-compact .odl-icon-button {
  height: 36px;
  width: 36px;
  line-height: 1em;
  margin: 2px;
  color: inherit;
}
.odl-card-compact .odl-card-actions {
  min-height: 40px;
}
.odl-card-compact .odl-card-row-expand {
  min-height: 40px;
  border-top: 1px solid #d1d1d1;
  display: flex;
}
.odl-card-compact .odl-card-row-expand .odl-card-id-label {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 16px;
  font-size: 12px;
}
.odl-card-compact .odl-card-row-expand .odl-card-id {
  display: flex;
  align-items: center;
  padding: 4px;
  font-size: 12px;
}
.odl-card-compact .odl-card-row-expand {
  min-height: 40px;
  border-top: 1px solid #d1d1d1;
  display: flex;
}
.odl-card-compact .odl-card-row-expand .odl-card-record-label {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 16px;
  font-size: 12px;
}
.odl-card-compact .odl-card-row-expand .odl-card-record-number {
  display: flex;
  align-items: center;
  padding: 4px;
  font-size: 12px;
  word-break: break-word;
  word-wrap: break-word;
}
.odl-card-compact.expanded .odl-card-id-label .odl-card-id {
  white-space: normal;
  word-wrap: break-word;
}
.odl-card-compact.expanded .odl-card-row-expand,
.odl-card-compact.expanded .odl-card-details {
  background-color: white;
}
.odl-card-list .odl-card-compact {
  border-right: 0;
  border-left: 0;
}
.odl-card-data {
  flex: 1 0 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #32373f;
  padding: 8px 0 8px 16px;
  min-height: 64px;
  box-sizing: border-box;
}
.odl-card-main:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.odl-card-actions {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  min-height: 64px;
  min-width: 40px;
}
.odl-card-actions .odl-card-action-expand > .icon {
  font-size: 12px;
}
.odl-card-details {
  display: block;
  position: relative;
  border-top: 1px solid #d1d1d1;
  padding: 16px;
  color: #32373f;
}
.odl-card-details .icon {
  font-size: 14px;
}
.odl-card-details > *:first-child {
  margin-top: -8px;
}
.odl-card-details table {
  border-spacing: 0;
}
.odl-card-details tr {
  color: #707070;
  width: 100%;
}
.odl-card-details th,
.odl-card-details td {
  padding: 2px 8px 2px 0;
  line-height: 1.4em;
}
.odl-card-details th:last-child,
.odl-card-details td:last-child {
  padding-right: 0;
}
.odl-card-details th xen-profile + xen-profile,
.odl-card-details td xen-profile + xen-profile {
  margin-left: 8px;
}
.odl-card-details th {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 20px;
}
.odl-card--narrow .odl-card-row .odl-card-id {
  display: none;
}
.odl-card-footer {
  padding: 8px 16px;
  margin: 8px -16px -16px;
  border-top: 1px solid;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2.5em;
  vertical-align: bottom;
  border-color: #d1d1d1;
  background: #f3f3f3;
}
.odl-card-content {
  display: flex;
  flex-direction: column;
}
.odl-card-rows {
  display: flex;
  width: 100%;
}
.odl-card-rows + .odl-card-rows {
  margin-top: 8px;
}
.odl-card-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.odl-card-item .icon {
  margin: 2px 4px 2px 0;
}
@media (max-width: 961px) {
  .odl-card.active,
  .odl-card.success,
  .odl-card.expanded {
    box-shadow: none;
    margin: -1px 0 0;
  }
  .odl-card-rows {
    flex-direction: column;
  }
  .odl-card-item {
    align-items: center;
  }
  .odl-card-item + .odl-card-item {
    margin-top: 8px;
  }
}
.theme--dark .odl-card {
  background: #32373f;
  color: #ffffff;
  border-color: #201f1f;
}
.theme--dark .odl-card:hover {
  background: #5558af;
}
.theme--dark .odl-card.active,
.theme--dark .odl-card.success {
  background: #5558af;
}
.theme--dark .odl-card.active:hover,
.theme--dark .odl-card.success:hover {
  background: #787abf;
}
.theme--dark .odl-card.active a,
.theme--dark .odl-card.success a,
.theme--dark .odl-card.active .odl-card-actions .odl-icon-button,
.theme--dark .odl-card.success .odl-card-actions .odl-icon-button {
  color: #ffffff;
}
.theme--dark .odl-card-data {
  color: #ffffff;
}
.theme--dark .odl-card-row,
.theme--dark .odl-card-row .odl-card-id,
.theme--dark .odl-card-row .odl-card-record-number,
.theme--dark .odl-card-row .odl-card-shared {
  color: #ffffff;
}
.theme--dark .odl-card-compact {
  border-color: #201f1f;
  background: #32373f;
  color: #ffffff;
}
.theme--dark .odl-card-compact .odl-card-icon {
  color: #e6e6e6;
}
.theme--dark .odl-card-compact .odl-card-row-expand {
  border-color: #201f1f;
}
.theme--dark .odl-card-compact .odl-card-main:not(:disabled):hover {
  background-color: #5558af;
}
.theme--dark .odl-card-compact.active .odl-card-main {
  background-color: inherit;
}
.theme--dark .odl-card-compact.expanded .odl-card-row-expand,
.theme--dark .odl-card-compact.expanded .odl-card-details {
  background-color: #32373f;
}
.theme--dark .odl-card-status-bar {
  /* error look and feel takes precedence over active one, but not success */
}
.theme--dark .odl-card-status-bar.active:before {
  background-color: #ffffff;
}
.theme--dark .odl-card-status-bar.error:before {
  background-color: #e49fa6;
}
.theme--dark .odl-card-details {
  border-color: #201f1f;
  background-color: #201f1f;
}
.theme--dark .odl-card-details tr {
  color: #ffffff;
}
.theme--dark .odl-card-footer {
  color: #ffffff;
  border-color: #201f1f;
  background: #201f1f;
}
.odl-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  padding: 1px 12px;
  min-width: 88px;
  min-height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.odl-button.raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.odl-button > .icon {
  margin: 0 8px 0 0;
}
.odl-button::-moz-focus-inner {
  border: none;
}
/* Overlay */
.odl-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
/* Ripple */
.odl-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px;
  /* Safari */
  height: 32px;
  /* Safari */
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}
.odl-button:hover::before {
  opacity: 0.08;
}
.odl-button:active::before {
  opacity: 0.24;
}
.odl-button:hover:focus::before {
  opacity: 0.3;
}
/* Active */
.odl-button:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}
/* Disabled */
.odl-button:disabled {
  box-shadow: none;
  cursor: initial;
}
.odl-button:disabled::before {
  opacity: 0;
}
.odl-button:disabled::after {
  opacity: 0;
}
.odl-icon-button {
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.odl-icon-button .icon:before {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.odl-button,
.odl-icon-button {
  color: #0266c8;
}
.odl-button-warn {
  color: #b4302b;
}
.odl-button--variant,
.odl-icon-button--variant {
  color: #32373f;
}
.odl-button.accent {
  background-color: #0266c8;
  color: #ffffff;
}
.odl-button.accent span {
  color: #ffffff;
}
.odl-button-warn.accent {
  background-color: #b4302b;
  color: #ffffff;
}
.odl-button-warn.accent span {
  color: #ffffff;
}
.odl-button.accent:not(:disabled):hover,
.odl-button.accent:not(:disabled):active {
  background-color: #1a8cfd;
}
.odl-button-warn.accent:not(:disabled):hover,
.odl-button-warn.accent:not(:disabled):focus {
  background-color: #992925;
}
/* Overlay */
.odl-button::before {
  background-color: #ffffff;
}
/* Ripple */
.odl-button::after {
  background-color: #ffffff;
}
/* Hover, Active */
.odl-button:hover,
.odl-button:active {
  background-color: rgba(158, 158, 158, 0.2);
}
/* Disabled */
.odl-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.12);
}
.odl-icon-button:hover,
.odl-icon-button:focus {
  background-color: rgba(158, 158, 158, 0.2);
}
.theme--dark .odl-button,
.theme--dark .odl-icon-button {
  color: #81bffd;
}
.theme--dark .odl-button--variant,
.theme--dark .odl-icon-button--variant {
  color: #ffffff;
}
.theme--dark .odl-button.accent {
  background-color: #5558af;
  color: #ffffff;
}
.theme--dark .odl-button.accent span {
  color: #ffffff;
}
.theme--dark .odl-button-warn.accent {
  background-color: #b4302b;
  color: #ffffff;
}
.theme--dark .odl-button-warn.accent span {
  color: #ffffff;
}
.theme--dark .odl-button.accent:not(:disabled):hover,
.theme--dark .odl-button.accent:not(:disabled):active {
  background-color: #6669b7;
}
.theme--dark .odl-button-warn.accent:not(:disabled):hover,
.theme--dark .odl-button-warn.accent:not(:disabled):focus {
  background-color: #992925;
}
.theme--dark .odl-button:disabled {
  color: #707070;
  background-color: rgba(0, 0, 0, 0.12);
}
.containerInputComponent__label {
  font-weight: 500;
  font-size: 14px;
}
.containerInputComponent__input {
  width: 100%;
}
.containerInputComponent__btn.icon-magnify.marginRight {
  margin-right: 16px;
}
.datetimeInputComponent {
  position: relative;
}
.datetimeInputComponent__input.datetimeInputComponent__input {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}
.datetimeInputComponent__toggle.datetimeInputComponent__toggle {
  width: 40px;
  height: 40px;
}
.datetimeInputComponent__error {
  word-wrap: normal;
}
.datetimeInputComponent__error--short {
  width: 200px;
}
.datetimeInputComponent__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: not-allowed;
}
.datetimeInputComponent__wrapper {
  display: flex;
  align-items: center;
}
.datetimeInputComponent__wrapper .flatpickr-wrapper {
  flex: 1 100%;
}
.datetimeInputComponent__input {
  display: flex;
}
.datetimeInputComponent__remove.datetimeInputComponent__remove {
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  align-self: center;
}
.datetimeInputComponent__remove.datetimeInputComponent__remove:hover {
  color: #b4302b;
}
@media (max-width: 961px) {
  .datetimeInputComponent {
    flex: 50%;
  }
  .datetimeInputComponent__remove.datetimeInputComponent__remove {
    margin-left: 4px;
  }
}
.odl-dialog-container .MuiDialogContent-root.MuiDialogContent-root {
  padding: 0;
}
.odl-dialog-container .MuiDialogContent-root.MuiDialogContent-root:first-child {
  padding-top: 0;
}
.odl-dialog-container .MuiDialogActions-root .MuiOutlinedInput-root.MuiOutlinedInput-root {
  margin-top: 1px;
}
body:not(.layout--mobile) .odl-dialog-container .MuiDialog-paper {
  width: 600px;
}
.odl-dialog-container.odl-dialog-container--tall .MuiDialog-paperScrollPaper {
  height: calc(100vh - 20px);
}
.odl-dialog-container.odl-dialog-container--medium .MuiDialog-paperScrollPaper {
  height: 670px;
}
.odl-dialog-container.odl-dialog-container--small .MuiDialog-paperScrollPaper {
  height: 200px;
}
body:not(.layout--mobile) .odl-dialog-container.odl-dialog-container--wider .MuiDialog-paper {
  width: 960px;
}
.odl-dialog-container + .odl-dialog-container .MuiBackdrop-root {
  background-color: transparent;
}
.odl-dialog-title.odl-dialog-title {
  flex: none;
  display: flex;
  align-items: center;
  background: #007dc3;
  color: #ffffff;
  min-height: 56px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 16px;
  background: #707070;
}
.odl-dialog-title.odl-dialog-title h4 {
  display: flex;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.odl-dialog-title.odl-dialog-title h4 .icon {
  margin-right: 12px;
}
.odl-dialog-title.odl-dialog-title a:hover {
  color: #ffffff;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions {
  flex: none;
  padding: 0;
  margin-right: -8px;
  margin-left: auto;
  width: auto;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions > * {
  min-height: 40px;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button {
  color: #707070;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a:hover,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button:hover,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button:hover {
  color: #707070;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a[disabled],
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button[disabled],
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button[disabled] {
  color: #999999;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button.md-icon-button {
  border-radius: 50%;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button {
  color: #ffffff;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a:hover,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button:hover,
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button:hover {
  color: #ffffff;
}
.odl-dialog-title.odl-dialog-title .odl-dialog-actions a[disabled],
.odl-dialog-title.odl-dialog-title .odl-dialog-actions button[disabled],
.odl-dialog-title.odl-dialog-title .odl-dialog-actions .md-button[disabled] {
  color: #999999;
}
.odl-dialog-header {
  font-size: 14px;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
.odl-dialog-header .icon {
  margin-right: 8px;
}
.odl-dialog-loading {
  flex: none;
  position: relative;
}
.odl-dialog-loading > .odl-dialog-linear-progress {
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 3;
  /* has to be one more than odl-dialog-shadow */
}
.odl-dialog-content {
  flex: auto;
  /* flex-basis: auto is required for IE 11 here */
  padding: 16px;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0;
  height: 100%;
}
.odl-dialog-content .odl-dialog-information,
.odl-dialog-content .odl-dialog-notification {
  margin: -16px -16px 16px -16px;
}
.odl-dialog-content--padding {
  padding: 16px;
}
.odl-dialog-shadow {
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.odl-dialog-information,
.odl-dialog-notification {
  flex: none;
}
.odl-dialog-information {
  color: #707070;
  background: #f3f3f3;
  border-bottom: solid 1px #d1d1d1;
}
.odl-dialog-information > *:first-child {
  margin-top: 0;
}
.odl-dialog-information > *:last-child {
  margin-bottom: 0;
}
.odl-dialog-actions {
  flex: none;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.odl-dialog-actions button {
  margin: 0 0 0 4px;
}
.odl-dialog-actions button:first-child {
  margin-left: auto;
}
.odl-dialog-actions .odl-modal-action-abort {
  margin-right: auto;
}
.odl-dialog-actions .odl-modal-action-abort:first-child {
  margin-left: 0;
}
.odl-dialog-actions .odl-dialog-action-abort {
  margin-right: auto;
  order: -1;
}
.odl-dialog-actions .odl-dialog-action-abort:first-child {
  margin-left: 0;
}
.odl-dialog-actions .odl-dialog-action-abort:first-child {
  margin-left: 0;
}
.odl-dialog-actions-selection.odl-dialog-actions-selection {
  flex: 1;
  margin: 0 8px;
  color: #707070;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 4px;
}
.layout--mobile .odl-dialog-container {
  box-shadow: none;
  height: 100%;
  width: 100%;
  max-height: none;
  box-sizing: border-box;
}
@media (max-height: 2px) and (orientation: landscape) {
  .odl-dialog-container {
    max-height: 640px;
    height: auto;
  }
  .odl-dialog-container--tall {
    height: 100%;
  }
}
body.layout--embedded .odl-dialog-container {
  box-shadow: none;
}
body.layout--embedded .odl-dialog-container--tall {
  -lh-property: 0;
height:-webkit-calc(100vh - 150px);
height:-moz-calc(100vh - 150px);
height:calc(100vh - 150px);
;
}
body.layout--embedded .odl-dialog-container {
  height: 100%;
  width: 100%;
  max-height: none;
}
.theme--dark .odl-dialog-title {
  background-color: #201f1f;
}
.theme--dark .odl-dialog-shadow {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.editableCardComponent--compact .MuiCardContent-root,
.editableCardComponent--compact .MuiCardActions-root {
  margin-left: 40px;
}
.editableCardComponent--error .MuiAvatar-root.MuiAvatar-root {
  background-color: #d14641;
  color: transparent;
}
.editableCardComponent .MuiCardHeader-action .icon {
  padding-left: 4px;
}
.editableCardComponent .MuiCardHeader-action .icon-alert-circle {
  color: #bd2030;
}
.editableCardComponent .MuiCardHeader-action .icon-checkbox-blank-circle {
  color: #2a7d2a;
}
.editableCardComponent .MuiCardHeader-action .icon-minus-circle {
  color: #707070;
}
.editableCardComponent .MuiCardHeader-action .icon-pause-circle-outline {
  color: #525965;
}
.theme--dark .editableCardComponent--error .MuiAvatar-root.MuiAvatar-root {
  background-color: #d14641;
  color: #e6e6e6;
}
.infoComponent__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.infoComponent__content {
  display: flex;
  flex-direction: column;
  height: auto;
  text-align: center;
  position: relative;
}
.infoComponent__icon {
  flex: none;
  padding: 24px 16px;
}
.infoComponent__icon.infoComponent__icon--error {
  color: #b4302b;
}
.infoComponent__icon.infoComponent__icon--info {
  color: #447eaf;
}
.infoComponent__icon.infoComponent__icon--default {
  color: #999999;
}
.infoComponent__icon.infoComponent__icon--warn {
  color: #f57c00;
}
.infoComponent__icon::before {
  height: 96px;
  font-size: 96px;
  line-height: 1em;
}
.infoComponent__body {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.infoComponent__title {
  flex: none;
  color: #32373f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 24px 0;
}
.infoComponent__code {
  font-size: 96px;
  color: #32373f;
  font-weight: 400;
}
.infoComponent__message {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  margin-top: 0;
  margin-bottom: 24px;
}
.infoComponent__message strong {
  font-weight: 400;
}
.infoComponent__details {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.infoComponent__goBackBtn {
  width: 140px;
  margin: 0 auto;
}
.infoComponent__goBackTxtBtn {
  margin-right: 16px;
}
.infoComponent__goBackIconBtn {
  font-size: 12px;
}
.infoComponent__logo--restrictedAccess {
  background-image: url(/a6994c6c71a37401b564.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 136px;
  width: 136px;
  position: relative;
  top: 20px;
  margin: auto;
}
.theme--dark .infoComponent__icon.infoComponent__icon--default {
  color: #cccccc;
}
.theme--dark .infoComponent__title {
  color: #ffffff;
}
.theme--dark .infoComponent__code {
  color: #ffffff;
}
.theme--dark .infoComponent__message {
  color: #e6e6e6;
}
.theme--dark .infoComponent__details {
  color: #e6e6e6;
}
.iconGutterComponent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.iconGutterComponent.row {
  flex-direction: row;
}
.iconGutterComponent.floating {
  z-index: 1;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
}
.iconGutterComponent.floating .icon {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
}
.iconGutterComponent.floating .icon:first-child {
  padding-left: 4px;
}
.iconGutterComponent.floating .icon:last-child {
  padding-right: 4px;
}
.iconGutterComponent .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  padding: 0;
  width: 16px;
  height: 16px;
}
.iconGutterComponent .icon.icon--error {
  color: #eb5f5f;
}
.iconGutterComponent .icon.icon--light {
  color: #474d57;
}
.iconGutterComponent .icon.icon--template {
  color: black;
}
.iconGutterComponent .icon.icon-microsoft-office {
  color: #ea3e23;
}
.iconGutterComponent .icon.icon--edit,
.iconGutterComponent .icon.icon--approved {
  color: #5cbd60;
}
.iconGutterComponent .icon.icon-objective-logo-connect {
  color: #4aac51;
}
.iconGutterComponent .icon.icon--locked,
.iconGutterComponent .icon.icon--submitted,
.iconGutterComponent .icon.icon-awaiting-publication,
.iconGutterComponent .icon.icon-awaiting-submitted,
.iconGutterComponent .icon.icon-awaiting-approval {
  color: #e57b53;
}
.iconGutterComponent .icon.icon-math-compass {
  color: #707070;
}
.iconGutterComponent .icon.icon--rejected {
  color: #ec5f5f;
}
.iconGutterComponent .icon.icon-file-stowed,
.iconGutterComponent .icon.icon-file-stowed-suitcase {
  color: #00afef;
}
.iconGutterComponent .icon.icon-note,
.iconGutterComponent .icon.icon-asterisk {
  color: #f3ad2e;
}
.iconGutterComponent .icon.icon-link-variant {
  color: #32373f;
}
.iconGutterComponent .icon.icon--closed,
.iconGutterComponent .icon.icon-close-octagon,
.iconGutterComponent .icon.icon-archive,
.iconGutterComponent .icon.icon-delegate,
.iconGutterComponent .icon.icon-account-location,
.iconGutterComponent .icon.icon-export,
.iconGutterComponent .icon.icon-export-delete,
.iconGutterComponent .icon.icon-delete-outline,
.iconGutterComponent .icon.icon-tag-outline {
  color: #707070;
}
.iconGutterComponent .icon.icon-check {
  color: #5cbd60;
}
.iconGutterComponent .icon.icon-pause {
  color: #e57b53;
}
.iconGutterComponent .icon.icon-alarm-off {
  color: #d1d1d1;
}
.iconGutterComponent .icon.icon-physical-file {
  color: #00afef;
}
.iconGutterComponent .icon.icon-mixed-file {
  color: #8b572a;
}
.iconGutterComponent .icon.icon-virtual-file {
  color: #b4302b;
}
.iconGutterComponent .icon.icon-flag {
  color: #e99f62;
}
.iconGutterComponent .icon.icon-current-custodian {
  color: #5cbd60;
}
.iconGutterComponent .icon.icon-delete-forever {
  color: #707070;
}
.iconGutterComponent .icon.icon--isFinalised {
  color: #707070;
}
.theme--dark .iconGutterComponent .icon.icon-link-variant,
.theme--dark .iconGutterComponent .icon.icon-math-compass,
.theme--dark .iconGutterComponent .icon.icon--template,
.theme--dark .iconGutterComponent .icon.icon--closed,
.theme--dark .iconGutterComponent .icon.icon-close-octagon,
.theme--dark .iconGutterComponent .icon.icon-archive,
.theme--dark .iconGutterComponent .icon.icon-delegate,
.theme--dark .iconGutterComponent .icon.icon-account-location,
.theme--dark .iconGutterComponent .icon.icon-export,
.theme--dark .iconGutterComponent .icon.icon-export-delete,
.theme--dark .iconGutterComponent .icon.icon-delete-outline,
.theme--dark .iconGutterComponent .icon.icon-tag-outline,
.theme--dark .iconGutterComponent .icon.icon-delete-forever,
.theme--dark .iconGutterComponent .icon.icon--isFinalised {
  color: #ffffff;
}
.menuComponent {
  height: 100%;
  position: relative;
  z-index: 3;
}
.menuComponent__control {
  border: none;
}
.menuComponent_topBar {
  margin-top: 50px;
}
.menuComponent__closeIcon {
  margin-left: 4px;
}
.menuComponent__menu {
  padding: 0;
  margin: 12px 0;
  width: 216px;
}
.menuComponent__item {
  display: block;
  margin: 16px 0;
}
.menuComponent__link {
  display: block;
  width: 216px;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 4px solid transparent;
}
.menuComponent__link .icon {
  display: inline-block;
  box-sizing: border-box;
  padding: 16px;
  width: 56px;
  margin-left: -4px;
}
.menuComponent__link:hover,
.menuComponent__link--active {
  border-color: #0266c8;
}
.menuComponent__iconArea,
.menuComponent__name {
  display: inline-block;
  vertical-align: middle;
}
.menuComponent__iconArea {
  width: 56px;
}
.menuComponent__toggle {
  margin: 0 6px 0 8px;
}
.menuComponent__toggle .open:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menuComponent__logo {
  background-size: contain;
  background-repeat: no-repeat;
  height: 51px;
  margin-left: 2px;
}
.menuComponent {
  background-color: #ffffff;
}
.menuComponent__closeIcon {
  color: #32373f;
}
.menuComponent__link {
  color: #32373f;
}
.menuComponent__link:hover,
.menuComponent__link--active {
  background: #f3f3f3;
  color: #32373f;
}
.menuComponent__toggle.menuComponent__toggle {
  color: #32373f;
}
.menuComponent__logo {
  background-image: url(/1c72f03d3ec0996c8c64.svg);
}
.theme--dark .menuComponent {
  background-color: #32373f;
}
.theme--dark .menuComponent__closeIcon {
  color: #ffffff;
}
.theme--dark .menuComponent__link {
  color: #ffffff;
}
.theme--dark .menuComponent__link:hover,
.theme--dark .menuComponent__link--active {
  background: #201f1f;
  color: #ffffff;
}
.theme--dark .menuComponent__toggle.menuComponent__toggle {
  color: #ffffff;
}
.theme--dark .menuComponent__logo {
  background-image: url(/93d0a594d2e8b5a31465.svg);
}
.odl-modal-container {
  display: flex;
  flex-direction: column;
  width: 600px;
  padding: 0;
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
  max-height: calc(100vh - 150px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.odl-modal-title {
  flex: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 16px;
  min-height: 56px;
}
.odl-modal-title .odl-modal-actions {
  flex: none;
  padding: 0;
  margin-right: -8px;
  margin-left: auto;
  width: auto;
}
.odl-modal-title .odl-modal-actions a,
.odl-modal-title .odl-modal-actions button,
.odl-modal-title .odl-modal-actions .md-button {
  color: #707070;
}
.odl-modal-title .odl-modal-actions a:hover,
.odl-modal-title .odl-modal-actions button:hover,
.odl-modal-title .odl-modal-actions .md-button:hover {
  color: #707070;
}
.odl-modal-title .odl-modal-actions a[disabled],
.odl-modal-title .odl-modal-actions button[disabled],
.odl-modal-title .odl-modal-actions .md-button[disabled] {
  color: #999999;
}
.odl-modal-title .odl-modal-actions .md-button.md-icon-button {
  border-radius: 50%;
}
.odl-modal-header {
  font-size: 14px;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
.odl-modal-header .icon {
  margin-right: 8px;
}
.odl-modal-loading {
  flex: none;
  position: relative;
}
.odl-modal-loading > .odl-dialog-linear-progress {
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 3;
  /* has to be one more than odl-dialog-shadow */
}
.odl-modal-content {
  flex: auto;
  /* flex-basis: auto is required for IE 11 here */
  padding: 16px;
  overflow: auto;
}
.odl-modal-actions {
  flex: none;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.odl-modal-actions button {
  margin: 0 0 0 4px;
}
.odl-modal-actions button:first-child {
  margin-left: auto;
}
.odl-modal-actions .odl-modal-action-abort {
  margin-right: auto;
}
.odl-modal-actions .odl-modal-action-abort:first-child {
  margin-left: 0;
}
/**
 * Responsive
 */
@media (max-width: 99px) {
  .odl-modal-container {
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
  }
}
.odl-modal-container {
  background: #ffffff;
}
.theme--dark .odl-modal-container {
  background: #32373f;
}
.paginationControlsComponent {
  display: flex;
  justify-content: center;
  margin: 12px;
}
.paginationControlsComponent__navigation {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
.paginationControlsComponent__navigation > li {
  list-style: none;
}
.paginationControlsComponent__navigation > li > .paginationControlsComponent__ellipsis {
  color: #999999;
  font-size: 11px;
  padding: 0 8px;
}
.paginationControlsComponent__navigation > li > .paginationControlsComponent__page {
  padding: 0 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 0;
  min-width: 2em;
  min-height: 2em;
  line-height: 2em;
}
.paginationControlsComponent__navigation > li:first-child > .paginationControlsComponent__page {
  margin-left: 0;
}
.paginationControlsComponent__navigation > li:last-child > .paginationControlsComponent__page {
  margin-right: 0;
}
.paginationControlsComponent__navigation > li.active > .paginationControlsComponent__page,
.paginationControlsComponent__navigation > li.active > .paginationControlsComponent__page:hover {
  cursor: default;
}
.paginationControlsComponent__navigation > li.active > .paginationControlsComponent__page {
  background-color: transparent;
}
.paginationControlsComponent__page {
  color: #0266c8;
}
.active > .paginationControlsComponent__page,
.active > .paginationControlsComponent__page:hover {
  color: #32373f;
  border-bottom: 4px solid #0266c8;
}
.theme--dark .paginationControlsComponent__page {
  color: #81bffd;
  background: transparent;
}
.theme--dark .active > .paginationControlsComponent__page,
.theme--dark .active > .paginationControlsComponent__page:hover {
  color: #ffffff;
  border-color: #81bffd;
}
.profileComponent img {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
}
.profileComponent.u-one-line .profileComponent__name {
  white-space: nowrap;
}
.profileComponent__name {
  white-space: normal;
  text-transform: none;
  font-weight: 500;
}
.profileComponent {
  color: #32373f;
}
.theme--dark .profileComponent {
  color: #ffffff;
}
.searchBarComponent__input {
  width: 100%;
}
.searchBarComponent__input input:focus {
  box-shadow: none;
}
.searchBarComponent__search,
.searchBarComponent__back,
.searchBarComponent__remove {
  height: 40px;
  width: 40px;
  padding: 8px;
}
.searchBarComponent__actions {
  display: flex;
  min-width: auto;
}
.searchBarComponent__back {
  margin-left: -16px;
}
.searchBarComponent {
  background-color: #f3f3f3;
}
.searchBarComponent__search.searchBarComponent__search {
  color: #0266c8;
}
.theme--dark .searchBarComponent {
  background-color: #201f1f;
}
.theme--dark .searchBarComponent__search.searchBarComponent__search:not(.Mui-disabled) {
  color: #81bffd;
}
.theme--dark .searchBarComponent__actions .MuiIconButton-root.Mui-disabled {
  color: #cccccc;
}
.stepperComponent {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.stepperComponent .MuiStepper-root {
  padding: 16px 0;
}
.stepperComponent .MuiPaper-root {
  background-color: unset;
}
.tabsComponent {
  flex: 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #d1d1d1;
  min-height: 42px;
  overflow-x: auto;
}
.odl-dialog-container .tabsComponent {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tabsComponent__tab.tabsComponent__tab {
  flex: none;
  border-radius: 0;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  height: unset;
  border: unset;
}
.tabsComponent__tab.tabsComponent__tab.Mui-disabled {
  color: #32373f;
  position: relative;
  background-color: transparent;
}
.tabsComponent__tab.tabsComponent__tab.Mui-disabled:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0266c8;
  height: 3px;
}
.tabsComponent__tabIcon {
  margin-right: 4px;
}
.theme--dark .tabsComponent {
  border-color: #201f1f;
}
.odl-dialog-container .theme--dark .tabsComponent {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.theme--dark .tabsComponent__tab.tabsComponent__tab.Mui-disabled {
  color: #ffffff;
}
.userInputComponent {
  display: flex;
}
.userInputComponent__nameSelect {
  flex: 1;
  margin-right: 8px;
}
.userInputComponent__nameSelect .icon {
  margin-left: 4px;
  font-size: 14px;
  color: #707070;
}
.userInputComponent__roleSelect {
  margin-top: 33px;
}
.userInputComponent__roleForm {
  width: 120px;
}
.userInputComponent__clearBtn {
  position: absolute;
  right: 0;
}
.theme--dark .userInputComponent__nameSelect .icon {
  color: #e6e6e6;
}
.groupInputComponent {
  display: flex;
}
.groupInputComponent__nameSelect {
  flex: 1;
  margin-right: 8px;
}
.groupInputComponent__nameSelect .icon {
  margin-left: 4px;
  font-size: 14px;
  color: #707070;
}
.groupInputComponent__roleSelect {
  margin-top: 8px;
}
.groupInputComponent__roleForm {
  width: 120px;
}
.groupInputComponent__clearBtn {
  position: absolute;
  right: 0;
}
.theme--dark .groupInputComponent__nameSelect .icon {
  color: #e6e6e6;
}
.cardComponent__container {
  display: block;
  text-align: left;
  min-height: 64px;
}
.cardComponent--disabled {
  opacity: 0.5;
}
.cardComponent__requestTypeIcon {
  padding-right: 4px;
  width: 40px;
}
.cardComponent--skeleton {
  align-items: center;
  height: 64px;
}
.cardComponent--skeleton .cardComponent__iconSkeleton,
.cardComponent--skeleton .cardComponent__titleSkeleton,
.cardComponent--skeleton .cardComponent__mainDetailsSkeleton,
.cardComponent--skeleton .cardComponent__idSkeleton {
  height: 12px;
  margin-top: 3px;
  background-color: #efefeb;
}
.cardComponent--skeleton .cardComponent__titleSkeleton,
.cardComponent--skeleton .cardComponent__mainDetailsSkeleton,
.cardComponent--skeleton .cardComponent__idSkeleton {
  background-image: linear-gradient(to right, #f3f3f3 0, #fafafa 60px, #f3f3f3 120px);
  background-size: 650px 15px;
  animation: shine 0.7s linear infinite;
}
.cardComponent--skeleton .cardComponent__contentSkeleton {
  flex: 1 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardComponent--skeleton .cardComponent__iconSkeleton {
  height: 40px;
  width: 40px;
  margin: 12px 24px 8px 16px;
}
.cardComponent--skeleton .cardComponent__titleSkeleton {
  width: 40%;
  height: 14px;
}
.cardComponent--skeleton .cardComponent__mainDetailsSkeleton {
  max-width: 280px;
}
.cardComponent--skeleton .cardComponent__idSkeleton {
  width: 60px;
}
.cardComponent__mainDetails {
  font-size: 12px;
  line-height: 1.3em;
}
.cardComponent__mainDetails .cardComponent__title {
  flex: 1;
}
.cardComponent__mainDetails .cardComponent__subtitle {
  margin-top: 4px;
}
.cardComponent .odl-card-row {
  align-items: start;
}
.cardComponent .odl-card-icon {
  padding: 0 4px 0 16px;
}
.cardComponent .odl-card-id,
.cardComponent .odl-card-record-number {
  display: flex;
  align-items: center;
}
.cardComponent .odl-card-main {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.cardComponent .odl-card-main .odl-card-icon {
  display: flex;
  align-items: center;
}
.cardComponent .actionMenuComponent {
  display: flex;
  align-items: center;
}
.cardComponent .odl-card-icon,
.cardComponent .odl-card-id,
.cardComponent .odl-record-number,
.cardComponent .odl-card-icon-gutter,
.cardComponent .odl-card-record-number,
.cardComponent .actionMenuComponent {
  height: 64px;
}
.cardComponent .odl-card-shared {
  height: 64px;
  background: none;
  border: none;
}
.cardDetailsComponent {
  display: block;
}
.cardDetailsComponent[data-type='user'] .cardDetailsComponent__spinner {
  height: 56px;
}
.cardDetailsComponent[data-type='group'] .cardDetailsComponent__spinner {
  height: 81px;
}
.cardDetailsComponent[data-type='document version'] .cardDetailsComponent__spinner {
  height: 110px;
}
.cardDetailsComponent[data-type='workflow task'] .cardDetailsComponent__spinner {
  height: 132px;
  /* expected height of the details content for task card */
}
.cardDetailsComponent[data-type='workflow alarm'] .cardDetailsComponent__spinner {
  height: 166px;
  /* expected height of the details content for alarm card type when it becomes available in compact mode (mobile) */
}
.cardDetailsComponent__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefeb;
  height: 133px;
  /* expected height of the details content for most card types when it becomes available */
}
.compactCardComponent--skeleton {
  align-items: center;
  height: 40px;
}
.compactCardComponent--skeleton .compactCardComponent__iconSkeleton,
.compactCardComponent--skeleton .compactCardComponent__titleSkeleton,
.compactCardComponent--skeleton .compactCardComponent__idSkeleton {
  background-color: #efefeb;
  height: 12px;
  margin-top: 3px;
}
.compactCardComponent--skeleton .compactCardComponent__titleSkeleton,
.compactCardComponent--skeleton .compactCardComponent__idSkeleton {
  background-image: linear-gradient(to right, #f3f3f3 0, #fafafa 60px, #f3f3f3 120px);
  background-size: 650px 15px;
  animation: shine 0.7s linear infinite;
}
.compactCardComponent--skeleton .compactCardComponent__contentSkeleton {
  flex: 1 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compactCardComponent--skeleton .compactCardComponent__iconSkeleton {
  width: 28px;
  height: 28px;
  margin: 6px 16px 4px;
}
.compactCardComponent--skeleton .compactCardComponent__titleSkeleton {
  width: 40%;
  height: 14px;
}
.compactCardComponent--skeleton .compactCardComponent__idSkeleton {
  width: 60px;
}
.compactCardComponent--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.odl-card-compact.active .compactCardComponent {
  background-color: #e0f3fe;
}
.theme--dark .odl-card-compact.active .compactCardComponent {
  background: #5558af;
}
.alarmCardDetailsComponent__formattedText {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.taskCardDetailsComponent__assignee {
  margin-right: 4px;
}
.taskCardDetailsComponent__assignee:last-child {
  margin-right: 0;
}
.governanceCardComponent {
  display: flex;
  flex: 1;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 0;
}
.governanceCardComponent__editableCard {
  flex: 1;
}
.governanceCardComponent__editableCard .MuiCard-root {
  border: none;
  margin-top: 0;
}
.governanceCardComponent__editableCard .MuiCardHeader-action {
  padding-left: 0;
  padding-top: 0;
}
.governanceCardComponent__editableCard .MuiCardHeader-action .icon {
  padding-left: 8px;
}
.governanceListComponent {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}
.governanceListComponent p {
  display: inline;
}
.governanceListComponent .MuiTypography-h3.MuiTypography-h3 {
  padding-top: 0;
  text-align: left;
}
li.active + li.active {
  margin-top: -13px;
}
li.active:before {
  box-shadow: none;
}
.governanceListComponent__addBtn {
  box-sizing: border-box;
  margin: auto;
}
.governanceListComponent__addBtn .odl-button {
  width: 140px;
}
.governanceListComponent__list {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  height: 100%;
}
.governanceListComponent__folderIcon {
  background-image: url(/db2b17aeba053527de07.svg);
}
.governanceListComponent__unavailable {
  background-image: url(/ee2470670099e5fb732b.svg);
  width: 64px;
  height: 64px;
  margin: auto;
  margin-bottom: 32px;
}
.governanceListComponent__toolBar {
  display: flex;
  gap: 16px;
  flex: 1;
}
.governanceListComponent__scrollHeader {
  display: flex;
  border: 1px solid;
  margin-top: -1px;
  padding: 8px 16px;
}
.governanceListComponent__filters {
  display: flex;
  gap: 8px;
}
.governanceListComponent__sortBtn.governanceListComponent__sortBtn {
  min-width: 0;
  line-height: 0;
}
.governanceListComponent__sortBtn.governanceListComponent__sortBtn .icon {
  margin: 0;
}
.governanceListComponent__emptyList {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  margin-top: -1px;
  height: 100%;
}
.governanceListComponent__noListWrapper {
  flex: none;
  display: flex;
  flex-direction: column;
}
.governanceListComponent__noListWrapper span {
  margin: auto;
  font-size: 14px;
  font-weight: 500;
}
.governanceListComponent__noListWrapper span:first-child {
  margin-bottom: 32px;
}
.governanceListComponent .icon-folder {
  color: #f3ad2e;
}
.governanceListComponent__scrollHeader {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.governanceListComponent__emptyList {
  border-color: #d1d1d1;
}
.layout--mobile .governanceListComponent__form {
  padding: 8px 16px;
  border: 1px solid #d1d1d1;
  border-top: 0;
  background-color: #ffffff;
}
.layout--mobile .governanceListComponent__form .MuiFormControl-root {
  display: flex;
  flex: 1;
}
.theme--dark .governanceListComponent__emptyList {
  border-color: #201f1f;
}
.theme--dark .governanceListComponent__scrollHeader {
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark.layout--mobile .governanceListComponent__form {
  background-color: #32373f;
  border: none;
}
.objectAncestorsComponent {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  margin: 8px -16px -16px;
  border-top: 1px solid;
}
.objectAncestorsComponent button {
  width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 8px;
}
.objectAncestorsComponent__ancestors {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.objectAncestorsComponent__ancestors--collapsed {
  height: 32px;
}
.objectAncestorsComponent__item {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 4px;
}
.objectAncestorsComponent__icon {
  margin-right: 8px;
}
.objectAncestorsComponent__name {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
  vertical-align: bottom;
}
.objectAncestorsComponent {
  border-color: #d1d1d1;
  background: #f3f3f3;
}
.objectAncestorsComponent__icon,
.objectAncestorsComponent__name {
  color: #32373f;
}
.theme--dark .objectAncestorsComponent {
  border-color: #201f1f;
  background: #201f1f;
}
.theme--dark .objectAncestorsComponent__icon,
.theme--dark .objectAncestorsComponent__name {
  color: #ffffff;
}
.objectHeadingComponent {
  display: flex;
  margin: 8px 0;
  align-items: center;
}
.objectHeadingComponent__title {
  margin: auto 16px;
  flex: 1;
}
.objectHeadingComponent__title h2 {
  font-size: 18px;
  word-break: break-word;
}
.objectHeadingComponent__title--withOwners h2 {
  margin-bottom: 8px;
}
.objectIconComponent {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  user-select: none;
  width: 50px;
  height: 50px;
}
.objectIconComponent .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  height: 16px;
  padding: 2px 0 0 2px;
  color: #32373f;
  text-shadow: -1px 0px #fff, 0px -1px #fff, 1px 0px #fff, 0px 1px #fff;
}
.objectIconComponent img {
  display: block;
  width: 100%;
  height: 100%;
}
.objectIconComponent.size-16 {
  width: 16px;
  height: 16px;
}
.objectIconComponent.size-16 .icon {
  left: -7px;
  bottom: -2px;
  font-size: 11px;
}
.objectIconComponent.size-18 {
  width: 18px;
  height: 18px;
}
.objectIconComponent.size-18 .icon {
  left: -7px;
  bottom: -2px;
  font-size: 10px;
}
.objectIconComponent.size-20 {
  width: 20px;
  height: 20px;
}
.objectIconComponent.size-24 {
  width: 24px;
  height: 24px;
}
.objectIconComponent.size-28 {
  width: 28px;
  height: 28px;
}
.objectIconComponent.size-32 {
  width: 32px;
  height: 32px;
}
.objectIconComponent.size-38 {
  width: 38px;
  height: 38px;
}
.objectIconComponent.size-46 {
  width: 46px;
  height: 46px;
}
.odl-card-item > .objectIconComponent {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 3px;
}
.objectItemComponent * {
  line-height: 1.4em;
}
.objectItemComponent * > span {
  vertical-align: middle;
}
.objectItemComponent > a {
  white-space: nowrap;
}
.objectItemComponent .objectItemComponent__name {
  white-space: pre-line;
  word-wrap: break-word;
  overflow: hidden;
}
.objectItemComponent .objectIconComponent {
  margin-right: 4px;
}
.objectItemComponent.u-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.objectItemComponent.u-one-line .objectItemComponent__name {
  white-space: nowrap;
}
.actionMenuComponent__icon {
  font-size: 12px;
}
.actionMenuComponent__menuItem.actionMenuComponent__menuItem {
  display: flex;
  flex: none;
  padding: 0;
}
.actionMenuComponent__menuItem.actionMenuComponent__menuItem a,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem div {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.actionMenuComponent__menuItem.actionMenuComponent__menuItem a:hover,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem div:hover,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem a:focus,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem div:focus {
  color: #1a8cfd;
}
.actionMenuComponent__menuItem.actionMenuComponent__menuItem a .icon,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem div .icon {
  flex: 0 0 1.5em;
  margin-right: 8px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
}
.actionMenuComponent__menuItem.actionMenuComponent__menuItem a span,
.actionMenuComponent__menuItem.actionMenuComponent__menuItem div span {
  flex: auto;
}
.actionMenuComponent__menuItem.endCollaboration {
  color: #b4302b;
}
.actionMenuComponent__menuItem.endCollaboration div:hover,
.actionMenuComponent__menuItem.endCollaboration div:focus {
  color: #b4302b;
}
.actionMenuComponent__menuItem a {
  color: #32373f;
}
.theme--dark .actionMenuComponent__menuItem a {
  color: #ffffff;
}
.objectSubtitleComponent {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.objectSubtitleComponent__delimiter {
  padding: 0 4px;
}
.objectSubtitleComponent {
  color: #707070;
}
.theme--dark .objectSubtitleComponent {
  color: #ffffff;
}
.objectTitleComponent {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
}
.odl-card-icon-gutter + .objectTitleComponent {
  padding-left: 4px;
}
.objectTitleComponent__name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: initial;
}
.objectTitleComponent__name + .objectTitleComponent__contentDate {
  margin-left: 0.5em;
}
.odl-card-compact.expanded .objectTitleComponent__name {
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.objectTitleComponent__contentDate {
  white-space: nowrap;
  font-size: 12px;
  text-transform: none;
}
.objectTitleComponent__extension,
.objectTitleComponent__fileSize {
  font-size: 12px;
  flex: none;
}
.objectTitleComponent__extension {
  margin-left: 0.167em;
}
.objectTitleComponent__fileSize {
  margin-left: 8px;
}
.odl-card .objectTitleComponent {
  display: block;
  word-wrap: break-word;
}
.odl-card .objectTitleComponent__name {
  display: inline;
  overflow: visible;
  white-space: normal;
}
.odl-card--narrow .objectTitleComponent__extension,
.odl-card--narrow .objectTitleComponent__fileSize {
  display: none;
}
.objectTitleComponent__extension,
.objectTitleComponent__fileSize,
.objectTitleComponent__contentDate {
  color: #707070;
}
.theme--dark .objectTitleComponent__extension,
.theme--dark .objectTitleComponent__fileSize,
.theme--dark .objectTitleComponent__contentDate {
  color: #ffffff;
}
.requestsListComponent {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}
.requestsListComponent__filterBar {
  flex: none;
  display: flex;
  align-items: center;
  border: 1px solid;
  border-top: none;
  padding: 8px 16px 8px 4px;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
}
.requestsListComponent__filter__refresh {
  margin-left: auto;
}
.requestsListComponent__list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}
.requestsListComponent__list .u-no-content-card {
  margin-left: 0;
  margin-right: 0;
}
.requestsListComponent__searchBar {
  flex: 1;
  margin-left: 4px;
}
.requestsListComponent__filterBar {
  background: #ffffff;
  border-color: #d1d1d1;
}
.theme--dark .requestsListComponent__filterBar {
  background: #32373f;
  border-color: #201f1f;
}
.copyLinkModalComponent__description {
  padding: 8px 16px;
}
.copyLinkModalComponent__url {
  padding: 8px 16px;
  border: 1px solid;
}
.copyLinkModalComponent__url input {
  width: 98%;
  padding: 8px;
  border: none;
}
.copyLinkModalComponent__url {
  border-color: #d1d1d1;
}
.theme--dark .copyLinkModalComponent__url {
  border-color: #201f1f;
}
.theme--dark .copyLinkModalComponent__url input {
  background-color: #32373f;
  color: #ffffff;
}
.accessCodeComponent {
  padding: 16px;
}
.accessCodeComponent__input {
  width: 100%;
}
.accessCodeComponent {
  color: #32373f;
}
.theme--dark .accessCodeComponent {
  color: #ffffff;
}
.configComponent {
  border: 1px solid;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}
.configComponent .flatpickr-calendar {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.configComponent .flatpickr-calendar.animate.open {
  animation: none;
}
.configComponent .flatpickr-calendar::before {
  border: 0 none;
}
.configComponent .flatpickr-calendar::before,
.configComponent .flatpickr-calendar::after {
  bottom: 0%;
}
.configComponent .configComponent__content {
  padding: 16px;
}
.configComponent .configComponent__form {
  position: relative;
  padding-top: 16px;
}
.configComponent .configComponent__teamName {
  color: #007dc3;
  font-weight: 500;
}
.configComponent .configComponent__teamName .icon {
  padding-right: 4px;
}
.configComponent {
  background: #ffffff;
  color: #32373f;
  border-color: #d1d1d1;
}
.theme--dark .configComponent {
  background: #201f1f;
  color: #ffffff;
  border-color: #201f1f;
}
.theme--dark .configComponent__teamName {
  color: #e2c6e0;
}
.containerSelectorComponent__content {
  overflow: hidden;
}
.odl-dialog-container .containerSelectorComponent__content {
  flex: auto;
  display: flex;
  flex-direction: column;
}
.containerSelectorComponent__content .layout__loading {
  height: auto;
  flex: 1;
}
.containerSelectorComponent__tab.containerSelectorComponent__tab {
  z-index: 0;
}
.finalisationSettingsComponent__label {
  font-size: 14px;
}
.finalisationSettingsComponent__select {
  margin: 0 8px;
}
.finalisationSettingsComponent__instruction {
  margin-bottom: 4px;
  font-size: 14px;
  color: #707070;
}
.finalisationSettingsComponent__divider {
  padding-top: 0.6em;
  margin: 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}
.finalisationSettingsComponent__finaliseNow label {
  margin-top: -3px;
}
.finalisationSettingsComponent__finaliseNow .finalisationSettingsComponent__finaliseCheck {
  margin-top: 0;
}
.finalisationSettingsComponent__finaliseNow .MuiFormControlLabel-label {
  font-weight: 500;
}
.finalisationSettingsComponent__warn {
  margin: 8px 0;
}
.finalisationSettingsComponent__warn .icon-alert {
  margin-right: 8px;
}
.finalisationSettingsComponent__reminder {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.finalisationSettingsComponent__reminder select {
  width: auto;
  margin: 0 8px;
}
.theme--dark .finalisationSettingsComponent__instruction {
  color: #e6e6e6;
}
.containerLinkSettingsComponent__label {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 14px;
}
.containerLinkSettingsComponent__label + .containerLinkSettingsComponent__label {
  margin-top: 16px;
}
.containerLinkSettingsComponent__intervalHours {
  margin-bottom: 8px;
}
.containerLinkSettingsComponent__instruction {
  margin-bottom: 4px;
  font-size: 14px;
  color: #707070;
}
.containerLinkSettingsComponent__input {
  width: 100%;
}
.containerLinkSettingsComponent__searchBtn.containerLinkSettingsComponent__searchBtn {
  padding: 8px;
}
.containerLinkSettingsComponent__removeBtn.containerLinkSettingsComponent__removeBtn {
  padding: 8px;
}
.containerLinkSettingsComponent__removeBtn.containerLinkSettingsComponent__removeBtn .icon {
  font-size: 14px;
}
.containerLinkSettingsComponent__archive {
  margin-top: 16px;
}
.containerLinkSettingsComponent__archive .containerLinkSettingsComponent__label {
  margin-right: 4px;
}
.containerLinkSettingsComponent__archive .containerLinkSettingsComponent__select {
  width: auto;
  margin-right: 8px;
}
.containerLinkSettingsComponent__warn {
  margin: 16px 0 8px;
}
.containerLinkSettingsComponent__warn .icon-alert {
  margin-right: 8px;
  font-size: 14px;
}
.containerLinkSettingsComponent__unlink .containerLinkSettingsComponent__unlinkCheck {
  margin: 4px 0;
}
.containerLinkSettingsComponent__unlink .MuiFormControlLabel-label {
  font-weight: 500;
}
.theme--dark .containerLinkSettingsComponent__instruction {
  color: #e6e6e6;
}
.removeTabComponent__content {
  border: 1px solid #d1d1d1;
}
.removeTabComponent__confirm {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  margin: 24px 16px;
}
.removeTabComponent__warning {
  font-size: 14px;
  font-weight: 400;
  margin: 0 16px;
}
.removeTabComponent__confirm {
  color: #32373f;
}
.removeTabComponent__warning {
  color: #707070;
}
.theme--dark .removeTabComponent__content {
  border-color: #201f1f;
}
.theme--dark .removeTabComponent__confirm {
  color: #ffffff;
}
.theme--dark .removeTabComponent__warning {
  color: #ffffff;
}
.theme--dark .removeTabComponent__warning a {
  color: #81bffd;
}
.theme--dark .removeTabComponent__warning a:hover {
  color: #cce5fe;
}
.recentContainersComponent {
  overflow: auto;
  min-height: 100%;
}
.recentContainersComponent__noContent {
  padding: 24px 0;
}
.searchContainersComponent__form {
  flex: none;
  padding: 8px 12px;
  border-bottom: solid 1px;
  position: relative;
  z-index: 1;
}
.searchContainersComponent__search {
  width: 100%;
}
.searchContainersComponent__search input:focus {
  box-shadow: none;
}
.searchContainersComponent__results {
  overflow: auto;
  flex: 1;
}
.searchContainersComponent__form {
  background-color: #f3f3f3;
  border-color: #d1d1d1;
}
.theme--dark .searchContainersComponent__form {
  background-color: #201f1f;
  border-color: #201f1f;
}
.breadcrumbsComponent {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-right: -16px;
  margin-left: -16px;
  min-height: 56px;
  box-sizing: border-box;
}
.breadcrumbsComponent button {
  width: 40px;
  height: 40px;
}
.layout--mobile .breadcrumbsComponent {
  margin: 0;
  padding: 8px;
}
.breadcrumbsComponent__trail {
  display: flex;
}
.layout--mobile .breadcrumbsComponent__trail {
  margin-left: 16px;
}
.breadcrumbsComponent__trail a {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbsComponent__trail a:hover {
  text-decoration: underline;
}
.breadcrumbsComponent__objectIcon {
  flex: none;
  margin: 0 8px;
}
.breadcrumbsComponent__buttonContainer {
  width: 40px;
  height: 40px;
}
.breadcrumbsComponent {
  background: #f3f3f3;
}
.breadcrumbsComponent a,
.breadcrumbsComponent .icon {
  color: #32373f;
}
.layout--mobile .breadcrumbsComponent {
  border: 1px solid #d1d1d1;
  margin-bottom: -1px;
}
.theme--dark .breadcrumbsComponent {
  background: #201f1f;
}
.theme--dark .breadcrumbsComponent a,
.theme--dark .breadcrumbsComponent .icon {
  color: #ffffff;
}
.theme--dark.layout--mobile .breadcrumbsComponent {
  border-color: #201f1f;
}
.containerViewComponent {
  padding-bottom: 20px;
}
.containerViewComponent__header {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border: 1px solid;
  border-collapse: collapse;
  min-height: 66px;
  box-sizing: border-box;
}
.containerViewComponent__container {
  display: flex;
  flex-direction: column;
  top: 56px;
}
.containerViewComponent__information {
  flex: 1;
  display: flex;
}
.containerViewComponent__icon {
  padding: 18px 4px 18px 12px;
  flex: none;
}
.containerViewComponent__icon + .odl-card-icon-gutter {
  padding: 0;
}
.containerViewComponent__title {
  align-items: center;
  color: #32373f;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0 8px 0;
}
.containerViewComponent__actions {
  display: flex;
  flex-direction: row;
  padding-left: 24px;
}
.containerViewComponent__sortBtn.containerViewComponent__sortBtn {
  padding: 8px;
  border-radius: 0;
  min-width: 0;
  line-height: 0;
}
.containerViewComponent__noCard {
  margin-left: 0;
  margin-right: 0;
}
.layout--mobile .containerViewComponent__container {
  top: calc(48px + 1px);
}
.layout--scrollShadow .containerViewComponent__header {
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.containerViewComponent__header {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.containerViewComponent__header .containerViewComponent__title {
  color: #32373f;
}
.containerViewComponent__search.containerViewComponent__search {
  color: #0266c8;
}
.theme--dark .containerViewComponent__header {
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark .containerViewComponent__header .containerViewComponent__title {
  color: #ffffff;
}
.theme--dark .containerViewComponent__noCard {
  color: #ffffff;
  background-color: #32373f;
  margin-top: 0;
}
.theme--dark .containerViewComponent__search.containerViewComponent__search {
  color: #81bffd;
}
.detailsPanelComponent {
  border: solid 1px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  height: calc(100vh - 76px);
}
.detailsPanelComponent__header {
  display: flex;
  border-bottom: solid 1px;
  padding-left: 4px;
  position: relative;
  z-index: 2;
  min-height: 64px;
}
.detailsPanelComponent__header h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 8px 16px 8px 4px;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.detailsPanelComponent__headerIcon {
  flex: none;
  margin: 16px 4px 16px 16px;
}
.detailsPanelComponent__headerIcon + .odl-card-icon-gutter {
  padding: 0;
}
.detailsPanelComponent__scrollContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.detailsPanelComponent__scrollHeader,
.detailsPanelComponent__scrollFooter {
  flex: 0;
}
.u-details-panel-body {
  flex: 1;
  overflow-y: auto;
}
.u-details-panel-body .u-no-content-card {
  border-right: 0;
  border-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.u-details-panel-footer {
  border-top: solid 1px #d1d1d1;
}
@media (max-width: 961px) {
  .detailsPanelComponent {
    height: 100%;
    width: 100vw;
  }
}
.detailsPanelComponent {
  border-color: #d1d1d1;
  background-color: #ffffff;
  color: #32373f;
}
.detailsPanelComponent__header {
  border-color: #d1d1d1;
  background-color: #ffffff;
}
@media (max-width: 961px) {
  .detailsPanelComponent__header {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
  }
}
.theme--dark .detailsPanelComponent {
  border-color: #201f1f;
  background-color: #32373f;
  color: #ffffff;
}
.theme--dark .detailsPanelComponent a,
.theme--dark .detailsPanelComponent button {
  color: #ffffff;
}
.theme--dark .detailsPanelComponent__header {
  border-color: #201f1f;
  background-color: #32373f;
}
.detailsTabComponent {
  padding-right: 16px;
  padding-left: 16px;
}
.detailsTabComponent .u-no-content-card {
  border: none;
  margin-top: 1px;
  background-color: unset;
}
.detailsTabComponent__note,
.detailsTabComponent__table {
  font-size: 13px;
}
.detailsTabComponent__note {
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.detailsTabComponent__dateTime {
  margin-right: 0.3em;
}
.detailsTabComponent__table th,
.detailsTabComponent__table td {
  padding-bottom: 8px;
}
.detailsTabComponent__table th {
  width: 8em;
  min-width: 0;
}
.detailsTabComponent__table .odl-card-shared {
  align-items: baseline;
  cursor: default;
}
.icon-pencil-off {
  color: #b4302b;
}
.detailsTabComponent__sharedChannelLink {
  border: none;
  background: transparent;
  text-align: left;
  color: #5558af;
  font-weight: 600;
  font-size: 12px;
  padding-left: 0;
}
.detailsTabComponent__sharedChannelLink:hover,
.detailsTabComponent__sharedChannelLink:focus {
  text-decoration: underline;
}
.detailsTabComponent__note {
  color: #707070;
}
.detailsTabComponent__sharedChannelLink {
  color: #5558af;
}
.theme--dark .detailsTabComponent__note {
  color: #e6e6e6;
}
.theme--dark .detailsTabComponent__sharedChannelLink {
  color: #ffffff;
}
.eventTabComponent__event {
  border-top: solid 1px #d1d1d1;
  margin-top: -1px;
  display: flex;
  align-items: center;
}
.eventTabComponent__data,
.eventTabComponent__user {
  flex: 1;
}
.eventTabComponent__data {
  padding: 12px 16px;
}
.eventTabComponent__data h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
}
.eventTabComponent__date {
  display: block;
  font-size: 11px;
  color: #707070;
}
.eventTabComponent__user {
  font-size: 12px;
}
.teamsTabComponent .u-top-controls {
  border: 1px solid #d1d1d1;
  margin-bottom: -1px;
}
.teamsTabComponent .u-menu {
  padding: 8px;
  min-width: 0;
  line-height: 0;
}
.teamsTabComponent__actions {
  background: transparent;
  padding: 8px 0;
}
.teamsTabComponent__searchBtn.teamsTabComponent__searchBtn {
  margin-right: 4px;
}
.teamsTabComponent__searchBar {
  display: flex;
  align-items: center;
}
.teamsTabComponent__searchBar > * {
  flex: 1;
}
.teamsTabComponent__menuIcon {
  margin-left: 4px;
}
.layout--mobile .teamsTabComponent__searchBar {
  margin: 1px 0;
}
.teamsTabComponent {
  background-color: #f3f3f3;
}
.teamsTabComponent__menuIcon {
  color: #32373f;
}
.teamsTabComponent__searchBtn.teamsTabComponent__searchBtn,
.teamsTabComponent__searchBar.teamsTabComponent__searchBar {
  color: #0266c8;
}
.theme--dark .teamsTabComponent {
  background-color: #201f1f;
}
.theme--dark .teamsTabComponent .u-top-controls {
  border-color: #201f1f;
}
.theme--dark .teamsTabComponent__menuIcon {
  color: #ffffff;
}
.theme--dark .teamsTabComponent__searchBtn.teamsTabComponent__searchBtn,
.theme--dark .teamsTabComponent__searchBar.teamsTabComponent__searchBar {
  color: #81bffd;
}
.searchResultsComponent__icon {
  padding: 12px;
  flex: none;
  width: 38px;
  font-size: 24px;
}
.searchResultsComponent__title {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.searchResultsComponent__header {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border: 1px solid;
  border-collapse: collapse;
  min-height: 66px;
  box-sizing: border-box;
  top: 56px;
}
.searchResultsComponent__actions {
  display: flex;
  flex-direction: row;
  padding-left: 24px;
}
.searchResultsComponent__sortBtn.searchResultsComponent__sortBtn {
  padding: 8px;
  border-radius: 0;
  min-width: 0;
  line-height: 0;
}
.searchResultsComponent__information {
  flex: 1;
  display: flex;
}
.searchResultsComponent__noCard {
  margin-left: 0;
  margin-right: 0;
}
.layout--mobile .searchResultsComponent__results {
  margin-top: 1px;
}
.searchResultsComponent__header {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.searchResultsComponent__header .searchResultsComponent__title {
  color: #32373f;
}
.layout--scrollShadow .searchResultsComponent__header {
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.theme--dark .searchResultsComponent__header {
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark .searchResultsComponent__header .searchResultsComponent__title {
  color: #ffffff;
}
.theme--dark .searchResultsComponent__icon {
  color: #ffffff;
}
.sharedDocumentsComponent__icon {
  padding: 12px;
  flex: none;
  width: 38px;
}
.sharedDocumentsComponent__title {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.sharedDocumentsComponent__header {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border: 1px solid;
  border-collapse: collapse;
  min-height: 66px;
  box-sizing: border-box;
  margin-top: 8px;
}
.sharedDocumentsComponent__actions {
  display: flex;
  flex-direction: row;
  padding-left: 24px;
}
.sharedDocumentsComponent__sortBtn.sharedDocumentsComponent__sortBtn {
  padding: 8px;
  border-radius: 0;
  min-width: 0;
  line-height: 0;
}
.sharedDocumentsComponent__information {
  flex: 1;
  display: flex;
}
.sharedDocumentsComponent__noCard {
  margin-left: 0;
  margin-right: 0;
}
.layout--mobile .sharedDocumentsComponent__results {
  margin-top: 1px;
}
.sharedDocumentsComponent__header {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.sharedDocumentsComponent__header .sharedDocumentsComponent__title {
  color: #32373f;
}
.layout--scrollShadow .sharedDocumentsComponent__header {
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.theme--dark .sharedDocumentsComponent__header {
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark .sharedDocumentsComponent__header .sharedDocumentsComponent__title {
  color: #ffffff;
}
.theme--dark .sharedDocumentsComponent__icon {
  color: #ffffff;
}
.documentPreviewComponent {
  display: flex;
  flex-direction: column;
}
.documentPreviewComponent__header {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.documentPreviewComponent__header .icon {
  padding-right: 8px;
}
.documentPreviewComponent__header h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  font-size: 13px;
}
.documentPreviewComponent__content {
  margin-top: 16px;
  margin-right: 0;
  width: 200px;
  height: 280px;
  text-align: center;
  font-size: 13px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  align-self: center;
}
.documentPreviewComponent__content img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.documentPreviewComponent__content button {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.theme--dark .documentPreviewComponent__content {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.pdfPreviewComponent__page .react-pdf__Page__canvas {
  width: 100% !important;
  height: 700px !important;
}
.pdfPreviewComponent__pageNavigation {
  position: relative;
  left: 0;
  right: 0;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-height: 800px) {
  .pdfPreviewComponent__page .react-pdf__Page__canvas {
    height: 550px !important;
  }
}
@media (max-height: 660px) {
  .MuiDialogContent-root.MuiDialogContent-root {
    overflow-y: auto;
  }
}
.availableChannelsComponent__content {
  padding: 16px;
}
.availableChannelsComponent__content .odl-scroll-card-list {
  margin-top: 12px;
}
.availableChannelsComponent__content .odl-card {
  border: none;
}
.availableChannelsComponent__content .availableChannelsComponent__card {
  border-left: none;
  border-right: none;
}
.availableChannelsComponent__content .availableChannelsComponent__card .odl-card-main {
  background: none;
  border: none;
  padding: 0 8px 0 0;
  min-height: 48px;
}
.availableChannelsComponent__content .availableChannelsComponent__card .odl-card-data {
  min-height: 48px;
  padding: 0 0 0 16px;
}
.availableChannelsComponent__content .availableChannelsComponent__card.active {
  margin: unset;
  margin-top: -1px;
}
.shareWithPermissionsComponent {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shareWithPermissionsComponent .shareWithPermissionsComponent__addMessage--label {
  font-weight: 500;
  font-size: 14px;
}
.shareWithPermissionsComponent .shareWithPermissionsComponent__addMessage--label .form__control {
  font-size: 14px;
}
.endCollaborationDialog__content {
  padding: 16px;
}
.endCollaborationDialog__content .odl-scroll-card-list {
  margin-top: 12px;
}
.endCollaborationDialog__content .odl-card {
  border: none;
}
.endCollaborationDialog__content .endCollaborationDialog__card {
  border-left: none;
  border-right: none;
}
.endCollaborationDialog__content .endCollaborationDialog__card .odl-card-main {
  background: none;
  border: none;
  padding: 0 8px 0 0;
  min-height: 48px;
}
.endCollaborationDialog__content .endCollaborationDialog__card .odl-card-data {
  min-height: 48px;
  padding: 0 0 0 16px;
}
.endCollaborationDialog__content .endCollaborationDialog__card.active {
  margin: unset;
  margin-top: -1px;
}
.channelMembersListComponent h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.channelMembersListComponent .channelMembersListComponent__list {
  max-height: 230px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 8px;
}
.channelMembersListComponent .channelMembersListComponent__list ul {
  padding: 8px 12px;
}
.channelMembersListComponent .channelMembersListComponent__list .odl-card-row {
  gap: 8px;
}
.channelMembersListComponent .channelMembersListComponent__list .odl-card-row .odl-card-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
.channelMembersListComponent .channelMembersListComponent__list .odl-card-row .odl-card-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.channelMembersListComponent .channelMembersListComponent__list .odl-card-data {
  min-height: 48px;
  padding: 0;
}
.channelMembersListComponent .channelMembersListComponent__list .odl-card-data h3 {
  margin: 0;
  padding: 0;
}
.addToGovernanceComponent__form {
  overflow: auto;
  flex: 1;
}
.adminActionMenuComponent__icon {
  font-size: 12px;
}
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem {
  display: flex;
  padding: 0;
}
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem a,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem div {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem a:hover,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem div:hover,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem a:focus,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem div:focus {
  color: #1a8cfd;
}
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem a .icon,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem div .icon {
  flex: 0 0 1.5em;
  margin-right: 8px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
}
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem a span,
.adminActionMenuComponent__menuItem.adminActionMenuComponent__menuItem div span {
  flex: auto;
}
.adminActionMenuComponent__menuItem a,
.adminActionMenuComponent__menuItem div {
  color: #32373f;
}
.theme--dark .adminActionMenuComponent__menuItem a,
.theme--dark .adminActionMenuComponent__menuItem div {
  color: #ffffff;
}
.adminLandingPageComponent,
.adminLandingPageComponent .layout__content {
  height: 100%;
}
.adminLandingPageComponent__accessMain {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.adminLandingPageComponent__accessCode {
  margin: auto;
  width: 400px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adminLandingPageComponent__accessIcon {
  background-image: url(/008030af37387dda07e2.svg);
  background-repeat: no-repeat;
  height: 72px;
  width: 72px;
  margin: auto;
}
.adminLandingPageComponent__linearProgress {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.layout--mobile .adminLandingPageComponent__accessCode {
  width: 350px;
}
.adminLandingPageComponent {
  background-color: #f3f3f3;
}
.adminLandingPageComponent__accessMain {
  background-color: #ffffff;
}
.theme--dark .adminLandingPageComponent {
  background-color: #2d2c2c;
}
.theme--dark .adminLandingPageComponent__accessMain {
  background-color: #32373f;
}
.archivalComponent__label {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}
.archivalComponent__label + .archivalComponent__label {
  margin-top: 16px;
}
.archivalComponent__group {
  margin-top: 16px;
}
.archivalComponent__frequency {
  display: flex;
  align-items: center;
}
.archivalComponent__frequency span {
  margin-right: 4px;
}
.archivalComponent__select {
  width: auto;
  margin-right: 8px;
}
.archivalComponent__icon {
  margin: 0 4px;
}
.channelsListComponent__autocomplete {
  width: 100%;
}
.channelsListComponent__autocomplete .MuiChip-label {
  font-size: 14px;
}
.channelsListComponent__input.channelsListComponent__input .MuiAutocomplete-input.MuiOutlinedInput-input {
  padding: 6px 12px;
}
.channelsListComponent__input.channelsListComponent__input .MuiAutocomplete-endAdornment.MuiAutocomplete-endAdornment {
  top: 0;
  transform: none;
}
.channelsListComponent__input.channelsListComponent__input.channelsListComponent__input--withSelectedChannels .MuiOutlinedInput-root.MuiAutocomplete-inputRoot {
  height: 100%;
}
.channelsListComponent__input.channelsListComponent__input .MuiAutocomplete-popupIndicator,
.channelsListComponent__input.channelsListComponent__input .MuiAutocomplete-clearIndicator {
  height: 38px;
}
.channelsListComponent__autocomplete .MuiChip-root.MuiChip-filled.MuiChip-colorDefault {
  background-color: #e0f3fe;
}
.theme--dark .channelsListComponent__autocomplete .MuiChip-root.MuiChip-filled.MuiChip-colorDefault {
  background-color: #082a78;
  color: #ffffff;
}
.theme--dark .channelsListComponent__autocomplete .MuiChip-root.MuiChip-filled.MuiChip-colorDefault .MuiChip-deleteIcon {
  color: #ffffff;
}
.createTeamNameDescComponent__row {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.createTeamNameDescComponent__row .createTeamNameDescComponent__rowItem {
  flex: 1 1 10%;
  margin-right: 16px;
  margin-top: 8px;
}
.createTeamNameDescComponent__row .createTeamNameDescComponent__rowItem .createTeamNameDescComponent__textarea {
  margin-top: 0;
}
.createTeamNameDescComponent__textarea {
  min-height: 6em;
}
.createTeamNameDescComponent__label {
  font-weight: 500;
  font-size: 14px;
}
.createTeamNameDescComponent__label .MuiOutlinedInput-adornedStart.MuiOutlinedInput-adornedStart span {
  padding-right: 8px;
}
.createTeamNameDescComponent__approver {
  color: #707070;
}
.createTeamNameDescComponent__approver.createTeamNameDescComponent__disabledIcon {
  color: #999999;
}
.theme--dark .createTeamNameDescComponent__approver {
  color: #e6e6e6;
}
.theme--dark .createTeamNameDescComponent__approver .createTeamNameDescComponent__disabledIcon {
  color: #cccccc;
}
.createTeamRequestAlertsComponent_displaysAlerts li {
  list-style-type: none;
}
.createTeamRequestPrivacyPolicyComponent legend {
  font-weight: 500;
  padding-top: 8px;
}
.createTeamRequestPrivacyPolicyComponent .u-hint {
  padding-left: 4px;
}
.createTeamRequestPrivacyPolicyComponent legend {
  color: #32373f;
}
.theme--dark .createTeamRequestPrivacyPolicyComponent legend {
  color: #ffffff;
}
.createTeamRequestReasonComponent__label {
  font-weight: 500;
  font-size: 14px;
}
.createTeamRequestReasonComponent__description {
  padding-bottom: 24px;
}
.dashboardHeaderComponent {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 16px;
}
.dashboardHeaderComponent__heading {
  display: flex;
  flex-direction: column;
}
.dashboardHeaderComponent__backButton {
  min-width: 40px;
  margin-right: 8px;
}
.layout--mobile .dashboardHeaderComponent {
  padding: 8px;
  min-height: fit-content;
}
.theme--dark .dashboardHeaderComponent {
  background: #32373f;
  border-color: #201f1f;
  color: #ffffff;
}
.theme--dark .dashboardHeaderComponent__backButton {
  color: #ffffff;
}
.dashboardHeaderComponent {
  background: #ffffff;
  border-color: #d1d1d1;
}
.dashboardHeaderComponent__backButton {
  color: #32373f;
}
.disconnectModalComponent__description {
  padding: 8px 16px;
}
.finalisationComponent__label {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 14px;
  display: block;
}
.finalisationComponent__label + .finalisationComponent__label {
  margin-top: 16px;
}
.finalisationComponent__group {
  margin-top: 16px;
}
.finalisationComponent__select {
  margin-right: 8px;
}
.finalisationComponent__warn {
  display: flex;
  align-items: center;
}
.finaliseNowWarningComponent__title {
  font-weight: 500;
}
.finaliseNowWarningComponent__title .icon {
  padding: 0 4px;
}
.collaborationWarningComponent__list .odl-card {
  background-color: #f3f3f3;
  margin-bottom: 8px;
  border: none;
}
.collaborationWarningComponent__list .odl-card-data {
  min-height: auto;
  padding-left: 8px;
  color: #525965;
  font-weight: 500;
}
.collaborationWarningComponent__list .odl-card-list {
  padding: 8px 0;
}
.collaborationWarningComponent__warningLabel {
  display: inline-block;
  margin: 16px 0;
}
.odl-dialog-container .collaborationWarningComponent--endCollab {
  min-height: 145px;
}
.theme--dark .collaborationWarningComponent__list .odl-card {
  background-color: #525965;
}
.theme--dark .odl-card-data {
  color: #ffffff;
}
.governanceDetailsPanelComponent__linearProgress {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.governanceDetailsPanelComponent__scrollHeader {
  display: flex;
  min-height: 56px;
  border: 1px solid;
  margin-top: -1px;
  flex: none;
  align-items: center;
  flex-wrap: wrap;
}
.governanceDetailsPanelComponent__scrollHeader .odl-button {
  margin: 8px 16px;
}
.governanceDetailsPanelComponent__actionBtn {
  padding: 1px 16px;
  display: flex;
  align-items: center;
}
.layout--mobile .governanceDetailsPanelComponent__scrollHeader .odl-button {
  margin: 8px;
}
.governanceDetailsPanelComponent__tabs {
  border-left: 1px solid;
  border-right: 1px solid;
}
.governanceDetailsPanelComponent__scrollHeader {
  background: #ffffff;
  border-color: #d1d1d1;
}
.governanceDetailsPanelComponent__tabs {
  border-color: #d1d1d1;
  background: #ffffff;
}
.theme--dark .governanceDetailsPanelComponent__scrollHeader {
  background: #32373f;
  border-color: #201f1f;
}
.theme--dark .governanceDetailsPanelComponent__tabs {
  background: #32373f;
  border-color: #201f1f;
}
.governanceDetailsTabsComponent__tabs {
  min-height: 48px;
  padding-left: 12px;
}
.channelGovernanceDetailsComponent__tabs {
  min-height: 48px;
  border-left: 1px solid;
  border-right: 1px solid;
  padding-left: 12px;
}
.channelGovernanceDetailsComponent__channelsList li {
  list-style: none;
}
.channelGovernanceDetailsComponent__noChannels {
  text-align: center;
  padding: 12px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.channelGovernanceDetailsComponent__tabs {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.channelGovernanceDetailsComponent__noChannels {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.theme--dark .channelGovernanceDetailsComponent__tabs {
  background: #32373f;
  border-color: #201f1f;
}
.theme--dark .channelGovernanceDetailsComponent__noChannels {
  background-color: #32373f;
  border-color: #201f1f;
}
.channelCardComponent__icon img {
  height: 28px;
  width: 28px;
}
.channelCardComponent__container {
  min-height: 48px;
}
.channelCardComponent .odl-card-main {
  min-height: 48px;
}
.channelCardComponent__content {
  display: flex;
  flex: 1;
}
.channelCardComponent__title {
  font-weight: 500;
  font-size: 14px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.channelCardComponent__subtitle {
  margin-top: 6px;
}
.channelCardComponent__subtitle--destination {
  padding-right: 4px;
}
.channelCardComponent__subtitle--details {
  align-items: center;
}
.channelCardComponent__detail {
  display: flex;
  margin-top: 0;
}
.channelCardComponent__detail:not(:last-child) {
  margin-bottom: 8px;
}
.channelCardComponent__subtitle--icon {
  margin-right: 2px;
}
.channelCardComponent__subtitle--icon img {
  width: 16px;
  height: 16px;
}
.channelCardComponent__subtitle--label {
  flex: 0 0 96px;
}
.channelCardComponent__footer {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.channelCardComponent__footer .icon-open-in-app {
  margin-right: 2px;
}
.channelCardComponent__finalisationSchedule .icon {
  margin-right: 4px;
}
.channelCardComponent__actions {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  flex-direction: column;
}
.channelCardComponent__status {
  align-items: center;
  display: flex;
  text-align: right;
  justify-content: right;
}
.channelCardComponent__status .icon {
  padding-left: 4px;
}
.channelCardComponent__status .icon-alert-circle {
  color: #bd2030;
}
.channelCardComponent__status .icon-checkbox-blank-circle {
  color: #2a7d2a;
}
.channelCardComponent__status .icon-minus-circle {
  color: #707070;
}
.channelCardComponent__status .icon-pause-circle-outline {
  color: #525965;
}
.channelCardComponent__toggle {
  align-items: center;
  display: flex;
  text-align: right;
  justify-content: right;
}
.channelCardComponent__container--isExpanded {
  margin-bottom: 12px;
}
.channelCardComponent__container.odl-card:hover {
  background: #ffffff;
}
.channelCardComponent__title {
  color: #32373f;
}
.channelCardComponent__subtitle--label {
  color: #707070;
}
.channelCardComponent__subtitle--parentFolder {
  color: #32373f;
}
.channelCardComponent__footer {
  background: #f5f5f5;
}
.channelCardComponent__container--isExpanded {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.theme--dark .channelCardComponent__container.odl-card:hover {
  background: #32373f;
}
.theme--dark .channelCardComponent__title {
  color: #ffffff;
}
.theme--dark .channelCardComponent__subtitle--label {
  color: #e6e6e6;
}
.theme--dark .channelCardComponent__subtitle--details {
  color: #ffffff;
}
.theme--dark .channelCardComponent__footer {
  background: #32373f;
}
.theme--dark .channelCardComponent__container--isExpanded {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.editGovernanceComponent__form {
  padding: 16px;
}
.actionMenuComponent__text.actionMenuComponent__text:focus,
.actionMenuComponent__text.actionMenuComponent__text:hover {
  background-color: transparent;
  cursor: unset;
}
.actionMenuComponent__text.actionMenuComponent__text .actionMenuComponent__menuItem__text {
  text-transform: none;
}
.actionMenuComponent__text.actionMenuComponent__text .actionMenuComponent__menuItem__text:focus,
.actionMenuComponent__text.actionMenuComponent__text .actionMenuComponent__menuItem__text:hover {
  color: inherit;
}
.importTeamComponent__instruction {
  color: #707070;
  margin-top: 8px;
}
.importTeamComponent__warning {
  color: #f57c00;
  margin-top: 8px;
  font-size: 12px;
}
.theme--dark .importTeamComponent__instruction {
  color: #e6e6e6;
}
.manageGovernanceComponent {
  height: 100%;
}
.manageGovernanceComponent .odl-columns {
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
}
.manageGovernanceComponent .odl-column {
  display: flex;
  flex-direction: column;
}
.manageGovernanceComponent .u-panel {
  overflow: auto;
  max-height: 100%;
  margin-bottom: 0;
}
.manageGovernanceComponent__header {
  display: flex;
  height: 50px;
  border: 1px solid;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0 16px;
}
.manageGovernanceComponent__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.manageGovernanceComponent__tab h2 {
  font-size: 18px;
}
.manageGovernanceComponent__tab .odl-button {
  margin: 8px 16px;
}
.manageGovernanceComponent__list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top: none;
  box-sizing: border-box;
  flex: 1;
}
.manageGovernanceComponent__hiddenList.manageGovernanceComponent__hiddenList {
  display: none;
}
.manageGovernanceComponent__governance {
  flex: 2 2 0px;
}
.manageGovernanceComponent__detailsPanel {
  flex: 2 2 0px;
}
.layout--mobile .manageGovernanceComponent .odl-columns {
  overflow: auto;
}
.manageGovernanceComponent,
.manageGovernanceComponent .u-panel {
  background-color: #f3f3f3;
}
.manageGovernanceComponent__header {
  background: #ffffff;
  border-color: #d1d1d1;
}
.manageGovernanceComponent__tab {
  border-color: #d1d1d1;
}
.manageGovernanceComponent__disconnectBtn.manageGovernanceComponent__disconnectBtn {
  color: #0266c8;
}
.theme--dark .manageGovernanceComponent,
.theme--dark .manageGovernanceComponent .u-panel {
  background-color: #2d2c2c;
}
.theme--dark .manageGovernanceComponent__header {
  background-color: #32373f;
  border-color: #201f1f;
}
.theme--dark .manageGovernanceComponent__tab {
  border-color: #201f1f;
}
.theme--dark .manageGovernanceComponent__disconnectBtn.manageGovernanceComponent__disconnectBtn {
  color: #81bffd;
}
.manageRequestsComponent {
  height: 100%;
}
.manageRequestsComponent .odl-columns {
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
}
.manageRequestsComponent .odl-column {
  display: flex;
  flex-direction: column;
}
.manageRequestsComponent .u-panel {
  overflow: auto;
  max-height: 100%;
  margin-bottom: 0;
}
.manageRequestsComponent__teams {
  width: 320px;
  flex: 0.8 0.8 0;
}
.manageRequestsComponent__header {
  display: flex;
  height: 50px;
  border: 1px solid;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.manageRequestsComponent__header h3 {
  margin: auto 0;
}
.manageRequestsComponent__header h2 {
  font-size: 18px;
}
.manageRequestsComponent__logo {
  width: 54px;
  height: 54px;
  background-image: url(/3e3f91128b09323e1796.svg);
  margin: 8px;
}
.manageRequestsComponent__createBtn {
  box-sizing: border-box;
  margin: auto;
}
.manageRequestsComponent__createBtn .odl-button {
  width: 140px;
}
.manageRequestsComponent__list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top: none;
  box-sizing: border-box;
  flex: 1;
}
.manageRequestsComponent__scrollHeader {
  display: flex;
  border: 1px solid;
  margin-top: -1px;
  flex: none;
}
.manageRequestsComponent__scrollHeader .odl-button {
  margin: 8px 16px;
}
.manageRequestsComponent__linearProgress {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.manageRequestsComponent__tabs {
  border-bottom: none;
  flex: 1;
  min-height: 56px;
}
.manageRequestsComponent__hiddenList.manageRequestsComponent__hiddenList {
  display: flex;
}
.layout--mobile .manageRequestsComponent .odl-columns {
  overflow: auto;
}
.manageRequestsComponent,
.manageRequestsComponent .u-panel {
  background-color: #f3f3f3;
}
.manageRequestsComponent__header,
.manageRequestsComponent__scrollHeader {
  background: #ffffff;
}
.manageRequestsComponent__header,
.manageRequestsComponent__tabs {
  border-color: #d1d1d1;
}
.manageRequestsComponent__backButton {
  color: #32373f;
}
.manageRequestsComponent__accessMain {
  background-color: #ffffff;
}
.manageRequestsComponent__scrollHeader {
  border-color: #d1d1d1;
}
.manageRequestsComponent__disconnectBtn.manageRequestsComponent__disconnectBtn {
  color: #0266c8;
}
.theme--dark .manageRequestsComponent,
.theme--dark .manageRequestsComponent .u-panel {
  background-color: #2d2c2c;
}
.theme--dark .manageRequestsComponent__header,
.theme--dark .manageRequestsComponent__scrollHeader {
  background: #32373f;
}
.theme--dark .manageRequestsComponent__header,
.theme--dark .manageRequestsComponent__tabs {
  border-color: #201f1f;
}
.theme--dark .manageRequestsComponent__header span {
  color: #ffffff;
}
.theme--dark .manageRequestsComponent__accessMain {
  background-color: #32373f;
}
.theme--dark .manageRequestsComponent__scrollHeader {
  border-color: #201f1f;
}
.theme--dark .manageRequestsComponent__disconnectBtn.manageRequestsComponent__disconnectBtn {
  color: #81bffd;
}
.memberListComponent__columns--notEditable .MuiTableCell-root.MuiTableCell-root {
  width: 50%;
}
.memberListComponent__role {
  text-transform: capitalize;
}
.requestGovernanceComponent {
  display: flex;
  overflow: auto;
  position: relative;
}
.requestGovernanceComponent__column {
  flex: 1;
}
.requestGovernanceComponent__column + .requestGovernanceComponent__column {
  margin-left: -1px;
}
.layout--mobile .requestGovernanceComponent {
  overflow: visible;
}
.requestsListFilterComponent__checkboxContainer {
  padding: 16px;
}
.governanceListFilterComponent__checkboxContainer,
.governanceListFilterComponent__radioGroupContainer {
  padding: 16px;
}
.governanceListFilterComponent__radioGroupContainer {
  border-top: 1px solid;
}
.governanceListFilterComponent__radioGroupContainer {
  border-color: #d1d1d1;
}
.theme--dark .governanceListFilterComponent__radioGroupContainer {
  border-color: #201f1f;
}
.governanceObjectsSelectionComponent {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.governanceObjectsSelectionComponent__tree {
  flex: 1;
  overflow: auto;
  border: 1px solid;
}
body:not(.layout--mobile) .governanceObjectsSelectionComponent__tree {
  border-radius: 4px;
}
body:not(.layout--mobile) .governanceObjectsSelectionComponent__tree .u-tree-select--selected:not(.u-tree-select--active)::before {
  border: none;
}
.governanceObjectsSelectionComponent__selectionButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.governanceObjectsSelectionComponent__selectionButtons .icon {
  border: 1px solid;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  margin: 12px 6px;
  color: #0266c8;
}
.governanceObjectsSelectionComponent__selectionButtons .MuiIconButton-root.icon::before {
  margin: 0 12px;
}
.governanceObjectsSelectionComponent__panels {
  overflow: hidden;
  display: flex;
  flex: 1;
}
.governanceObjectsSelectionComponent__panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 16px;
}
.governanceObjectsSelectionComponent__panel:first-of-type {
  margin-right: 0;
}
.governanceObjectsSelectionComponent__panel:last-of-type {
  margin-left: 0;
}
.layout--mobile .governanceObjectsSelectionComponent__panel {
  margin: 0;
}
.layout--mobile .governanceObjectsSelectionComponent__panel .searchBarComponent {
  padding: 16px 16px 8px 16px;
}
.governanceObjectsSelectionComponent__label {
  margin-bottom: 8px;
}
.layout--mobile .governanceObjectsSelectionComponent__label {
  display: none;
}
.governanceObjectsSelectionComponent__selectionTree {
  margin-top: 56px;
}
.governanceObjectsSelectionComponent__selectionTree .u-tree-select--selected:not(.u-tree-select--active)::before {
  background-color: transparent;
}
.governanceObjectsSelectionComponent__selectionTree {
  margin-top: 56px;
}
.governanceObjectsSelectionComponent__selectionTree .u-tree-select--selected:not(.u-tree-select--active)::before {
  background-color: transparent;
}
.governanceObjectSelectionComponent__optionsSelect .MuiInputBase-root {
  min-width: 80px;
  margin-right: 88px;
}
.governanceObjectSelectionComponent__noObject {
  margin-top: 24px;
  text-align: center;
  color: #707070;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.governanceObjectsSelectionComponent__label {
  color: #707070;
}
.governanceObjectsSelectionComponent__tree,
.governanceObjectsSelectionComponent__selectionButtons .icon {
  border-color: #d1d1d1;
}
.governanceObjectsSelectionComponent__selectionTree .u-tree-select--selected:hover::before {
  background-color: #e0f3fe;
}
body:not(.layout--mobile) .governanceObjectsSelectionComponent__searchBar {
  background-color: #ffffff;
}
body:not(.layout--mobile) .governanceObjectsSelectionComponent__availableTree .u-tree-select--selected {
  color: #707070;
}
body:not(.layout--mobile) .governanceObjectsSelectionComponent__availableTree .u-tree-select--selected::before {
  background-color: #f3f3f3;
}
.theme--dark .governanceObjectsSelectionComponent__label {
  color: #e6e6e6;
}
.theme--dark .governanceObjectsSelectionComponent__tree,
.theme--dark .governanceObjectsSelectionComponent__selectionButtons .icon {
  border-color: #201f1f;
}
.theme--dark .governanceObjectsSelectionComponent__selectionTree .u-tree-select--selected {
  background-color: transparent;
}
.theme--dark .governanceObjectsSelectionComponent__selectionTree .u-tree-select--selected:hover::before {
  background-color: #5558af;
}
.theme--dark .governanceObjectsSelectionComponent__availableTree button:not(.u-tree-select--selected):hover::before {
  background-color: #5558af;
}
.theme--dark:not(.layout--mobile) .governanceObjectsSelectionComponent__searchBar {
  background-color: #32373f;
}
.theme--dark:not(.layout--mobile) .governanceObjectsSelectionComponent__availableTree .u-tree-select--selected {
  color: #e6e6e6;
}
.theme--dark:not(.layout--mobile) .governanceObjectsSelectionComponent__availableTree .u-tree-select--selected::before {
  background-color: #201f1f;
}
.teamCreationRequestGovernanceDetailsComponent__logo {
  background-image: url(/a548625c167efb94a446.svg);
}
.teamCreationRequestGovernanceDetailsComponent__folderIcon {
  background-image: url(/db2b17aeba053527de07.svg);
}
.teamCreationRequestGovernanceActionsComponent__actions {
  display: flex;
  justify-content: space-between;
}
.teamCreationRequestGovernanceActionsComponent__requestInfo {
  display: flex;
  flex-direction: column;
}
.teamCreationRequestGovernanceActionsComponent__requestInfoRow {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamCreationRequestGovernanceActionsComponent__requestInfoRowTitle {
  padding-right: 16px;
}
.teamCreationRequestGovernanceActionsComponent__label {
  font-weight: 500;
  font-size: 14px;
}
.teamCreationRequestGovernanceActionsComponent__reason,
.teamCreationRequestGovernanceActionsComponent__label,
.teamCreationRequestGovernanceActionsComponent__requestInfoRow,
.teamCreationRequestGovernanceActionsComponent__timerIcon {
  padding: 4px 0;
}
.teamCreationRequestGovernanceActionsComponent__reason b,
.teamCreationRequestGovernanceActionsComponent__label b,
.teamCreationRequestGovernanceActionsComponent__requestInfoRow b,
.teamCreationRequestGovernanceActionsComponent__timerIcon b {
  font-weight: 500;
}
.teamCreationRequestGovernanceActionsComponent__reason p {
  white-space: pre-wrap;
}
.teamCreationRequestGovernanceActionsComponent__teamCheck {
  padding-bottom: 16px;
}
.teamCreationRequestGovernanceActionsComponent__timerIcon {
  display: block;
  margin: 24px 0;
  font-size: 14px;
}
.teamCreationRequestGovernanceActionsComponent__completeState {
  margin: 16px 0;
}
.teamCreationRequestGovernanceActionsComponent__completeState .icon {
  margin-right: 4px;
}
.teamCreationRequestGovernanceActionsComponent__completeState b {
  font-weight: 500;
}
.teamCreationRequestGovernanceActionsComponent__teamLink {
  margin-left: -8px;
}
.teamCreationRequestGovernanceActionsComponent__completeState .icon-check-circle {
  color: #5cbd60;
}
.teamCreationRequestGovernanceActionsComponent__completeState .icon-close-circle {
  color: #ec5f5f;
}
.theme--dark .teamCreationRequestGovernanceActionsComponent__completeState .icon-check-circle {
  color: #40d6bd;
}
.theme--dark .teamCreationRequestGovernanceActionsComponent__completeState .icon-close-circle {
  color: #ff7381;
}
.teamMembersComponent_userInput {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 8px;
}
.templateSelectorComponent__card {
  border-left: none;
  border-right: none;
}
.templateSelectorComponent__card .odl-card-main {
  background: none;
  border: none;
  padding: 0 8px 0 0;
  text-align: left;
  align-items: center;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.templateSelectorComponent__card.active {
  margin: unset;
  margin-top: -1px;
}
.governanceHeaderComponent__tabs {
  border-bottom: none;
  flex: 1;
  min-height: 56px;
  min-width: 300px;
}

