﻿/* ===================================================================== */
/*  The following CSS was created using Theme Editor.                    */
/*  To modify this CSS, click "Open Theme Editor".                       */
/* ===================================================================== */

/* ===================================================================== */
/*  Root - CSS Variables                                                 */
/* ===================================================================== */

:root {
	
    /* Color - Brand */
    --color-primary: #44c3cf;
    --color-secondary: #44c3cf;

    --color-primary-hover: #33929b;
    --color-primary-selected: rgba(68, 195, 207, .12);
	
    /* App Settings */
    --color-background-body: #f3f6f8;
    --color-background-login: #c6e4e2;
    --header-color: #ffffff;
	
    /* Dark Theme */
    --background-dark-theme: rgba(255, 255, 255, .1);
    --background-dark-theme-hover: rgba(255, 255, 255, .2);
}

/* Login and Splash Color */

.login-screen,
.layout-native .login-screen {
    background-color: var(--color-background-login);
}

/* ===================================================================== */
/*  $0 - Root - CSS Variables                                            */
/* ===================================================================== */

:root {
    /* Color - Brand */
    --color-primary-background-hover: rgba(68,195,207,0.1);
    --color-secondary-lightest: rgba(200,223,205,0.25);
    --color-primary-dark: #23848d;
    --color-primary-rgb: 68, 195, 207;
    
    /* Color - Extended */
    --color-red: #daacad;
    --color-error-background: #feecef;

      /*! Typography - Size */
    --font-size-xxs:10px;

    /* Popover - Multi-column */
    --popover-column-width: 250px;

    /*Background Messages */
    --color-WarningMessage: #dc202040;
    --color-AlertMessage:#e9a10040;
    --color-AdviceMessage: #29823b40;
    --color-InfoMessage: #017aad40;
}

.vscomp-options-container::-webkit-scrollbar {
    width: 10px;
}

.choices__list::-webkit-scrollbar {
    width: 10px;

}

::-webkit-scrollbar {
  width: 8px;
}
 
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

/* =========================================================================== */
/*  $1 - Usefull Classes                                                       */
/* =========================================================================== */

.underline {
    text-decoration: underline;
}

.line-through{
 text-decoration-line: line-through;
}

.italic {
    font-style: italic;
}

.italic {
    font-style: italic;
}

.cursor-pointer {
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.overflow-visible {
    overflow: visible;
}

.max-w-500px{
    max-width: 500px;
}

.line-height-m {
    line-height: 1.25;
}

.TextColorPrimary{
    color: var(--color-primary);
}

.tablet .btn, .phone .btn {
    font-size: var(--font-size-s);
}

.div-height-size-90 {
    height: 90px;
}

/* ================================================================ */
/*  $2 - HTML Elements                                              */
/* ================================================================ */

/*font size to 16px when IOS being used to stop zoom function*/
body.ios {
    font-size: var(--font-size-base);
}

/* $2.1 - HTML Elements - Links */
a:hover,
a:focus {
    text-decoration: none;   
}

/* $2.2 - HTML Elements - Inputs and Selectors */
.tablet .dropdown-container:after,
.phone .dropdown-container:after {
    top: 15px;
}

.CheckBoxWrapper span{
    display: flex;
}

.input-link-wrapper {
    position: relative;
    margin-bottom: var(--space-s);
}

.form .input-link-wrapper input[data-input] {
    margin-bottom: 0px;
}

.input-link-wrapper a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.form .dropdown.margin-bottom-none,
.form .search-input.margin-bottom-none,
.form input[data-input].margin-bottom-none,
.form textarea[data-textarea].margin-bottom-none,
.form [data-switch].margin-bottom-none {
    margin-bottom: 0;
}

.login-form {
    max-width: 600px;
}

.phone .login-form{
    margin: 0;
}

.standard-card.card {
    max-width: 1200px;
}

.dropdown-expanded-up div.dropdown-list {
    bottom: auto !important;
}

/* Force dropdown to open upwards */
.dropdown-override-direction-up .dropdown-expanded-up div.dropdown-list {
    top: auto !important;
    bottom: 100% !important;
}

.is-flipped .choices__list--dropdown {
    bottom: auto;
}

.phone .choices__list--single {
    position: absolute;
}

.phone .choices__list--single .choices__item {
    width: 96%;
}

[data-dropdown].unavailable > div.dropdown-display {
    background: var(--color-red);
    color: #a00000;
}

/* $2.3 - HTML Elements - Buttons */
.button-height {
    height: 40px;
}

.tablet .button-height, 
.phone .button-height {
    height: 48px;
}

.btn-tag .tag-wrapper{
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
}

.btn-disabled {
    background-color: var(--color-neutral-2);
    border: var(--border-size-s) solid var(--color-neutral-4);
    color: var(--color-neutral-6);
}

.btn-tag .info-tag,
.btn-tag .attention-tag{
    width: 18px;
    height: 18px;
    background: var(--color-neutral-0);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-tag .info-tag{
    border: 2px solid var(--color-info);
    color: var(--color-info);
}

.btn-tag .attention-tag{
    border: 2px solid var(--color-error);
    color: var(--color-error);
}

/* ED-2006 */
.btn.btn-neutral-7 {
    background-color: var(--color-neutral-7);
    border-color: var(--color-neutral-7);
    color: var(--color-neutral-0);
}

.btn.Btn-thicker{
    border: var(--border-size-m) solid currentColor;
    font-weight: var(--font-bold);
}


/* Toggle Switch - Small */
[data-switch].switch.switch-small {
    height: 28px;
}

[data-switch].switch.switch-small:empty:before {
    height: 26px;
    width: 45px;
}

[data-switch].switch.switch-small:empty:after {
    height: 20px;
    width: 20px;
}

/* ================================================================ */
/*  $3 - Page Layout - Content                                    */
/* ================================================================ */

.content-top-subtitle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: var(--space-l);
}

.tag span.white-space-normal,
.white-space-normal
{   white-space:    normal;}

/* ================================================================ */
/*  $4 - Patterns - Content                                       */
/* ================================================================ */

/* $4.2 - Patterns - Content - Accordion */
[data-block="Content.AccordionItem"]:last-of-type .section-expandable {
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
}

.embedded-accordion .section-expandable {
    border: none;
    border-top: var(--border-size-s) solid var(--color-neutral-4);
}

.section-expandable.accordion-custom{
    color: #fff;
    background-color: var(--color-primary-hover);
    border: 0px;
    border-bottom: var(--border-size-s) solid #fff;
}

.section-expandable.accordion-custom .section-expandable-title{
    padding: var(--space-s);
    font-size: var(--font-size-s);
    align-items: center;
}

.section-expandable.accordion-custom .section-expandable-content {
    background: #eee;
}

.section-expandable.accordion-custom .section-expandable-icon {
    color: #fff;
}

.section-expandable.accordion-custom .section-expandable.is--open {
    border-top: #fff;
}

.section-expandable.accordion-custom .section-expandable-content.is--expanded {
    padding: var(--space-s) var(--space-s) var(--space-s);
}


/* First (embedded) accordion item in a list */
.phone .embedded-accordion .list div:nth-of-type(1) .section-expandable {
    border-top: none;
}

/* Nested accordion item - Remove coloured top border when accordion open [ED-2007] */
.section-expandable.is--open .section-expandable.is--open {
    border: var(--border-size-s) solid var(--color-neutral-4);
}

/* Nested accordion item [ED-2007] */
[data-block*=AccordionItem] .section-expandable [data-block*=AccordionItem] .section-expandable {
    border-bottom-width: var(--border-size-none);
    border-radius: var(--border-radius-none);
}

/* Nested accordion item - First of type [ED-2007] */
[data-block*=AccordionItem] [data-block*=AccordionItem]:first-of-type .section-expandable {
    border-radius: var(--border-radius-soft) var(--border-radius-soft) var(--border-radius-none) var(--border-radius-none);
    border-bottom-width: var(--border-size-none);
}

/* Nested accordion item - Last of type [ED-2007] */
[data-block*=AccordionItem] [data-block*=AccordionItem]:last-of-type .section-expandable {
    border-bottom-width: var(--border-size-s);
    border-radius: var(--border-radius-none) var(--border-radius-none) var(--border-radius-soft) var(--border-radius-soft);
}

/* Nested accordion item - Only of type [ED-2007] */
[data-block*=AccordionItem] [data-block*=AccordionItem]:only-of-type .section-expandable {
    border-radius: var(--border-radius-soft);
}

/* $4.3  - Patterns - Content - Tag */
.tag-minwidth-250 {
    min-width: 250px;
}

.tag-minwidth-80 {
    min-width: 80px;
}

.tag.background-red * {
    color: #a00000;
}

.phone .tag-minwidth-250 {
    min-width: auto;
    width: 100%;
}

.Border-top-s-grey{
    border-top: var(--border-size-s) solid #cccccc;
}

/* ================================================================ */
/*  $5 - Patterns - Numbers                                       */
/* ================================================================ */

/* $5.1 - Patterns - Numbers - ProgressBar */
.progress-bar {
    background-color: var(--color-neutral-0);
    border: solid var(--border-size-s) var(--color-primary);
}

.progress-bar.disabled {
    background-color: var(--color-neutral-2);
    border: solid var(--border-size-s) var(--color-neutral-6);
}

/* ================================================================ */
/*  $6 - Widgets                                                    */
/* ================================================================ */

/* $6.1 - Widgets - List */
.list-lower-alpha > ol, ol.list-lower-alpha { /* Ordered list with lower-case letters */
    list-style-type: lower-alpha;
}

ul.list-aligned-indent, ol.list-aligned-indent {
    padding-left: calc(var(--space-xs) * 3);
}

/* $6.2 - Widgets - Table */
.table-row td.disabled {
  background:var(--color-neutral-5);
  color: white;
}

.table .table-row:last-child:last-child td,
.table .table-row:last-child td:first-child {
    border-radius: var(--border-radius-none);
}

.phone .table td.hidden {
    display: none;
}
.tablet .table td.hidden {
    display: none;
}

/**********************************************************************************/
/* On phone-view - Break th and td onto new lines
/**********************************************************************************/
.phone .table.table-mobile-break-column:not(.table-no-responsive) {
    border: none;
    border-radius: 0;
}

.phone .table.table-mobile-break-column:not(.table-no-responsive) tr {
    margin-bottom: var(--space-base);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft);;
    background: var(--color-neutral-0);
}

.phone .table.table-mobile-break-column:not(.table-no-responsive) td {
    background: transparent;
    display: block;
}

.phone .table.table-mobile-break-column:not(.table-no-responsive) td:before {
    max-width: 100%;
}

.phone .table.table-mobile-break-column:not(.table-no-responsive) td:first-child {
    padding-top: var(--space-m);
}

.phone .table.table-mobile-break-column:not(.table-no-responsive) td:last-child {
    padding-bottom: var(--space-m);
}
/**********************************************************************************/

/*Stciky Header for table */
.sticky-header
{
    position: sticky;
    top:0px;
    z-index: 2;
    
}
.RemovePadding .table-row td{
    padding-left: var(--space-s);
    padding-top: var(--space-none);
    padding-bottom: var(--space-none);
    padding-right: var(--space-s);
    height: 0px;
}

.RemovePadding .table-header th{
    padding-left: var(--space-s);
    padding-top: var(--space-none);
    padding-bottom: var(--space-none);
    padding-right: var(--space-s);
}

.PaddingS .table-row td{
    padding-left: var(--space-s);
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    padding-right: var(--space-s);
    height: 0px;
}

.PaddingS .table-header th{
    padding-left: var(--space-s);
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    padding-right: var(--space-s);
}

/* $6.3 - Widgets - Card */
.columns > .columns-item > .card.auto-height {
    height: auto;
}

/* $6.4 - Widgets - Upload */
.doc-upload [data-upload],
[data-upload]{
    border-style: dashed;
}

.doc-upload [data-upload]:not(.upload-disabled):hover,
[data-upload]:not(.upload-disabled):hover{
    background-color: var(--color-primary-background-hover);
    border: var(--border-size-l) dashed var(--color-neutral-4);
    padding: calc(var(--space-base) - (var(--border-size-l) - var(--border-size-s))) var(--space-base);
}

.doc-upload [data-upload].upload-disabled,
[data-upload].upload-disabled {
    background-color: var(--color-neutral-2);
    border: var(--border-size-l) dashed var(--color-neutral-4);
    padding: calc(var(--space-base) - (var(--border-size-l) - var(--border-size-s))) var(--space-base);
}

.doc-upload [data-upload] [data-icon],
[data-upload] [data-icon]{
    margin-right: var(--space-none);
}

/* $6.5 - Widgets - Popover */
.popover.custom-popover .popover-bottom {
    transform: translateX(-50%) translateY(25%) !important;
    padding: var(--space-s) var(--space-none);
    text-align: left;
}

.popover.custom-popover .popover-bottom .list > div:hover {
    background-color: var(--color-secondary-lightest);
    cursor: pointer;
}

/* $6.6  - Widgets - Popup */
.popup-dialog.add-tech-support-popup {
    overflow: visible;
}

/* $6.7  - Widgets - FullCalendar */
.fc-row .fc-content-skeleton {
    height: 100%;
}

.fc .fc-row .fc-content-skeleton td{
    height: fit-content;
}

/* UnavailableDaySlot */
.UnavailableDaySlot,
.UnavailableDaySlot:hover{
    position:static;
    background: rgba(160,0,0,0.3);
    color: #a00000;
    border:1px solid #a00000; 
}

.fc-dayGridMonth-view .UnavailableDaySlot:before{
    height: 100%;
    width: calc(100% / 7);
    margin-top: -2px;
    background: rgba(160,0,0,0.3);
    border-color: white;
    position: absolute;
    margin: 0;
    top: 0px;
    margin-left:-8px;
    z-index: 0;
    content:"";
}

.fc-day-grid-event {
    margin: 1px 1px 0 2px;
    padding: 2px 4px;
}

.fc-day-grid-event.UnavailableDaySlot:after{
    margin: 0px;
}

tr:first-child>td>.fc-day-grid-event.UnavailableDaySlot:after,
.fc-day-grid-event.UnavailableDaySlot:after{
    margin: 0px;
}

.fc-event-desc{
    display:none;
}

.fc-button-primary {
    color: var(--color-neutral-0);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.fc-button-primary:disabled {
    background-color: var(--color-neutral-2);
    border: var(--border-size-s) solid var(--color-neutral-4);
    color: var(--color-neutral-6);
    pointer-events: none;
}

.fc-button-primary:hover {
    color: var(--color-neutral-0);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

a.fc-more {
position: relative;
}

.fc-popover .UnavailableDaySlot {
display:none;
}

/* Multi-column event popover [ED-2151] */
.fc-popover.fc-more-popover.multi-column-popover-3col {
    top: 0px !important;
    left: calc(50% - (var(--popover-column-width) * 3 / 2)) !important;
    width: calc(var(--popover-column-width) * 3);
}

.fc-popover.fc-more-popover.multi-column-popover-2col {
    top: 0px !important;
    left: calc(50% - (var(--popover-column-width) * 2 / 2)) !important;
    width: calc(var(--popover-column-width) * 2);
}

.fc-popover.fc-more-popover.multi-column-popover-2col .fc-event-container {
    column-count: 2;
}

.fc-popover.fc-more-popover.multi-column-popover-3col .fc-event-container {
    column-count: 3;
}

/* ScheduledHearing */
.HearingSlot {
    background-color: var(--color-primary);
    color: var(--color-neutral-0);
    border-color: var(--color-primary);
}

.AnnualReviewSlot{
    background-color: var(--color-lime);
    color: var(--color-neutral-0);
    border-color: var(--color-lime);
}


/* $6.8  - Widgets - UltimatePDF */
.width-A4 {
    width: 21cm;
}

.RemoveVerticalScrollTitlePDF .section-expandable-title .OSFillParent{
    line-height: normal;
}   /*ED-2644*/

/* $6.9 - WIdgets - Tooltip */
.tooltip-wrapper {
    background-color: var(--color-background-body);
    color: var(--color-neutral-7);
    line-height: normal;
    min-width: 300px;
    text-align: left;
    
}

/*FIX FOR TOOLTIP BUG CREATED BY OSUI WHEN PUTTING TOOLTIP WITH FULL WIDTH*/
.osui-tooltip__balloon-wrapper.full-width.top {
    width: auto;
}

/* Wider tooltip on mobile if .tooltip-wide class is used [ED-2006] */
.phone .tooltip-wide.osui-tooltip__balloon-wrapper .osui-tooltip__balloon-wrapper__balloon,
.phone .tooltip-wide.osui-tooltip__balloon-wrapper--is-open .osui-tooltip__balloon-wrapper__balloon {
    width: 55vw;
}

/* ===================================================================== */
/* $6.10  - Widgets - 3-State Switch
/* ===================================================================== */
.switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-s);
}

.switch-wrapper > .switch-label {
    white-space: nowrap;
    color: inherit;
    margin: 0;
    font-size: var(--font-size-s);
    text-align: justify;
}

.three-state-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-xs);
}

.switch-wrapper.error .three-state-switch {
    background-color: var(--color-error-background);
    border: var(--border-size-s) solid var(--color-error);
    border-radius: var(--border-radius-soft);
}

.three-state-switch .button-group {
    width: 65px;
}

.three-state-switch .button-group .button-group-item,
.three-state-switch .button-group:not(.nd-state) .button-group-item[disabled] {
    background-color: var(--color-primary);
    height: 32px;
    padding: 0;
    border: none;
}

.three-state-switch .button-group-item[disabled] {
    background-color: var(--color-neutral-4);
    border: var(--border-size-s) solid var(--color-neutral-4);
    pointer-events: none;
}

.three-state-switch .button-group.nd-state .button-group-item {
    background-color: var(--color-neutral-5);
    border-color: var(--color-neutral-5);
}

.three-state-switch .button-group .button-group-item.button-group-selected-item:after {
    content: "";
    width: 24px;
    height: 24px;
    background: var(--color-neutral-0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.three-state-switch .button-group.all-disabled .button-group-item.button-group-selected-item[disabled]:after {
   background: var(--color-neutral-7); 
}

.three-state-switch .button-group .button-group-item:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.three-state-switch .button-group .button-group-item.button-group-selected-item:first-child:after {
    left: 70%;
}

.three-state-switch .button-group .button-group-item.button-group-selected-item:last-child:after {
    left: 30%;
}

.three-state-switch .button-group .button-group-item:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* ===================================================================== */
/* $6.11  - Widgets - Input field with built-in validation
/* ===================================================================== */
.form-control.input-with-validation.input-field-small[data-input] {
    text-align: center;
    max-width: 100px;
}

.form-control.input-with-validation.input-field-medium[data-input] {
    text-align: left;
    max-width: 300px;
}

.form-control.input-with-validation.input-field-full-width[data-input] {
    text-align: left;
    max-width: 100%;
}

.form-control.input-with-validation.not-valid[data-input] {
    background-color: var(--color-error-background);
}

/* ================================================================ */
/*  $7 - Styles                                                     */
/* ================================================================ */

/* ================================================================ */
/*  $7.1 - Styles - Typography                                      */
/* ================================================================ */

/* $7.1.1 - Styles - Typography - Sizes Desktop */
.font-size-h1 { font-size: var(--font-size-h1); }
.font-size-h2 { font-size: var(--font-size-h2); }
.font-size-h3 { font-size: var(--font-size-h3); }
.font-size-h4 { font-size: var(--font-size-h4); }
.font-size-h5 { font-size: var(--font-size-h5); }
.font-size-h6 { font-size: var(--font-size-h6); }

/* ================================================================ */
/*  $7.2 - Styles - Colors                                          */
/* ================================================================ */

/* $7.2.1 - Styles - Colors - Brand */
.background-secondary-lightest {
    background-color: var(--color-secondary-lightest);
}
/* ================================================================ */
/*  $7.3 - Styles - Border Size                                     */
/* ================================================================ */
.border-bottom-width-s { border-bottom: 1px solid; }
.border-color-neutral-0 { border-color: var(--color-neutral-0); }
.border-color-neutral-1 { border-color: var(--color-neutral-1); }
.border-color-neutral-2 { border-color: var(--color-neutral-2); }
.border-color-neutral-3 { border-color: var(--color-neutral-3); }
.border-color-neutral-4 { border-color: var(--color-neutral-4); }
.border-color-neutral-5 { border-color: var(--color-neutral-5); }
.border-color-neutral-6 { border-color: var(--color-neutral-6); }
.border-color-neutral-7 { border-color: var(--color-neutral-7); }
.border-color-neutral-8 { border-color: var(--color-neutral-8); }
.border-color-neutral-8 { border-color: var(--color-neutral-9); }
.border-color-neutral-8 { border-color: var(--color-neutral-10);}
.border-color-primary { border-color: var(--color-primary);}

/* ================================================================ */
/*  Doc Upload                                                      */
/* ================================================================ */
.phone .doc-upload .content-top-actions {
    text-align: left;
}

.phone .doc-upload .content-top-title {
    margin-bottom: var(--space-s);
}
.UploadContainer {
    position: relative;
    overflow: hidden;
    height: 20vh;
    border-radius: 10px;
}

.UploadContainer [data-upload]{
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--color-neutral-4);
    background:var(--color-neutral-1);
    border-radius:10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow:hidden;
    position:absolute;
    right:var(--space-m);
    top:var(--space-m);
    padding: 0;
    z-index: 1;
}

.UploadContainer.EmptyFile [data-upload]{
    height: 20vh;
    width: 100%;
    position:relative;
    right:auto;
    top:auto;
}

.UploadContainer.EmptyFile .UploadIcon {
    font-size: var(--font-size-h1);
}

.UploadContainer.EmptyFile .UploadText {
    display:block;
}

.UploadContainer .UploadIcon {
    font-size: var(--font-size-xs);
}

.UploadContainer .UploadText {
    display:none;
}

.UploadContainer .PreviewContainer {
    width:100%;
    height: 20vh;
    border: 1px solid var(--color-neutral-4);
    background: var(--color-neutral-1);
    border-radius: 10px;
    overflow: hidden;
}

.UploadContainer .PreviewContainer img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.UploadContainer .PreviewContainer canvas{
    height: 20vh;
}

.container-appear-disabled {
    opacity: 0.4;
    pointer-events: none;
}
/* ================================================================ */
/*  Info Template - OLD                                             */
/* ================================================================ */
.info-template {
    min-height: 600px;
}

.info-template .logo {
    max-width: 150px;
}

.info-template label {
    font-weight: var(--font-semi-bold);
    text-transform: uppercase;
    color: var(--color-neutral-7);
    margin-bottom: var(--space-xs);
    font-size: var(--font-size-xs);
}

.info-template .actions-bar {
    position: absolute;
    bottom: 0;
    width: calc(100% - (var(--space-m) * 2));
}

/* ================================================================ */
/*  Info Template - NEW                                             */
/* ================================================================ */
.info-popup-template .card-image {
    padding-top: var(--space-none);
}

.info-popup-template .card-image img {
    margin: var(--space-none);
}

.info-popup-template .card-image,
.info-popup-template .card-title,
.info-popup-template .card-content,
.info-popup-template .card-bottom
 {
    padding-right: var(--space-none);
    padding-left: var(--space-none);
}

/* ================================================================ */
/*  Add Tech Support User                                         */
/* ================================================================ */
.add-tech-support-popup .choices__list--dropdown .choices__list {
    max-height: 160px;
}

/* ================================================================ */
/*  Progression summary block                                       */
/* ================================================================ */

.phone .progression-summary,
.tablet .progression-summary .summary-section:first-child,
.desktop .progression-summary .columns-item:first-child {
    background-color: var(--color-secondary-lightest);
}

.phone .layout:not(.layout-native) [class*="ThemeGrid_Width"]:not(.no-responsive).margin-bottom-none {
    margin-bottom: var(--space-none);
}

/* ================================================================ */
/*  CUSTOM                                                          */
/* ================================================================ */
iframe{
    border-style:  solid
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 
.feedback-message-text {
    overflow-wrap: break-word;
    width: 100%;
}

.feedback-message-warning > .feedback-message-text span > a:hover {
    color: var(--color-neutral-8);
}

.feedback-message-warning > .feedback-message-text span > a,
.feedback-message-warning > .feedback-message-text span > a:visited {
    color: var(--color-neutral-10);
    text-decoration: underline;
    cursor: pointer;
}

/* ED-2037 */
.inline-feedback.feedback-message i {
    align-self: center;
    margin-top: var(--space-none);
}

.btn-delete-child
{
     -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    font-weight: var(--font-semi-bold);
    line-height: 1;
    height: 40px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    padding: var(--space-none) var(--space-base);
    -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
    background-color: #fff;
    border-style:  solid;
    border-color:#cf4444;
    border-radius: var(--border-radius-soft);
}

.overflow-popup {
    overflow-y: auto;
}

.card-stretch {
    align-items: stretch;
}
.card-center {
    justify-content: center;
    padding: var(--space-s);
    height: 100%;
}
.text-kpi-main {
    color: var(--color-primary);
    font-weight: var(--font-semi-bold);
    text-align: center;
    line-height: 1.25;
    margin: 0;
    width: 100%;
    display: block;
    
}

.container-wrapper {
   white-space: nowrap;
}

.text-kpi-sub {
    color: var(--color-neutral);
    text-align: center;
    line-height: 1.25;
    margin: 0;
    width: 100%;
    display: block;
    margin-left: 0;
}

.textarea { 
    resize: none;
    padding: var(--space-base);
    border: var(--border-size-s) solid var(--color-neutral-5);
    border-radius: var(--border-radius-soft);
}


.tablewrap {
    word-break: break-all ;
}
.wordwrap {
    word-wrap: break-word ;
}

.hyphen-wrap {
    overflow-wrap: break-word;
    hyphens: auto;
    word-break: break-word;
}

/* Bottom screen buttons */

.bottom-buttons {
    display: flex;
    column-gap: var(--space-m);
    row-gap: var(--space-s);
    justify-content: center;
    flex-wrap: wrap;
}

.phone .bottom-buttons {
    flex-direction: column;
}

.bottom-buttons .btn + .btn {
    margin:0;
}

.bottom-buttons .btn {
    min-width: 280px;
}
.phone .bottom-buttons .btn {
    min-width: unset;
}

.bottom-buttons .btn-icon {
    padding: 0 var(--space-l);
    min-width: unset;
}

.TitleExpandableButton .btn{
    max-height: 32px;
}

.phone .layout:not(.layout-native) .MobileDeferralButton .btn{
    height: 30px;
    width: 80px;
    font-size: smaller;
}

.MobileDeferralButton{
    width: 100%;
}

/* center icons when in mobile view data protection screen ED-4223*/
.phone .phone-center {
    text-align: center;
}


/* ================================================================ */
/*  EA Widgets                                                      */
/* ================================================================ */

/* CustomGridGallery */
.CustomGridGallery > .list.list-group {
  display: grid;
  grid-gap: var(--grid-vertical-gap) var(--grid-horizontal-gap);
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--gallery-min-with), 1fr)
  );
  grid-template-rows: auto;
}

/* Label_InputDisabledStyle */
.Label_InputToPrintStyle,
.Label_InputDisabledStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-neutral-2);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft);
    font-family: inherit;
    font-size: var(--font-size-s);
    height: 40px;
    line-height: 1.25;
    margin: 0;
    margin-bottom: var(--space-m);
    position: relative;
    padding: calc((40px - var(--font-size-s))/2) var(--space-base);
    display: flex;
    align-items: center;
}

.Label_InputToPrintStyle.margin-bottom-none,
.Label_InputDisabledStyle.margin-bottom-none {
    margin-bottom: 0px;
}

.Label_InputToPrintStyle{
    background-color: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-5);
}

.Label_InputToPrintStyle.TextAreaToPrintStyle,
.Label_InputDisabledStyle.TextAreaDisabledStyle {
    min-height: 100px;
    overflow: auto;
    height: fit-content;
    max-height: 190px;
    padding: var(--space-base);
    align-items: flex-start;
    word-break: break-word;
}

.Label_InputToPrintStyle.TextAreaToPrintStyle{
    overflow: visible;
    max-height: unset;
}

.Label_InputToPrintStyle.disabled {
    background-color: var(--color-neutral-2);
}

.Label_InputToPrintStyle.disabled span {
    background-color: var(--color-neutral-2);
}

.Label_InputToPrintStyle span,
.Label_InputDisabledStyle span {
    background-color: var(--color-neutral-2);
    border-radius: var(--border-radius-soft);
    color: var(--color-neutral-8);
    overflow: visible;
    /* padding: var(--space-none) var(--space-base); */
    /*position: absolute;*/
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.Label_InputToPrintStyle span{
    background-color: var(--color-neutral-0);
    color: var(--color-neutral-9);
}

.Label_InputToPrintStyle.TextAreaToPrintStyle span,
.Label_InputDisabledStyle.TextAreaDisabledStyle span {
    white-space: pre-wrap;
    overflow:visible;
}

.Label_InputDisabledStyle:hover span,
.Label_InputDisabledStyle:active span {
    height: auto;
    white-space: pre-wrap;
    z-index: 10;
}

/* Invalid element */
.valid-element .validation-message {
    display: none;
}

.invalid-element {
    position: relative;
}

.invalid-element .validation-message {
    display: block;
    bottom: -19px;
}

.invalid-element .choices__inner {
    border-color: var(--color-error);
}

/*Animated label disable input*/
.animated-label-disable-input {
    background-color: transparent;
    border: var(--border-size-none);
    border-bottom: var(--border-size-s) solid var(--color-neutral-5);
    border-radius: var(--border-radius-none);
    padding: var(--space-s) var(--space-none);
}

/** Make sure a dropdown that opens up (is-flipped)
has a maximum height so that the search does not
go over the top of the page and that it shows over
the header. **/
.max-h-200px.is-flipped .choices__list--dropdown {
    max-height: 200px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.max-h-250px.is-flipped .choices__list--dropdown {
    max-height: 250px;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

/* Narrow column tables */
.LowSpaceTable .table-header th,
.LowSpaceTable .table-row td,
th.narrow-column,
td.narrow-column {
    padding: var(--space-none) var(--space-s);
}

.phone th.narrow-column,
.phone td.narrow-column {
    padding: var(--space-s) var(--space-m);
}

table.narrow-column-all td, table.narrow-column-all th {
    padding: var(--space-s);
}

table.narrow-column-all td:first-child,
table.narrow-column-all th:first-child {
    padding-left: var(--space-m);
}

table.narrow-column-all td:last-child,
table.narrow-column-all th:last-child {
    padding-right: var(--space-m);
}

/* Make scrollable table full width */
.horizontal-scroll > div {
    width: 100%;
}

.table--no-width {
    width: auto; 
}

/* Prevent text-wrapping in status tags */
.tag span {
    white-space: nowrap;
}

.full-width-tag {
    width: 100%;
    text-align: center;
}

/* flex */
.display-flex .btn + .btn {
    margin-left: var(--space-none);
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-flex-start{
    justify-content: flex-start;
}
.justify-content-space-around {
    justify-content: space-around;
}

.Flex-Grow05{
    flex-grow: 0.5;
}

.Flex-Grow1{
    flex-grow: 1;
}

.Flex-Grow2{
    flex-grow: 2;
}

.Flex-Grow3{
    flex-grow: 3;
}

.Flex-Grow4{
    flex-grow: 4;
}

.Flex-Grow5{
    flex-grow: 5;
}

.Flex-Grow6{
    flex-grow: 6;
}

.Flex-Basis100{
    flex-basis: 100%;
}

.margin{
    margin: 0.05vw;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-column > .ThemeGrid_MarginGutter {
    margin-left: 0;
}

.align-content-flex-end {
    align-content: flex-end;
}

/* Equal Containers with all content aligned bottom */
.align-column-container-parent {
    display: flex;
    justify-content: space-between;
}

.align-column-container-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Mobile & Tablet screens */
@media (max-width: 768px) {
    .align-column-container-parent {
        flex-direction: column;
    }

    .align-column-container-child.ThemeGrid_MarginGutter {
        margin-left: var(--space-none);
    }
}

/* 3 columns flex */
.flex-3col {
    flex-wrap: wrap;
    gap: var(--space-base);
    align-items: center;
}

.flex-3col>div {
    flex: 1;
    white-space: nowrap;
    min-width: 200px;
}

.flex-3col>div:last-child {
    white-space: unset;
}

/* Prevent flex elements to wrap */
.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}
/* flex Gap */
.gap-none{
    gap:var(--space-none);
}
.gap-xs{
    gap:var(--space-xs);
}
.gap-s{
    gap:var(--space-s);
}
.gap-base{
    gap:var(--space-base);
}
.gap-m{
    gap:var(--space-m);
}
.gap-l{
    gap:var(--space-l);
}
.gap-xl{
    gap:var(--space-xl);
}
.gap-xxl{
    gap:var(--space-xxl);
}
/* Row Gap */
.row-gap-none{
    row-gap:var(--space-none);
}
.row-gap-xs{
    row-gap:var(--space-xs);
}
.row-gap-s{
    row-gap:var(--space-s);
}
.row-gap-base{
    row-gap:var(--space-base);
}
.row-gap-m{
    row-gap:var(--space-m);
}
.row-gap-l{
    row-gap:var(--space-l);
}
.row-gap-xl{
    row-gap:var(--space-xl);
}
.row-gap-xxl{
    row-gap:var(--space-xxl);
}

/* Column Gap */
.column-gap-none{
    column-gap:var(--space-none);
}
.column-gap-xs{
    column-gap:var(--space-xs);
}
.column-gap-s{
    column-gap:var(--space-s);
}
.column-gap-base{
    column-gap:var(--space-base);
}
.column-gap-m{
    column-gap:var(--space-m);
}
.column-gap-l{
    column-gap:var(--space-l);
}
.column-gap-xl{
    column-gap:var(--space-xl);
}
.column-gap-xxl{
    column-gap:var(--space-xxl);
}
/* Mobile placeholders */
.desktop .mobile-placeholder {
    display: none;
}

/* Greyed out table cells */
td.inactive > * {
    opacity: 0.4;
}

.wide-page .ThemeGrid_Container {
    max-width: 1600px;
}

.error-card {
    border-color: var(--color-red-light);
    border-width: 4px;
}

/* Custom dropdown search widget */
.custom-dropdown-search-list {
    max-height: 350px;
    min-width: 200px;
    overflow: auto;
    z-index: 999;
    position: absolute;
    border: solid 1px var(--color-neutral-5);
    background: var(--color-neutral-0);
    margin-top: -20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom-dropdown-search-list .list-item {
    cursor: pointer;
}

.vscomp-dropbox-wrapper.focused {
    z-index: 1000;
}

/* Show inactive/active list rows*/
.bordered-row {
    border-left: 8px solid var(--color-neutral-7);
}

.bordered-row.active {
    border-left-color: var(--color-green);
}

.PreviewContainer{
    text-align: center;
}

.PreviewContainer img,
.PreviewContainer canvas{
    /*max-height: 50vh;*/
    max-height:100%;
    max-width: 100%;
}

/* UltimatePDF */

.layout-print {
    gap: var(--space-xxl);
}

/* InputButton */
.InputButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.InputButton span{
    flex: 1;
}

.InputButton .form-control[data-input]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width:0;
}

.InputButton .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.InputButton span.validation-message {
    bottom: 2px;
}

/* ================================================================ */
/*  Wizard Navigation                                               */
/* ================================================================ */
.wizard-wrapper-item.past.wizard-item-disabled .wizard-item-icon,
.wizard-item-disabled .wizard-item-icon {
    background-color: var(--color-neutral-3);
    border-color: var(--color-neutral-6);
    color: var(--color-neutral-7);
}

.wizard-wrapper-item.past.wizard-item-disabled .wizard-item-icon:first-child {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    color: var(--color-neutral-0);
}

/* PopupLayout */
.popup-dialog {
    padding: 0;
    max-width: 550px;
    max-height: calc(100vh - var(--space-xl));
}

.popup-dialog-wider {
    max-width: 1200px;
}

.PopupLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--space-xl);
}

.phone .PopupLayout {
    gap: var(--space-m);
}
.tablet.landscape .PopupLayout,
.phone.landscape .PopupLayout {
    gap: var(--space-base);
}
.popup-dialog .PopupLayout {
    max-height: calc(100vh - var(--space-xl));
}

.PopupHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: var(--space-xl) var(--space-xl) 0;
}

.PopupHeader img {
    max-width: 50%;
}

.tablet .PopupHeader,
.phone .PopupHeader {
    padding: var(--space-base) var(--space-m) 0;
}

.PopupTitle {
    font-size: var(--font-size-h4);
    text-align: center;
    font-weight: 700;
    line-height: var(--font-size-h1);
    padding: 0 var(--space-xl);
    word-wrap: break-word;
}

.tablet .PopupTitle,
.phone .PopupTitle {
    font-size: var(--font-size-base);
    line-height: var(--font-size-h6);
}

.PopupContent {
    font-size: var(--font-size-xs);
    line-height: var(--font-size-h6);
    max-height: 70vh;
    border-top: 1px solid var(--color-neutral-1);
    border-bottom: 1px solid var(--color-neutral-1);
    padding: var(--space-base) var(--space-xl);
    overflow: overlay;
}

.tablet .PopupContent,
.phone .PopupContent {
    padding: var(--space-base) var(--space-m);
}

.popup-dialog .PopupContent {
    max-height: 55vh;
}

.popup-dialog.popup-with-dropdown .PopupContent {
    height: 40vh;
}

.PopupContent .choices__list--dropdown {
    position: relative;
}

.PopupFooter {
    padding: 0 var(--space-xl) var(--space-xl);
}

.phone .PopupFooter {
    padding: 0 var(--space-m) var(--space-m);
}

.tablet.landscape .PopupFooter,
.phone.landscape .PopupFooter {
    padding: 0 var(--space-m) var(--space-base);
}

.PopupFooter .btn {
    min-width: 200px;
}

@media only screen and (max-height: 500px) {
    .phone.landscape .PopupHeader img{
        max-width:30%;
    }
    
    .phone.landscape .PopupLayout{
            gap: var(--space-s);
    }
}

/* UltimatePDF */
.layout-print th {
    white-space: normal;
}

/* National Insurance Number inputs */
.nat-insurance-container > div + div {
    margin-left: 1.96078431372549%; /*ThemeGrid_MarginGutter*/
}

.nat-insurance-container .form-control[data-input] {
    border: none;
    border-bottom: var(--border-size-s) solid var(--color-neutral-5);
    border-radius: 0px;
    text-align:center;
    width: 45px;
}

.phone .nat-insurance-container .form-control[data-input] {
    width: 7vw;
    padding: 5px 0px;
    font-size: var(--font-size-s);
}

.nat-insurance-container .form-control.not-valid[data-input] {
    border-color: var(--color-error);
}

.nat-insurance-container .validation-message {
    display: none;
}

/* Dropdown Search invalid */

.not-valid .vscomp-toggle-button {
    border: var(--border-size-s) solid var(--color-error);
}


.ThemeGrid_MarginGutter.margin-left-none {
    margin-left: var(--space-none);
}

/* ================================================================ */
/*       IOS FIX                                                    */
/* ================================================================ */
/* Feedback Message Icons */
@font-face {
    font-family: 'FeedbackMessage';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAfoAAsAAAAAB5wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIM3WNtYXAAAAFoAAAAZAAAAGQAT9HYZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAA1wAAANcJt1UK2hlYWQAAAUwAAAANgAAADYJjITQaGhlYQAABWgAAAAkAAAAJAe5A8lobXR4AAAFjAAAACAAAAAgFEoACWxvY2EAAAWsAAAAEgAAABICqgHibWF4cAAABcAAAAAgAAAAIAAMAFduYW1lAAAF4AAAAeYAAAHmTbu8B3Bvc3QAAAfIAAAAIAAAACAAAwAAAAMDQgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8HEDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIPBY8Frwcf/9//8AAAAAACDwV/Ba8HH//f//AAH/4w+tD6wPlgADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAAAAA24DbgArAEQAAAE0LwE3NjU0LwEmIyIPAScmIyIPAQYVFB8BBwYVFB8BFjMyPwEXFjMyPwE2NxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQKRC2hoCws0Cw8PC2doCg8QCzMLC2dnCwszCxAPCmhnCw8PCzQL3Ts7ZWV3eGRlOzs7O2VkeHdlZTs7ATYPCmhnCw8PCzQLC2hoCws0Cw8PC2doCg8QCzMLC2dnCwszC5F4ZGU7Ozs7ZWR4d2VlOzs7O2VldwAAAAIAAAAAA24DbgAaADMAAAE0LwEmIyIPAScmIyIPAQYVFB8BFjMyNwE2NRcUBwYHBiMiJyYnJjU0NzY3NjMyFxYXFhUC3gs0Cg8PC+mBCw8PCzQKCs8LDw8LATYLkDs7ZWV3eGRlOzs7O2VkeHdlZTs7AhMQCzMLC+iBCws0ChAPC88KCgE3Cg9ceGRlOzs7O2VkeHdlZTs7OztlZXcAAAADAAAAAANuA24AJgA7AFQAACU1NCcmKwERNCcmKwEiBwYdARQXFjsBFSMiBwYdARQXFjMhMjc2NQM1NCcmKwEiBwYdARQXFjsBMjc2NQUUBwYHBiMiJyYnJjU0NzY3NjMyFxYXFhUCSQUFCDcFBQi3CAUFBQUINzcIBQUFBQgBAAgFBUkFBQhuCAUFBQUIbggFBQFuOztlZXd4ZGU7Ozs7ZWR4d2VlOzulWwgFBQElCAUFBQUIXAgFBbcFBQhbCAYFBQYIAgBbCAUFBQUIWwgGBQUGCO54ZGU7Ozs7ZWR4d2VlOzs7O2VldwAAAAMACQAAA/cDtwAUACkAQQAAJTU0JyYrASIHBh0BFBcWOwEyNzY1JxM0JyYrASIHBhUTFBcWOwEyNzY3AwEWBwYHBiMhIicmJyY3ATY3NjMyFxYXAkkFBgduBwYFBQYHbgcGBQEKBQgGfgYIBQkGBghqCAUFAQgBtxQVChERE/ySExERChUUAbcKEREUFBERCqVtCAUGBgUIbQgFBgYFCNYBBgcEBgYECP77BgQDAwQGAhb82yQkEQkKCgkRJCQDJRELCgoLEQAAAQAAAAEAAOWvEylfDzz1AAsEAAAAAADTO6AOAAAAANM7oA4AAAAAA/cDtwAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD9wABAAAAAAAAAAAAAAAAAAAACAQAAAAAAAAAAAAAAAIAAAADbgAAA24AAANuAAAEAAAJAAAAAAAKABQAHgCEANQBSgGuAAAAAQAAAAgAVQADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA8AAAABAAAAAAACAAcAqAABAAAAAAADAA8ATgABAAAAAAAEAA8AvQABAAAAAAAFAAsALQABAAAAAAAGAA8AewABAAAAAAAKABoA6gADAAEECQABAB4ADwADAAEECQACAA4ArwADAAEECQADAB4AXQADAAEECQAEAB4AzAADAAEECQAFABYAOAADAAEECQAGAB4AigADAAEECQAKADQBBEZlZWRiYWNrTWVzc2FnZQBGAGUAZQBkAGIAYQBjAGsATQBlAHMAcwBhAGcAZVZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMEZlZWRiYWNrTWVzc2FnZQBGAGUAZQBkAGIAYQBjAGsATQBlAHMAcwBhAGcAZUZlZWRiYWNrTWVzc2FnZQBGAGUAZQBkAGIAYQBjAGsATQBlAHMAcwBhAGcAZVJlZ3VsYXIAUgBlAGcAdQBsAGEAckZlZWRiYWNrTWVzc2FnZQBGAGUAZQBkAGIAYQBjAGsATQBlAHMAcwBhAGcAZUZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
    font-weight: normal;
    font-style: normal;
}

.feedback-message-error i:before {
    content: "\f057";
}
.feedback-message-success i:before {
    content: "\f058";
}
.feedback-message-info i:before {
    content: "\f05a";
}
.feedback-message-warning i:before {
    content: "\f071";
}

/* Outsystems Icons */

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}
/* EA Icons */
@font-face {
  font-family: 'EA';
  src:  url('../EA.eot?0WEJJQ5nUTvnUyE0Rg5cng');
  src:  url('../EA.eot?0WEJJQ5nUTvnUyE0Rg5cng') format('embedded-opentype'),
    url('../EA.ttf?96GYVCvKigLHrn9r_inhnQ') format('truetype'),
    url('../EA.woff?ZlbU0kl6+ZrTF0ur36ezuw') format('woff'),
    url('../EA.svg?gJFao2_TLdIa3MPa2zTAUQ') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ea-icon-"], [class*=" ea-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'EA' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ea-icon-ellipsis:before {
  content: "\e928";
}

/* CSS Class to resize imported image ED-4223 */
.imported-image {
  width: 45px; 
  height: 45px; 
  vertical-align: middle; 
}

/* CSS class to add a small icon before links ED-3961 */
.link-with-icon {
    display: inline-flex;
    align-items: center;  
    border: 1px solid var(--color-neutral-4);
    padding: 0px 8px;
    border-radius: 4px;
    vertical-align: bottom;
    margin: 0px 2px;
}
 
.link-with-icon::before {
    content: "";
    background-image: url(../img/EA_Theme.favicon1.png?gtpgWdvo_S1LtjAIbEFJRw);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    width: 16px;
    height: 16px;
}

/* ModalLayout */
.modal-dialog{
    padding: 0;
    max-width: 850px;
    height: 740px;
}
.ModalLayout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  
}

.ModalHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: var(--space-m);  
}

.phone .ModalLayout {
    gap: var(--space-m);
}


.ModalContent {
    font-size: var(--font-size-xs);
    line-height: var(--font-size-h6);
    overflow: auto;
    border-top: 1px solid var(--color-neutral-1);
    border-bottom: 1px solid var(--color-neutral-1);
    padding: var(--space-base) var(--space-xl);
    overflow: overlay;
    max-height: 60vh;
}

.modalFooter {
    padding: var(--space-m);
}

/*! Page Layout - Menu - App Menu Link */

.app-menu-links .list.list-group {
    overflow:visible;
}

.links-margin-none.app-menu-links a {
    white-space:nowrap;
}

.links-margin-none.app-menu-links a span{
    margin-left: var(--space-none);
}

.osui-submenu .section-expandable {
    border: none;
    font-weight: var(--font-semi-bold);
    padding: var(--space-s);
}
.osui-submenu .section-expandable .section-expandable-title {
    padding: var(--space-s);
    font-size: var(--font-size-s);
}
.osui-submenu .section-expandable .section-expandable-icon {
    font-size: var(--font-size-s);
    color: var(--color-neutral-10);
}
.osui-submenu .section-expandable .section-expandable-content {
    font-size: var(--font-size-s);
    font-weight: var(--font-regular);
    padding: var(--space-none);
}
.osui-submenu .section-expandable .section-expandable-content a{
    padding: var(--space-s) var(--space-m);
    width: 100%;
}
.osui-submenu .section-expandable .section-expandable-content a span{
    white-space:nowrap;
}

.menu-accordion .osui-accordion-item {
    border: none;
}

.menu-accordion .osui-accordion-item__title__placeholder > span {
    font-size: var(--font-size-s);
    color: var(--color-neutral-8);
}

.menu-accordion .osui-accordion-item__title {
    padding: var(--space-base);
} /* ED-2177*/

.phone .menu-visible .app-menu-content.layout-side .app-menu-links a, .menu-visible .app-menu-links a {
    padding: var(--space-s) var(--space-base);
}

.phone .menu-visible .app-menu-content .osui-submenu .osui-submenu__header {
    padding: var(--space-s) var(--space-base);
}

.phone .menu-visible .app-menu-content .osui-submenu.osui-submenu--is-open .osui-submenu__items {
    padding: var(--space-none);

}

.phone .menu-visible .app-menu-content .osui-submenu.osui-submenu--is-open .osui-submenu__items .osui-accordion-item__content--is-expanded {
    height: auto;
    padding: var(--space-none);
    visibility: visible;
}

.tablet .menu-visible .app-menu-content .osui-submenu .osui-submenu__header {
    padding: var(--space-s) var(--space-base);
}

.tablet .menu-visible .app-menu-content .osui-submenu.osui-submenu--is-open .osui-submenu__items {
    padding: var(--space-none);

}

.tablet .menu-visible .app-menu-content .osui-submenu.osui-submenu--is-open .osui-submenu__items .osui-accordion-item__content--is-expanded {
    height: auto;
    padding: var(--space-none);
    visibility: visible;
}

.tablet .menu-visible .app-menu-content .osui-submenu.osui-submenu--is-open .osui-submenu__items .menu-accordion .osui-accordion-item__title {
    padding: var(--space-m);
}

/*Ensure MultiSelectDropdown component options are rendered correctly in an accordion*/
.accordion-multiselectdropdown .osui-accordion-item .choices__list.choices__list--dropdown,
.accordion-multiselectdropdown .osui-accordion-item [data-dropdown] > div.dropdown-list {
    position: absolute !important;
}


/* Sidemenu Classes */

:root {
    --side-menu-size: 375px;
}


.sidemenu-user{
    background-color: var(--color-neutral-4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--space-l);
}

.app-menu-links-content {
    display: flex;
    flex-direction: column;
    /*max-height: 635px;*/
    overflow-y: scroll;
}

.app-menu-links .app-menu-links-content > a {
    font-size: large;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
}

.app-menu-links .app-menu-links-content .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 50px;
    align-items: center;
    padding: 4px 0px 4px 16px;
    font-size: medium;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
}

.app-menu-links .app-menu-links-content .list  a:hover
{
    background: rgba(189, 219, 255, .3);
}

.layout-side .app-menu-links a, .menu-visible .app-menu-links .app-menu-links-content a {
    border: 0;
}

.app-menu-links .app-menu-links-content > a:hover {
    background: rgba(189, 219, 255, .3);
}

.app-menu-links .app-menu-links-content .osui-submenu--is-open:after {
    height: 0;
}


.app-menu-links .app-menu-links-content .osui-submenu__header {
    font-size: large;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
    border-left: none;
}
.layout-side .osui-submenu .osui-submenu__header {
    border-left: none;
}

.desktop .layout-side .app-menu-links .app-menu-links-content .osui-submenu__header:hover
{
    background: rgba(189, 219, 255, .3);
    border-bottom: none;
    border-left: none;
}

.app-menu-links .app-menu-links-content .osui-submenu__header:hover {
    background: rgba(189, 219, 255, .3);
    border-bottom: none;
    border-left: none;
}



.app-menu-links .app-menu-links-content .osui-submenu__items > a{
    font-size: large;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
}

.app-menu-links .app-menu-links-content .osui-submenu__items > a:hover {
    background: rgba(189, 219, 255, .3);
}

.user-img{
    color: var(--color-primary);
    margin-bottom: var(--space-s);
}

.user-img > img{
    color: var(--color-primary);
    margin-bottom: var(--space-s);
}

.ea-submenu {
    position: relative;
    overflow-x: hidden;
}

.ea-submenu .ea-submenu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 50px;
    align-items: center;
    padding: 4px 0px 4px 16px;
    font-size: medium;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
}

.ea-submenu .ea-submenu-header:hover {
    background: rgba(189, 219, 255, .3); 
}

/* Add padding to expand/collapse icon that comes after submenu title */
.ea-submenu-title + div {
    padding-top: var(--space-xs);
    padding-left: var(--space-xs);
}

.ea-submenu .ea-submenu-item {
    box-shadow: none;
    transform: translateY(0px);
    border: none;
    opacity: 1;
    padding: 4px 0px 4px 8px;
    pointer-events: auto;
    width: 100%;
    display: flex;
    top: 0px;
    font-size: medium;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
    border-left: solid 4px rgba(var(--color-primary-rgb), 0.3);
    margin-left: var(--space-base);
    overflow-x: hidden;
}

.ea-submenu .ea-submenu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    height: 50px;
    align-items: center;
    padding: 4px 16px 4px 24px;
    font-size: medium;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #333;
    width: 295px;
}

.ea-submenu .ea-submenu-item a:hover {
    background: rgba(189, 219, 255, .3);
    width: 295px;
    display: flex;
}

.osui-submenu__items .ea-submenu .ea-submenu-item a {
    white-space: normal;
    word-break: break-word;
    width: 100%;
    display: flex;
}

.osui-submenu__items .ea-submenu .ea-submenu-item a:hover {
    background: rgba(189, 219, 255, .3);
    width: 100%;
    display: flex;
}

.app-menu-links .app-menu-links-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.app-menu-links .app-menu-links-content::-webkit-scrollbar-track {
  background: white;
  box-shadow: none;
}

/* Handle */
.app-menu-links .app-menu-links-content::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/* Handle on hover */
.app-menu-links .app-menu-links-content::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

/* Application Child Card widget */

.overflow-visible .osui-accordion-item__content
{
    overflow: visible;
}

.overflow-visible .list.list-group {
    overflow: visible;
}

.application-card {
    height: 50px;
    background-color: var(--color-neutral-4);
    border-radius: var(--border-radius-soft);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-neutral-9);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    justify-content: space-around;
    line-height: 1;
    position: relative;
}

.application-card .btn {
    font-size: 17px;
    padding: 10px 25px;
    height: 30px; 
} /* ED-2828 */

.application-card .osui-submenu__header {
    padding: var(--space-s);
    height: 100%;
    border: 0;
}

.application-card .osui-submenu__header:hover {
    border: 0;
}

.application-card .osui-submenu__header__item {
    height: auto;
}

.application-card .osui-submenu__header__icon {
    display: flex;
    margin-left: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: unset;
    transform: none;
    -webkit-transition: none;
    -o-transition: unset;
    transition: unset;
}

.application-card .osui-submenu__header__icon:hover {
    background-color: var(--color-neutral-5);
    border-radius: var(--border-radius-soft);
}

.application-card .osui-submenu__header__icon:before,
.application-card .osui-submenu:hover .osui-submenu__header__icon:before {
    border: 0;
    border-right: 0;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: unset;
    -webkit-transition: none;
    -o-transition: unset;
    transition: none;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
  
    opacity: 1;
   
}

.application-card .osui-submenu__items {
    border: 1px solid var(--color-neutral-6);
    text-align: left;
    padding: var(--space-base);
    min-width: 170px;
}

.application-card .osui-submenu__items a {
    padding: var(--space-s) var(--space-none);
}

.application-card .osui-submenu__items a:hover {
    color: var(--color-primary);
    background-color: transparent;
}

.phone .application-card {
    width: 100%;
}

.phone .application-card .osui-submenu {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
}

.phone .application-card .osui-submenu--is-open .osui-submenu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    position: absolute;
    right: 0%;
        transform: translate(-150px,25px);
    height: fit-content;
}

.phone .application-card .osui-submenu:hover .osui-submenu__header__icon:before {
    border: none;
    border-right: none;
    border-top: none;
}

.tablet .application-card .osui-submenu {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
}

.tablet .application-card .osui-submenu--is-open .osui-submenu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    position: absolute;
    right: 0%;
        transform: translate(-150px,25px);
    height: fit-content;
}

.tablet .application-card .osui-submenu:hover .osui-submenu__header__icon:before {
    border: none;
    border-right: none;
    border-top: none;
}

/* Full width Application Card with Year below title */
.application-card-vertical {
    background-color: var(--color-neutral-3);
    border-radius: var(--border-radius-soft);
    padding: var(--space-base);
}

.application-card-vertical .btn {
    width: 100%;
}

.application-selection {
    display: flex;
    justify-content: space-evenly;
    margin-top: var(--space-m);
    margin-bottom: var(--space-base);
    text-align: center;
}

.application-selection-card{
    background-color: var(--color-neutral-5);
    padding: var(--space-m);
    font-size: var(--font-size-h6);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin: 0;
    border-radius: 5px ;
    width: 20vw;
    height: 12vh;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}

.tablet .application-selection-card{
    height: 18vh;
}

.phone .application-selection {
    display: unset;
    justify-content: unset;
}

.phone .application-selection-card{
    background-color: var(--color-neutral-5);
    padding: var(--space-m);
    font-size: var(--font-size-h6);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin-bottom: var(--space-base);
    border-radius: 5px ;
    width: 100%;
    height: 12vh;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}

.card-selected {
    border-radius: 5px ;
    border: var(--border-size-l) solid var(--color-primary);
}
.radio-button-side-by-side>div{
    display: flex;
    gap: var(--space-m);

}

.checkbox-align-dropdown {
    line-height: 36px;
}
.checkbox-align-dropdown span{
    display:inline-block;
    vertical-align:middle;
}
.checkbox-align-dropdown label{
    margin:0;
    vertical-align:middle;
}
.phone .phone-full-width {
    width: 100%;
}
.application-card.not-submitted:after{
  content: "!";
  position: absolute;
  top: -12px;
  right: -10px;
  height: 20px;
  width: 20px;
  border: 3px solid #ff8080;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8080;
  font-weight: bold;
  background : #fff;
  font-size: 16px
}

/* Registration Card widget */

.register-selection {
    display: flex;
    justify-content: space-evenly;
    margin-top: var(--space-m);
    margin-bottom: var(--space-base);
    text-align: center;
}

.register-selection-card{
    border: var(--border-size-l) solid var(--color-primary);
    padding: var(--space-s);
    font-size: var(--font-size-s);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin: 0;
    border-radius: 5px;
    width: 8vw;
    height: 5vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.tablet .register-selection-card{
    height: 5vh;
    width: 20vw;;
}

.phone .register-selection {
    display: unset;
    justify-content: unset;
}

.phone .register-selection-card{
    border: var(--border-size-l) solid var(--color-primary);
    padding: var(--space-m);
    font-size: var(--font-size-s);
    font-weight: var(--font-semi-bold);
    line-height: 1.25;
    margin-bottom: var(--space-base);
    border-radius: 5px ;
    width: 100%;
    height: 5vh;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.register-selection-card.card-selected {
    background-color: var(--color-primary);
    color: var(--color-neutral-0);
}

@media only screen and (max-width: 1200px) {
    .application-card,
    .application-card{
        height: 66px;
    }
    .application-card-content{
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .application-card-first-row{
        flex-basis: 100%; 
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .application-card-first-row span{
        display:block;
    }
    .application-card-content {
        display:flex;
        flex:1;
        gap: var(--space-s);
        flex-wrap: wrap;
    }
    
    .application-card-second-row-first-item {    
        flex: 1;    
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 16px;
    }
}

.application-card-content {
    justify-content: space-between;
    align-items: center;
    display:flex;
    flex:1;    
    padding: var(--space-s);
    height: 100%;
}

.application-card-second-row-second-item  .btn.btn-primary {
    max-width: 160px;
}

.margin-bottom-nxs {
margin-bottom: calc(var(--space-xs)*-1);
}

.review-icon {
    height: 100%;
}

.review-icon .osui-submenu__header__item{
    display: flex;
    gap: 2px;
    flex-direction: column;
    font-size:5px;
}

.review-icon .osui-submenu{
    border-left: 1px dashed var(--color-neutral-6);
    height: 100%;
    display: flex;
    align-items: center;
}

.review-icon .osui-tooltip {
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--space-s);
}

.review-icon .osui-submenu:hover {
    background: var(--color-neutral-5);
    border-radius: 0 4px 4px 0;
}
.font-size-xxs {
    font-size: var(--font-size-xxs);
}

.disable-text-selection{
        -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.EAGridGallery > .list.list-group {
  display: grid;
  grid-gap: var(--grid-vertical-gap) var(--grid-horizontal-gap);
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--gallery-min-with), 1fr)
  );
  grid-template-rows: auto;
}

.AdditionalPreferencesTagList {
    gap: var(--space-s);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--space-base);
}

.phone .AdditionalPreferencesTagList.list .tag span {
    white-space: break-spaces;
}

.phone .AdditionalPreferencesTagList.list [data-block="Content.Tag"] {
    width: 100%;
}

.phone .AdditionalPreferencesTagList.list .tag {
    min-height: 32px;
    height:auto;
    padding: var(--space-s) var(--space-base);
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

/* Multi-Select Dropdown */

.multi-select {
    width: 100%;
    max-height: 300px;   
    position: relative; 
}

.multi-select .multi-select-dropdown {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-5);
    border-radius: var(--border-radius-soft);
    color: var(--color-neutral-9);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--font-size-s);
    height: 40px;
    padding: var(--space-none) var(--space-base);
    width: 100%;
}

.multi-select .multi-select-dropdown:after {
    border: var(--border-size-m) solid var(--color-neutral-7);
    border-right: var(--border-size-none) !important;
    border-top: var(--border-size-none) !important;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
    -ms-transform: rotate(-45deg) translateY(0) translateX(0);
    transform: rotate(-45deg) translateY(0) translateX(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 8px;
}

.multi-select .multi-select-content-search {
    padding: var(--space-s);
}

.multi-select .multi-select-content {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
    background: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-5);
    border-radius: var(--border-radius-soft);
}

.multi-select .multi-select-content-list{
    overflow-y: scroll;
    max-height: 300px;
}

.multi-select .multi-select-content-item {
    padding: var(--space-s);
    background-color: var(--color-neutral-0);
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
    text-align: left;
}


/* ================================================================ */
/*  Responsive Table                                                 */
/* ================================================================ */

.phone .ResponsiveTable .DesktopHeader,
.tablet .ResponsiveTable .DesktopHeader {
    display: none;
}

.ResponsiveTable .DesktopHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--space-s) var(--space-m);
    background: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft) var(--border-radius-soft) var(--border-radius-none) var(--border-radius-none);
}

.ResponsiveTable .DesktopHeader>div{
    flex:1;
    font-weight: 500;
    padding: 0 var(--space-xs);
}

.ResponsiveTable .list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
}

.phone .ResponsiveTable .list,
.tablet .ResponsiveTable .list{
    row-gap:var(--space-s);
}

.ResponsiveTable .list .ContentElement{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--space-s) var(--space-m);
    background: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-top: none;
    row-gap:var(--space-s);
}
.ResponsiveTable .list .ContentElement:last-child{
    border-radius: var(--border-radius-none) var(--border-radius-none) var(--border-radius-soft) var(--border-radius-soft);
}

.phone .ResponsiveTable .list .ContentElement,
.tablet .ResponsiveTable .list .ContentElement{
    border-top: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
}

.ResponsiveTable .list .ContentElement .TabletRow,
.tablet .ResponsiveTable .list .ContentElement .TabletRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:row;
    row-gap: var(--space-s);
}

.phone .ResponsiveTable .list .ContentElement .TabletRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
}

.ResponsiveTable .list .ContentElement .TabletRow>div{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;    
    padding: 0 var(--space-xs);
}

.ResponsiveTable .list label{
    display:none;
}

.phone .ResponsiveTable .list label,
.tablet .ResponsiveTable .list label{
    display:block;
    font-weight:500;
}

.LinkActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.phone .LinkActions,
.tablet .LinkActions{
    display:none;
}

.ButtonActions {
    display:none;
}

.phone .ButtonActions,
.tablet .ButtonActions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    row-gap:var(--space-s);    
    margin-top: var(--space-s);
}

.phone .ButtonActions{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.phone .layout:not(.layout-native) .ButtonActions .btn + .btn {
    margin-top: var(--space-none);
}

/* ================================================================ */
/*  Placement Maps                                                */
/* ================================================================ */

.maps-section {
    height: 550px;
    position: absolute;
    z-index: 3;
    width: 35%;
    background-color: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft);
    padding: var(--space-m);
}

.maps-section .maps-list {
    max-height: 250px;
    overflow-y: scroll;
}

.maps-section .pagination .pagination-counter {
    display: none;
}

.maps-title-icon-open {
    transform: translateX(340px);
}

.leaflet-popup-content {
    width: 200px !important;
    height: 170px;
}

.leaflet-pane.leaflet-marker-pane > div {
    display: none;
}

.leaflet-tooltip.marker-leaflet-transparent-tooltip-wp.leaflet-zoom-animated.leaflet-tooltip-top {
    display: none;
}

/* ================================================================ */
/*  Table MArgin S                                                 */
/* ================================================================ */

.MatchingTable .table-header th{
padding: var(--space-none) var(--space-s);
}


.MatchingTable  .table-row td{
    padding: var(--space-s) var(--space-s);
}

/* ================================================================ */
/*  Error Border                                             */
/* ================================================================ */

.Red-Border{
    border: 1px solid #f12b2c;
}

/* ================================================================ */
/*  Info Border                                             */
/* ================================================================ */

.Info-Border{
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}

/* ================================================================ */
/*  Warning Border                                             */
/* ================================================================ */

.Warning-Border{
    border: 1px solid var(--color-warning);
    border-radius: 3px;
}


/* ================================================================ */
/*  Pupil List - Action buttons                                     */
/* ================================================================ */
.desktop .col-left-dashed-border > .columns-item:last-child {
    margin-left: var(--space-m);
    border-left: 1px dashed var(--color-primary);
}

.desktop .col-left-dashed-border > .columns-item:last-child > div {
    margin-left: var(--space-m);
}

.desktop .col-left-dashed-border.border-transparent > .columns-item:last-child {
    border-color: transparent;
}

/* ================================================================ */
/*  Adaptive Columns                                                */
/* ================================================================ */
/* Hide 2nd column */
.columns.hide-column-2 > .columns-item:nth-child(2) {
    display: none;
}

/* ================================================================ */
/*  Alerts                                                          */
/* ================================================================ */
.alert.outlined-alert {
    border: var(--border-size-s) solid;
    background-color: transparent;
}

.alert.outlined-alert.alert-error {
    border-color: var(--color-error);
    color: var(--color-error);
}

.alert.outlined-alert.alert-warning {
    border-color: var(--color-warning);
    color: var(--color-warning);
}
.table-first-column-400 th:nth-child(1) {
    width: 400px;
}
.log-popup .PopupContent {
    font-size: var(--font-size-s);
    line-height: var(--font-size-h4);
}

.primary-alert {
    background-color: transparent;
    border: var(--border-size-s) solid var(--color-primary);
    color: var(--color-neutral-9);
}

.primary-alert i {
    color: var(--color-primary);
}

/* ================================================================ */
/*  Benefits and Messages                                                          */
/* ================================================================ */

.BenefitMessage{
    border: 1.5px solid;
    border-left: 10px solid;
    padding-left: 10px;
    padding-right: 10px;
}

.AlertMessage{
    border-color: var(--color-warning);
    background-color: var(--color-AlertMessage);
}

.AdviceMessage{
    border-color: var(--color-success);
    background-color: var(--color-AdviceMessage);
}

.InfoMessage{
    border-color: var(--color-info);
    background-color: var(--color-InfoMessage);
}

.WarningMessage{
    border-color: var(--color-error);
    background-color: var(--color-WarningMessage);
}

.MessageText{
    display: flex;
    align-items: baseline;

}

.AdviceMessage .MessageText::before{
   content: "\f058";
   font-family: FontAwesome;
   font-size: 17px;
   color: var(--color-success);
   margin-right: 10px;
}

.AlertMessage .MessageText::before{
   content: "\f071";
   font-family: FontAwesome;
   font-size: 17px;
   color: var(--color-warning);
   margin-right: 10px;
}

.WarningMessage .MessageText::before{
   content: "\f057";
   font-family: FontAwesome;
   font-size: 17px;
   color: var(--color-error);
   margin-right: 10px;
}

.InfoMessage .MessageText::before{
   content: "\f05a";
   font-family: FontAwesome;
   font-size: 17px;
   color: var(--color-info);
   margin-right: 10px;
}  
    
.BenefitEligibility{
    border: 2px solid var(--color-neutral-5);
    border-radius: 10px;
    padding: 0px 10px;
}

.BenefitMessage.AdviceMessage a{
    color: #0056b3;
}

/* Links within warning message */
.WarningMessage a {
    color: var(--color-error);
}

/* ================================================================ */
/*  Disabled Inputs                                                 */
/* ================================================================ */
div.dropdown-display.dropdown-disabled,
div.dropdown-display[disabled],
select.dropdown-display.dropdown-disabled,
select.dropdown-display[disabled],
.osui-dropdown-search[disabled] .vscomp-value {
    color: var(--color-neutral-8);
}

/* Disable dropdown search clear button */
.remove-clear-icon .vscomp-wrapper:not(.text-direction-rtl).has-value .vscomp-clear-button {
    display: none;
}


.form-control[data-input][disabled],
.form-control[data-textarea][disabled] {
    color: var(--color-neutral-8);
}
.form-control[data-textarea].TextAreaDisabledStyle{
    background-color: var(--color-neutral-2);
    border: var(--border-size-s) solid var(--color-neutral-4);
}

.radio-button:disabled + label {
    color: var(--color-neutral-8);
}

/* Icons with equal wight to height (font-size) */
.icon-aspect-1 {
    width: 1em;
    display: inline-block;
}

/* Asterix class to show field as mandatory */
.custom-asterix {
    font-weight: bold;
    color: var(--color-red-light);
    margin-left: var(--space-xs);
}


/*****************************************************
** Form - Comfortable Density (more spacing)
*****************************************************/
.phone .form.density-comfortable [data-radio-group] [data-radio-button] label {
    line-height: 1.5;
    margin-left: var(--space-base);
}

.phone .density-comfortable.vscomp-wrapper.show-as-popup .vscomp-dropbox {
    width: 90%;
}

.phone .density-comfortable .vscomp-dropbox .vscomp-option {
    margin: var(--space-xs) var(--space-none);
}

.phone .density-comfortable .vscomp-dropbox .vscomp-option-text {
    white-space: normal;
}

/*****************************************************
** Print Mode - Widgets
*****************************************************/
.enhanced-disabled-contrast .radio-button:disabled:checked:before,
.print-mode .radio-button:disabled:checked:before {
    background-color: var(--color-neutral-7);
    border-color: var(--color-neutral-4);
}

/* Revert if override class is added */
.print-mode .override-print-mode .radio-button:disabled:checked:before {
    background-color: initial;
    border-color: initial;
}

.enhanced-disabled-contrast .radio-button:disabled:before,
.enhanced-disabled-contrast [data-checkbox][disabled]:before,
.enhanced-disabled-contrast [data-checkbox][disabled]:checked:before,
.print-mode .radio-button:disabled:before,
.print-mode [data-checkbox][disabled]:before,
.print-mode [data-checkbox][disabled]:checked:before {
    background-color: var(--color-neutral-4);
}

/* Revert if override class is added */
.print-mode .override-print-mode .radio-button:disabled:before,
.print-mode .override-print-mode [data-checkbox][disabled]:before,
.print-mode .override-print-mode [data-checkbox][disabled]:checked:before {
    background-color: initial;
}

.enhanced-disabled-contrast [data-checkbox][disabled]:checked:after,
.print-mode [data-checkbox][disabled]:checked:after {
    border-color: var(--color-neutral-7);
}

/* Revert if override class is added */
.print-mode .override-print-mode [data-checkbox][disabled]:checked:after {
    border-color: initial;
}

/* Remove asterix from print mode label, caret from dropdown & dropdown-search */
.print-mode .custom-asterix,
.print-mode [data-label].mandatory:after,
.print-mode .dropdown-container:after,
.print-mode .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button,
.print-mode .vscomp-toggle-button:after {
    display: none;
}

/* Revert if override class is added */
.print-mode .override-print-mode .custom-asterix,
.print-mode .override-print-mode [data-label].mandatory:after,
.print-mode .override-print-mode .dropdown-container:after,
.print-mode .override-print-mode .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button,
.print-mode .override-print-mode .vscomp-toggle-button:after {
    display: initial;
}

/* Toggle switch disabled - Toggled ON */
[data-switch][disabled].enhanced-disabled-contrast:checked:after,
[data-switch][disabled].print-mode:checked:after {
    background-color: var(--color-neutral-7);
}

/* Hide character counter from text area when in print-mode */
.print-mode .character-count__message {
    display: none;
}

/*****************************************************/

/* ================================================================ */
/*  Data Protection buttons                                                 */
/* ================================================================ */

.data-protection-buttons {
    display: flex;
    column-gap: var(--space-s);
    row-gap: var(--space-s);
    justify-content: center;
    flex-wrap: wrap;
}

.tablet .data-protection-buttons {
    column-gap: var(--space-xl);
    row-gap: var(--space-m);
}

.phone .data-protection-buttons {
    flex-direction: column;
}

.data-protection-buttons .btn + .btn {
    margin:0;
}

.data-protection-buttons .btn {
    min-width: 280px;
}

/* ================================================================ */
/*  Validation Messages excluding form                              */
/* ================================================================ */
span.validation-message-no-form{
  color:var(--color-error);
  font-size:var(--font-size-xs);
  margin-left:var(--space-none);
  left:0;
  white-space:nowrap;
  width:100%;
}

/* ================================================================ */
/*  Auto-Save Enabled/Disabled notification [ED-4406]               */
/* ================================================================ */
.autosave-container {
    position: absolute;
    right: 0;
    bottom: var(--space-m);
    display: flex;
    align-items: center;
    padding: var(--space-s);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-right: 0;
    border-top-left-radius: var(--border-radius-soft);
    border-bottom-left-radius: var(--border-radius-soft);
    border-left: solid var(--color-primary) 2px;
    background-color: var(--color-neutral-0);
    cursor: pointer;
    width: fit-content;
    z-index: 100;
}

.cloud-icon {
    height: 16px;
}

/* Initially hide the text */
.autosave-text {
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    font-size: var(--font-size-s);
    transition: max-width 0.3s ease-out, opacity 0.2s ease-in-out;
}

/* Expand on hover or explicitly set to expanded */
.autosave-container:hover .autosave-text,
.autosave-container.expanded .autosave-text {
    max-width: 150px;
    opacity: 1;
    margin-left: var(--space-s);
    padding-right: var(--space-s);
}
/* ================================================================ */


/* =========================================================================== */
/*  $1 - PSEP Calendar                                                      */
/* =========================================================================== */

.PSEP-Calendar .fc-dayGridMonth-view table,
.PSEP-Calendar .fc-dayGridMonth-view th,
.PSEP-Calendar .fc-dayGridMonth-view td {
  border: none !important;
  vertical-align: sub;
  border-collapse: separate;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-widget-content {
  background: transparent;
  border-radius: 5px;
  box-shadow: 0 -2px 5px rgba(68, 195, 207, 1.3);
  box-sizing: border-box;
}

.PSEP-Calendar .fc-view-container .fc-widget-content.fc-day {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: relative;
}

.PSEP-Calendar .fc-view-container .fc-widget-content {
  box-shadow: none;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-day-number {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 20;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-daygrid-day-frame {
  position: relative;
  height: 100%;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-event {
   border: none;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.PSEP-Calendar .fc-daygrid-day,
.PSEP-Calendar .fc-daygrid-day-frame,
.PSEP-Calendar .fc-daygrid-day-events,
.PSEP-Calendar .fc-daygrid-event-harness,
.PSEP-Calendar .fc-day-grid-event {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.PSEP-Calendar .fc-day-grid-event {
  height: calc(100%);
  overflow: visible;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-content-skeleton thead td {
  border: none !important;
}

.PSEP-Calendar .fc-dayGridMonth-view .fc-day-top {
  overflow: visible !important;
  position: relative;
}

.PSEP-Calendar .fc-content-skeleton,
.PSEP-Calendar .fc-content-skeleton table,
.PSEP-Calendar .fc-daygrid-body table {
  height: 99% !important;
}

.PSEP-Calendar .fc-dayGridMonth-view,
.PSEP-Calendar .fc-view-container {
  height: 100%;
}

.PSEP-Calendar .fc-dayGrid-view .fc-body .fc-row {
  min-height: 10vh;
  max-height: 10vh;
}

.PSEP-Calendar tr:first-child > td > .fc-day-grid-event {
  margin-top: 0px;
}

.PSEP-Calendar .fc-event:hover {
  color: black;
}

.PSEP-Calendar  .fc-day-grid-event .fc-content {
    overflow: hidden;
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
    left: 0;
    width: 100%;
    margin-left: 10px;
    align-items:center;
}
.PSEP-Calendar  .fc-day-grid-event .fc-content:before {
    content:'';
width:10px;
height:10px;
border-radius:50px;
margin-right:5px;
}

.PSEP-Calendar  .fc-day-grid-event {
    padding: 0;
}

.PSEP-Calendar .fc-dayGridMonth-view td {
    padding: 0px;
}

.PSEP-Calendar .fc-day-grid .fc-row .fc-bg table{
    border-spacing:4px;
}
.PSEP-Calendar .fc-day-grid .fc-row .fc-content-skeleton table{
    border-spacing: 4px 2px;
}

.PSEP-Calendar .fc-view-container .fc-widget-content.fc-day.fc-other-month {
    background-color:rgba(0,0,0,0.02);    
}
.PSEP-Calendar .TeachingDay {
    color: black;
    font-size: 12px;
    font-weight: bold;
    background:rgba(45, 206, 137, 0.07);
    border:1px solid rgba(45, 206, 137, 1) !important;
}
.PSEP-Calendar .TeachingDay:hover {
    background-color: rgba(45, 206, 137, 0.1) !important;
}
.PSEP-Calendar .TeachingDay .fc-content:before {
    background-color: rgba(45, 206, 137, 1) !important;
}


.PSEP-Calendar .ExcepcionalClosure {
    border:1px solid rgba(255, 75, 78, 1) !important;
    color: black;
    background-color: rgba(255, 75, 78, 0.07) !important;
    font-size: 12px;
    font-weight: bold;
}
.PSEP-Calendar .ExcepcionalClosure:hover {
    background-color: rgba(255, 75, 78, 0.1) !important;
}
.PSEP-Calendar .ExcepcionalClosure .fc-content:before {
    background-color: rgba(255, 75, 78, 1)!important;
}

.PSEP-Calendar .TrainingStaff {
        border:1px solid rgba(91, 156, 255, 1) !important;
    color: black;
    background-color: rgba(91, 156, 255, 0.07) !important;
    font-size: 12px;
    font-weight: bold;
}
.PSEP-Calendar .TrainingStaff:hover {
    background-color: rgba(91, 156, 255, 0.1) !important;
}
.PSEP-Calendar .TrainingStaff .fc-content:before {
    background-color: rgba(91, 156, 255, 1) !important;
}


.PSEP-Calendar .HarmonisedClosure {
        border:1px solid rgba(255, 215, 106, 1) !important;
    color: black;
    background-color: rgba(255, 215, 106, 0.1) !important;
    font-size: 12px;
    font-weight: bold;
}
.PSEP-Calendar .HarmonisedClosure:hover {
    background-color: rgba(255, 215, 106, 0.15) !important;
}
.PSEP-Calendar .HarmonisedClosure .fc-content:before {
    background-color: rgba(255, 215, 106, 1) !important;
}

.PSEP-Calendar .SchoolClosure {
    border:1px solid rgba(213, 77, 246, 1) !important;
    color: black;
    background-color: rgba(213, 77, 246, 0.07) !important;
    font-size: 12px;
    font-weight: bold;
}
.PSEP-Calendar .SchoolClosure:hover {
    background-color: rgba(213, 77, 246, 0.1) !important;
}
.PSEP-Calendar .SchoolClosure .fc-content:before {
    background-color: rgba(213, 77, 246, 1) !important;
}


.PSEP-Calendar .OutOfProgram {
    border:1px solid rgba(213, 174, 255, 1) !important;
    color: black;
    background-color: rgba(213, 174, 255, 0.07) !important;
    font-size: 12px;
    font-weight: bold;
}
.PSEP-Calendar .OutOfProgram:hover {
    background-color: rgba(213, 174, 255, 0.1) !important;
}
.PSEP-Calendar .OutOfProgram .fc-content:before {
    background-color: rgba(213, 174, 255, 1) !important;
}


.PSEP-Calendar .OutOfProgram.PendingEC,
.PSEP-Calendar .SchoolClosure.PendingEC,
.PSEP-Calendar .HarmonisedClosure.PendingEC,
.PSEP-Calendar .TrainingStaff.PendingEC,
.PSEP-Calendar .TeachingDay.PendingEC {
    border: 2px dashed rgba(255, 75, 78, 0.5) !important;
}
.PSEP-Calendar .OutOfProgram.PendingEC:after,
.PSEP-Calendar .SchoolClosure.PendingEC:after,
.PSEP-Calendar .HarmonisedClosure.PendingEC:after,
.PSEP-Calendar .TrainingStaff.PendingEC:after,
.PSEP-Calendar .TeachingDay.PendingEC:after {
    content: '🠢 EC';
    position:absolute;
    top: 8px;
    left: 7px;
    font-size:10px;
    background-color: rgba(255, 75, 78, 1) !important;
    padding: 2px 5px;
    border-radius:5px;
    color:white;
    animation: pending 2s infinite;
    transition: .2s ease;
}
.PSEP-Calendar.Mobile .OutOfProgram.PendingEC:after,
.PSEP-Calendar.Mobile .SchoolClosure.PendingEC:after,
.PSEP-Calendar.Mobile .HarmonisedClosure.PendingEC:after,
.PSEP-Calendar.Mobile .TrainingStaff.PendingEC:after,
.PSEP-Calendar.Mobile .TeachingDay.PendingEC:after {
    content: '🠢 EC';
    position:absolute;
    top: 2px;
    left: 7px;
    font-size:10px;
    background-color: rgba(255, 75, 78, 1) !important;
    padding: 2px 5px;
    border-radius:5px;
    color:white;
    animation: pendingMobile 2s infinite;
    transition: .2s ease;
}
.PSEP-Calendar .PendingECNE{
    border:2px dashed rgba(213, 174, 255, 1) !important;
    color: black;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

.DisplayNone{
    display: none;
}

.tooltip-underline {
    text-decoration: underline dashed;
    text-underline-offset: 3px;
    cursor: pointer;
}

.tooltip-underline:hover {
    color: #6c757d; /* Mid grey */
}

/* =========================================================================== */
/* Unplaced By Radius                                                          */
/* =========================================================================== */

.UnplacedByRadius .TRHasPlaces {
    background-color: rgba(45, 206, 137, 0.1);
}

.UnplacedByRadius .TRNegSpareCap {
    background-color: rgba(255, 75, 78, 0.1);
}

.display-flex .btn + .btn {
    margin-left: var(--space-m);
}

/* =========================================================================== */
/* Planning By Radius                                                          */
/* =========================================================================== */

.PlanningByRadius .TRFewerThanApps {
    Background: #FFFCF0;
}

.PlanningByRadius .TRMoreThanAppsOverPan {
    Background: #F9F6FF;
}

.PlanningByRadius .TRLessThanAppsOverPan {
    Background: #F5F9FD;
}

/* =========================================================================== */
/* Statistics Dashboard                                                        */
/* =========================================================================== */

.statsDashboardFewerThanApps {
    Border: 1px solid #D6AB00;
    Background: #FFFCF0;
    color: #222;
    Border-radius: var(--border-radius-soft);
    
}

.StatisticText {
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    margin: 0;
    width: 100%;
    display: block;
}

.statsDashboardFewerThanAppsSelected {
    Border: 1px solid #D6AB00;
    Background: #D6AB00;
    color: #f3f6f8;
    Border-radius: var(--border-radius-soft);
}

.statsDashboardMoreThanAppsOverPan {
    Border: 1px solid #A97EFD;
    Background: #F9F6FF;
    color: #222;
    Border-radius: var(--border-radius-soft);
}

.statsDashboardMoreThanAppsOverPanSelected {
    Border: 1px solid #A97EFD;
    Background: #A97EFD;
    color: #f3f6f8;
    Border-radius: var(--border-radius-soft);
}

.statsDashboardLessThanAppsOverPan {
    Border: 1px solid #0072F5;
    Background: #F5F9FD;
    color: #222;
    Border-radius: var(--border-radius-soft);
}

.statsDashboardLessThanAppsOverPanSelected {
    Border: 1px solid #0072F5;
    Background: #0072F5;
     color: #f3f6f8;
     Border-radius: var(--border-radius-soft);
}

.stats .dashboard {
    background-color: var(--color-neutral-0);
    border: var(--border-size-s) solid var(--color-neutral-4);
    border-radius: var(--border-radius-soft);
    padding: var(--space-m);
    width: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
    color: #222;
    font-weight: bold;
}
 
.stats .buttons-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stats .dashboard:hover, .stats .dashboard.active {
    border: 3px solid #44c3cf;
    padding: 9px 10px;
}

.stats .dashboard.active h3 {
    font-size:30px;
}

.stats .dashboard.active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #44c3cf;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.stats .dashboard h3 {
    color: #44c3cf;
    font-size: 26px;
}

.stats .separator {
    height: 1px;
     width: 100%;
    background: #44c3cf;
}

/* =========================================================================== */
/* PSEP Notes popup custom list item                                                     */
/* =========================================================================== */

.list-item-notes{
    border-bottom: var(--border-size-s) solid #b1b1b1;
    overflow: hidden;
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
    padding-left: 0% !important;
    padding-right: 0% !important;
    position: relative;
}
.list-item-notes:last-of-type{
  border-bottom:none;
}
.list-item-notes .scale-animation{
  -webkit-animation:list-item-notes-scale-animation 1500ms;
          animation:list-item-notes-scale-animation 1500ms;
  background-color:rgba(0, 0, 0, 0.1);
  border-radius:100px;
  display:block;
  height:10px;
  left:50%;
  pointer-events:none;
  position:absolute;
  top:50%;
  width:10px;
  will-change:transform;
  z-index:0;
}
.list .list-item-notes{
  background-color:var(--color-neutral-0);
}
.layout-native .list-item-notes{
  padding:var(--space-base);
}
.desktop .list .list-item-notes:hover:not(.list-item-notes-selected){
  background-color:var(--color-neutral-2);
}
.desktop .list .list-item-notes-selected,
.tablet.landscape .list .list-item-notes-selected{
  background:var(--color-primary) var(--color-primary-lightest);
}
.desktop .list .list-item-notes-selected .list-item-notes-content-title,
.tablet.landscape .list .list-item-notes-selected .list-item-notes-content-title{
  color:var(--color-neutral-10);
}
.desktop .list .list-item-notes-selected .list-item-notes-content-text,
.tablet.landscape .list .list-item-notes-selected .list-item-notes-content-text{
  color:var(--color-neutral-8);
}
.desktop .list .list-item-notes-selected .list-item-notes-content-right .icon,
.tablet.landscape .list .list-item-notes-selected .list-item-notes-content-right .icon{
  color:var(--color-primary);
}

.NotesPopUpTextDisplay {
border-color: #bebebe;
border-style: solid;
border-width: 1px;
margin-bottom: 20px;
margin-top: 10px;
padding: 10px;
text-align: center;
}

/* =========================================================================== */
/* PSEP Planning Configuration screen                                                     */
/* =========================================================================== */

.planning-config-form-errormessage .invalid-element .validation-message
{
    display: flex;
    justify-content: space-between;
    text-align: right;
}

/* =========================================================================== */
/* PSEP Pupil Movements                                                 */
/* =========================================================================== */

.target {
    border-left: 8px solid red;
}

/* =========================================================================== */
/* Exceptions and Timeline button                                              */
/* =========================================================================== */


.button-sub-menu .osui-submenu__header {
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  border-radius:var(--border-radius-soft);
  cursor:pointer;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-filter:brightness(1);
          filter:brightness(1);
  font-weight:var(--font-semi-bold);
  height:40px;
  line-height:1;
  margin:0;
  padding:var(--space-none) var(--space-base);
  -webkit-transition:all 100ms linear;
  -o-transition:all 100ms linear;
  transition:all 100ms linear;
  background-color:var(--color-primary);
  border:var(--border-size-s) solid var(--color-primary);
  color:var(--color-neutral-0);
}

.button-sub-menu .osui-submenu__header:hover:active{
  -webkit-filter:brightness(0.8);
          filter:brightness(0.8);
}

.button-sub-menu .osui-submenu__items {
    width: 100%;
    overflow: auto;
    z-index: 999;
    position: absolute;
    border: solid 1px var(--color-neutral-5);
    background: var(--color-neutral-0);
    margin-top: 40px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
    padding: var(--space-s);
}

.button-sub-menu .osui-submenu__items > a:not(:last-child) {
    border-bottom: solid 1px var(--color-neutral-4);
}

.button-sub-menu .osui-submenu__header__icon:before {
    border-color: var(--color-neutral-0);
    border-bottom-width: var(--border-size-m);
    border-left-width: var(--border-size-m);
}

/* =========================================================================== */
/* Timeline                                                                    */
/* =========================================================================== */


.timeline-container {
  position: relative;
  width: auto;
  margin-bottom: 50px;
}

.timeline-bar {
  display: flex;
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.timeline-bar .OSBlockWidget {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
    height: 50px;
}

.timeline-bar .step {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;

  height: 100%;
  margin-right: -15px; 
  z-index: 1;
}

.timeline-bar .OSBlockWidget .step:first-child span {
    position: relative;
    left: 15px;
    text-transform: uppercase;
}

.timeline-bar .OSBlockWidget .step:not(.step-1) span {
    position: relative;
    left: 35px;
    text-transform: uppercase;
}

.timeline-bar .OSBlockWidget .step.step-1 {
  z-index: 3;
  clip-path: polygon(
        0% 0%,    
        95% 0%,
        100% 50%,
        95% 100%,
        0% 100%  
    );
}

.timeline-bar .OSBlockWidget .step.step-2 {
  z-index: 2;
  clip-path: polygon(
    0% 0%,
    95% 0%,
    100% 50%,
    95% 100%,
    0% 100%,
    5% 50%
  );
}

.timeline-bar .OSBlockWidget .step.step-3 {
  z-index: 1;
  clip-path: polygon(
    0% 0%,
    95% 0%,
    100% 50%,
    95% 100%,
    0% 100%,
    5% 50%
  );
}

.complete {
    background-color: #26b99a;
}

.in-progress {
    background-color: #f2b632;
}

.timeline-cards {
    position: relative;
    display: flex;
    width: 100%;
    top: 50px;
}

.timeline-cards .OSBlockWidget {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
}

.timeline-cards .OSBlockWidget .timeline-card {
    position: relative;
    flex: 1;
    height: 600px;
    background-color: white;
    margin-right: 5px;
    padding: var(--space-l);
    font-size: var(--font-size-xs);
    z-index: 1;
}

.timeline-cards .OSBlockWidget  .timeline-card .timeline-card-title {
    position: relative;
    flex: 1;
    height: 25%;
    min-height: 25%;
    max-height: 25%;
    text-transform: uppercase;
}

.timeline-cards .OSBlockWidget  .timeline-card .timeline-card-title .timeline-card-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.timeline-cards .OSBlockWidget .timeline-card .timeline-card-title .timeline-card-label {
    border: 1px solid;
    margin-top: var(--space-l);
    text-align: center;
}

.timeline-cards .OSBlockWidget .timeline-card .timeline-card-dates {
    position: relative;
    flex: 1;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
}

.timeline-cards .OSBlockWidget .timeline-date {
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.timeline-cards .OSBlockWidget  .timeline-date-exception {
    display: flex;
    justify-content: space-between;
}

.timeline-cards .OSBlockWidget .timeline-card .timeline-card-details {
    position: absolute;
    flex: 1;
    height: 25%;
    min-height: 25%;
    max-height: 25%;
    bottom: 0%;
}

.card-complete {
    border: 1px solid;
    border-color: #26b99a;
    color: #26b99a;
}

.card-in-progress {
    border: 1px solid;
    border-color: #f2b632;
    color: #f2b632;
}

.text-complete {
    color: #26b99a;
}

/* Timeline Mobile view */

.phone .timeline-wrapper,
.tablet .timeline-wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
    position: relative;
}

.phone .timeline-wrapper .OSBlockWidget,
.tablet .timeline-wrapper .OSBlockWidget {

    width: 100%;
}

.phone .timeline-wrapper .step,
.tablet .timeline-wrapper .step {
    color: white;
    display: flex;
    font-weight: bold;
    justify-content: flex-end;
    padding: 10px 5px;
}
 
.phone .timeline-wrapper .step span,
.tablet .timeline-wrapper .step span {
    position: relative;
    transform: rotate(180deg);
    text-transform: uppercase;
    bottom: 8%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.phone .timeline-wrapper .step.step-1 span,
.tablet .timeline-wrapper .step.step-1 span {
    position: relative;
    transform: rotate(180deg);
    text-transform: uppercase;
    bottom: 2%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.phone .timeline-wrapper .step.step-2 span,
.tablet .timeline-wrapper .step.step-2 span {
    position: relative;
    transform: rotate(180deg);
    text-transform: uppercase;
    bottom: 2%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.phone .timeline-wrapper .step.step-3 span,
.tablet .timeline-wrapper .step.step-3 span {
    position: relative;
    transform: rotate(180deg);
    text-transform: uppercase;
    bottom: 1%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.phone .timeline-wrapper .step::after,
.tablet .timeline-wrapper .step::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 15px 17px 18px;
    z-index: 5;
    left: 0px;
    bottom: -33px;
}

.phone .timeline-wrapper .step.complete::after,
.tablet .timeline-wrapper .step.complete::after {
    border-color: #26b99a transparent transparent transparent;
}

.phone .timeline-wrapper .step.in-progress::after,
.tablet .timeline-wrapper .step.in-progress::after {
    border-color: #f2b632 transparent transparent transparent;
}

.phone .timeline-wrapper .step.step-2::before,
.phone .timeline-wrapper .step.step-3::before,
.tablet .timeline-wrapper .step.step-2::before,
.tablet .timeline-wrapper .step.step-3::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 17px 16px 20px;
    border-color: white transparent transparent transparent;
    left: -2px;
    top: 0;
}

.phone .timeline-wrapper .timeline-card,
.tablet .timeline-wrapper .timeline-card {
    right: 0%;
    padding: 10px;
    height: auto;
    width: 100%;    
    margin-bottom: 1px;
    font-size: var(--font-size-xs);
}

.phone .timeline-wrapper .timeline-card .timeline-card-title,
.tablet .timeline-wrapper .timeline-card .timeline-card-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.phone .timeline-wrapper .OSBlockWidget .timeline-card .timeline-card-title .timeline-card-label,
.tablet .timeline-wrapper .OSBlockWidget .timeline-card .timeline-card-title .timeline-card-label  {
    border: 1px solid;
    margin-top: var(--space-l);
    text-align: center;
}

.phone .timeline-wrapper .timeline-card .timeline-card-status,
.tablet .timeline-wrapper .timeline-card .timeline-card-status {
    display: flex;
    align-items: center;
}

.phone .timeline-wrapper .timeline-card .timeline-card-dates,
.tablet .timeline-wrapper .timeline-card .timeline-card-dates {
}

.phone .timeline-wrapper .timeline-card .timeline-card-dates .timeline-date,
.tablet .timeline-wrapper .timeline-card .timeline-card-dates .timeline-date {
    display: flex;
    justify-content: space-between;
}

.phone .timeline-wrapper .timeline-card .timeline-card-details,
.tablet .timeline-wrapper .timeline-card .timeline-card-details {
    margin-top: 15px;
    padding: 15px;
}


/********************************************************************************
** Button Group (Separated buttons)
********************************************************************************/
.button-group-separate.button-group > div > .button-group-item {
    border-radius: var(--border-radius-soft);
    border-width: var(--border-size-s);
    border-style: solid;
}

.button-group-separate.button-group > div > .button-group-item:not(:last-child) {
    margin-right: var(--space-s);
}

.button-group-separate .button-group-item[disabled] {
    border-color: var(--color-neutral-4);
}

.button-group-item.button-group-item-success:not([disabled]) {
    border-color: var(--color-green);
    color: var(--color-green);
}

.button-group-item.button-group-item-warning:not([disabled]) {
    border-color: var(--color-warning);
    color: var(--color-warning);
}

.button-group-selected-item.button-group-item.button-group-item-success {
    background-color: var(--color-green);
    color: var(--color-neutral-0);
}

.button-group-selected-item.button-group-item.button-group-item-warning {
    background-color: var(--color-warning);
    color: var(--color-neutral-0);
}
/*******************************************************************************/

/********************************************************************************
** SpareCapacityPopUp
********************************************************************************/
.popup-dialog.SpareCapacityPopUp{
    max-width: 750px;
}


.SpareCapacityPopUp .table-row td{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
}

.SpareCapacityPopUp.popup-dialog .PopupContent{
max-height: 100%;
}


.SpareCapacityPopUp .PopupLayout{
    gap: var(--space-base);
}

/********************************************************************************
** Data Import Page
********************************************************************************/

.estimatedTimeBox {
border-radius: 4px;
border-style: solid;
border-width: 1px;
font-size: 16px;
font-weight: bold;
height: auto;
padding: 10px 16px 10px 16px;
text-align: center;
width: auto;
}

/********************************************************************************
** PSEP School Year Config
********************************************************************************/

.ClosePreschoolText {
    font-style: italic;
    color: #777c81;
}

/********************************************************************************
** PSEP Rollbook
********************************************************************************/

/*Hide X from Dropdown Search while open*/
.HideClearWhileOpen.pop-comp-active .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button{
    display:none;
}
/*Darker background for checkboxes when disabled - EPS-1218 */

.darkerDisabledCheckbox[disabled]::before, .darkerDisabledCheckbox[disabled]:checked::before {
background-color: var(--color-neutral-2);
border: var(--border-size-m) solid var(--color-neutral-4);
}
 
.darkerDisabledCheckbox[disabled]::after, .darkerDisabledCheckbox[disabled]:checked::after {
border: var(--border-size-m) solid var(--color-neutral-6);
}

 

/* RollBook List - Phone Multi Attendance Pop-Up to align buttons */
.phone .PopupFooter > [data-container] {
    display: flex;
    flex-direction: column;
}

.phone .PopupFooter .btn.btn {
    margin-left: 0;
    margin-top: var(--space-s);
}

.phone .PopupFooter .btn {
  width: 100%;
}

.IncompletePupil {
    background: rgba(255, 75, 78, 0.1) !important;
}

.SuccessStatus {
    color: #29a314;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: #bdbaba;
}

.ErrorStatus {
    color: #992e0d;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: #bdbaba;
}

/* ================================
   ROLL BOOK TABLE STYLES
   ================================ */

/* Header cells */
.RollBook .TabletHeader {
    padding: 0px;
    width: 100%;
    text-align: center;
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
}

/* Table rows */
.RollBook .TabletDayContainer {
    height: 70px;
    text-align: center;
    box-sizing: border-box;
}


/* ================================
   DROPDOWN CONTAINER
   ================================ */

/* Container wrapper for each dropdown */
.RollBook .RollBookTable .TabletDayContainer .dropdown-container {
    padding-left: 0px;
    box-sizing: border-box;
    max-height: 100%;
    display: flex;
    margin: 0px;
    min-width: 100%;
    min-height: 100%;
    align-items: stretch;
    padding: 5px;
}


/* ================================
   TABLE HOVER EFFECTS
   ================================ */

/* Highlight row on hover */
.RollBook .TabletDayContainer {
    background-color: var(--color-neutral-0);
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
    position: relative;
}

.RollBook .TabletDayContainer>*>* {
    height: 69px;
    min-width: 100%;
    flex-grow: 1;
}

/* ================================
   BACKGROUND TYPES
   ================================ */

/* Neutral gray striped background for headers */
.RollBook .TabletHeader.background-neutral-2 {
    background: repeating-linear-gradient(135deg,
            var(--color-neutral-2) 0px,
            var(--color-neutral-2) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);

}

/* Same gray stripes for table cells */
.RollBook .TabletDayContainer .background-neutral-2 {
    background-color: var(--color-neutral-2);
    background: repeating-linear-gradient(135deg,
            var(--color-neutral-2) 0px,
            var(--color-neutral-2) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
    padding: 10px;
}


/* Border utility */
.Border-bottom-s-Neutral4 {
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
}

/* Harmonised Closure (yellow stripes) */
.RollBook .TabletDayContainer .HarmonisedClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 215, 106, 0.07) 0px,
            rgba(255, 215, 106, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .TabletHeader .HarmonisedClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 215, 106, 0.07) 0px,
            rgba(255, 215, 106, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* School Closure (purple stripes) */
.RollBook .TabletDayContainer .SchoolClosure {
    background: repeating-linear-gradient(135deg,
            rgba(213, 77, 246, 0.07) 0px,
            rgba(213, 77, 246, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .TabletHeader .SchoolClosure {
    background: repeating-linear-gradient(135deg,
            rgba(213, 77, 246, 0.07) 0px,
            rgba(213, 77, 246, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Training Staff (blue stripes) */
.RollBook .TabletDayContainer .TrainingStaff {
    background: repeating-linear-gradient(135deg,
            rgba(91, 156, 255, 0.07) 0px,
            rgba(91, 156, 255, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .TabletHeader .TrainingStaff {
    background: repeating-linear-gradient(135deg,
            rgba(91, 156, 255, 0.07) 0px,
            rgba(91, 156, 255, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Exceptional Closure (red stripes) */
.RollBook .TabletDayContainer .ExcepcionalClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 75, 78, 0.07) 0px,
            rgba(255, 75, 78, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .TabletHeader .ExcepcionalClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 75, 78, 0.07) 0px,
            rgba(255, 75, 78, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Not At School (gray stripes) */
.RollBook .TabletDayContainer .NotAtSchool {
    text-align: center;
    background: repeating-linear-gradient(135deg,
            rgba(174, 190, 193, 1) 0,
            rgba(174, 190, 193, 1) 2px,
            transparent 0px,
            transparent 7px),
        rgba(200, 211, 213, 1);
}

/* Out of Program (red stripes) */
.RollBook .TabletHeader .OutOfProgram {
    background: repeating-linear-gradient(135deg, #F3E6FF 0, #E9D1FF 2px, transparent 0px, transparent 7px), #FCF3FE;
}
.RollBook .TabletDayContainer .OutOfProgram {
    background: repeating-linear-gradient(135deg, #F3E6FF 0, #E9D1FF 2px, transparent 0px, transparent 7px), #FCF3FE;
}


/* Table default background */
.RollBook .table {
    background-color: white;
}

/* Dropdown options color */
.RollBook .RollBookTable select option {
    color: var(--color-neutral-9);
}

/* Hover effect for sortable columns */
.RollBook .table-header th.cursor-pointer:hover {
    border-radius: var(--border-radius-soft);
    outline: 2px solid var(--color-primary);
}

/* ================================
   LOGIC
   ================================ */


.RollBook .NameTablet {
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    word-break: break-all;
    border: var(--border-size-s) solid var(--color-neutral-4);
    grid-column: 1 / -1;

}
.RollBook .Mobile .NameTablet {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    border: var(--border-size-s) solid var(--color-neutral-4);
    grid-column: 1 / -1;

}
.RollBook .NameTablet .Totals {
    display: contents;
}

.RollBook .Mobile .NameTablet .Totals {
    display: flex;
    align-items: center;
}

.RollBook .TotalsTablet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: row;
    border-left: var(--border-size-s) solid var(--color-neutral-4);
}
.RollBook .Mobile .TotalsTablet {
    display: flex;
    border-left: none;
    align-items: start;
    justify-content: flex-start;
}

.RollBook .TabletDayContainer .LabelTypeDay {
    width: 70px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
}

/* ================================
   ROLL BOOK TABLE STYLES
   ================================ */

/* Header cells */
.RollBook .table-header th {
    padding: 0px;
    width: 25px;
    text-align: center;
}

/* Table rows */
.RollBook .table-row td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 35px;
    text-align: center;
    box-sizing: border-box;
}

/* Removes double left border and aligns first column left */
.RollBook .table-header th:first-child,
.RollBook .table-row td:first-child {
    border-left: none;
    text-align: left;
    padding-left: var(--space-s);
}

/* ================================
   DROPDOWN CONTAINER
   ================================ */

/* Container wrapper for each dropdown */
.RollBook .RollBookTable .dropdown-container {
    padding-left: 0px;
    box-sizing: border-box;
    max-width: 40px;
    max-height: 60%;
    display: flex;
    align-items: center;
    margin: auto;
    width: 70%;

}

.RollBook .LaptopScreen .dropdown-container {
    border-radius: var(--border-radius-soft);
    outline: var(--border-size-s) solid var(--color-neutral-5);
    outline-offset: -2px;
}

/* Dropdown display (works for both div-based and select-based dropdowns) */
.RollBook .RollBookTable .dropdown-container>div.dropdown-display,
.RollBook .RollBookTable .dropdown-container>select.dropdown-display {
    padding: 0px;
    border: 0px; 
    text-align: center;
    font-size: 12px;
    flex-grow: 1;
}
.RollBook .TabletDayContainer .dropdown-container>div.dropdown-display,
.RollBook .TabletDayContainer .dropdown-container>select.dropdown-display {
    padding: 0px;
    text-align: center;
    border:var(--border-size-s) solid var(--color-neutral-5);
    font-size: 12px;
    flex-grow: 1;
    height: auto;
    min-height: 100%;
}
.RollBook .TabletDayContainer .AttendedBackground .dropdown-container>div.dropdown-display,
.RollBook .TabletDayContainer .AttendedBackground .dropdown-container>select.dropdown-display,
.RollBook .TabletDayContainer .AbsenceBackground .dropdown-container>div.dropdown-display,
.RollBook .TabletDayContainer .AbsenceBackground .dropdown-container>select.dropdown-display{
    padding: 0px;
    border: 0px;
    text-align: center;
    font-size: 12px;
    flex-grow: 1;
}

/* Removes the default dropdown arrow decoration if generated */
.RollBook .RollBookTable .dropdown-container:after {
    right: 8px;
    display: none;
}

/* Disabled dropdowns have no border */
.RollBook .RollBookTable div.dropdown-display.dropdown-disabled,
.RollBook .RollBookTable div.dropdown-display[disabled],
.RollBook .RollBookTable select.dropdown-display.dropdown-disabled,
.RollBook .RollBookTable select.dropdown-display[disabled] {
    border: 0px;
}

/* Removes arrow icon when disabled */
.RollBook .RollBookTable .dropdown-disabled:after {
    display: none;
}

/* ================================
   TABLE HOVER EFFECTS
   ================================ */

/* Highlight row on hover */
.RollBook .table-row:hover td {
    background-color: var(--color-neutral-0);
}

/* ================================
   BACKGROUND TYPES
   ================================ */

/* Neutral gray striped background for headers */
.RollBook .table-header th.background-neutral-2 {
    background: repeating-linear-gradient(135deg,
            var(--color-neutral-2) 0px,
            var(--color-neutral-2) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
    width: 15px;
}

/* Same gray stripes for table cells */
.RollBook .table-row td.background-neutral-2 {
    background-color: var(--color-neutral-2);
    background: repeating-linear-gradient(135deg,
            var(--color-neutral-2) 0px,
            var(--color-neutral-2) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Absence (red highlight) */
.RollBook .AbsenceBackground .dropdown-container {
    background-color: rgba(255, 242, 243, 1);
    border-radius: var(--border-radius-soft);
    outline: 1px solid rgba(251, 172, 188, 1);
    outline-offset: 0px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.RollBook .TabletDayContainer .AbsenceBackground .dropdown-container {
    background-color: rgba(255, 242, 243, 1);
    border-radius: var(--border-radius-soft);
    outline: 1px solid rgba(251, 172, 188, 1);
    outline-offset: -2px;
    box-shadow: none;
}
.RollBook .AbsenceBackground .dropdown-container select.dropdown-display {
    color: rgba(245, 54, 92, 1);
    font-weight: bold;
}

/* Attended (green highlight) */
.RollBook .AttendedBackground .dropdown-container {
    background: rgba(240, 252, 247, 1);
    border-radius: var(--border-radius-soft);
    outline: 0.5px solid rgba(171, 237, 208, 1);
    outline-offset: 0px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.RollBook .TabletDayContainer .AttendedBackground .dropdown-container {
    background: rgba(240, 252, 247, 1);
    border-radius: var(--border-radius-soft);
    outline: 0.5px solid rgba(171, 237, 208, 1);
    outline-offset: -2px;
    box-shadow: none;
}
.RollBook .AttendedBackground .dropdown-container select.dropdown-display {
    color: rgba(45, 206, 137, 1);
    font-weight: bold;
}

/* Transparent dropdowns */
.RollBook .RollBookTable .dropdown-container select.dropdown-display {
    background: transparent;
}

/* Border utility */
.Border-bottom-s-Neutral4 {
    border-bottom: var(--border-size-s) solid var(--color-neutral-4);
}

/* Harmonised Closure (yellow stripes) */
.RollBook .table-row td.HarmonisedClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 215, 106, 0.07) 0px,
            rgba(255, 215, 106, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .table-header th.HarmonisedClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 215, 106, 0.07) 0px,
            rgba(255, 215, 106, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* School Closure (purple stripes) */
.RollBook .table-row td.SchoolClosure {
    background: repeating-linear-gradient(135deg,
            rgba(213, 77, 246, 0.07) 0px,
            rgba(213, 77, 246, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .table-header th.SchoolClosure {
    background: repeating-linear-gradient(135deg,
            rgba(213, 77, 246, 0.07) 0px,
            rgba(213, 77, 246, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Training Staff (blue stripes) */
.RollBook .table-row td.TrainingStaff {
    background: repeating-linear-gradient(135deg,
            rgba(91, 156, 255, 0.07) 0px,
            rgba(91, 156, 255, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .table-header th.TrainingStaff {
    background: repeating-linear-gradient(135deg,
            rgba(91, 156, 255, 0.07) 0px,
            rgba(91, 156, 255, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Exceptional Closure (red stripes) */
.RollBook .table-row td.ExcepcionalClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 75, 78, 0.07) 0px,
            rgba(255, 75, 78, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}
.RollBook .table-header th.ExcepcionalClosure {
    background: repeating-linear-gradient(135deg,
            rgba(255, 75, 78, 0.07) 0px,
            rgba(255, 75, 78, 0.07) 4px,
            transparent 0px,
            transparent 7px),
        rgba(255, 255, 255, 1);
}

/* Not At School (gray stripes) */
.RollBook .table-row td.NotAtSchool {
    text-align: center;
    background: repeating-linear-gradient(135deg,
            rgba(174, 190, 193, 1) 0,
            rgba(174, 190, 193, 1) 2px,
            transparent 0px,
            transparent 7px),
        rgba(200, 211, 213, 1);
}

/* Out of Program (red stripes) */
.RollBook .table-header th.OutOfProgram {
    background: repeating-linear-gradient(135deg, #F3E6FF 0, #E9D1FF 2px, transparent 0px, transparent 7px), #FCF3FE;
}
.RollBook .table-row td.OutOfProgram {
    background: repeating-linear-gradient(135deg, #F3E6FF 0, #E9D1FF 2px, transparent 0px, transparent 7px), #FCF3FE;
}

/* Label used in day-type cells */
.RollBook .LabelTypeDay {
    width: 25px;
    display: inline-block;
    font-size: 12px;
}

/* Hover and focus states for dropdown container */
.RollBook .RollBookTable .dropdown-container:hover:not(.dropdown-disabled) {
    border-radius: var(--border-radius-soft);
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
}
.RollBook .RollBookTable .dropdown-container:has(select.dropdown-display:focus),
.RollBook .RollBookTable .dropdown-container:focus-within {
    border-radius: var(--border-radius-soft);
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
}

/* Remove border on focus/hover inside dropdown */
.RollBook .RollBookTable .dropdown-container>div.dropdown-display:focus,
.RollBook .RollBookTable .dropdown-container>select.dropdown-display:focus {
    border: none;
}
.RollBook .RollBookTable .dropdown-container>div.dropdown-display:hover,
.RollBook .RollBookTable .dropdown-container>select.dropdown-display:hover {
    border: none;
}


/* ================================
   LOGIC
   ================================ */

.RollBook .PointerEventNone {
    pointer-events: none;
}

.RollBook .RollBookTable select option[value="0"] {
    color: rgba(245, 54, 92, 1);
    background-color: rgba(255, 242, 243, 1);
    font-weight: bold;

}
.RollBook .RollBookTable select option[value="1"] {
    color: rgba(45, 206, 137, 1);
    background-color: rgba(240, 252, 247, 1);
    font-weight: bold;

}

.RollBook .AbsenceTotal {
    color: rgba(245, 54, 92, 1);
    font-weight: var(--font-semi-bold);
    position: relative;
}

.RollBook .AttendedTotal {
    color: rgba(45, 206, 137, 1);
    font-weight: var(--font-semi-bold);
    position: relative;
}

.RollBook .RollBookTable .dropdown-container:hover::after {
    content: attr(data-info);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
    display: block;
    z-index: 10;
}

.RollBook .RollBookTable tbody .AttendedTotal:hover,
.RollBook .RollBookTable tbody .AbsenceTotal:hover{
    border-radius: var(--border-radius-soft);
    border: 2px solid var(--color-primary);
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.RollBook .RollBookTable .AttendedTotal:hover::after,
.RollBook .RollBookTable .AbsenceTotal:hover::after {
    content: attr(data-info);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
    display: block;
    z-index: 10;
    color: black;
    font-weight: 200;
}

.RollBook .DisplayGridTablet{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .RollBook .BorderGreyBottomAndLeft{
       border-left: var(--border-size-s) solid var(--color-neutral-4);
       border-bottom: var(--border-size-s) solid var(--color-neutral-4);
  }

   .RollBook .BorderGreyRight{
       border-right: var(--border-size-s) solid var(--color-neutral-4);

  }


  .TabletDayContainer .AttendedBackground,
.TabletDayContainer .AbsenceBackground{
    display: flex;
    flex-direction: column;
    height: 100%;                
    padding: 0px;
    position: relative;
}

.TabletDayContainer .AttendedBackground .dropdown-container,
.TabletDayContainer .AbsenceBackground .dropdown-container,
.TabletDayContainer .HarmonisedClosure .LabelTypeDay,
.TabletDayContainer .TrainingStaff .LabelTypeDay,
.TabletDayContainer .OutOfProgram .LabelTypeDay,
.TabletDayContainer .SchoolClosure .LabelTypeDay,
.TabletDayContainer .ExcepcionalClosure .LabelTypeDay,
.TabletDayContainer .NotAtSchool .LabelTypeDay{
    flex-grow: 1;                 
    display: flex;
    align-items: center;          
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;            
    min-height: 100%;
}

.TabletDayContainer .AttendedBackground .dropdown-container select,
.TabletDayContainer .AbsenceBackground .dropdown-container select{
    flex-grow: 1;                 
    width: 100%;                  
    height: 100%;                 
    background: transparent;      
    border: none;                 
    text-align: center;
}

.TabletDayContainer .DayInaMonth{
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    font-size: 12px;
}

.RollBook .MarkAllPupilsBorder{
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
}


.RollBook .StatusRollook{
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.phone .RollBook .StatusRollook{
    display: contents;
}

.RollBook .StatusRollookButtons{
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.phone .RollBook .StatusRollookButtons{
    display: flex;
    align-items:center;
    justify-content: space-between;
}


.phone .layout:not(.layout-native) .StatusRollookButtons .btn + .btn{
    margin-top: 0px;
}

.phone .layout:not(.layout-native) .StatusRollookButtons .btn{
    width: max-content;
}



.RollBook .PerformingActionSpinner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.RollbookFilters{
    display: flex;
    align-items: flex-end;
    margin-bottom: var(--space-m);
}

.RollbookFilters_Flex2AndMargin{
    flex: 2;
    margin-left: var(--space-m);
}

.RollbookFilters_Flex1AndMargin{
    flex: 1;
    margin-left: var(--space-m);
}

.RollbookFilters_Flex2NoMargin{
    flex: 2;
}

.phone .RollbookFilters{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


.phone .RollbookFilters_Flex2AndMargin{
    flex: 1;
    margin-left: 0px;
    margin-bottom: var(--space-s);
}

.phone .RollbookFilters_Flex1AndMargin{
    flex: 1;
    margin-left: 0px;
}

.phone .RollbookFilters_Flex2NoMargin{
    flex: 1;
    margin-left: 0px;
    margin-bottom: var(--space-s);
}

.disabledTextArea {
  background-color:var(--color-neutral-2);
}

/*******************************************************************************/

/********************************************************************************
** Declaration popup used for pre-schools screens. (Rollbook, etc.)
********************************************************************************/

.popup-dialog.DeclarationPopup{
    max-width: 750px;
}

/********************************************************************************
** PSEP Claims
********************************************************************************/

.card-size {
     padding: 15px;
    height: 100%;
    display: flex;
flex-direction: column;
justify-content: space-between;
}

.SchoolCard {
display: flex;
align-items: flex-start;
gap: 8px;
}

.Flex1 {
flex: 1;
}

/********************************************************************************
** PSEP Receipts
********************************************************************************/

.PricingEngineBannerStyle{
    background-color: var(--color-red-lightest);
    border: 1px solid var(--color-red-lighter);
    border-radius: var(--border-radius-soft);
}

.Border-rounded{
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: var(--color-neutral-4);
    padding: 10px;
}

/********************************************************************************
** PSEP Payments
********************************************************************************/
.BankDetailsBorder {
    border-left-style: solid;
    border-left-width: 5px;
    border-color: var(--color-neutral-4);
}

.BankHeadingDetails{
    font-size: 16px;
}

.BankDetailsLabel {
    border-style: solid;
    border-width: 2px;
    border-color: #44c3cf;
    text-align: center;
}

.PaymentCodingBorder {
    border-color: #e4dede;
    border-style: solid;
    border-width: 2px;
}

.PricingEngineDropdown .vscomp-clear-button {
    display: none !important;
}

.PaymentScheduleCategory-pill {
  border: 1px solid #0A7BBF;
  border-radius: 12px;
  padding: 1px 8px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  background-color: #F6FEFF;
  color: #0A7B8F;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.PaymentScheduleCategory-pill-list,
.PaymentScheduleCategory-pillwrap {
  max-width: 100%;
  min-width: 0;
}

.PaymentScheduleCategory-tight-spacing {
  margin: 0;
  padding: 0;
}

.PaymentScheduleCategory-pill-list-Pop {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: flex-start;
}

.PaymentScheduleCategory-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: flex-start;
}


.PaymentScheduleCategory-month-column {
  min-width: 0;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.PaymentScheduleCategory-month-header {
  background: #f2f2f2;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  padding: 6px 8px;
  letter-spacing: 0.5px;
  position: relative;
}

.PaymentScheduleCategory-month-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}

.PaymentScheduleCategory-month-content {
  flex: 1;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.PaymentScheduleCategory-days-lane {
  background: #f2f2f2;
  padding: 4px;
  border-radius: 0;
}

.PaymentScheduleCategory-day-tile {
  min-width: 0;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 8px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}

.PaymentScheduleCategory-date-header {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px 12px;
    background-color: #ffffff;
    border: 1px solid #D6E2E5;
    border-bottom: 3px solid #9FB1B7;
    border-radius: 6px 6px 0 0;
    color: #1F2A2D;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;  
    min-width: 0;
}

.PaymentScheduleCategory-months-horizontal {
    gap: 12px;
    align-items: start;
    padding-top: 12px;
    display: flex;
    position: relative;
}

.MonthGrid {
  display: grid;
  grid-template-columns: repeat(var(--month-count), minmax(220px, 1fr));
  gap: 6px;
}

.PaymentScheduleCategory-months-horizontal,
.PaymentScheduleCategory-months-horizontal > div {
  display: contents;
}

.PaymentScheduleCategory-months-horizontal script {
  position: absolute;
  inset: 0;
}

.ExternalPaymentsStatus-label {
      padding:3px 8px;
      border-radius:5px;
      border:1px solid black;
      width:auto;
      min-width:80px;
      text-align:center;
      font-size:13px;
}

.ExternalPaymentsStatus-label.uploaded{
      border-color: #C5DEFE;
      background-color:#EFF6FF;
      color: #074191;
 }

.ExternalPaymentsStatus-label.validated{
      border-color: #ABEDD0;
      background-color:#EAFAF3;
      color: #1B7E53;
 }

.ExternalPaymentsStatus-label.submitted{
      border-color: #D2C0FE;
      background-color:#F9F6FF;
      color: #680AC3;
 }

.ExternalPaymentsStatus-label.deactivated{
      border-color: #ccc;
      background-color:#ebebeb;
      color: #333;
 }
 
.ExternalPaymentsStatus-label.failed{
      border-color: #F75F7D;
      background-color:#FEECEF;
      color: #AA0829;
 }
