/* Minification failed. Returning unminified contents.
(355,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(356,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(710,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(711,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*Data forms*/
/* Screen Sizes */
/* Layout Sizes */
/*Tabs*/
/* 
* COLOURS
*/
/*APaicu - if needed for higher contrast 227E98*/
/* Register previous marks */
/* Login */
/* Menu */
/* Header */
/* Tables */
/* Accessible Highlighting*/
/*Borders*/
/* Shadows */
/* Font Sizes */
/* Bold Weight */
/* Menu maximum size */
/*Allow the sidebar to shrink if it can.  0 : no shrinking,  >0 : is some ratio of shrinking */
/* Text case */
/*Homepage Variables*/
/*Basket variables*/
/*Box shadow effect variable*/
/* ----- Learner Hub Branding 2023 ----- */
/* Learner Hub Branding 2023 form completed by: Emma Leishman */
/* Organisation / Institution: West London Institute of Technology */
/* Email address:  anonymous*/
/* Completion date:  2/11/2025 5:47:31 PM */
/* Tribal consultant: Ken Houghton */
/* ----- Learner Login Image ----- */
/* Do you want to replace the learner login image?: Yes - use a new image */
@import url("https://fonts.google.com/specimen/Roboto");
@import url("https://fonts.google.com/specimen/Roboto");
#learner-login-image {
  object-fit: cover;
  /*Fill div*/
  object-position: center;
  /*Fill div*/
  height: 100% !important;
  /*Fill div*/
  content: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg"); }

#learner-login-image-sm {
  max-width: 100% !important;
  content: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg"); }

/* ----- Learner Login Logo ----- */
/* Do you want to replace the learner login logo?:  Yes - use a new image */
#login-site-logo,
#login-site-logo-sm {
  content: url("../Content/images/Customer/WLIoT/WLIoT Logo.svg"); }

/* ----- Login Panels ----- */
/* Do you want to change the colours of the login panels, font or buttons?:  Yes */
/* Do you want the panels to be the same colour?: Yes */
/* Please enter the colour for the panel background: #FFFFFF */
/* Please enter the colour for the font: #000000 */
/* Please enter the colour for the buttons: #005438 */
.card,
.panel-modal-body {
  background-color: #FFFFFF !important; }

.panel-heading-norm,
.panel-text,
.panel-modal-heading,
.panel-text-sm {
  color: #000000 !important; }

.panel-btn,
.login-menu-btn,
.panel-btn-sm {
  background-color: #005438 !important; }

.panel-modal-help,
.sign-in-control-sm,
.panel-help,
.sign-in-control {
  color: #005438 !important; }

/* ----- Fonts ----- */
/* Do you want to use your own font?: Yes - Google Font */
/* Please specify the Google Font name: Roboto */
/* Please provide the link to the Google font: https://fonts.google.com/specimen/Roboto */
/* Please enter your default font colour: #000000 */
body, h1, h2, h3, h4, h5, p, a, button {
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif !important; }

/* ----- Header ----- */
/* Do you want to change the page header style?: Yes */
/* Please enter your chosen header background colour: #FFFFFF */
/* Please enter your chosen header font colour: #000000 */
/* Please enter your chosen Safeguarding button colour: #005438 */
/* Please enter your chosen basket icon colour: #000000 */
/* Please enter your chosen basket counter icon colour: #005438 */
.header-background {
  height: 83.656px !important; }

#main-wrapper {
  top: 83.656px !important; }

.sfgNotificationBadge {
  background-color: #005438 !important; }

#basket-icon {
  color: #000000; }

#basket-user-link-inner .fa-stack[data-count]:after {
  background: #005438 !important; }

/* ----- Secondary Menu ----- */
/* Do you want to change the navigation menu style?: Yes */
/* Please enter your chosen menu background colour: #F0F0F0 */
/* Please enter your chosen menu font colour: #000000 */
/* Please enter your chosen active menu background colour: #005438 */
/* Please enter your chosen active menu text colour: #FFFFFFF */
/* Please enter your chosen active menu arrow colour: #FFFFFFF */
/* make the text clearer when hovering */
#menu ul li a:hover, #menu ul li a:focus {
  color: #005438;
  text-decoration: underline; }

/* ----- Logged in Logo ----- */
/* Do you want to replace the logged in site logo?: Yes */
#site-logo-container {
  width: 200px !important;
  /*must match width of image*/
  height: 83.656px !important;
  background-color: #C7C7C7 !important;
  margin-left: auto;
  margin-right: auto; }

#site-logo {
  content: url("../Content/images/Customer/WLIoT/WLIoT logo 153x64px.svg");
  width: 200px;
  /* match width of image */
  height: 83.656px;
  /* match height of image */
  margin-top: 0 !important; }

/* ----- Buttons ----- */
/* Do you want to change the button style?: Yes */
/* Please enter your chosen button colour: #FFFFFF */
/* Please enter your chosen button border colour: #005438 */
/* Please enter your chosen button text colour: #005438 */
/* Please enter your chosen button hover/focus/active button colour: #005438 */
/* Please chose your button text case: capitalize */
/* ----- Breadcrumb ----- */
/* Do you want to change the breadcrumb style?: Yes */
/* Please enter your chosen breadcrumb colour: #005438 */
/* Please enter your chosen hover/current breadcrumb colour: #086848 */
.BreadcrumbModel .ttbreadcrumb li > span.ttbreadcrumbcurrent {
  color: white;
  background: #005438; }

.BreadcrumbModel .ttbreadcrumb li > span {
  font-size: 10pt;
  height: 40px;
  line-height: 40px;
  color: black;
  /*white;*/
  text-decoration: none;
  padding: 0 10px 0 27px;
  background: #01b250;
  position: relative;
  display: block;
  cursor: default;
  text-align: center; }

.BreadcrumbModel .ttbreadcrumb li a {
  font-size: 10pt;
  height: 40px;
  line-height: 40px;
  color: black;
  /*white;*/
  text-decoration: none;
  padding: 0 10px 0 27px;
  background: #01b250;
  position: relative;
  display: block;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  outline: 0;
  white-space: normal; }

.BreadcrumbModel .ttbreadcrumb li a:hover {
  color: #ffffff;
  background: #005438;
  outline: 0; }

/* ----- Pagination----- */
.paginate_button {
  color: #005438 !important;
  background-color: #ffffff !important;
  border: 1px solid #005438 !important; }

.paginate_button:hover {
  color: #ffffff !important;
  background-color: #005438 !important; }

/* ----- Evo Calendar ----- */
.evoCalendar #eventListToggler,
.evoCalendar #sidebarToggler {
  background-color: #ffffff !important;
  border: 1px solid #005438; }

.evoCalendar .icon-button > .chevron-arrow-right,
.evoCalendar .icon-button > .chevron-arrow-left {
  border-color: #005438 !important; }

.evoCalendar .icon-button > .bars,
.evoCalendar .icon-button > .bars::before,
.evoCalendar .icon-button > .bars::after {
  background-color: #005438; }

.evoCalendar .calendar-sidebar {
  background-color: #C7C7C7 !important;
  color: #000000 !important; }

.evoCalendar .month {
  color: #000000 !important; }

.evoCalendar li.active-month {
  color: #ffffff !important;
  background-color: #005438 !important; }

.evoCalendar .calendar-months > li:hover {
  color: #ffffff !important;
  background-color: #005438 !important; }

/* buttons on Support Needs */
.btn.Secondary:hover, .btn.Secondary:focus, .btn.Secondary:active, .btn.Secondary.active, .open .dropdown-toggle.btn.Secondary {
  color: #ffffff;
  background-color: #005438;
  border-color: #01b250; }

/* TAB 	Control */
div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a {
  background-color: #01b250;
  color: black;
  height: 100%; }

div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a.active, div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a:hover, div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a:focus {
  background-color: #005438;
  color: white; }

/* this is to format the pop up text when promary need isnt selected */
.tribal-cr {
  text-align: center;
  color: red; }

/* this is to force the text colour on the home page icons */
.tribal-black {
  color: black; }

/* grid buttons */
div.DataGridModel.Default .btn, div.RegisterReviewModel.Default .btn {
  background: #01b250; }

/* Timeout buttons */
.sessionTimeout-btn {
  backgroun-colour: #005438; }

/* === Forgotten Password === */
@media (min-width: 768px) {
  #login-background {
    background-image: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg") !important;
    background-size: 50% auto !important;
    background-position: center left !important; }
  #login-background #login-site-logo {
    top: 15%;
    max-width: 200px;
    margin: 0 40px; }
  #login-panel {
    top: calc(15% + 200px + 2rem) !important; } }

@media (max-width: 767px) {
  #login-background #login-site-logo {
    top: 5%;
    max-width: 575px;
    margin: 0 auto;
    padding: 1.5rem;
    position: absolute; }
  #login-panel {
    top: calc(5% + 60vw + 2rem) !important; }
  #login-desc,
  #UserNameOrEmailAddress,
  .login-input-text > input,
  #UserNameOrEmailAddress::placeholder,
  .login-input-text > input::placeholder,
  #reset-password-form #logInButton {
    font-size: 0.8125rem !important; } }

#login-background {
  background-color: white !important; }

#login-panel {
  background-color: white !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem; }

#login-panel-body > img {
  display: none; }

#login-panel-body {
  padding: 0 !important; }

#login-desc {
  color: black !important;
  font-size: clamp(9.2px, 0.7vw, 12px); }

#UserNameOrEmailAddress,
.login-input-text > input {
  font-size: clamp(9.2px, 0.7vw, 12px);
  border-radius: 0.5em;
  height: 2.5em !important;
  text-align: left;
  font-weight: 400 !important; }

#UserNameOrEmailAddress::placeholder,
.login-input-text > input::placeholder {
  color: #7c7c7c;
  font-size: clamp(9.2px, 0.7vw, 12px);
  text-align: left;
  font-weight: 400 !important;
  font-style: normal;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif !important; }

#reset-password-form .login-link {
  color: #005438 !important; }

#reset-password-form .login-link:hover {
  text-decoration: underline; }

#reset-password-form #logInButton {
  background-color: #005438;
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: clamp(9.2px, 0.7vw, 12px);
  font-weight: 400;
  font-style: normal; }

/* == Session Timeout == */
.sessionTimeout-title {
  background-color: #005438; }

.sessionTimeout-btn {
  border-color: #005438;
  color: #005438;
  border: 1px solid; }

:root {
  --light-button-primary-color: #ffffff;
  --body-background-color: #f1f1f1; }

/*Data forms*/
/* Screen Sizes */
/* Layout Sizes */
/*Tabs*/
/* 
* COLOURS
*/
/*APaicu - if needed for higher contrast 227E98*/
/* Register previous marks */
/* Login */
/* Menu */
/* Header */
/* Tables */
/* Accessible Highlighting*/
/*Borders*/
/* Shadows */
/* Font Sizes */
/* Bold Weight */
/* Menu maximum size */
/*Allow the sidebar to shrink if it can.  0 : no shrinking,  >0 : is some ratio of shrinking */
/* Text case */
/*Homepage Variables*/
/*Basket variables*/
/*Box shadow effect variable*/
/* ----- Learner Hub Branding 2023 ----- */
/* Learner Hub Branding 2023 form completed by: Emma Leishman */
/* Organisation / Institution: West London Institute of Technology */
/* Email address:  anonymous*/
/* Completion date:  2/11/2025 5:47:31 PM */
/* Tribal consultant: Ken Houghton */
/* ----- Learner Login Image ----- */
/* Do you want to replace the learner login image?: Yes - use a new image */
#learner-login-image {
  object-fit: cover;
  /*Fill div*/
  object-position: center;
  /*Fill div*/
  height: 100% !important;
  /*Fill div*/
  content: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg"); }

#learner-login-image-sm {
  max-width: 100% !important;
  content: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg"); }

/* ----- Learner Login Logo ----- */
/* Do you want to replace the learner login logo?:  Yes - use a new image */
#login-site-logo,
#login-site-logo-sm {
  content: url("../Content/images/Customer/WLIoT/WLIoT Logo.svg"); }

/* ----- Login Panels ----- */
/* Do you want to change the colours of the login panels, font or buttons?:  Yes */
/* Do you want the panels to be the same colour?: Yes */
/* Please enter the colour for the panel background: #FFFFFF */
/* Please enter the colour for the font: #000000 */
/* Please enter the colour for the buttons: #005438 */
.card,
.panel-modal-body {
  background-color: #FFFFFF !important; }

.panel-heading-norm,
.panel-text,
.panel-modal-heading,
.panel-text-sm {
  color: #000000 !important; }

.panel-btn,
.login-menu-btn,
.panel-btn-sm {
  background-color: #005438 !important; }

.panel-modal-help,
.sign-in-control-sm,
.panel-help,
.sign-in-control {
  color: #005438 !important; }

/* ----- Fonts ----- */
/* Do you want to use your own font?: Yes - Google Font */
/* Please specify the Google Font name: Roboto */
/* Please provide the link to the Google font: https://fonts.google.com/specimen/Roboto */
/* Please enter your default font colour: #000000 */
body, h1, h2, h3, h4, h5, p, a, button {
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif !important; }

/* ----- Header ----- */
/* Do you want to change the page header style?: Yes */
/* Please enter your chosen header background colour: #FFFFFF */
/* Please enter your chosen header font colour: #000000 */
/* Please enter your chosen Safeguarding button colour: #005438 */
/* Please enter your chosen basket icon colour: #000000 */
/* Please enter your chosen basket counter icon colour: #005438 */
.header-background {
  height: 83.656px !important; }

#main-wrapper {
  top: 83.656px !important; }

.sfgNotificationBadge {
  background-color: #005438 !important; }

#basket-icon {
  color: #000000; }

#basket-user-link-inner .fa-stack[data-count]:after {
  background: #005438 !important; }

/* ----- Secondary Menu ----- */
/* Do you want to change the navigation menu style?: Yes */
/* Please enter your chosen menu background colour: #F0F0F0 */
/* Please enter your chosen menu font colour: #000000 */
/* Please enter your chosen active menu background colour: #005438 */
/* Please enter your chosen active menu text colour: #FFFFFFF */
/* Please enter your chosen active menu arrow colour: #FFFFFFF */
/* make the text clearer when hovering */
#menu ul li a:hover, #menu ul li a:focus {
  color: #005438;
  text-decoration: underline; }

/* ----- Logged in Logo ----- */
/* Do you want to replace the logged in site logo?: Yes */
#site-logo-container {
  width: 200px !important;
  /*must match width of image*/
  height: 83.656px !important;
  background-color: #C7C7C7 !important;
  margin-left: auto;
  margin-right: auto; }

#site-logo {
  content: url("../Content/images/Customer/WLIoT/WLIoT logo 153x64px.svg");
  width: 200px;
  /* match width of image */
  height: 83.656px;
  /* match height of image */
  margin-top: 0 !important; }

/* ----- Buttons ----- */
/* Do you want to change the button style?: Yes */
/* Please enter your chosen button colour: #FFFFFF */
/* Please enter your chosen button border colour: #005438 */
/* Please enter your chosen button text colour: #005438 */
/* Please enter your chosen button hover/focus/active button colour: #005438 */
/* Please chose your button text case: capitalize */
/* ----- Breadcrumb ----- */
/* Do you want to change the breadcrumb style?: Yes */
/* Please enter your chosen breadcrumb colour: #005438 */
/* Please enter your chosen hover/current breadcrumb colour: #086848 */
.BreadcrumbModel .ttbreadcrumb li > span.ttbreadcrumbcurrent {
  color: white;
  background: #005438; }

.BreadcrumbModel .ttbreadcrumb li > span {
  font-size: 10pt;
  height: 40px;
  line-height: 40px;
  color: black;
  /*white;*/
  text-decoration: none;
  padding: 0 10px 0 27px;
  background: #01b250;
  position: relative;
  display: block;
  cursor: default;
  text-align: center; }

.BreadcrumbModel .ttbreadcrumb li a {
  font-size: 10pt;
  height: 40px;
  line-height: 40px;
  color: black;
  /*white;*/
  text-decoration: none;
  padding: 0 10px 0 27px;
  background: #01b250;
  position: relative;
  display: block;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  outline: 0;
  white-space: normal; }

.BreadcrumbModel .ttbreadcrumb li a:hover {
  color: #ffffff;
  background: #005438;
  outline: 0; }

/* ----- Pagination----- */
.paginate_button {
  color: #005438 !important;
  background-color: #ffffff !important;
  border: 1px solid #005438 !important; }

.paginate_button:hover {
  color: #ffffff !important;
  background-color: #005438 !important; }

/* ----- Evo Calendar ----- */
.evoCalendar #eventListToggler,
.evoCalendar #sidebarToggler {
  background-color: #ffffff !important;
  border: 1px solid #005438; }

.evoCalendar .icon-button > .chevron-arrow-right,
.evoCalendar .icon-button > .chevron-arrow-left {
  border-color: #005438 !important; }

.evoCalendar .icon-button > .bars,
.evoCalendar .icon-button > .bars::before,
.evoCalendar .icon-button > .bars::after {
  background-color: #005438; }

.evoCalendar .calendar-sidebar {
  background-color: #C7C7C7 !important;
  color: #000000 !important; }

.evoCalendar .month {
  color: #000000 !important; }

.evoCalendar li.active-month {
  color: #ffffff !important;
  background-color: #005438 !important; }

.evoCalendar .calendar-months > li:hover {
  color: #ffffff !important;
  background-color: #005438 !important; }

/* buttons on Support Needs */
.btn.Secondary:hover, .btn.Secondary:focus, .btn.Secondary:active, .btn.Secondary.active, .open .dropdown-toggle.btn.Secondary {
  color: #ffffff;
  background-color: #005438;
  border-color: #01b250; }

/* TAB 	Control */
div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a {
  background-color: #01b250;
  color: black;
  height: 100%; }

div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a.active, div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a:hover, div.TabControlModel.Primary > div.tab-wrapper > ul.nav-tabs > li a:focus {
  background-color: #005438;
  color: white; }

/* this is to format the pop up text when promary need isnt selected */
.tribal-cr {
  text-align: center;
  color: red; }

/* this is to force the text colour on the home page icons */
.tribal-black {
  color: black; }

/* grid buttons */
div.DataGridModel.Default .btn, div.RegisterReviewModel.Default .btn {
  background: #01b250; }

/* Timeout buttons */
.sessionTimeout-btn {
  backgroun-colour: #005438; }

/* === Forgotten Password === */
@media (min-width: 768px) {
  #login-background {
    background-image: url("../Content/images/Customer/WLIoT/WLIoT Image.jpg") !important;
    background-size: 50% auto !important;
    background-position: center left !important; }
  #login-background #login-site-logo {
    top: 15%;
    max-width: 200px;
    margin: 0 40px; }
  #login-panel {
    top: calc(15% + 200px + 2rem) !important; } }

@media (max-width: 767px) {
  #login-background #login-site-logo {
    top: 5%;
    max-width: 575px;
    margin: 0 auto;
    padding: 1.5rem;
    position: absolute; }
  #login-panel {
    top: calc(5% + 60vw + 2rem) !important; }
  #login-desc,
  #UserNameOrEmailAddress,
  .login-input-text > input,
  #UserNameOrEmailAddress::placeholder,
  .login-input-text > input::placeholder,
  #reset-password-form #logInButton {
    font-size: 0.8125rem !important; } }

#login-background {
  background-color: white !important; }

#login-panel {
  background-color: white !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem; }

#login-panel-body > img {
  display: none; }

#login-panel-body {
  padding: 0 !important; }

#login-desc {
  color: black !important;
  font-size: clamp(9.2px, 0.7vw, 12px); }

#UserNameOrEmailAddress,
.login-input-text > input {
  font-size: clamp(9.2px, 0.7vw, 12px);
  border-radius: 0.5em;
  height: 2.5em !important;
  text-align: left;
  font-weight: 400 !important; }

#UserNameOrEmailAddress::placeholder,
.login-input-text > input::placeholder {
  color: #7c7c7c;
  font-size: clamp(9.2px, 0.7vw, 12px);
  text-align: left;
  font-weight: 400 !important;
  font-style: normal;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif !important; }

#reset-password-form .login-link {
  color: #005438 !important; }

#reset-password-form .login-link:hover {
  text-decoration: underline; }

#reset-password-form #logInButton {
  background-color: #005438;
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: clamp(9.2px, 0.7vw, 12px);
  font-weight: 400;
  font-style: normal; }

/* == Session Timeout == */
.sessionTimeout-title {
  background-color: #005438; }

.sessionTimeout-btn {
  border-color: #005438;
  color: #005438;
  border: 1px solid; }

:root {
  --light-button-primary-color: #ffffff;
  --body-background-color: #f1f1f1; }

/* Mixins */
body {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }

/* learner login page */
.learner-login-background {
  background-color: #fff;
  background-image: url("/TribalTech.EBS.Agent5/Content/images/learner_homepage_background.jpg");
  background-size: cover; }

#learner-login-image {
  width: 100%;
  height: auto; }

#learner-login-image-sm {
  display: block;
  margin: auto; }

.product-logo {
  padding-top: 10px;
  padding-bottom: 3px;
  height: auto;
  width: 100%;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.welcome-container {
  height: auto;
  width: 100%; }

.welcome-header {
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 500;
  text-align: center; }

.welcome-text {
  font-size: clamp(9.2px, 0.7vw, 12px);
  text-align: center; }

.welcome-panels-container {
  justify-content: center; }

/* panel */
.panel-wrapper {
  height: 24em; }

.panel-heading-norm {
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 100; }

.panel-text {
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  color: #333333;
  text-align: center;
  line-height: normal;
  font-size: clamp(9.2px, 0.7vw, 12px); }

.panel-text-sm {
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  color: #333333;
  text-align: center;
  line-height: normal;
  font-size: 12px; }

.panel-link {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(9.2px, 0.7vw, 12px);
  outline: 0; }

.panel-link-sm {
  padding-bottom: 2em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px; }

.panel-btn {
  border-radius: 0.5em;
  background-color: #01b250;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 2.5em;
  font-size: clamp(9.2px, 0.7vw, 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }

.panel-btn-sm {
  border-radius: 0.5em;
  background-color: #01b250;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 2.5em;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }

.login-menu-btn {
  width: 80%;
  min-width: 10em;
  height: 5em;
  margin: 1em auto 1em auto;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #01b250;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center; }

.panel-btn:hover, .login-menu-btn:hover {
  color: #ffffff; }

/* panel modal */
.panel-modal-content {
  border-radius: 0.5em; }

.panel-modal-content button[type="button"]:focus {
  outline: 0; }

.panel-modal-heading {
  margin-bottom: 0; }

/* sign in panel */
.s-panel-input-wrapper {
  position: relative; }

.s-panel-form-control {
  height: 2.5em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  font-size: clamp(9.2px, 0.7vw, 12px); }

.s-panel-form-control-sm {
  height: 2.5em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  font-size: 12px; }

#s-panel-wrapper {
  height: auto; }

#UserName {
  width: 80%;
  margin-right: 1px;
  font-size: clamp(9.2px, 0.7vw, 12px); }

#s-panel-username-sm {
  width: 80%;
  margin-right: 1px; }

#go-btn, #go-btn-sm {
  margin-left: 1px;
  width: 10%;
  color: #ffffff; }

#go-btn:visited, #go-btn-sm:visited {
  color: #ffffff; }

/* dual auth panel */
.da-panel-btn {
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  float: left;
  position: absolute;
  padding-top: 0px; }

.da-panel-btn-ms {
  margin-right: 60%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' overflow='visible' xml:space='preserve'%3E%3Cg id='MS'%3E%3Cg%3E%3Cpath fill='%23F05423' d='M15.3,15.3H1.5V1.5h13.8V15.3z'/%3E%3Cpath fill='%2384C441' d='M30.5,15.3H16.7V1.5h13.8L30.5,15.3L30.5,15.3z'/%3E%3Cpath fill='%232DABE2' d='M15.3,30.5H1.5V16.7h13.8V30.5z'/%3E%3Cpath fill='%23F9BC15' d='M30.5,30.5H16.7V16.7h13.8L30.5,30.5L30.5,30.5z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2'%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

.da-panel-btn-gws {
  margin-right: 60%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='GWS' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' overflow='visible' xml:space='preserve'%3E%3Cg id='ICON'%3E%3Cg%3E%3Cpath fill='%2336A852' d='M25.6,26.6c-2.2,2.1-5.3,3.3-9.4,3.3c-5.3,0-10-3.1-12.3-7.7l4.6-3.6c1.1,3.4,4.1,5.8,7.7,5.8 c2,0,3.6-0.5,4.9-1.4L25.6,26.6z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23F9BC15' d='M8.1,16c0,0.9,0.1,1.8,0.4,2.7l-4.6,3.6c-1-1.9-1.5-4-1.5-6.3s0.5-4.4,1.5-6.3l4.6,3.6 C8.2,14.2,8.1,15.1,8.1,16z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23EA4535' d='M25.6,5.8l-3.9,3.9c-1.4-1.3-3.3-2.1-5.5-2.1c-3.6,0-6.6,2.4-7.7,5.8L3.9,9.7C6.2,5.2,10.9,2,16.2,2 C20,2,23.2,3.5,25.6,5.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23557EBF' d='M29.6,16c0,1-0.1,1.9-0.2,2.9c-0.5,3.1-1.7,5.8-3.8,7.8l-4.5-3.6c1.4-1,2.4-2.5,2.9-4.2h-7.6v-5.2h13.1 C29.6,14.4,29.6,15.2,29.6,16z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }

.text-icon-div {
  flex: 0.8; }

/* OVERRIDES */
/* input feedback icon */
span.form-control-feedback {
  position: absolute;
  right: 20%;
  top: 20%;
  font-size: clamp(9px, 0.7vw, 12px); }

#s-panel-username-sm_warning_btn {
  position: absolute;
  right: 20%;
  top: 25%;
  font-size: 12px; }

#s-panel-password-sm_warning_btn {
  position: absolute;
  right: 20%;
  top: 30%;
  font-size: 12px; }

/* end of input feedback icon */
/* cookie policy */
.cc_more_info {
  text-decoration: none !important; }

.cc_btn_accept_all {
  text-decoration: none !important;
  border-radius: 5px !important; }

.cc_container {
  background-color: #081f43 !important;
  padding-left: 20px;
  padding-right: 20px; }

/* end of cookie policy */
.tooltip {
  z-index: 6001 !important; }

/* ---- snackbar ---- */
.snackbar-container {
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.snackbar-container .action {
  text-transform: capitalize;
  outline: 0; }

/* ---- end of snackbar ---- */
.col-10-no-domain {
  flex: 0 0 100%;
  max-width: 100%; }

span.form-control-feedback-no-domain {
  position: absolute;
  right: 5%;
  top: 20%;
  font-size: clamp(9px, 0.7vw, 12px); }
