/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.btn{display:flex;float:right}.btn button.essui-button.essui-button--secondary.essui-button--small{margin-right:24px}p.popupdata{color:#303030;font-size:16px}p.popupdata-mes{color:#303030;font-size:16px}.essui-global-typography-default-h2.pop-box{margin-bottom:32px}div:has(>div.canvasLoader){background:border-box !important;box-shadow:0 0 0 0 !important}.indicatorsmsg{text-align:start !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.btn-save,.btn-cancel{height:5vh}.btn-cancel{margin-right:20px}.cancelbtn{max-height:20px}.copy-input-text{background:#fff;border:1px solid #8f8f8f;margin-left:3px;width:99%}.textinput--error-input-text{margin-bottom:2px;margin-left:3px;width:99%}.unsaved-formlabel{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:24px}.unsaved-copy{overflow-x:hidden !important}.copy-header-name{text-align:left}.copy-header-name>.essui-dialog__separator{display:none !important}.copy-header-name>#dialog-content{margin-bottom:-15px;min-height:207px !important;overflow-y:hidden;padding-top:0}.edit-header-name{text-align:left}.edit-header-name>.essui-dialog__separator{display:none !important}.edit-header-name>#dialog-content{height:195px !important;margin-bottom:-15px;overflow-y:auto;padding-top:0}.default-header-text{align-items:center;color:#5e5e5e;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:16px;margin-top:8px}.essui-notification--success-toast{align-items:center;z-index:1}.essui-notification--error-toast{align-items:center;z-index:1}.formlabel{margin-left:3px}.formlabelroom{margin-left:3px;margin-top:10px}.textinput--error{background-color:#ffedea;border-color:#d9372b}.textinput--error::placeholder{color:#000}.textinput--error:input-placeholder{color:#000}.essui-notification.essui-notification--warning{margin-top:32px}.spinner-class{height:100%;left:1%;position:fixed;top:46%;width:100%;z-index:9999}.edit-copy-room-dropdown{margin-left:3px;position:static}.sp-dropdown{position:relative}.sp-group-dropdown{height:1px;position:relative}#search-autocomplete.with-suggestions #suggestions-wrapper{z-index:1}.footerdialog{display:flex;justify-content:flex-end}.copy-unsaved-name{padding:0}.copy-unsaved-name>div:first-child{margin-bottom:0}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.nKV0GQM1KKPlldHQc_uV{gap:32px;height:272px;left:345px;text-align:left;top:376px;width:750px}.x_Mrjnz4HRDcrmnzZg3n{font-family:Segoe UI;font-size:36px;font-weight:400;height:40px;line-height:40px;text-align:left;width:686px}.zIb3IYcPw0hLKToHU8Bt{font-family:Segoe UI;font-size:16px;font-weight:400;height:24px;line-height:24px;margin-top:-35px;text-align:left;width:686px}.ONibS8yEeXxQVKhb3Aht{background-color:#2177c2;gap:10px;height:40px;margin-top:-20px;padding:8px 16px;width:72px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.TI_LX37G2HK7LhFnRmQX{gap:32px;height:272px;left:345px;text-align:left;top:376px;width:750px}.p2ZW9FKPG2epvkpW2nlP{font-family:Segoe UI;font-size:36px;font-weight:400;height:40px;line-height:40px;text-align:left;width:686px}.x2OS2QFf1UbjI0tpb9mA{font-family:Segoe UI;font-size:16px;font-weight:400;height:24px;line-height:24px;margin-top:-35px;text-align:left;width:686px}.VbEpTRRLqERF9U2iWT8a{background-color:#2177c2;gap:10px;height:40px;margin-top:-20px;padding:8px 16px;width:fit-content}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.floating-on-canvas{background-color:#fff;border:1px solid;border-color:#2177c2;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding-bottom:8px;position:absolute;width:300px;z-index:2}.blue-header-div{background-color:#2177c2;border-top-left-radius:inherit;border-top-right-radius:inherit;height:32px;left:-0.5px;position:absolute;width:300px}.card-close-icon{position:absolute;right:8px;top:8px}.big-pupil-image{height:120px;width:120px}.pupil-name-link{left:138px;position:absolute;top:40px}.pupil-name-link-ptag{align-items:flex-start;display:flex;flex-direction:column}.date-of-birth{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;left:138px;line-height:16px;position:absolute;top:105px}.dob-in-letters{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;left:138px;line-height:24px;position:absolute;top:125px}.age-of-pupil{color:#737373;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;left:138px;line-height:16px;position:absolute;top:150px}.indicator-div{background-color:#ffeee0;border-radius:16px;color:#693c00;font-size:14px;font-weight:600;padding:0 16px;padding-left:16px}.big-pupil-image{border-radius:50%;height:120px;width:120px}.card-close-icon{cursor:pointer}.big-pupil-card-header{background-color:#2177c2;border-radius:8px 8px 0 0;height:32px;padding:0 4px 0 0;width:300px}.header-content-container{display:flex;gap:8px;height:163px;margin-top:-25px;padding:0 8px;width:300px}.avatar-section-container{height:163px;width:120px}.pupil-info-section{display:flex;flex-direction:column;gap:16px;height:163px;padding:32px 0 0;width:156px}.pupil-name-container{height:51px;width:156px}.pupil-dob-container{display:flex;flex-direction:column;gap:8px;height:64px}.pupil-dob-label{color:#303030;font-family:Segoe UI;font-size:14px;font-weight:600;height:16px;line-height:16px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font;width:82px}.pupil-dob{color:#303030;font-family:Segoe UI;font-size:16px;font-weight:400;height:24px;line-height:24px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.pupil-age{color:#737373;font-family:Segoe UI;font-size:14px;font-weight:400;height:16px;line-height:16px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.big-pupil-indicator-section{display:flex;flex-wrap:wrap;gap:4px;margin-left:8px}.pupil-indicators{background:#ffeee0;border-radius:16px;color:#693c00;display:flex;font-family:Segoe UI;font-size:14px;font-weight:600;gap:8px;height:24px;line-height:16px;padding:4px 16px;text-align:center}.conduct-points-container{display:flex;flex-direction:column;gap:8px;height:48px;padding:0 8px;width:300px}.conduct-point-label{text-align:left}.conduct-indicator-section{display:flex;gap:4px}.conduct-positive-indicator{background:#f7edff;color:#5c19b3}.conduct-negative-indicator{background:#ffecf0;color:#891050}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.s2rQuXxOWepgSA9O2wwH{align-items:center;background:#c42020;border-radius:8px;bottom:28px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:row;gap:8px;height:56px;padding:8px;position:fixed;right:34px;width:147px}.rI8RubZtvkMq3_MKRLdi .SYXi9IshQQcn_netIKsz{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:.8rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:20px;line-height:2vh;padding:8px;position:absolute;visibility:hidden;width:max-content;z-index:1}.rI8RubZtvkMq3_MKRLdi:hover .SYXi9IshQQcn_netIKsz{visibility:visible}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.sHwbvVMaB4ocestDh2rD{align-items:center;background:#fff;border-radius:8px;bottom:28px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:row;gap:14px;height:56px;padding:8px;position:fixed;right:34px;width:249px}.QL5qdZ0yYUNwtuhpnwfJ{align-items:center;color:#303030;display:flex;flex-grow:0;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;height:16px;line-height:16px;margin-top:11px;order:1;padding-left:5px;position:relative;text-align:center}.YSGWYey7p6tpCKRJmRzd{align-items:center;background:#fff;border:1px solid #8f8f8f;border-radius:8px;box-sizing:border-box;display:flex;flex:none;flex-direction:row;flex-grow:0;height:40px;justify-content:center;margin-right:3px;order:0;padding:8px;width:40px}.oB5MP_eulNUr7siayX4D{align-items:center;background:#fff;border:1px solid #8f8f8f;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;flex-grow:0;height:40px;justify-content:center;left:8px;order:2;padding:8px;position:relative;width:40px}.iQWhxQaYAAWLfs7u7L2c{width:86px}.AM0qyloZFeAIvJxjlOH_{display:flex;margin-left:0}@media only screen and (max-width: 1200px){.sHwbvVMaB4ocestDh2rD{bottom:28px;display:block;height:104px;right:34px;width:155px}.AM0qyloZFeAIvJxjlOH_{display:flex;margin-left:0}.oB5MP_eulNUr7siayX4D{display:flex;margin:0 auto;right:0}.YSGWYey7p6tpCKRJmRzd{display:flex;margin:0 auto;right:0}.iQWhxQaYAAWLfs7u7L2c{gap:8px;margin:0 auto;padding:8px}.QL5qdZ0yYUNwtuhpnwfJ{margin-top:9px}}@media only screen and (max-width: 1200px)and (min-device-width: 768px)and (max-device-width: 1200px)and (orientation: landscape){.sHwbvVMaB4ocestDh2rD{align-items:center;background:#fff;border-radius:8px;bottom:28px;box-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;flex-direction:row;gap:14px;height:56px;padding:8px;position:fixed;right:34px;width:249px}.AM0qyloZFeAIvJxjlOH_{display:flex;margin-right:18px}}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}canvas{-webkit-tap-highlight-color:rgba(0,0,0,0)}.footerdialogbox{display:flex;justify-content:flex-end}.headpostion{text-align:left}.divcanvas{background-color:#7c8397;background:url(./assets/images/22e341dc94f76f96d2fb.png) 0 0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px;bottom:4px;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);left:247px;margin-bottom:4px;margin-right:16px;overflow:hidden;position:fixed;text-align:center;top:192px;width:calc(100vw - 263px)}.switchBtn{position:absolute;bottom:3.2%;left:16px}.canvas-stage-container{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}#large-container{overflow:hidden}#scroll-container{height:calc(100vh - 192px);margin:10px;margin:0;overflow:auto;width:100%}.center{border:3px solid green;margin:auto;padding:10px;width:50% !important}.child-div-canvas{position:absolute}.front{bottom:3%}.back{top:190px}@media only screen and (max-width: 768px){.back{top:202px}}.front,.back{align-items:center;color:#004786;display:inline-flex;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-style:normal;font-weight:400;height:16px;line-height:16px;margin:8px -35px;position:fixed;text-align:center;z-index:50}@media only screen and (max-width: 768px){.divcanvas{margin-right:16px;top:202px}}.dialog-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);position:absolute}.dialog-header{display:flex;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:36px;font-style:normal;font-weight:400;line-height:40px;margin:0 0 32px;padding:16px 0 0 32px}.dialog-content{align-items:flex-start;align-self:stretch;display:flex;flex:none;flex-direction:column;gap:8px;margin:0 0 32px;padding:0 32px}.dialog-footer{align-items:flex-start;display:flex;flex-direction:row;gap:24px;justify-content:flex-end;padding:0 32px 32px}.divbackimage{background-color:#ff0;border:1px solid #000;display:block;height:100px;margin:5px;padding:15px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}*{box-sizing:border-box;margin:0}body{background-color:#f7f7f7}.side-menu-bar{align-items:flex-start;box-shadow:0 2px 5px 1px rgba(64,60,67,.16);display:flex;flex-direction:column;gap:24px;height:calc(100% - 178px);left:0;overflow-x:hidden;overflow-y:auto;padding:24px 16px;position:fixed;top:176px;width:231px}@media screen and (min-width: 400px)and (max-width: 768px){.side-menu-bar{top:202px !important}}@media screen and (min-width: 400px)and (max-width: 768px){.side-menu-bar-flip{top:210px !important}}.side-menu-bar>button{align-items:center;display:flex;flex-direction:row;gap:8px;height:40px;justify-content:center;padding:8px 16px;width:199px}.front{bottom:3%}.back{top:190px}@media only screen and (max-width: 768px){.back{top:202px}}.front,.back{align-items:center;color:#004786;display:inline-flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;height:16px;line-height:16px;margin:8px -35px;position:fixed;text-align:center;z-index:1}@media only screen and (max-width: 768px){.divcanvas{margin-right:16px;top:202px}}.dialog-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);position:absolute}.dialog-header{display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:36px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:40px;margin:0 0 32px;padding:16px 0 0 32px}.dialog-content{align-items:flex-start;align-self:stretch;display:flex;flex:none;flex-direction:column;gap:8px;margin:0 0 32px;padding:0 32px}.dialog-footer{align-items:flex-start;display:flex;flex-direction:row;gap:24px;justify-content:flex-end;padding:0 32px 32px}.divbackimage{background-color:#ff0;border:1px solid #000;display:block;height:100px;margin:5px;padding:15px}.width-margin-divider{margin-top:.5px;width:100%}.essui-notification.essui-notification--warning.warning-notification{margin-top:8px;position:fixed;right:40px;z-index:4}.essui-notification.essui-notification--warning.warning-notification .essui-button--tertiary{background-color:rgba(0,0,0,0)}.backbuttonauto{color:#2177c2;cursor:pointer;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-weight:600;line-height:24px;width:6vw}.upper-menu-auto-save{display:flex;flex-direction:column;gap:1px}.auto-seat-info{font-size:16px;line-height:1.3em;margin-top:8px}.seat-no{margin-top:14px}.count{color:#5e5e5e;margin-top:8px}.auto-seat{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:24px;font-weight:400;margin-top:-10px}.autosavebtn{margin-top:7px}.upper-menu-auto-pupil{display:flex;flex-direction:column;gap:1px}.error-warning-notification{width:100%}.auto-pupil-info{font-size:16px;line-height:1.3em;margin-top:8px}.auto-pupil{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:24px;font-weight:400;margin-top:-10px}.auto-assign-pupil{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:24px;font-weight:400}.sort-radiobutton-a-z{border:1px solid #8f8f8f;border-radius:5px;border-radius:8px;color:#303030;margin-top:5px;padding:8px 16px;text-align:center}.sort-radiobutton-z-a{border:1px solid #8f8f8f;border-radius:5px;border-radius:8px;color:#303030;margin-top:5px;padding:8px 16px;text-align:center}.random{border:1px solid #8f8f8f;border-radius:5px;border-radius:8px;color:#303030;margin-top:5px;padding:8px 16px;text-align:center}.random .essui-global-typography-default-control-label{margin-right:62px}.random{width:180px}.auto-pupil-info-text{color:#303030;font-size:14px;font-weight:600;margin-bottom:-20px;margin-top:14px}.btn-full-width-pupil{margin-top:24px;width:182px !important}.border-error-colour{background-color:#ffedea;border:1px solid #d9372b}.auto-assign-container{display:grid;gap:16px;grid-template-columns:auto auto;height:108px;margin-left:-9px;margin-right:162px;padding:10px;width:392px}.auto-assign-item{border:1px 0 0 0;border-radius:8px;gap:8px;height:40px;padding:8px 16px;width:188px}.auto-assign-button{display:flex;flex-direction:row;gap:10px}.auto-text{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;margin-top:24px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.auto-assign-sidepanel{position:relative}.auto-assign-loaderoverlay{align-items:center;background-color:rgba(255,255,255,.7);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.auto-assigning-pupils{opacity:.1;pointer-events:none}@media screen and (min-device-width: 768px)and (max-device-width: 1024px){.auto-assign-sidepanel{height:96vh !important;margin-top:-55px !important;width:394px}.auto-assign-container{display:flex;flex-direction:column;height:222px;width:340px}.auto-assign-item{border:1px 0 0 0;border-radius:8px;display:grid;gap:8px;grid-column:auto;height:40px;padding:8px 16px;width:auto}.auto-assign-button{display:flex;flex-direction:column;gap:10px;width:340px}.btn-full-width{height:56px;width:358px}.discard-changes-text{font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important}}.essui-validation-text.pupil{margin-top:-15px}.side-menu-bar::-webkit-scrollbar{height:calc((100vh - 160px)/50);max-height:15px;max-width:12px;width:calc((100vw - 231px)/40)}.side-menu-bar::-webkit-scrollbar-track{background-color:#a5abb9;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.side-menu-bar::-webkit-scrollbar-thumb{background:#5f626b;border-radius:25px}@media screen and (min-width: 768px)and (max-width: 974px){body{overscroll-behavior:none}}.sub-title{color:#303030;font-family:Segoe UI;font-size:14px;font-weight:600;line-height:16px;text-align:left}.discard-changes-text{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;text-align:left}.discard-popup-footerdialog{display:flex;gap:24px;justify-content:flex-end}.conflict-button-footer{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:25px;position:absolute}.conflicts-btn-pupil{margin-top:24px;width:182px !important;z-index:1}.conflict-side-message{padding-top:8px}.essui-notification.essui-notification--warning.warniing-notification{background:#ffeee0;border-left:none !important;border-top:8px solid #a86500 !important;margin-left:8px;margin-top:-20px;max-width:100%;min-width:190px;position:absolute;width:214px;z-index:2}.conflict-container{padding:24px 0;top:176px;width:231px}.warniing-notification .essui-notification__secondary{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;padding-left:10px;text-align:left;text-underline-position:from-font;margin-left:-11px}.warniing-notification .essui-notification__primary{display:inline !important;font-family:Segoe UI;font-size:20px;font-weight:400;line-height:24px;text-align:left;text-underline-position:from-font}.conflicts-btn-pupil-retry{margin-top:24px;width:182px !important;z-index:1;word-wrap:break-word;white-space:normal;text-align:center;overflow-wrap:break-word;height:auto}.conflicts-lower-menu{display:flex;flex-direction:column;height:calc(100% - 350px);margin-bottom:12px;margin-left:-4px;margin-top:0;overflow-x:hidden !important;overflow-y:scroll;position:fixed;width:233px}.conflicts-lower-menu-cy{display:flex;flex-direction:column;height:calc(100% - 373px);margin-bottom:12px;margin-left:-4px;margin-top:0;overflow-x:hidden !important;overflow-y:scroll;position:fixed;width:233px}@-moz-document url-prefix(){.conflicts-lower-menu{scrollbar-width:thin}}@media only screen and (max-width: 768px){.conflicts-lower-menu{height:calc(100% - 350px)}}@-moz-document url-prefix(){.conflicts-lower-menu-cy{scrollbar-width:thin}}@media only screen and (max-width: 768px){.conflicts-lower-menu-cy{height:calc(100% - 373px)}}.upper-menu{display:flex;flex-direction:column;gap:16px}.add-pupil-menu-wrapper{display:flex;flex-direction:column}.conflicts-lower-menu::-webkit-scrollbar{width:8px}.conflicts-lower-menu::-webkit-scrollbar-thumb{background:rgba(64,103,127,.568627451);border-radius:50px;opacity:25%}.conflicts-lower-menu-cy::-webkit-scrollbar{width:8px}.conflicts-lower-menu-cy::-webkit-scrollbar-thumb{background:rgba(64,103,127,.568627451);border-radius:50px;opacity:25%}.disclaimer-ai-msg{display:flex;justify-content:center;align-items:center;position:relative;bottom:14px;font-family:Segoe UI;font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#5e5e5e;text-underline-position:from-font;text-decoration-skip-ink:none}@media(max-width: 1366px),only screen and (min-device-width: 768px)and (max-device-width: 1366px){.disclaimer-ai-msg{margin-bottom:50px}}.consent-warning-text .essui-notification__primary{align-items:start !important}.title-message{font-family:Segoe UI;font-weight:400;font-style:Regular;font-size:20px;line-height:24px;letter-spacing:0px}.opt-out-list{margin-top:10px;margin-bottom:10px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.back-to-add-seat-span{align-items:center !important;display:flex !important}.this-one svg{margin-bottom:20px}.add-pupil-menu-wrapper{display:flex;flex-direction:column}.upper-menu{display:flex;flex-direction:column;gap:16px}.class-division-h4{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;text-align:left}.pupil-count-p{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-top:10px;position:fixed;text-align:left;top:230px}.pupil-count-p-welsh{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:13.5px;font-weight:400;letter-spacing:0;line-height:24px;margin-top:10px;position:fixed;text-align:left;top:230px}.sort-by-p{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-top:30px;text-align:left}.pupil-sort-by-dropdown{margin-bottom:-8px;margin-top:-16px;position:inherit}.pupil-sort-by-dropdown>div input{width:200px !important}.pupil-sort-by-dropdown ul{width:200px !important}.filter-p{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;text-align:left}.pupil-filter-dropdown{margin-bottom:16px;margin-top:-16px;position:inherit}.pupil-filter-dropdown .essui-textinput-container>div{width:200px !important}.pupil-filter-dropdown>div>ul{width:200px !important;z-index:3}.pupil-filter-dropdown .essui-textinput__tags>div{padding:3px}.lower-menu{display:flex;flex-direction:column;height:calc(100% - 484px);margin-bottom:12px;margin-left:-4px;margin-top:250px;overflow-y:scroll;position:fixed;width:216px}@-moz-document url-prefix(){.lower-menu{scrollbar-width:thin}}@media(width: 768px)and (height: 1024px){.lower-menu{height:calc(100% - 505px)}}@media(max-width: 768px){.lower-menu{height:calc(100% - 507px)}}.react-pupil-card{align-content:space-between;display:flex;flex-wrap:wrap;gap:8px;max-width:210px;padding:4px}.disable-label{color:#c6c6c6}.lower-menu::-webkit-scrollbar{width:8px}.lower-menu::-webkit-scrollbar-thumb{background:rgba(64,103,127,.568627451);border-radius:50px;opacity:25%}.backbutton{color:#2177c2;cursor:pointer;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-weight:600;line-height:24px;width:6vw}.pupilborder{border-radius:5px;outline:4px solid #428fed}.pupil-filter-result-hide{display:none}.pupil-filter-result-show{color:#303030;display:flex;flex-direction:column;flex-wrap:wrap;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-top:-15px;text-align:left;width:200px}.pupil-filter-result-show>p{display:flex;flex-wrap:wrap;margin-bottom:10px}.pupil-loader-div{margin-left:55px;position:inherit}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.card-wrapper-div{align-items:center;background-color:#fff;border:1px solid #2177c2;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer;display:flex;flex-direction:column;flex-wrap:wrap;height:95.5px;width:95.5px}.card-wrapper-div2{align-items:center;border:1px solid #2177c2;border-bottom-left-radius:5px;border-bottom-right-radius:5px;cursor:pointer;display:flex;flex:1 0 0;gap:5px;justify-content:center;padding:4px 4px 4px 0}.add-note-div{color:var(--primary-500, #2177c2);font-family:Segoe UI;font-size:12px;font-style:normal;font-weight:600;line-height:16px}.blue-header-small-card{background-color:#2177c2;border-top-left-radius:4px;border-top-right-radius:4px;height:20px;position:inherit;width:100%}.small-pupil-image{border-radius:20px;height:40px;margin-top:-17px;position:inherit;width:40px;z-index:2}.pupil-name-wrapper-span{position:inherit}.pupil-name-wrapper-span>p{font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-top:-2px;text-align:center}.indicator-wrapper-div{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;margin-left:3px;place-self:flex-start;position:inherit}.indicator-wrapper-div .pupil-indicators{background:#ffeee0;border-radius:16px;color:#693c00;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:12px;font-weight:600;height:19px;letter-spacing:0;line-height:16px;padding:2px 6px;text-align:center}.notes-flag-div{height:20px;margin-left:-19px;margin-top:70px;position:inherit}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.Ml1uT4euB_YYbOA89g1l{left:45%;position:fixed;top:45%}.wVjCrBURlYKUqhmVp0sw{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:24px}.b6m1kEfYV__XdeLBaXaB{position:static}.QQ7KaEPP2brpVQEMKnn2{line-height:25px;margin-bottom:5px}.spEsstovvl5msVFurxSd{align-items:center;color:#5e5e5e;display:flex;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:16px}.RCZFZFuvACKQvm3aAG1f{background:#fff;border:1px solid #8f8f8f;width:99%}.Hh6SePaVK2lx80XFVzHp{background-color:#ffedea;border:1px solid #8f8f8f;border-color:#d9372b;width:99% !important}.Tumt2G3kMQTBipTWrOEv div:nth-child(6){margin-top:0 !important}.Nr0CDu8rAL0TfY6MFmuQ{margin-top:-15px}div.Nr0CDu8rAL0TfY6MFmuQ>*{padding-left:5px}.uB_itXAl7tqzwTtdzxfw{height:100%;left:1%;position:fixed;top:42%;width:100%;z-index:99}.nHX3WKvVyV3c27aANurL{max-height:100vh !important;z-index:9}.iny0euaHxvdumvVF5Vey{max-height:100vh !important}.B5MiGW9K6CfGIX1H8BT9{color:#303030;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:36px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:40px;padding:16px 32px 0}.xJCamqbtxw5_4NJZDUcA{color:#303030;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;gap:8px;line-height:24px;margin:20px 0 0;padding:0 32px}.bWoCrVvHuG5uLZXeyKAJ{padding:0}.bWoCrVvHuG5uLZXeyKAJ>div:first-child{margin-bottom:0}.BoF8iaf9nmPvvKdx8GME{text-align:left !important;width:450px}.muhAL0sjT4Xt7c762ePZ{font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;text-align:left}.HpJLOk9qf3hTqePidO8T{color:#303030;font-family:Segoe UI;font-size:14px;font-weight:600;line-height:16px;margin-top:16px;text-align:left}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.VUCS3svGMibvSiXqgkxg{left:50% !important;position:absolute;z-index:99999 !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.a4EPd4eR_EBvPA_bJZhU{z-index:3 !important}.UJx1N7LBJ2bVaVdltmT7{left:75% !important;position:absolute;z-index:99999 !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.DjwcmpvtoCfAVh3bj3DC{display:flex;gap:24px;justify-content:flex-end}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.Ft9rK5k5pGXXwKyIq5Oh{display:flex;gap:24px;justify-content:flex-end}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.YX7D3MsxmkZPykjSiMUw{display:flex;flex-direction:column;gap:24px}._WWz54UAW3Iz42PVmvVI{display:flex;flex-direction:column;font-family:Segoe UI;font-size:16px;font-weight:400;gap:8px;line-height:24px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.ZjDH3faehl0voQ4FRtag{color:#303030;font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}._Gtex7DzgXnowuEzVw6w{display:flex;flex-direction:column;gap:24px;padding-left:24px}.oReCggJtAGJ5ZYqvRCJY{gap:8px}.m0nZlEYSbktv9AGHnByD{color:#303030;font-family:Segoe UI;font-size:14px;font-weight:600;line-height:16px;text-align:left;text-decoration-skip-ink:none;text-underline-position:from-font}.xfrEP4WI5TqGHbZZgTne{display:flex;gap:16px}.hGnnzZGEv193kUEmSpDI{gap:8px;width:188px}.YqQommrXqGpFDjaqe4Vq{margin-top:0 !important}.d83UT0tqVo1dt1dXXnMZ{margin-bottom:24px;margin-top:12px !important}.mdHUvF9xwzT7ehoq2VIw{margin-bottom:24px;margin-top:0 !important}.DVZqqaWnQAPfH6BRyMgE{display:flex;flex-direction:column;gap:32px;margin-top:32px;padding-left:24px}.vA3jfgyk4sMMj5t02B9w{display:flex;gap:16px}.LzhasRIdP46_LwtUjMky{color:#000;font-family:Segoe UI;font-size:16px;font-weight:400;line-height:24px;margin-top:5px;text-align:left}.p7JCLp5SqL_xKrMDkzSD>div>input:focus{background-color:#ffeee0;border:1px solid #a86500;box-shadow:none;outline:none}.z8Wg__NT_d5uwT_shq7C{width:300px}.p7JCLp5SqL_xKrMDkzSD{width:300px}@media screen and (min-device-width: 768px)and (max-device-width: 1024px){.vA3jfgyk4sMMj5t02B9w{flex-direction:column}.xfrEP4WI5TqGHbZZgTne{flex-direction:column}.hGnnzZGEv193kUEmSpDI{width:auto}}.SwOm1Chu5go0ALMmL8dz{margin-top:24px !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.btn-seat{float:right;margin-top:9px}.sideloaders{align-items:center;margin-left:45%}.filter-btn{align-items:center;display:flex;gap:8px;justify-content:center;padding:23px;padding:8px 16px}.filter-btn-error{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16%;padding:23px;padding:8px 16px}.filter-dialoge-box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:650px;position:fixed;width:866px}.hidden-chips-count .essui-icon-button{display:none}@media only screen and (max-width: 768px){.filter-dialoge-box{max-width:742px;padding:0 32px;width:640px}.filter-dropdown-options .essui-overflow-menu{max-width:254px}.filter-btn-error{margin-bottom:30%}}.filter-dropdown-options{position:static}.roomlayouts-filter-dropdown-options{position:static}@media only screen and (max-width: 820px){.filter-dialoge-box{max-width:742px;padding:0 32px}}.sp-search-filter-container{align-items:center;display:flex;gap:24px;justify-content:center}.sp-filter-dropdown-container{margin-bottom:20px;margin-top:32px}.sp-filter-header{font-size:36px;margin-bottom:0}.sp-search-input .essui-textinput--large{line-height:0px;min-height:42px}.sp-filter-container{align-items:flex-start;display:flex;gap:40px;margin-bottom:24px;padding-left:8px}.filter-clear-all-btn{margin-right:9px !important}.sp-filter-dropdown{align-items:flex-start;display:flex;flex-direction:column;gap:8px;width:300px}.sp-filter-header{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.heading-tag{align-items:flex-start;align-self:stretch;display:flex;padding:16px 32px}.filter-dialoge-box .essui-dialog__header{margin-top:16px}@media only screen and (max-width: 768px){.sp-filter-dropdown{margin-right:10px}}@media only screen and (max-width: 1023px){.essui-table__cell{padding:10px !important}}.display-none-tooltip{display:none}.table-data{max-width:60px;position:relative}.table-data:hover .tooltiptextnew{display:block !important}.column-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:98%}.tooltiptextnew{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:80%;left:5%;line-height:2vh;padding:8px;position:absolute;top:80%;z-index:1;width:max-content}.columntext{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:98%;width:fit-content}#search-autocomplete.with-suggestions #suggestions-wrapper{z-index:99}td.essui-table__cell.essui-table__cell-left.nodatafound{text-align:center;margin-top:0;border:none;color:var(--neutral-500, #737373);font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.table-footer{background:var(--neutral-50, #f7f7f7);height:65px}.seatingplan-table{border-top:1px solid #e0e0e0}.filter-no-data{display:flex;padding:8px 0px;justify-content:center;align-items:center;gap:8px}@-moz-document url-prefix(){@media screen and (min-width: 1024px){.essui-table-wrapper{overflow-x:hidden !important;border-collapse:initial !important}}}@-moz-document url-prefix(){.essui-table{border-collapse:initial !important}}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.zTNWIucSkeUXLbKgME1y{align-items:center;display:block;flex-direction:column;flex-grow:.5;margin-left:16px !important;margin-top:15px;order:0;padding:0 2rem 0 0 !important;width:40%}.HHkJu_4uBna9FJsnkDR6{align-items:center;display:block;flex-direction:column;flex-grow:.5;margin-bottom:7px;margin-left:16px !important;margin-top:15px;order:0;padding:0 2rem 0 0 !important;width:40%}@media only screen and (max-width: 768px){.sKmtbjDyvOiH1HjzZMlC{flex-wrap:wrap;gap:10px}.zTNWIucSkeUXLbKgME1y{width:55%}}.Nz04gLemAwAVWqqygHn4{align-items:center;align-self:stretch;color:#303030;display:flex;flex:none;flex-grow:1;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;line-height:16px;order:0}.f_CMDZhUuul80LjyHmF7{align-items:flex-start;display:flex;flex-basis:175px;flex-direction:column;flex-grow:.6;order:1;padding:0}.M38ugjcjspIP2CkzEL7T{align-items:flex-start;display:flex;flex-basis:175px;flex-direction:column;flex-grow:.6;order:2;padding:0}.BSorVGyeofWg4_IcDfUG{align-items:flex-end;display:flex;flex-direction:column;flex-grow:0;left:120px !important;margin-bottom:10px;margin-right:52px;order:3;padding:0;position:relative}.sKmtbjDyvOiH1HjzZMlC{align-items:flex-end;align-self:stretch;background:#fff;border-radius:8px 8px 0 0;box-sizing:border-box;display:flex;flex:none;flex-direction:row;flex-grow:0;justify-content:space-between;order:0;width:100%}.nnToMWlBllOcV0ESr48q{align-items:flex-start;align-self:stretch;background:#fff;border-bottom:1px solid var(--neutral-100, #e0e0e0);border-radius:8px 8px 0 0;border-radius:0;display:flex;flex-direction:column;padding:0}.ew_8ltIGKAc90fEBecIQ{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;margin-left:16px}.GQd0AGSQN6la6Wluv6by{align-items:center;background-color:#fff;border:.1px solid #fff;color:#2177c2 !important;cursor:pointer;display:flex;flex:none;flex-grow:0;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;height:24px;left:10%;line-height:24px;order:0;position:relative;text-decoration-line:underline;width:90px}.MVOtX0TgxNi7dBKRfeyI{align-items:center;background-color:#fff;border:.1px solid #fff;color:#2177c2 !important;cursor:pointer;display:flex;flex:none;flex-grow:0;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;left:10%;line-height:24px;order:0;position:relative;text-decoration-line:underline;width:120px}.w9YMV_wMS9RhcpL39qZU{align-items:center;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex:none;flex-direction:column;flex-grow:0;gap:32px;height:auto;order:2;padding:32px}.q8jMXyL1DO8HeHoLJGI_{background-color:#fff;border-right:#3f3e3e;margin-top:0;padding-bottom:16px;position:relative;top:0;white-space:nowrap}.tt2tk41kmbRSUMJwUwlD{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:24px;text-align:center}.OmIRtNTo9imuCFlFVr4a{align-items:flex-start;align-self:stretch;bottom:0;display:flex;flex:none;flex-direction:column;flex-grow:0;gap:4px;max-height:auto;order:0;overflow-y:hidden;padding:0;position:relative;z-index:-1}@media only screen and (min-width: 768px){.OmIRtNTo9imuCFlFVr4a{max-height:auto}}@media only screen and (max-width: 1023px){.BSorVGyeofWg4_IcDfUG{left:40px !important;margin-left:40px}.q8jMXyL1DO8HeHoLJGI_{white-space:wrap}}@media only screen and (min-width: 768px){.sKmtbjDyvOiH1HjzZMlC{width:100%}.BSorVGyeofWg4_IcDfUG{left:40px !important;margin-left:40px}.OmIRtNTo9imuCFlFVr4a{overflow:hidden}}@media only screen and (min-width: 1024px){.sKmtbjDyvOiH1HjzZMlC{width:100%}.BSorVGyeofWg4_IcDfUG{margin-left:100px}}.hZ0WT_SWsLfYtjEJZ52G:hover{fill:#fff}.V4IIdzRtlVOH4HK75d5A{position:relative}.preyeUkfMUqzZGE8HaGO{background:#fff !important;bottom:6px;color:#000;position:relative;text-decoration:#000}.brqIu31OQy8hWkfBJLt1{background:#2177c2 !important;bottom:7px;fill:#000;position:relative}.V4IIdzRtlVOH4HK75d5A{border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;left:-150px;outline:0;position:absolute;top:16px;width:200px !important;z-index:2}.a7USRm5ryWlR_AcMJXDz{border-radius:8px;bottom:33px !important;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;outline:0;position:absolute;right:88px !important;width:200px !important;z-index:2}.S6MdgaZrO2VOZMMf03Ik{height:24px;position:relative}.gptaQlqnBBpXqcla2NZE{position:absolute;right:auto}.HlNquxXdmLPQiWWqEhUf{text-transform:none !important}@media only screen and (min-width: 768px){.GQd0AGSQN6la6Wluv6by{overflow:hidden;position:relative;white-space:nowrap}.MVOtX0TgxNi7dBKRfeyI{margin-right:10px;overflow:hidden;position:relative;white-space:nowrap}.V4IIdzRtlVOH4HK75d5A{margin-top:-7px;position:relative}.a7USRm5ryWlR_AcMJXDz{bottom:50px;left:-150px;position:absolute}}.kXZzgvfaHPfvDq1xxhry{background-color:#fff;opacity:.1}.gtwH1u4qqzUWTqmUm31M{background-color:#fff}.sUREssKrG_DCfRpXbpG3{cursor:pointer;width:25% !important}.uv4meFQeUzcuDqx_aRBV{cursor:pointer;width:13% !important}.O8jI5lq6iLLL_f2fYr78{cursor:pointer;width:13% !important}.zo7PndX_wFY4OmAjAcn0{cursor:pointer;text-transform:inherit !important;width:11% !important}.XCGp7HDIL1AEBKzb1Dyw{cursor:pointer;width:11% !important}.HlNquxXdmLPQiWWqEhUf{cursor:pointer;text-transform:inherit !important;width:14% !important}.ieqdgxgqrnBryDl2Npy4{max-width:15% !important}.mC7PGoLcBCXOU40OV2qZ{background-color:#fff}.dSDLXG4l8aH9Ql5sXFWy{align-items:center;display:flex;justify-content:center;left:45%;position:absolute}._Gp2QJ0oLnq9zLZ1tmjc{color:#2177c2 !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.MJ7pLCih2bbaITC_E1NL{background:#fff;border:1px solid #8f8f8f;width:99% !important}.O5znh6PDhA7LhdUwpyDM{align-items:center;color:#5e5e5e;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:16px}.S7G3vxMw9OmSEap5TGEn{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:24px}.zFULiiQkEffzWMvlCcKn{line-height:25px;margin-bottom:5px}._wDtkWpuMtOc8UmcuDWC{margin-bottom:3%;margin-left:5%}.FoIO91jY3f8fQOguW6t8{margin-top:36px}.lHGEx_VbVtCkK_n8I4Zl{background-color:#ffedea;border:1px solid #8f8f8f;border-color:#d9372b;width:99% !important}.lHGEx_VbVtCkK_n8I4Zl:input-placeholder{color:#000}.vLKsPhNqTzLZAQMlI_nU.ExsDZvHcDhQi4r1jn2Pg{margin-top:32px}.CfyDfzlfnbVTggvI_DUd{position:absolute;top:60%}.lw4FHjSq52zkGRD9XLuj{margin-left:2px;width:43% !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.yPk3a81wduJZcYiwmUHv{border:1px solid #000;border-radius:5px;gap:2;margin-top:5px;padding-top:5px;text-align:center;width:160px}.q821WPEyByUek_ITlnQX{border:1px solid #000;border-radius:5px;gap:2;margin-top:5px;padding-top:5px;text-align:center;width:15vw}.XTGSUD9KuOj6br4dKYRX{border:1px solid #000;border-radius:5px;margin-top:5px;padding-top:5px;text-align:center;width:160px}.I2ogMIHFPNEoglANq_ws{border:1px solid #000;border-radius:5px;margin-top:5px;padding-top:5px;text-align:center;width:15vw}.oIOKidolzmy575gwUOQY{background-color:#ffedea;border:1px solid #d9372b}.CmJ70xwP91JjC4M2mY2z{display:flex;gap:16px;margin-bottom:7px;margin-top:7px}.AXGMOpzv39gEhXd0kHkq{margin-top:5px}.pUf8YURIbXosnqshVtb6{margin-top:5px;padding:1px}.ABNNIj4FKfNujfGEqTS2{margin-top:10px}.ybuqqqJ_tmjArbQ5TKYA{display:flex;flex-direction:column;gap:20px}.YCNIBfGkes2ViwkVU6ou{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-top:20px}.jMACbJ2m8QOACCrirXfP{padding-left:24px}.ga4s2ogBHMdDzxx3Bt33{margin-bottom:8px}.ZEDGUKRJ1qnhAfwjat4C{margin-bottom:5px}.ez68moq18WidkMI6FYUy{position:relative}.K_pJ2WvTeWIR2JOnSQLn{color:#d9372b;font-size:14px;line-height:16px;padding-top:33px}.BBWMf_bj0mPEppBe003c{line-height:25px;margin-bottom:5px}.zWxL7LGw3UvuTr_UZ9t2{align-items:center;color:#5e5e5e;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:16px}.bzS9QgoP6UaeZE9yijuI{background-color:#ffedea !important;border-color:#d9372b !important}.whT4Ze4YkFx7vwh_qI_x{margin-right:7px;margin-top:7px}.vsi0YzJI_cpt6aGTUzZq{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:24px}.BBWMf_bj0mPEppBe003c{line-height:25px;margin-bottom:5px}.zWxL7LGw3UvuTr_UZ9t2{align-items:center;color:#5e5e5e;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:16px}.JUFYycYKmzErnQVo8oKP{background-color:#ffedea;border-color:#d9372b}.FDkyF71JzfS9uSOaZV6u{margin-bottom:22px;margin-top:0 !important}@media only screen and (min-width: 768px){.I2ogMIHFPNEoglANq_ws{width:27vw}.q821WPEyByUek_ITlnQX{width:27vw}}.NX_COYTST5gm1LxGtRep{padding-left:24px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.cVppxDz1_qLHllQlPJ1H{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto}.PxjdrGNzvsGW2QPFL3yQ{display:"flex";flex-direction:"column";height:calc(var(--vh, 1vh)*100 - .01px - 65px);overflow-x:hidden;overflow-y:hidden}nav{display:block !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.sviRw2mBKS46HRn6I5QC{align-items:flex-start;align-self:stretch;background:#fff;border-bottom:1px solid var(--neutral-100, #e0e0e0);border-radius:8px 8px 0 0;border-radius:0;display:flex;flex-direction:column;padding:0}.d9KBLetryT1ZZbLIkmBO{align-items:center;display:block;flex-direction:column;flex-grow:.5;margin-left:16px !important;margin-top:15px;order:0;padding:0 2rem 0 0 !important;width:40%}.rlDzM6I1ICagGifOeIvx{align-items:center;display:block;flex-direction:column;flex-grow:.5;margin-bottom:20px;margin-left:16px !important;margin-top:15px;order:0;padding:0 2rem 0 0 !important;width:40%}._qe0l_wy3UcRF3AgQb0p{border-top:1px solid #e0e0e0}.CIydHpAw0aBfEkd7yctM{align-items:center;display:flex;justify-content:center;left:45%;position:absolute}@media only screen and (max-width: 768px){.MlRBgg6sYkq4gi6XMOsO{flex-wrap:wrap;gap:10px}.d9KBLetryT1ZZbLIkmBO{width:55%}}.Bg2F90YM0yzK4NUGFP3Q{align-items:center;align-self:stretch;color:#303030;display:flex;flex:none;flex-grow:1;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;line-height:16px;order:0}.cqes6rRmrlBdFV7iFyx8{align-items:flex-start;display:flex;flex-basis:175px;flex-direction:column;flex-grow:.6;order:1;padding:0}.cEHjMKuPCYf7CcCNmuso{align-items:flex-end;display:flex;flex-direction:column;flex-grow:0;left:120px !important;margin-bottom:10px;margin-right:52px;order:3;padding:0;position:relative}.MlRBgg6sYkq4gi6XMOsO{align-items:flex-end;align-self:stretch;background:#fff;border-radius:8px 8px 0 0;box-sizing:border-box;display:flex;flex:none;flex-direction:row;flex-grow:0;justify-content:space-between;order:0;width:100%}.hPd_5aBjrVAM_6_An2Jf{align-items:center;background-color:#fff;border:.1px solid #fff;color:#2177c2;cursor:pointer;display:flex;flex:none;flex-grow:0;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;height:24px;left:10%;line-height:24px;order:0;position:relative;text-decoration-line:underline;width:90px}.C1OBZQVYPhmq0zs4pNHy{align-items:center;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex:none;flex-direction:column;flex-grow:0;gap:32px;height:auto;order:2;padding:32px}.OCAGqysmU1Z5DH_QWiQ5{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:50px}.OoZsrhxaxV95ewk_21z_{align-items:center;color:#303030;display:flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:600;height:24px;line-height:24px;width:44px}.jsSHB1JuytyBl3a9BJh0{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;padding:16px}.cIYIc6gsdvF3d3vgSBvn{background-color:#fff;border-right:#3f3e3e;margin-top:0;padding-bottom:16px;position:relative;top:0;white-space:nowrap}.RkYZqoiYi7CKSBvGIeXo{color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:24px;text-align:center}.fZ8ED1bOhSlFDaVIHnmr{align-items:flex-start;align-self:stretch;background:#fff;border-bottom:1px solid var(--neutral-100, #e0e0e0);border-radius:8px 8px 0 0;border-radius:0;display:flex;flex-direction:column;padding:0}.DwOH5X9FebDss6s9JqC1:hover{fill:#fff}.xcDACrdaMW18QMr5U0qy{position:relative}.jNv_YRoGV1p0qktMfXGQ{background:#fff !important;bottom:6px;color:#000;position:relative;text-decoration:#000}.q1YKnDYA4QXQscgW3rkg{background:#2177c2 !important;bottom:7px;fill:#000;position:relative}.xcDACrdaMW18QMr5U0qy{border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;left:-211px;outline:0;position:absolute;top:2px;width:200px !important;z-index:2}.ZIeh_aUKd7RLSwXrunOe{border-radius:8px;bottom:42px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;outline:0;position:absolute;right:56px;width:200px !important;z-index:2}.m1kALSbI5bt8er1TyyRo{display:none}.el5yAyMTnnOw0dCU16DB{height:24px;position:relative}.kcYpi1OD4znxOXrjOf5z{position:absolute;right:0}.U9dHT265RB9MwuMqlQx1{text-transform:none !important}@media only screen and (min-width: 768px){.hPd_5aBjrVAM_6_An2Jf{overflow:hidden;position:relative;white-space:nowrap}.xcDACrdaMW18QMr5U0qy{margin-top:-7px;position:absolute;right:20px}.ZIeh_aUKd7RLSwXrunOe{bottom:50px;left:-211px;position:absolute}}.isccYsBrfnAeNVFw0zX_{background-color:#fff}.NA3XNWbHtNLtH87B1a4r{background-color:#fff}._OzifpCKvIHYcjM7imvl{align-items:center;margin-left:45%}.G4Czh9_URIfyuvbF0YYh{color:#2177c2 !important}.kPDK8P8nanf2AoziFxSO{max-width:98%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Wy6N9dDKlyS12Y91sBrw{cursor:pointer;width:25%}.cq0dFInP8fQyB7jkeeaf{cursor:pointer;width:15%}.DEl6DyUz_F4cOlRih9zX{cursor:pointer;width:20%}.U9dHT265RB9MwuMqlQx1{cursor:pointer;width:20%}.VYudjpjnEf2ToZLm06aB{width:20%}@media only screen and (max-width: 1023px){.cEHjMKuPCYf7CcCNmuso{left:40px !important;margin-left:40px}.cIYIc6gsdvF3d3vgSBvn{white-space:wrap}}@media only screen and (min-width: 768px){.MlRBgg6sYkq4gi6XMOsO{width:100%}.cEHjMKuPCYf7CcCNmuso{left:40px !important;margin-left:40px}.WWbe0IUkoIOZ2IlypPUD{overflow:hidden}}@media only screen and (min-width: 1024px){.MlRBgg6sYkq4gi6XMOsO{width:100%}.cEHjMKuPCYf7CcCNmuso{margin-left:100px}}.JyhAZwgWImWd45s3RY9h{align-items:center;display:flex;justify-content:center;left:45%;position:absolute}.Y6coid_Ielyhck7b6yqC{background-color:#fff;opacity:.1}.UHJ5SevmXrxpqD_Izubg{left:45%;position:fixed;top:45%}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.btn-seat{float:right;margin-top:9px}.sideloaders{align-items:center;margin-left:45%}.roomlayouts-filter-dropdown-container{display:flex;gap:24px;margin-bottom:20px;margin-top:32px}.roomlayouts-filter-btn{align-items:center;display:flex;gap:8px;justify-content:center;padding:23px;padding:8px 16px}.roomlayouts-filter-btn-error{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16%;padding:23px;padding:8px 16px}.roomlayouts-filter-dialoge-box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:650px;position:fixed;width:866px}.hidden-chips-count-room .essui-icon-button{display:none}.roomlayouts-filter-chip-container{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;margin-left:16px}@media only screen and (max-width: 768px){.roomlayouts-filter-dialoge-box{max-width:742px;padding:0 32px;width:100%}.roomlayouts-filter-btn-error{margin-bottom:30%}}@media only screen and (max-width: 820px){.roomlayouts-filter-dialoge-box{max-width:742px;padding:0 32px}.roomlayouts-filter-dropdown-container{display:flex;gap:14px;margin-bottom:20px;margin-top:32px}}.roomlayouts-search-input .essui-textinput--large{line-height:0px;min-height:42px;padding:0}.roomlayouts-filter-container{align-items:flex-start;display:flex;flex-direction:row;gap:40px;margin-bottom:24px;padding-left:16px}.roomlayouts-filter-clear-all-btn{margin-right:9px !important}.roomlayouts-filter-dropdown{align-items:flex-start;display:flex;flex-direction:column;gap:8px;width:300px}.roomlayouts-filter-header{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;font-size:36px;justify-content:center;margin-bottom:0}.roomlayouts-filter-dialoge-box .essui-dialog__header{margin-top:16px}@media only screen and (max-width: 768px){.roomlayouts-filter-dropdown{margin-right:10px}}.roomlayouts-filter-no-data{display:flex;padding:8px 0px;justify-content:center;align-items:center;gap:8px}td.essui-table__cell.essui-table__cell-left .roomlayouts-nodatafound{text-align:center;margin-top:0;border:none;color:var(--neutral-500, #737373);font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.roomlayouts-table-footer{background:var(--neutral-50, #f7f7f7);height:65px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.search-input-comp .essui-textinput--large{line-height:0px;min-height:42px}.roomlayouts-search-filter-container{align-items:center;display:flex;gap:24px;justify-content:center}.tooltips{display:inline-block;position:relative}.tooltips .tooltiptexts-name{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:80%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:20%;line-height:2vh;padding:8px;position:absolute;top:120%;visibility:hidden;width:205px;z-index:1}.tooltips .tooltiptexts-room{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:80%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:20%;line-height:2vh;padding:8px;position:absolute;top:120%;visibility:hidden;width:145px;z-index:1}.tooltips:hover .tooltiptexts-name{visibility:visible}.tooltips:hover .tooltiptexts-room{visibility:visible}.suggestion-box ul li:hover{background:#ebf1ff;cursor:pointer;margin-right:0 !important}@media only screen and (max-width: 768px){.essui-table-wrapper .essui-dropdown-container,.essui-textinput-container,.essui-textinput{width:100%}.dialog-content .essui-dropdown-container{width:fit-content !important}.dialog-container .essui-dropdown-container{width:fit-content !important}}.column-ellipsis-roomlayout{max-width:98%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.columntext-roomlayout{max-width:98%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.display-none-tooltip{display:none}.tooltiptextnew{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:80%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:5%;line-height:2vh;padding:8px;position:absolute;top:80%;width:max-content;z-index:1}@-moz-document url-prefix(){.essui-table__cell{text-transform:none !important}}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.R4LqnGBwWlljL5tnRlAK{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto}nav{display:block !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}._sKvdp1JVDCzkNnJOrok{display:flex;flex-direction:column;margin-left:152px;position:relative;width:80%}.m8jEjKoquwBKwUXSZdg0{align-content:center;height:55px}@media screen and (max-width: 1024px){._sKvdp1JVDCzkNnJOrok{margin:0 auto;padding-left:16px;padding-right:16px;width:100%}}.N5G3fAuwe2RNMDGQkSV8{align-items:flex-start;align-self:stretch;background:#f7f7f7;border-radius:8px;box-sizing:border-box;display:flex;flex:none;flex-direction:column;flex-grow:0;isolation:isolate;order:0;padding:0}.L6l4Kx9_8_KBEZgH3MNz{bottom:10px;position:relative;width:170px}.DHJliKke11E7rBxi6RzS{align-items:flex-start;align-self:stretch;background:#fff;border-radius:0 0 8px 8px;display:flex;flex:none;flex-direction:column;flex-grow:1;gap:16px;order:0;overflow-y:hidden;padding:16px}@media screen and (max-width: 768){.DHJliKke11E7rBxi6RzS{align-items:flex-start;align-self:stretch;background:#f7f7f7;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;display:flex;flex:none;flex-direction:column;flex-grow:0;isolation:isolate;order:0;padding:0}}.dsq4kpNWMLgZ4S_K5KxI{margin-bottom:-3px}.jkmogbzODoB0WVgpINK2::after{background:#e0e0e0;bottom:0}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.tab-container-group .essui-tablist .essui-tab .child-span{margin:0 !important;max-width:12rem}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.home{align-items:center;display:flex}.btn-postion{bottom:550px;display:flex;flex-direction:row;left:1000px;position:relative}.display{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.bread-crumb-wrapper{font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:152px;padding-top:16px}@media only screen and (min-width: 769px)and (max-width: 1024px){.bread-crumb-wrapper{font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;font-weight:600;letter-spacing:0;line-height:24px;padding-left:16px !important;text-align:left}}@media screen and (max-width: 768px){.bread-crumb-wrapper{font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:14px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:-7px;padding-left:16px !important;text-align:left}}.essui-tablist{display:inline-flex}.navbar-div{box-shadow:0 2px 5px 1px rgba(64,60,67,.16);height:112px;margin-bottom:20px;padding-right:152px;width:100%}.navbar-div-canvaspage{box-shadow:0 2px 5px 1px rgba(64,60,67,.16);height:112px;margin-bottom:20px;padding-right:152px;position:static;width:100%}.display-header{box-shadow:none !important}.navbar-info{margin:0 16px;width:100%}@media only screen and (min-width: 1025px){.navbar-info{padding-left:136px;width:100%}}@media only screen and (max-width: 768px){.navbar-info{top:130px}}.navbar-buttons{display:inline-flex;margin-left:auto;text-align:right;top:190px;vertical-align:text-bottom}.navbar-headings{display:inline-flex;width:60%}@media only screen and (max-width: 768px){.navbar-headings{display:block;margin-top:-20px}}.navbar-buttons>button{display:inline-flex}.navbar-buttons>.save-btn{margin-right:50px}.navbar-buttons>.close-btn{margin-right:3rem}.navbar-buttons>.room-close-btn{margin-right:16px}.navbar-buttons>.saved-icon{gap:8px;margin-right:.7rem;margin-top:4px}.redo-btn{margin-left:.5rem;margin-right:.8rem}.undo-btn{margin-left:.8rem}.navbar-buttons>.autosaveclose-btn{margin-left:.8rem;margin-right:3rem}.essui-divider--vertical{height:40px !important;margin-bottom:.1rem !important;margin-top:.1rem !important}.title-seating-plan{align-items:center;color:#303030;display:inline;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:36px;margin-left:152px}@media only screen and (max-width: 1024px){.title-seating-plan{margin-left:16px !important}}.heading-room-layout-name{align-items:end;color:#303030;display:inline-flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:36px;padding-bottom:4px;position:relative}@media only screen and (max-width: 768px){.heading-room-layout-name{font-size:24px;line-height:32px}}.heading-room-name{align-items:end;color:#303030;display:inline-flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:24px;margin-left:16px;padding-bottom:6px;position:relative}@media only screen and (max-width: 768px){.heading-room-name{display:block;font-size:18px;line-height:28px;margin-left:0}}@media only screen and (max-width: 768px){.navbar-div{height:126px;padding-right:0;top:48px}.navbar-div-canvaspage{height:126px;padding-right:0;top:48px}}.action-menu-canvas{background:#fff !important;border:1px solid #8f8f8f !important;margin-right:16px;position:relative;right:32px}.actionmenuclickedcanvas{background:#2177c2;border:1px solid #8f8f8f;color:#fff;margin-right:16px;position:relative;right:32px}.overflow-classes-buttons-canvas{border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;outline:0;padding:0;position:absolute;right:34px;text-align:left;top:182px;width:200px !important;z-index:1}.overflow-menu-canvas{border-radius:6px;box-shadow:0 2px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;display:flex;flex-direction:column;outline:0;padding:0;position:absolute;right:34px;top:182px;width:118px !important;z-index:999}.overflow-item:hover{border-radius:0;margin:0}.overflow-item.disabled{margin:0;opacity:.5;pointer-events:none}.overflow-divider{border-top:1.5px solid #c6c6c6;margin:0 8px}.tooltip{display:inline-block;position:relative}.tooltip .tooltiptext{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:40%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:20%;line-height:2vh;padding:8px;position:absolute;top:120%;visibility:hidden;z-index:1}.tooltip:hover .tooltiptext{visibility:visible}.roomname-tooltip{display:inline-block;position:relative}.roomname-tooltip .roomname-tooltiptext{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:60%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:20%;padding:3px;position:absolute;top:120%;visibility:hidden;z-index:1}.roomname-tooltip:hover .roomname-tooltiptext{visibility:visible}.tooltip .tooltiptexts{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#303030;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:60%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;left:5%;line-height:2vh;padding:8px;position:absolute;top:120%;visibility:hidden;width:max-content;z-index:1}.tooltip:hover .tooltiptexts{visibility:visible}.heading-room-names{align-items:end;color:#303030;display:inline-flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;justify-content:center;line-height:24px;margin-left:6px;padding-bottom:6px;position:relative}.heading-room-names-date{align-items:end;color:#303030;display:inline-flex;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;justify-content:center;line-height:24px;margin-left:3px;padding-bottom:6px;position:relative}@media only screen and (min-width: 806px)and (max-width: 1024px){.heading-room-names{display:table-cell;font-size:14px;line-height:34px;margin-left:5px}.heading-room-names-date{display:table-cell;font-size:14px;line-height:34px;margin-left:5px}.navbar-div{padding-right:0}}@media only screen and (min-width: 769px)and (max-width: 805px){.heading-room-names{display:table-cell;font-size:15px;line-height:28px;margin-left:5px}.heading-room-names-date{display:table-cell;font-size:18px;line-height:28px;margin-left:5px}}@media only screen and (max-width: 769px){.heading-room-names{display:table-cell;font-size:18px;line-height:28px;margin-left:5px}.heading-room-names-date{display:table-cell;font-size:18px;line-height:28px;margin-left:5px}}.heading-seating-plan-names{align-items:end;color:#303030;display:block;font-family:"Segoe UI","Segoe UI Symbol","Segoe UI Emoji",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Noto Color Emoji" !important;font-size:30px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:36px;margin-right:10px;padding-bottom:4px;position:relative}@media only screen and (min-width: 769px)and (max-width: 1024px){.heading-seating-plan-names{display:table-cell;font-size:18px;line-height:32px}}@media only screen and (min-width: 1025px){.overflow-classes-buttons-canvas{position:absolute;right:180px}}.essui-overflow-menu__item{border-radius:0 !important;margin:0 !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.select-mode-btn-class{margin-left:.5em;margin-right:.8em}.move-mode-btn-class{margin-left:.5em}.multi-select-mode-divider{margin-left:.8em}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.elr-header{padding:10px}.elr-header__menu{left:16px}.elr-header__profile-menu{right:30px}.eak-header{height:64px !important;top:0;width:100% !important;z-index:0 !important}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.admin-console-table-wrapper{margin-left:.3125rem}.settings-table-view-loader{left:50%;position:absolute;top:50%;z-index:99}.settings-table-view .essui-table__body{opacity:.1}.settings-table-view-no-loader .filter-tool-view .essui-overflow-menu__item:first-of-type{border-radius:8px 8px 0 0 !important;width:100%}.settings-table-view-no-loader .filter-tool-view .essui-overflow-menu__item:last-of-type{border-radius:0 0 8px 8px !important;width:100%}.settings-table-view-no-loader .essui-textinput--medium{height:40px}.admin-console-table-wrapper #search-autocomplete.with-suggestions #suggestions-wrapper{display:flex}.admin-console-table-wrapper .essui-table__cell--header{text-transform:none}.admin-console-table-wrapper .essui-grid-col{padding:0 0 0 16px}.filter-tool #search-autocomplete.with-suggestions #suggestions-wrapper{display:block;top:110%;z-index:100}.filter-tool #search-autocomplete .icon-container.position-right{align-items:flex-end;display:flex;top:0 !important}.filter-tool #search-autocomplete .icon-container.position-right .essui-loader{justify-content:flex-end;margin:0;margin-top:.625rem}.filter-no-data{align-items:center;display:flex;gap:.5rem;justify-content:center;padding:.5rem 0}.suggestion-box li{align-items:center;display:flex;gap:.625rem;justify-content:flex-start}#search-autocomplete.with-suggestions #suggestions-wrapper .suggestion-box{padding:0}#suggestions-wrapper .suggestion-box ul li svg{margin-right:0 !important}.filter-tool{background:#fff;border-top-right-radius:8px;border-top-left-radius:8px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.udf-side-panel-wrapper{margin:0 32px 32px;min-height:440px}.udf-side-panel-content{display:flex;flex-direction:column;gap:24px}.udf-details-section{display:flex;flex-direction:column;gap:8px}.udf-details-value{font-family:Segoe UI;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;vertical-align:middle}.udf-settings-side-panel{overflow:auto}.udf-settings-side-panel .essui-editable-section-view{margin-top:16px}.udf-settings-side-panel-wrapper .essui-side-panel-heading{margin-bottom:-16px;margin-top:32px;padding-left:27px}.udf-edit-side-panel-wrapper{margin:32px;min-height:440px}.udf-acronym-text-input{width:300px}.udf-acronym-radio-btn{width:392px}.udf-acronym-radio-group{gap:16px}.udf-side-panel-loader{top:40%}.udf-acronym-checkbox-group{display:flex;flex-direction:column;gap:8px;margin-top:16px}.udf-settings-side-panel-wrapper .udf-panel-toast{box-sizing:border-box;max-width:100%;position:relative;width:100%}.udf-settings-side-panel-wrapper .udf-panel-toast .essui-notification{left:0 !important;margin:0 auto !important;position:absolute !important;right:0 !important;width:100% !important}.udf-side-panel-banner-msg{margin-right:31px}.udf-notification-banner{margin-top:0}.udf-lookup-selector{margin-left:30px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.acronym-dialog-content-wrapper{width:320px}.acronym-dialog-content-container{overflow:hidden;padding:0 4px}.acronym-dialog-content-container .essui-validation-text{margin-top:-16px;width:260px}.acronym-text-input{width:100%}.add-acronym-dialog-description{color:#5e5e5e;font-family:Segoe UI;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px}.acronym-warning-notification{margin-bottom:32px;margin-top:0 !important}.acronym-saving-loader{height:100%;left:1%;position:fixed;top:42%;width:100%;z-index:99}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.xxnvybwRJpbl8V8QwmCi{font-family:"Segoe UI",sans-serif;font-size:60px;font-weight:600;letter-spacing:0;line-height:64px;margin-bottom:0;text-decoration:0;text-transform:0}.rFCQLLNTt0RT0C3cLWRU{font-family:"Segoe UI",sans-serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:56px;margin-bottom:0;text-decoration:0;text-transform:0}.OD_UUkAZjEEvGLhZ951V{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:400;letter-spacing:0;line-height:40px;margin-bottom:0;text-decoration:0;text-transform:0}.QCoaa9EK2R4oBLWLAChx{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:0;text-decoration:0;text-transform:0}.qMM_bT0KB1EtIp8EO7_x{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.KouHaV8tgxllWdkCaXSd{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.IQWdMZefu_IZWZpSUAMp{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:8px;text-decoration:0;text-transform:0}.hlmfsn9jiNloB9QUPegA{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.eapH8J0sxtiFi4vDcnsC{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:italic;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.PSdfC_EUh8qEiPVRWQoD{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.jfqPEcXAFyesIkcs1uBo{font-family:"Segoe UI",sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.cOxWbJjgSrMwwca0XJVO{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.AdggijSC9wlqme6eOODw{font-family:"Segoe UI",sans-serif;font-size:12px;font-weight:600;letter-spacing:0;line-height:16px;margin-bottom:0;text-decoration:0;text-transform:0}.uOIV1g3JKcb_LrZxycWo{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:underline;text-transform:0}.AtiflrwZNFqoO_D3G4ag{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:0;text-decoration:0;text-transform:0}.V0DiTvM0XC3k4fNnorlR{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:600;letter-spacing:0;line-height:28px;margin-bottom:0;text-decoration:0;text-transform:0}.Td7nqE23oqZhw31R4ZC3{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;margin-bottom:0;text-decoration:0;text-transform:0}.POT8flH_TQ41KaLy5kSs{font-family:"Segoe UI",sans-serif;font-size:36px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:4px;text-decoration:0;text-transform:0}.UldhaQleNZLLJi4Gwj1H{font-family:"Segoe UI",sans-serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:36px;margin-bottom:4px;text-decoration:0;text-transform:0}.eNjhxAMkM_EbGx7Tcy2Q{font-family:"Segoe UI",sans-serif;font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:4px;text-decoration:0;text-transform:0}.Aj45QswbZDzLjuQr0lDm{font-family:"Segoe UI",sans-serif;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.CM17OxpzBAIn6CpZxqrc{font-family:"Segoe UI",sans-serif;font-size:18px;font-weight:400;letter-spacing:0;line-height:28px;margin-bottom:4px;text-decoration:0;text-transform:0}.gcsilWn_XWqraUwFgnI8{font-family:"Segoe UI",sans-serif;font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;margin-bottom:4px;text-decoration:0;text-transform:0}.r0DYsH2YszIXf3IjrNDk{color:#303030;margin-bottom:32px}.eiF4joaCXeGHSqXvjfEY{color:#2177c2;padding-top:4px}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.layout-wrapper{display:"flex";flex-direction:"column";height:calc(var(--vh, 1vh)*100 - .01px - 73px);overflow-x:hidden;overflow-y:auto}.layout-wrapper::-webkit-scrollbar{height:calc((100vh - 160px)/50);max-height:15px;max-width:12px;width:calc((100vw - 231px)/40)}.layout-wrapper::-webkit-scrollbar-track{background-color:#a5abb9;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.layout-wrapper::-webkit-scrollbar-thumb{background:#5f626b;border-radius:25px}.layout-wrapper--no-scroll{overflow:hidden}.error-reasons{margin-left:30px}.links{color:#2177c2}#settings-wrapper{background-color:#f7f7f7;display:flex;width:100%}#settings-wrapper .grid{max-width:100% !important;width:100% !important}#settings-wrapper .settings-content{flex:1;height:88vh;margin:16px 8px;overflow-x:hidden;overflow-y:auto;width:100%}#settings-wrapper .essui-side-navigation-panel{height:calc((100vh - 64px)*1)}#settings-wrapper .essui-side-navigation-panel #localised-menu-id{height:100% !important}#settings-wrapper .essui-error-page-container{margin-top:0 !important;position:relative}#settings-wrapper .essui-error-page-container .essui-grid-container{margin:0}.print-mode .essui-icon:not(.essui-icon--primary-500.essui-icon--24){padding:3px !important;position:relative !important;right:1px !important;top:-1px !important}.loader-wrapper-school-phase{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:5}
@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),url(./assets/fonts/a8d6ac03c7b96b7acb62.ttf) format("ttf")}.Rh32HBNHbyoPQS8p95w7{display:flex;flex-direction:column;justify-content:center}.XMwuVsZU2V1b9A8JSAgx{align-items:center;font-size:medium;font-weight:bold}
