﻿/*------
    reset
-----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
/*--screen reader--*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
  background: #4c0bce;
  color: #fff;
  font-size: 0.82rem;
  overflow: visible;
  text-align: center;
  padding: 0.65em 1.25em 1.25em 1.25rem;
  outline: none;
}

.skip:focus + header {
  top: 32px;
}

.page-form .skip:focus + header {
  top: 0;
}

.skip:focus + .main-block {
  margin-top: 62px;
}

.page-form .skip:focus + .main-block {
  margin-top: 0;
}

/*--basics--*/
/*width*/
/*--color--*/
/*----*/
/*--texts--*/
/*--spacing---*/
/*--media query*/
/*--shadow--*/
/*popover*/
/*-----------
   base
------------*/
html, body, .form-root {
  height: 100%;
}

body {
  background: #f1f1f1;
  color: #212529;
  font-size: 1rem;
  font-family: "open-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-form {
  background: #89cdf2;
}

/*-----------
base flex layout
------------*/
@media only screen and (min-width: 576px) {
  .row-flex {
    display: flex;
    flex-direction: row;
    gap: 1.65em;
  }
}
.container-root {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

header {
  flex: 0 0 55px;
  width: 100%;
}

footer {
  flex: 0 0 45px;
}

header.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.page-form header.global-header {
  position: relative;
}

@media only screen and (min-width: 992px) {
  header.global-header {
    z-index: 1050;
  }
}
.main-block {
  flex: 1 0 auto;
  margin-top: 55px;
  width: 100%;
  max-width: 1300px;
}
.page-form .main-block {
  margin-top: 0;
}

.main-col {
  flex-grow: 1;
}

@media only screen and (min-width: 992px) {
  .main-flex-row {
    display: flex;
  }
  .main-block {
    margin-right: auto;
    margin-left: auto;
  }
  /*-main  sideNAV STICKY in desktop-*/
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    width: 250px;
    top: 56px;
    align-self: stretch;
    background: #E5E5E5;
  }
  /*--end sticky navbar--*/
}
/*-------
base elements
----------*/
.container-region {
  padding: 0.8em 1.6em 2em 1.6em;
  max-width: 1300px;
  margin: 0 auto;
}

header .container-region {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
}

.page-form header .container-region {
  justify-content: end;
}

footer .container-region {
  padding: 0.65em 1.6em;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  max-width: 1300px;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  footer .container-region {
    padding: 0.25em 1.6em;
    flex-direction: row;
    gap: 0.42rem;
  }
}
.page-portal .main-block {
  background: #E5E5E5;
}

main .container-region {
  background: #e6e6e6;
  padding: 0.8em 0.36em 2.65em;
}

@media (min-width: 420px) {
  main .container-region {
    padding: 0.8em 1.65em 2.65em;
  }
}
@media (min-width: 992px) {
  main .container-region {
    width: 100%;
    max-width: 1050px;
    padding: 0.8em 2.85em 2.65em;
  }
}
@media (min-width: 1200px) {
  main .container-region {
    padding: 0.8em 3.25em 2.65em;
  }
}
/*--global header--*/
header {
  background: #89cdf2;
}

.topbar-item {
  padding: 0.3em 0.6em;
}

.topbar-item {
  padding: 0.3em 0.6em;
}

/*--country flags--*/
body.fr-ca .topbar-item.item-end .options-menu,
body.en-ca .topbar-item.item-end .options-menu {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.item-flag i {
  text-align: right;
}

i.i-flag:before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-position: 50% 50%;
  width: 26px;
  height: 20px;
  vertical-align: middle;
  border-radius: 3px;
}

body.en-us .item-flag .i-flag.flag-central-am,
body.en-us .item-flag .i-flag.flag-ca,
body.es-mx .item-flag .i-flag.flag-us,
body.es-mx .item-flag .i-flag.flag-ca,
body.fr-ca .item-flag .i-flag.flag-us,
body.fr-ca .item-flag .i-flag.flag-central-am,
body.en-ca .item-flag .i-flag.flag-us,
body.en-ca .item-flag .i-flag.flag-central-am {
  display: none;
}

body.en-us i.i-flag:before {
  background: url(../images/sites/flag-us.png);
  background-size: 100%;
  background-position: 50% 50%;
}

body.es-mx i.i-flag.flag-central-am:before {
  margin-right: 5px;
}

body.es-mx i.i-flag.flag-central-am.region1:before {
  background: url(../images/sites/flag-mx.png);
  background-size: 100%;
  background-position: 50% 50%;
}

body.es-mx i.i-flag.flag-central-am.region2:before {
  background: url(../images/sites/flag-pa.png);
  background-size: 100%;
  background-position: 50% 50%;
}

body.es-mx i.i-flag.flag-central-am.region3:before {
  background: url(../images/sites/flag-cr.png);
  background-size: contain;
  background-position: 50% 50%;
}

body.es-mx i.i-flag.flag-central-am.region4:before {
  background: url(../images/sites/flag-gt.png);
  background-size: 100%;
  background-position: 50% 50%;
}

body.fr-ca i.i-flag:before,
body.en-ca i.i-flag:before {
  background: url(../images/sites/flag-ca.png);
  background-position: 50% 50%;
  background-size: contain;
}

/*--ends country flags--*/
.page-dashboard .topbar-item.item-logo {
  display: none;
}

.page-appendix .topbar-item.item-end .options-menu {
  min-width: 100px;
}

@media only screen and (max-width: 620px) {
  .page-appendix .topbar-item.item-logo {
    width: 100%;
  }
}
.topbar-item.item-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.topbar-item.item-center {
  display: none;
}

body.page-appendix .topbar-item.item-center {
  display: block;
}

.topbar-item.item-start {
  background: #fff;
  padding-left: 1.6em;
}

.topbar-item.item-user {
  background: #fff;
  padding: 0.3em 2em 0.3em 5em;
}

.student-current {
  text-align: center;
  margin: 0 1.5em;
}

.student-current .icon-user {
  width: 32px;
  border-radius: 32px;
}
.offcanvas.offcanvas-top .student-current .icon-user {
  width: 96px;
  border-radius: 96px;
  border: 1px solid #CBF3FD;
}

@media (min-width: 992px) {
  .student-current {
    margin: 0 1.5em 0.65em 1.5em;
  }
}
.icon-profile {
  font-size: 0.68rem;
  font-weight: 600;
  display: block;
  color: #333;
  padding: 0.15em;
}

.menu-sidebar .icon-profile {
  font-size: 0.88rem;
  margin-top: 1em;
  padding: 0.15em;
  font-weight: 800;
}

.logo-brand {
  margin: 0.4em 2.6em;
  width: 128px;
}
.page-form .logo-brand {
  margin: 0.4em 0.36em;
}

.img-logo-site {
  background-image: url("../images/sites/logo-site.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 28px;
  background-position: 50% 50%;
  margin: 0 auto;
}
body.fr-ca .img-logo-site, body.fr .img-logo-site {
  background-image: url("../images/sites/logo-site-fr.svg");
}
body.es-mx .img-logo-site, body.es .img-logo-site {
  background-image: url("../images/sites/logo-site-es.svg");
}
.page-form .img-logo-site {
  margin: 2.65em auto 1.65em;
  width: 18rem;
}
.page-appendix .img-logo-site {
  margin: 0 0 0 1.65em;
}

.logo-sitetitle {
  text-align: center;
}

.logo-sitetitle img {
  width: 9.6rem;
  margin-right: 0.6em;
}

@media (min-width: 530px) {
  .topbar-item.item-center {
    flex: 1 0 auto;
    display: block;
  }
}
@media (min-width: 668px) {
  .logo-brand {
    margin-left: 0.3em;
  }
  .logo-sitetitle img {
    width: 13rem;
    margin-top: 0.3em;
    margin-right: 1em;
  }
}
@media (min-width: 992px) {
  .student-avatar .icon-user {
    width: 96px;
    border-radius: 96px;
    margin: auto;
    display: block;
    border: 1px solid #cff4fd;
  }
  .page-dashboard .topbar-item.item-logo, .page-form .topbar-item.item-logo {
    display: block;
  }
  .logo-brand {
    margin-left: 2.6em;
  }
  .page-appendix .img-logo-site {
    margin: 0 auto;
  }
  .page-appendix .topbar-item.item-logo,
  .page-appendix .topbar-item.item-end {
    flex-basis: 236px;
  }
}
/*--header appendix --*/
/*--footer style --*/
footer {
  font-size: 0.78rem;
  background: #203b4e;
}
.page-form footer {
  background: #89cdf2;
}
.page-portal footer, .page-settings footer {
  color: #ffffff;
}
footer .footer-navbar {
  display: flex;
  flex-direction: row;
}
footer li {
  margin-right: 0.6em;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer li:empty {
  display: none;
}
footer a:hover {
  color: #cff4fd;
  text-decoration: underline;
}
footer a:has(.link-img), footer a:has(.link-img):hover {
  text-decoration: none;
}

.footer-navbar .icon-sns {
  width: 32px;
  fill: #ffffff;
  margin: 0.3rem 0;
}

/*--texts--*/
h1, h2, h3, h4, h5, p, span, button, li {
  text-rendering: optimizeLegibility;
}

p {
  font-size: 0.92rem;
  margin-bottom: 1.65em;
  line-height: 1.35em;
}

txt-note-sm {
  font-size: 0.86rem;
  margin-bottom: 0.36em;
}

p.txt-note-sm {
  font-size: 0.86rem;
  margin-bottom: 1.65em;
}

.text-em,
strong {
  font-weight: 700;
}

.txt-block {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}

a {
  color: #074571;
  font-weight: normal;
}

a:hover {
  color: #065D99;
  text-decoration: underline;
}

.txt-alert {
  color: #CB1423;
}

.txt-alert:empty {
  display: none;
}

/*--common elements--*/
hr {
  margin: 1.25em 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.row-place-end {
  display: flex;
  justify-content: end;
}

/*--modal--*/
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal {
  z-index: 1055;
  padding: 1rem;
  margin: 0.5rem auto;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(0.5rem) * 2);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 620px;
    margin: 1.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 1px solid #cccccc;
  border-radius: 0.5rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.65rem;
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6em;
  font-weight: 700;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 1.65rem;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
}

.modal-header .btn-close {
  padding: 8px 8px;
  margin: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.offcanvas .btn-close {
  margin-left: 1em;
  padding: 0.65em;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.85;
}

.btn-close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
  box-shadow: none;
  outline: 2px dotted #087267 !important;
}

/*-------------
    nav & dropdown
-------------*/
/*------------
    hamburger button
-------*/
.button-toggle {
  appearance: button;
  width: auto;
  height: 0;
  border: 2px solid transparent;
  padding: 0 1rem;
  margin: 0;
}
.button-toggle:hover {
  text-decoration: none;
}
.button-toggle:focus {
  outline: 2px dotted #087267;
}

.navbar-toggler {
  padding: 0 0;
  font-size: inherit;
  line-height: 1;
  color: #293845;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button-toggle:hover .navbar-toggler {
  text-decoration: none;
  color: #33b8a7;
}

/*-----
        dropdown bootstrap
   ------ */
.btn-drop {
  appearance: button;
  color: #203c4a;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border: 2px solid transparent;
  padding: 0.375rem 0.65rem;
  margin: 0;
  background: transparent;
  text-transform: none;
  font-size: 1rem;
  border-radius: 0.375rem;
  vertical-align: middle;
}
.avatar-dropdown .btn-drop {
  height: auto;
  padding: 4px;
  border-color: #9c9c9c;
  border-width: 2px;
}
.avatar-dropdown .btn-drop:hover {
  background: #eee;
  border-color: #33b8a7;
}
.avatar-dropdown .btn-drop:focus {
  background: #eee;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.65rem;
}

.dropdown-menu {
  z-index: 1 !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.11);
}

.dropdown-menu:before {
  content: url(../images/sites/img-triangle-top.svg);
  height: 12px;
  width: 12px;
  position: absolute;
  top: -12px;
  right: 10%;
  margin: 0 0 0 -3px;
  z-index: 100;
}

.drop-language .dropdown-menu {
  border-top-right-radius: 0;
}

.drop-language .dropdown-menu:before {
  right: 10%;
}

.avatar-dropdown .dropdown-menu {
  border-top-left-radius: 0;
  overflow: auto;
  max-height: 320px;
}

.avatar-dropdown .dropdown-menu:before {
  left: 10%;
}

.options-menu .dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/*--user nav--*/
.dropdown.drop-settings button img {
  vertical-align: bottom;
}

.options-menu {
  font-size: 0.82rem;
}

.options-menu .dropdown-menu li .user-profie {
  border-bottom: 1px solid #eee;
}

.user-profie .txt-username {
  font-size: 0.78rem;
  font-weight: 700;
}

.options-menu .dropdown-menu li .user-profie p {
  margin: 0.65em;
}

.dropdown-menu li a.dropdown-item {
  color: #555555;
  padding: 0.65em;
  font-size: 0.92rem;
}

.dropdown-menu li a.dropdown-item:hover {
  color: #555555;
  text-decoration: underline;
  background-color: #f1f1f1;
}

.dropdown-item:active {
  color: #555555;
  text-decoration: none;
  background-color: #f1f1f1;
}

/*---btn----*/
.btn-drop.dropdown-toggle:focus {
  outline-offset: 2px;
  outline: 2px dotted #333;
}

.btn-drop.show {
  border-color: #34b7a7;
}

.drop-language .btn-drop.dropdown-toggle {
  height: 30px;
  border-radius: 30px;
  padding: 0.24em 1.16em;
  font-size: 0.8rem;
  border-color: #203c4a;
  border-width: 1px;
  color: #203c4a;
}

.drop-language .btn-drop.dropdown-toggle:hover {
  color: #203c4a;
  background: transparent;
  border-color: #203c4a;
  text-decoration: underline;
}

.drop-language .btn-drop.dropdown-toggle.show {
  border-color: #203c4a;
}

.dropdown-toggle::after {
  color: #203c4a;
}

.avatar-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0.255em;
  content: url("../images/sites/icon-arrow-down-gray.svg");
  border: none;
  width: 18px;
}

.avatar-dropdown .dropdown-toggle.show::after {
  content: url("../images/sites/icon-arrow-up.svg");
}

.avatar-dropdown .dropdown-toggle:hover::after {
  content: url("../images/sites/icon-arrow-down.svg");
}

.avatar-dropdown .dropdown-menu li a.nav-link.portal-student {
  font-weight: 700;
  font-size: 0.92rem;
  text-align: center;
  padding: 0.65em;
  display: block;
}

.avatar-dropdown .dropdown-menu li a.nav-link.portal-student:hover {
  background: #f1f1f1;
}

.avatar-dropdown .dropdown-menu li a.nav-link.portal-student:focus {
  outline-offset: -2px;
  outline: 2px dotted #087267;
}

.avatar-dropdown .dropdown-item:active {
  background: #34b7a7;
}

/*----------
    hamberger toggle
--------------*/
.navbar {
  align-items: flex-start;
  padding-top: 0.06em;
  padding-bottom: 0;
}

.topbar-item.item-start {
  display: flex;
}

/*--offcanvas--*/
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  min-height: 30vh;
  max-height: 680px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  transform: translateY(-100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 0;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .offcanvas .btn-close,
  .navbar-toggler,
  .topbar-item.item-start,
  .topbar-item.item-user {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .navbar .offcanvas {
    position: relative;
    visibility: visible !important;
    background-color: transparent;
    height: 100%;
  }
  .offcanvas.offcanvas-top {
    transform: none;
    height: 100%;
    min-width: 250px;
    border-bottom: none;
  }
}
/*---menu focus--*/
input#menu-toggle {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input#menu-toggle:focus > .menu-button {
  outline: 2px solid #04A59B;
  outline-offset: 2px;
}

/*--sidebar menu--*/
.menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-sidebar .menu > li {
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  text-align: center;
  overflow: visible;
}

.menu-sidebar .menu > li.menu-item-top a,
.menu-sidebar .menu > li.menu-group-top {
  background-color: #fff;
}

.menu-sidebar .menu > li.menu-group-top:before {
  content: "";
  height: 24px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  background: #cff4fd;
  display: block;
}

.menu-sidebar .menu > li:last-child:after {
  content: "";
  height: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #cff4fd;
  display: block;
}

.menu li.menu-item a {
  display: block;
  padding: 12px 12px;
  font-size: 0.92rem;
  font-weight: 800;
  color: #222;
  width: 100%;
  background: #cff4fd;
  text-decoration: none;
}
.menu li.menu-item a:hover {
  text-decoration: underline;
}
.menu li.menu-item a:focus {
  outline: 2px dotted #087267;
}

li.menu-item .link-outer {
  background: #cff4fd;
  padding: 6px 4px;
  /*height: 100%;*/
}

li.menu-item a.menu-current {
  border-radius: 18px;
  color: #222;
  font-weight: 800;
  width: 104%;
  background: #34b7a7;
  margin-right: -2%;
  margin-left: -2%;
  box-shadow: 2px 1px 2px 1px rgba(38, 46, 78, 0.3);
}

@media (min-width: 992px) {
  li.menu-item a.menu-current {
    width: 110%;
    margin-right: -5%;
    margin-left: -5%;
  }
}
/*--------*/
.menu-sidebar {
  background: #fff;
  padding: 1em 0.65em 2em;
}
.menu-sidebar .menu-student {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: auto;
  flex: 1;
}

@media (min-width: 992px) {
  .menu-sidebar {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1.65em;
    /*enable inner scroll*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .menu-sidebar .menu-student {
    gap: 0;
  }
}
.student-avatar {
  position: relative;
  text-align: center;
  margin: 0.65em 0 1.25em 0;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.avatar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
}

/*----------
    nav pills
--------------*/
nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.page-appendix nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.page-appendix nav .topbar-item.item-logo {
  align-items: center;
}

@media (min-width: 668px) {
  .page-appendix nav .img-logo-site {
    margin: auto;
  }
}
/*----------
    scroll to top
--------------*/
#btn-back-to-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  display: none;
}

.btn-to-top {
  width: 3.86em;
  height: 3.86em;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.1);
  border: 3px solid #888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-to-top .i-top:before {
  content: url("../images/sites/icon-arrow-up.svg");
  width: 50%;
  display: inline-block;
}

.btn-to-top.show:hover {
  border: 3px solid #33b8a7;
}

.btn-to-top:focus {
  outline-offset: -2px;
  border: 2px dotted #014A43;
}

/*--------------------
    page main elements
-----------------*/
h1.page-title {
  margin: 0.6em 0 1.2em 0.65em;
  font-size: 1rem;
  font-weight: 800;
}

@media (min-width: 420px) {
  h1.page-title {
    margin: 0.6em 0 1.2em 0;
  }
}
.menu-dashboard {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.menu-dashboard .menu-outer {
  flex-basis: 46%;
}

.menu-outer.menu-fullwidth {
  flex-basis: 97%;
  width: 97%;
}

@media (min-width: 768px) {
  .menu-dashboard .menu-outer {
    flex-basis: 30%;
  }
  .menu-outer.menu-fullwidth {
    flex-basis: 100%;
    width: 100%;
  }
}
.menu-body {
  padding: 1.6em 1.6em 1.2em 1.6em;
  background: #fff;
  border-radius: 24px;
  margin: 1.2em 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
  position: relative;
}
.module-settings .menu-body {
  background: transparent;
  box-shadow: none;
  padding: 1.6em 0;
  border: 1px solid #ddd;
}

.menu-inner {
  border-radius: 50%;
  height: 80%;
  width: auto;
  margin: 0 auto 1.65em auto;
  text-align: center;
  opacity: 0.86;
}

a.link-subpage {
  text-decoration: none;
}

a.link-subpage:hover {
  text-decoration: underline;
}

a.link-subpage:focus {
  outline-color: transparent;
}

a.link-subpage:focus .menu-body {
  outline: 2px dotted #087267;
  outline-offset: 2px;
}

a.link-subpage .menu-inner:hover {
  opacity: 1;
}

.icon-menu {
  width: 6.8em;
}

a.link-subpage .menu-title {
  color: #212529;
  font-size: 0.92rem;
  text-align: center;
  font-weight: 700;
  margin: 0.36em 0 0 0;
}

a.link-in-dev {
  position: absolute;
  color: #212529;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
}

a.link-in-dev:hover {
  text-decoration: underline;
}

a.link-in-dev:focus {
  outline: 2px dotted #0B6CA1;
  outline-offset: 2px;
}

span.link-to-module {
  margin: 1.25em 0;
  font-size: 0.92rem;
  font-weight: 900;
}

.page-row {
  margin-bottom: 1.65em;
}

.page-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.65em;
}

.module-title {
  font-size: 0.92rem;
  text-align: left;
  font-weight: 800;
  margin-bottom: 1.25em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.module-title .title-end {
  font-size: 0.72rem;
  font-weight: 400;
}

.module-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.module-frame {
  flex: 1 0 100%;
}

@media (min-width: 768px) {
  .module-frame {
    flex: 1 0 42%;
  }
  .module-frame.module-fullwidth {
    flex-basis: 100%;
  }
  .module-frame.module-xs {
    flex: 0 1 16em;
  }
}
.module-title-outer {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1.25em;
  text-align: center;
}

.txt-end.txt-lg {
  font-size: 1.25rem;
}

.txt-end.txt-sm {
  font-size: 0.82rem;
}

.txt-em {
  font-weight: 800;
}

.module-body-duplicate {
  border-radius: 28px;
  padding: 1.6em;
  background: #fff;
  margin: 1.65em 0;
}

.module-body {
  border-radius: 28px;
  padding: 1.6em 1.25em;
  background: #fff;
}
.module-frame-clean .module-body, .module-frame-clear .module-body {
  background: transparent;
  padding: 1.65em;
}
.module-frame-reset .module-body {
  background: transparent;
  padding: 0;
}
.module-body p {
  font-size: 0.92rem;
}
.module-body p.text-summary {
  font-weight: 700;
}

.module-badges .module-row {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}

.module-row-flex {
  display: flex;
  gap: 1em;
  align-items: center;
}

@media (min-width: 420px) {
  .module-body {
    padding: 1.6em;
  }
}
@media (min-width: 576px) {
  .module-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .icon-menu {
    width: 8.2em;
  }
  .module-title-outer {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .module-frame.module-badges .module-row {
    margin-left: -26px;
    margin-right: -26px;
  }
}
/*---
tab pills
-----*/
/*--tabs - subject--*/
.nav-pills.nav-subjects {
  display: flex;
}

.nav-pills.nav-subjects .nav-link {
  border-radius: 25px;
  min-width: 6rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  color: #666;
  border: 2px solid #ccc;
  margin-right: 0.3rem;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  list-style: none;
}

.nav-pills.nav-subjects .nav-link:hover {
  border-color: #34b7a7;
  background: #eee;
}

.nav-pills.nav-subjects .nav-link.active,
.nav-pills.nav-subjects .show > .nav-link {
  background: #34b7a7;
  color: #222;
  border-color: #34b7a7;
}

.nav-pills.nav-centers .nav-link .nav-icon-top {
  display: block;
  width: 5em;
  margin: 0.65em auto;
}

/*--tabs - Center information--*/
.nav-pills.nav-centers .nav-link {
  background: #ffffff;
  border-radius: 25px;
  min-width: 6rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  color: #222222;
  border: 2px solid #ffffff;
  margin-right: 0.3rem;
}

.nav-pills.nav-centers .nav-link:hover {
  border-color: #33b8a7;
  background: #ffffff;
}

.nav-pills.nav-centers .nav-link.active,
.nav-pills.nav-centers .show > .nav-link {
  background: #ffffff;
  color: #222;
  border-color: #33b8a7;
}

/*-------
module layout
------*/
.module-bottom {
  margin-top: 0.65em;
}

.module-subject-nav {
  display: flex;
  justify-content: space-between;
}

.module-subject-status {
  padding-bottom: 1.6rem;
}

.module-subject-status p {
  font-weight: 900;
  font-size: 1.45rem;
}

.row-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
}
.row-actions.row-end {
  justify-content: end;
  align-items: center;
}

/*-------
module parts
------*/
.module-row li {
  font-size: 0.92rem;
}

/*---- reward bar-----*/
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 8px;
  height: 16px;
  border: 1px solid #cccccc;
  background: url(../images/sites/bg-progress.png) 0 0 no-repeat;
  background-size: cover;
}

progress::-webkit-progress-bar {
  background: url(../images/sites/bg-progress.png) 0 0 no-repeat;
  border-radius: 8px;
  background-size: cover;
}

progress::-webkit-progress-value {
  background-color: rgba(1, 137, 120, 0.75);
  border-radius: 8px 8px 8px 8px;
}

.reward-redeemed-1yr progress::-webkit-progress-value {
  background-color: rgba(230, 192, 2, 0.85);
}

progress[value="1"]::-webkit-progress-value,
progress[value="2"]::-webkit-progress-value,
progress[value="3"]::-webkit-progress-value,
progress[value="4"]::-webkit-progress-value,
progress[value="5"]::-webkit-progress-value,
progress[value="6"]::-webkit-progress-value,
progress[value="7"]::-webkit-progress-value,
progress[value="8"]::-webkit-progress-value,
progress[value="9"]::-webkit-progress-value,
progress[value="10"]::-webkit-progress-value,
progress[value="11"]::-webkit-progress-value {
  border-radius: 8px 0 0 8px;
}

progress[value="12"]::-webkit-progress-value {
  border-radius: 8px 8px 8px 8px;
}

progress::-moz-progress-bar {
  background: rgba(1, 137, 120, 0.75);
  border-radius: 8px 8px 8px 8px;
}

.reward-redeemed-1yr progress::-moz-progress-bar {
  background: rgba(230, 192, 2, 0.85);
}

progress[value="1"]::-moz-progress-bar,
progress[value="2"]::-moz-progress-bar,
progress[value="3"]::-moz-progress-bar,
progress[value="4"]::-moz-progress-bar,
progress[value="5"]::-moz-progress-bar,
progress[value="6"]::-moz-progress-bar,
progress[value="7"]::-moz-progress-bar,
progress[value="8"]::-moz-progress-bar,
progress[value="9"]::-moz-progress-bar,
progress[value="10"]::-moz-progress-bar,
progress[value="11"]::-moz-progress-bar {
  border-radius: 8px 0 0 8px;
}

progress[value="12"]::-moz-progress-bar {
  border-radius: 8px 8px 8px 8px;
}

.progress-top,
.progress-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0.65em 0;
}

.progress-star {
  background: url(../images/sites/icon-star.svg) 0 0 no-repeat;
  width: 22px;
  height: 22px;
}

.progress-star.star-blank {
  background: none;
  width: 22px;
  height: 22px;
}

.bar-label {
  font-size: 0.76rem;
  font-weight: 700;
  width: 120px;
}
.bar-label.level1 {
  text-align: left;
}
.bar-label.level2 {
  text-align: center;
}
.bar-label.level3 {
  text-align: right;
}

.doc-header {
  margin-top: 1.65em;
  text-align: center;
}

.doc p, .doc li {
  line-height: 1.5;
  margin-bottom: 1.25em;
}
.doc ul.list-clean {
  list-style: none;
  margin-left: 2em;
}
.doc ul.list-bullet {
  list-style: disc;
  margin-left: 2em;
}
.doc ul.compact li {
  margin-bottom: 0.65em;
}

/*----progress chart-----*/
.title-end .txt-chart-type {
  font-weight: 700;
}

.m-progresschart .module-body-top {
  margin-top: -1.65em;
}

.m-progresschart .module-body-top .chart-link {
  margin-bottom: 12px;
  text-align: right;
}

/*--move up chart--*/
.m-progresschart .module-title {
  z-index: 10;
  position: relative;
}

.m-progresschart .module-row {
  z-index: 9;
  margin-top: -15px;
  position: relative;
}

@media (min-width: 768px) {
  .m-progresschart .module-row {
    z-index: 9;
    margin-top: -45px;
  }
}
.module-body p.txt-chart-end {
  font-weight: 500;
  font-size: 0.72rem;
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  font-size: 0.72rem;
  margin-bottom: 0;
  bottom: -8px;
  right: 6px;
}

/*----*/
.graph-bottom, graph-top {
  margin: 0.65em 0;
}

.graph-top {
  position: absolute;
  top: -18px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .graph-top {
    top: -38px;
  }
}
.table-legend {
  display: table;
  margin: auto;
}
.table-legend .cel-legend {
  display: table-cell;
  padding: 0.3em;
  margin-right: 0.65em;
}

.chart-legend-item {
  font-size: 0.68rem;
}

.legend-item-img {
  vertical-align: middle;
  display: inline-block;
}
.legend-item-img.legend1 {
  height: 2px;
  width: 32px;
  background: #999999;
}
.legend-item-img.legend2 {
  height: 2px;
  width: 32px;
  background: #6dcff6;
}

/*-Dashboard level progress bar chart-*/
.progress-bar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 84%, transparent 85% 100%), conic-gradient(#46E05F 0%, #f1f1f1 0);
}

/*-Progress pie chart-*/
.module-frame.m-worksheets-used,
.module-frame.m-level-progress {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .module-frame.m-worksheets-used,
  .module-frame.m-level-progress {
    flex-basis: 42%;
  }
}

.m-level-progress .module-title .title-end {
  line-height: 1.65em;
}

.m-level-progress .module-row .row-col {
  margin: 0 auto;
}

.m-level-progress .txt-output {
  font-weight: 900;
  font-size: 0.92rem;
}

.m-username-current {
  font-weight: 900;
}

.m-level-progress .module-row-flex {
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .m-level-progress .module-row-flex {
    flex-wrap: nowrap;
  }
}

/*-pie chart-*/
.k-arcgauge-label span + span {
  line-height: 1.5em;
}

/*-worksheet bar chart-*/
@media (min-width: 768px) {
  .m-level-progress .module-body,
  .m-worksheets-used .module-body {
    height: 100%;
  }
}
/*---
    .m-worksheets-used .module-row {
    margin-left: -0.95em;
    margin-right: -1.15em;
}
---*/
.m-worksheets-used .module-row .k-chart {
  letter-spacing: -0.5px;
}

.m-worksheets-used .module-row .k-chart svg {
  width: 110% !important;
}

/*------------------
     award badge 
-----------------*/
.badge-chart > .carousel {
  margin-bottom: 1.65em;
}
.m-awards .badge-chart > .carousel {
  min-height: 75px;
}

.badge-chart .carousel-inner {
  width: auto;
  margin-right: 32px;
  margin-left: 32px;
}

.badge-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.badge-row > button {
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
}

.badge-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  min-height: 50px;
}

span.badge-label {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-align: center;
  color: #212529;
}

.badge-item > button {
  background: #fff;
}

.badge-row {
  gap: 0.15rem;
}
.carousel-levels-completed .badge-row {
  gap: 0.15rem;
}

@media (min-width: 420px) {
  .m-levels-completed .module-row,
  .m-milestones .module-row,
  .m-awards .module-row {
    margin-left: -26px;
    margin-right: -26px;
  }
}
/*-----------
Badge Sizes
-----------*/
.badge-row {
  gap: 0.3rem;
}
.carousel-levels-completed .badge-row {
  gap: 0.15rem;
}

.carousel-awards1 .badge-row:has(button) {
  border-bottom: 1px solid #ddd;
}

.badge-item {
  margin-bottom: 0.65rem;
}
.carousel-levels-completed .badge-item {
  width: 15%;
  aspect-ratio: 1/1.5;
  margin-bottom: 0.15rem;
}
.carousel-milestones .badge-item {
  width: 32%;
  aspect-ratio: 1/0.85;
  background-size: 90%;
}
.carousel-awards1 .badge-item {
  background-size: 72%;
  width: 32%;
  aspect-ratio: 1/1.1;
}
.carousel-awards2 .badge-item {
  background-size: 82%;
  width: 32%;
  aspect-ratio: 1/1.05;
}

@media (min-width: 768px) {
  .badge-row {
    gap: 0.2rem;
  }
  .carousel-levels-completed .badge-row {
    gap: 0.1rem;
  }
  .carousel-levels-completed .badge-item {
    width: 8.6%;
  }
  .carousel-milestones .badge-item {
    width: 16%;
  }
  .carousel-awards1 .badge-item, .carousel-awards2 .badge-item {
    width: 16%;
  }
  .carousel-awards2 .badge-item {
    width: 16%;
  }
}
/*----------
badge completions fix
-------------*/
.badge-item.award-Jcomleted,
.badge-item.award-programCompleted-math.gray,
.badge-item.award-programCompleted-reading,
.badge-item.award-programCompleted-kokugo,
.badge-item.award-programCompleted-efl,
.badge-item.award-dualCompleted,
.badge-item.award-tripleCompleted {
  background-position: 50% 20%;
  background-size: 82%;
}

/*--carousel overwrite--*/
.badge-chart .carousel-control-next,
.badge-chart .carousel-control-prev {
  width: 32px;
}
.badge-chart .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%66666'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.badge-chart .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%66666'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.badge-chart .carousel-awards1 .carousel-inner,
.badge-chart .carousel-awards2 .carousel-inner {
  margin-right: 0;
  margin-left: 0;
}

.badge-chart .carousel-awards1 .carousel-inner .badge-row,
.badge-chart .carousel-awards2 .carousel-inner .badge-row {
  margin-right: 32px;
  margin-left: 32px;
}

/*achieve m-certificate*/
.m-certificate .module-body {
  text-align: center;
}
.m-certificate .module-body .icon-menu {
  width: 8.2em;
  margin: 1.65em 0;
}
.m-certificate .module-body .link-download {
  font-weight: 800;
  padding-left: 0.3em;
}

/*-Summary accordion-*/
details {
  transition: max-height 0.2s ease-out;
}

summary {
  list-style: none;
  margin: 0.65em 0;
  font-size: 0.98rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 1em;
}

summary::marker,
summary::-webkit-details-marker {
  list-style-type: none;
  display: none;
}

summary:after {
  display: inline-block;
  content: "";
  background: transparent url(../images/sites/icon-arrow-down-gray.svg) 50% 50% no-repeat;
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 28px;
  height: 24px;
  background-size: 65%;
  background-position: 40% 60%;
}

details[open] > summary:after {
  transform: rotate(180deg);
  background: #ccc url(../images/sites/icon-arrow-down-white.svg) 50% 50% no-repeat;
  background-size: 65%;
}

/*accordion overwrite*/
.m-appendix .accordion-item {
  background: transparent;
}
.m-appendix .accordion-button {
  background: transparent;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
.m-appendix .accordion-button:after {
  background: #ccc url(../images/sites/icon-arrow-down-white.svg) 50% 50% no-repeat;
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 28px;
  height: 24px;
  background-size: 65%;
}
.m-appendix .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.m-appendix .header-legend {
  margin-bottom: 0.65em;
  font-weight: 700;
}
.m-appendix li, .m-appendix p {
  margin-bottom: 1.25em;
  font-size: 0.82rem;
}
.m-appendix li {
  margin-left: 2.6rem;
  list-style: disc;
}
.m-appendix .txt-legend-em {
  font-weight: 700;
}

/*--center info---*/
.module-frame.m-center-info {
  flex: 100%;
  padding: 0 0.65em;
}

.m-center-info .module-row {
  margin-bottom: 1.65em;
}

.module-row-label {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.36em;
}
.module-row-label a {
  font-weight: 800;
}

.module-row-sublabel {
  font-weight: 800;
  font-size: 0.88rem;
}

.header-centername {
  color: #1e3e4f;
  font-size: 1.62rem;
  font-weight: 800;
  margin-bottom: 0.65em;
}

@media (min-width: 420px) {
  .module-frame.m-center-info {
    padding: 0 0;
  }
}
/*-address-*/
.address-output {
  display: block;
  font-size: 0.92rem;
  margin: 0.65em 0;
  font-weight: 600;
}

.address-output:empty {
  display: none;
}

.address-end {
  margin-top: 1.65em;
  margin-bottom: 0;
}

/*-hour list-*/
.center-hours {
  padding-left: 2em;
}

.center-hours li {
  padding-left: 2em;
  margin-bottom: 0.65em;
  display: table-row;
}
.center-hours li span {
  display: table-cell;
  font-size: 0.82rem;
  padding-bottom: 0.65em;
}
.center-hours li span.txt-day {
  font-weight: 700;
  width: 50px;
  text-align: right;
}
.center-hours li span.txt-time {
  padding-right: 0.36em;
  width: 136px;
  text-align: right;
}

.center-upload {
  margin-top: 0.65em;
}

.center-upload li {
  margin-bottom: 0.65em;
}

.center-upload li a {
  font-weight: 700;
  text-decoration: underline;
  color: #074571;
}

/*--Resources---*/
.resource-topic {
  margin-bottom: 1.65em;
}

.resource-topic ul {
  display: flex;
  gap: 1.65em;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 542px) {
  .resource-topic ul {
    justify-content: flex-start;
  }
}
.header-topic {
  font-size: 1.25rem;
  margin-bottom: 1.65em;
  font-weight: 700;
  text-align: left;
}

.resource-topic ul li {
  flex-basis: 145px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.resource-topic ul li .topic-link {
  appearance: none;
  background: transparent;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  padding: 0;
  width: 100%;
  font-family: "open-sans", arial, helvetica, sans-serif;
}

.resource-topic ul li .topic-link-icon {
  height: 3.6em;
  margin: 0 auto 1.25em;
  display: block;
}

.topic-link-text {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  color: #222222;
  padding: 1.25em 0.65em;
  margin: 0 auto;
}

.topic-link:hover .topic-link-text {
  text-decoration: underline;
}

.topic-link:focus {
  outline: 2px dotted #014A43;
  outline-offset: 2px;
  border-radius: 26px;
}

@media (min-width: 992px) {
  .resource-topic ul li {
    flex-basis: 135px;
  }
}
/*--resources icon image src--*/
.topic-link-icon {
  height: 4.2em;
  background-size: auto;
  width: 100%;
}

li.topic-i01 .topic-link-icon {
  background: url("../images/sites/resource-01.svg") 50% 50% no-repeat;
}

li.topic-i02 .topic-link-icon {
  background: url("../images/sites/resource-02.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i03 .topic-link-icon {
  background: url("../images/sites/resource-03.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i04 .topic-link-icon {
  background: url("../images/sites/resource-04.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i05 .topic-link-icon {
  background: url("../images/sites/resource-05.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i06 .topic-link-icon {
  background: url("../images/sites/resource-06.svg") 50% 50% no-repeat;
  width: 76%;
  margin-top: -0.65em !important;
  height: 4.2em !important;
}

li.topic-i07 .topic-link-icon {
  background: url("../images/sites/resource-07.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i08 .topic-link-icon {
  background: url("../images/sites/resource-08.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i09 .topic-link-icon {
  background: url("../images/sites/resource-09.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i10 .topic-link-icon {
  background: url("../images/sites/resource-10.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i11 .topic-link-icon {
  background: url("../images/sites/resource-11.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i12 .topic-link-icon {
  background: url("../images/sites/resource-12.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i13 .topic-link-icon {
  background: url("../images/sites/resource-13.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i14 .topic-link-icon {
  background: url("../images/sites/resource-14.svg") 50% 50% no-repeat;
  width: 76%;
}

li.topic-i15 .topic-link-icon {
  background: url("../images/sites/resource-15.svg") 50% 50% no-repeat;
  width: 76%;
}

/*--resource modal---*/
.modal-resources-item .modal-header .modal-title {
  font-weight: 600;
}

.modal-resources-item .modal-body {
  line-height: 1.5em;
  font-size: 0.92rem;
}

/*--Referral program samsung---*/
@media (min-width: 768px) {
  .content-row-referral {
    padding: 0 1.25em;
  }
}
.txt-tagline-xxlarge {
  color: #494075;
  font-size: 2.45rem;
  font-weight: 900;
  margin-bottom: 0.36em;
}

.txt-tagline-large {
  color: #494075;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.36em;
}

.txt-tagline-medium {
  color: #494075;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.36em;
}

.header-topic.topic-referral {
  margin-bottom: 1.25em;
  color: #087267;
}

.row-bottom {
  margin: 1.65em 0;
}

.content-row-referral .row-button {
  margin: 1.26em 0;
}

ol.steps-referal {
  margin-left: 0;
  margin-bottom: 1.65em;
  list-style: none;
  counter-reset: referral-counter;
  padding: 0;
}
ol.steps-referal li {
  counter-increment: referral-counter;
  margin-bottom: 1.25em;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
}
ol.steps-referal li .step-item {
  line-height: 1.36em;
}
ol.steps-referal li a {
  font-weight: 800;
  color: #8365a1;
}
ol.steps-referal li a:hover {
  text-decoration: underline;
  color: #494075;
}
ol.steps-referal li:before {
  content: "" counter(referral-counter);
  background: url("../images/sites/list-referral.png") 50% 50% no-repeat;
  background-size: 32px;
  color: #494075;
  font-weight: 900;
  font-size: 0.92rem;
  margin-right: 0.65em;
  font-family: sans-serif;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
}

/*----------
    Settings
-------------*/
a.path-root {
  font-size: 0.86rem;
  font-weight: 600;
}

a.path-root:before {
  content: "<";
  width: 1em;
  height: auto;
  display: inline-block;
  font-weight: bold;
  font-size: 0.86rem;
  vertical-align: middle;
}

.card-student-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.65em;
}

.card-student {
  flex-basis: 105px;
  text-align: center;
}
.card-student .card-title {
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.32rem;
  height: 1.25rem;
}
.card-student .card-title:empty {
  height: 1.25rem;
}
.card-student img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.card-student .card-text {
  display: block;
  margin: 0.65em auto;
  font-size: 0.82rem;
  text-align: center;
}
.card-student .card-link-block {
  display: block;
  border: 1px solid Transparent;
  border-radius: 0.3em;
  padding: 0.3em;
}
.card-student .card-link-block:hover {
  border: 1px solid #087267;
  background: #fff;
}
.card-student .card-link-block:focus {
  outline: 2px dotted #087267;
  outline-offset: 2px;
}
.card-student .a-link {
  font-size: 0.82rem;
}

.card-student img,
.group-profile img.icon-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.profile-top .txt-nickname {
  display: block;
  margin: 0.65em auto;
  font-size: 0.82rem;
  text-align: center;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl-studentstatus {
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: #ffffff;
}
.tbl-studentstatus td, .tbl-studentstatus th {
  padding: 0.65em;
  font-size: 0.82rem;
  border-bottom: 1px solid #ccc;
}
.tbl-studentstatus th {
  font-weight: 700;
}

.icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.65em;
  margin-bottom: 1.65em;
}
.icons-wrapper .img-avator {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  vertical-align: top;
}

.dt-output {
  padding: 0.36em 0.65em;
  background: #cccccc;
  color: #555555;
  border-radius: 0.12em;
  display: inline-block;
}

.dt-checkbox {
  padding: 0.16em 0.32em;
}

.row-edit-account .form-set .txt-alert {
  font-size: 0.78rem;
  margin-bottom: 0.36em;
}

.row-edit-account .section-header {
  font-size: 1.26rem;
  margin-bottom: 1.65em;
  font-weight: 700;
}

ul.account-rules {
  margin-bottom: 1.65em;
}

ul.account-rules li {
  margin-bottom: 0.65em;
  line-height: 1.6em;
}

ul.account-rules > li:before {
  content: "-";
  text-indent: -5px;
}

.modal-open-doc .modal-body {
  padding: 0;
}

.modal-open-doc .modal-body .no-timestamp {
  padding: 1rem 1.65rem;
}

.modal-open-doc .modal-body .doc-frame {
  padding: 0.32rem;
  width: 100%;
  border: 1px solid #ccc;
  background: #ccc;
}

iframe.doc-wrapper {
  width: 100%;
  padding: 1px;
  /*min-height: 1550px;*/
}

/*----------
   terms page
-------------*/
.m-legalterm {
  text-align: left;
}
.m-legalterm h1.page-title {
  font-size: 1.56rem;
  font-weight: 700;
  padding-bottom: 0.36em;
  border-bottom: 1px solid #ddd;
}
.m-legalterm h2 {
  font-size: 1.26rem;
  font-weight: 700;
  margin-bottom: 1.25em;
  margin-top: 1.65em;
}

ol.terms {
  list-style-type: decimal;
  margin-left: 2.65em;
}
ol.terms li {
  margin-bottom: 1.65em;
  padding-left: 0.65em;
}

ul.bullet {
  margin-left: 1.65em;
}
ul.bullet li {
  list-style: circle;
  margin-bottom: 1.65em;
}

.topic {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .doc {
    margin: 1.65em;
  }
}
/*-------
    announcement page
-------*/
body.page-announcement {
  height: auto;
}

body.page-announcement section {
  max-width: 520px;
  width: 90%;
  margin: 1.65em auto;
  height: auto;
}

body.page-announcement .content {
  padding: 2.65em;
  background: #fff;
  border-radius: 1rem;
}

h1.announcement-title {
  font-size: 1.65rem;
  margin-bottom: 0.35em;
  font-weight: 700;
}

body.page-announcement section .txt-sm {
  font-size: 0.86rem;
  font-weight: 500;
  text-align: center;
}

.i-checked {
  width: 2.2em;
  display: inline-block;
  padding-right: 0.35em;
  vertical-align: text-bottom;
}

body.page-announcement .announcement {
  border-top: 1px solid #f00;
  padding-top: 1.25em;
}

.announcement p {
  padding-top: 0.65em;
}

/*--------
    error
------*/
.error-top {
  display: flex;
  width: 100%;
  gap: 1.65em;
  flex-direction: column;
  flex-wrap: nowrap;
}

.error-top-item {
  text-align: left;
}

.bi-emoji-frown {
  width: 78px;
  height: 78px;
}

.error-top-item h1.title {
  font-size: 1.86rem;
  font-weight: 700;
  margin-bottom: 1.65em;
  margin-top: 0.65em;
}

.error-top-item h2.sub-title {
  font-size: 1.16rem;
  font-weight: 600;
  margin-bottom: 0.65em;
}

@media (min-width: 576px) {
  .error-top {
    flex-direction: row;
  }
}
/*--------
footer parts
------*/
.footer-row.row-fill {
  /* flex: 1 0 0;
      display: flex;
      align-items: center;*/
}

.nav-sns {
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  .nav-sns {
    justify-content: start;
  }
  .footer-row.copyright {
    flex: 1;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .footer-row.copyright {
    flex: 1;
    text-align: right;
  }
}
/*-----------
    form
------------*/
/*--form layout--*/
.page-form header .container-region {
  max-width: 480px;
}

/*registration pages*/
.page-form.page-register header .container-region,
.page-form.page-register .container-region-form .form-main {
  max-width: 560px;
}

.container-region-form {
  padding: 0;
  font-size: 0.82rem;
}

.form-main {
  max-width: 480px;
  margin: auto;
  padding: 0.8em;
  text-align: center;
}
.form-main p {
  margin-bottom: 0.65em;
}
.form-main a {
  color: #074571;
  font-weight: normal;
}
.form-main a:hover {
  color: #0169B3;
  text-decoration: underline;
}
.form-main .form-alert {
  display: none;
  color: #CB1423;
  margin: 0.3rem 0;
}
.form-main .alert-notification {
  color: #087267;
}
.form-main .form-signin .form-alert {
  text-align: center;
}

.form-box {
  margin: 2em auto;
  border-radius: 1rem;
  background: #ffffff;
  padding: 3em 2.6em 2.65em;
  color: #222222;
}

.form-box-bottom p,
.form-box-bottom a {
  font-size: 0.86rem;
  font-weight: 600;
}

.module-settings .form-group {
  margin-bottom: 2.6em;
}

.form-block-row {
  display: flex;
  gap: 1.65rem;
}

.form-block {
  margin-bottom: 1.2rem;
  text-align: left;
}
.form-block.form-bottom-note p {
  text-align: left;
  font-size: 0.82rem;
  margin-bottom: 0.65em;
  color: #212529;
  font-weight: 600;
}
.form-block.form-bottom-note p a, .form-block.form-bottom-note a {
  font-weight: 600;
}
.form-block.form-bottom-note p:empty {
  display: none;
}
.form-block.is-invalid .form-alert {
  display: block;
}
.form-block.form-bottom-note.link-regions {
  margin-top: 2.65em;
}
.form-block.form-bottom-note.link-regions p {
  line-height: 1em;
}
.form-block.form-bottom-note.link-regions p:empty {
  display: none;
}

body.admin .form-block.form-bottom-note.link-regions {
  border-top: 1px solid #ddd;
  padding-top: 1.25em;
  margin-top: 0.65em;
}

.form-block-submit {
  margin-top: 0.65em;
  margin-bottom: 1.25em;
  text-align: center;
}
.module-settings .form-block-submit {
  text-align: left;
  margin-top: 3.2em;
}
.form-block-submit .txt-alert {
  font-weight: 700;
  display: inline-block;
  font-size: 0.92rem;
  margin: 0.36em 0;
  width: 100%;
  line-height: 1.5;
}
.form-block-submit .alert-priority {
  /*border: 1px solid $red-dark;*/
  padding: 0.65em;
}
.form-block-submit .submit-bottom-note {
  margin: 1.65em 0;
}

fieldset {
  border: 0;
  margin: 2.6em 0 0;
  padding: 0;
  text-align: left;
}

.field-confirm {
  padding: 0.65em;
  border: 1px solid #ccc;
  margin: 0.65em 0;
}

legend {
  margin: 0.65em auto;
  position: relative;
  width: 100%;
  text-align: center;
}

legend:before {
  border-bottom: 1px solid #33b8a7;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}

.legend-title {
  font-weight: normal;
  background-color: #fff;
  color: #087267;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 50%;
  padding: 0.3rem;
  position: relative;
  width: auto;
  z-index: 10;
}

.module-settings .legend-title {
  background: #E5E5E5;
}

.form-set {
  margin-bottom: 0.36em;
}
.form-set.set-checkbox {
  display: flex;
}
.form-set.set-question, .form-set.output-question {
  margin-bottom: 0.36em;
}
.form-set .form-set-note {
  font-size: 0.82rem;
}

@media (min-width: 768px) {
  .form-set-row {
    display: flex;
    flex-direction: row;
    gap: 1.65em;
  }
  .form-set-row.set-fullname {
    display: block;
  }
}
.form-row {
  display: table;
  width: 100%;
}
.form-row .form-set {
  display: table-row;
}
.form-row .form-set .form-set-cel {
  display: table-cell;
  padding: 0.32em;
  text-align: left;
  vertical-align: top;
}
.form-row .form-set .cel-actions {
  text-align: right;
}
.form-row .form-set .input-label {
  width: 120px;
}
.form-row .form-set hr.form-row-divider {
  border: 1px solid #33b8a7;
}

.form-block.module-settings {
  margin-bottom: 1.65em;
}

.input-label {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 0.88rem;
  margin: 0.65em 0;
}
.input-label.label-question:before {
  content: "Q:";
  width: auto;
  font-size: 1.26rem;
  font-weight: 700;
  margin-right: 0.32em;
  color: #33b8a7;
}

.checkbox-label {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 0.88rem;
  margin: 0.36rem;
  line-height: 1.25em;
}

.form-block-label {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 0.88rem;
  margin: 0.36rem 0;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.6rem 0.36rem;
  color: #212529;
  line-height: 1.5;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.76rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0.36em;
  font-family: inherit;
}
.form-control.aspNetDisabled {
  background: #f1f1f1;
  font-weight: 700;
  color: #555555;
}
.form-control.input-password, .form-control.input-username {
  max-width: 14em;
}
.form-control.input-answer {
  width: 80%;
}
.form-control.input-disabled {
  background: #D8D8D8;
}
.form-control.input-disabled-light {
  background: #f1f1f1;
}
.form-control.input-default {
  max-width: 22rem;
}
.form-control.input-default-short {
  max-width: 12rem;
}
.form-control.input-default-max {
  max-width: 30rem !important;
  min-height: 45px;
  word-break: break-word;
  height: auto !important;
  max-height: 68px;
}
.form-control.input-dob, .form-control.input-date {
  max-width: 10rem;
}
.form-control.input-nickname {
  max-width: 10rem;
}
.form-control.input-id {
  max-width: 14rem;
}

.form-set textarea {
  font-family: inherit;
}

@media screen and (min-width: 476px) {
  .form-control {
    padding: 0.6rem 1rem;
  }
}
/*---ADA fix --*/
::placeholder {
  color: #666;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input[type=radio] {
  accent-color: #0A7164;
}

/*--radiobutton--*/
.set-radio-group {
  margin: 1.65em;
}

.set-radio {
  margin-right: 1.65em;
}
.set-radio label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.92rem;
}
.set-radio input[type=radio] {
  width: 1.26em;
  height: 1.26em;
  margin-top: 0;
  vertical-align: top;
  background-color: transparent;
  /*background-image:;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
}
.set-radio input[type=radio]:checked {
  background-color: #3BC4B6;
  border-color: #087267;
}

/*--checkbox--*/
.set-checkbox input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-set-row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.set-question .input-set-row {
  align-items: flex-start;
  margin-bottom: 1.65em;
}

.icon-answer {
  background-image: url(../images/sites/icon-arrow-return-right.svg);
  width: 32px;
  height: 32px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-left: 1rem;
  margin-top: 0.65em;
}

.input-set-answer {
  flex: auto;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  color: #212529;
  line-height: 1.5;
  border: 1px solid #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.76rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.set-question .form-select,
.set-question .form-control[type=text] {
  margin-bottom: 0.6em;
}

.is-invalid .form-control,
.is-invalid .form-select {
  border-color: #CB1423;
}

.is-invalid .input-label {
  color: #CB1423;
}

.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-verify .available {
  background: #f1f1f1;
  color: #087267;
  margin: 0.35em 0;
  font-weight: 700;
  padding: 0.65em;
  display: block;
}
.form-verify .unavailable {
  background: #f1f1f1;
  color: #CB1423;
  margin: 0.35em 0;
  font-weight: 700;
  padding: 0.65em;
  display: block;
}

.form-section-header {
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 1.25em;
}

/*--button--*/
button:focus:not(:focus-visible) {
  outline: 0;
}

.btn-base {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #ffffff;
  font-weight: 800;
  font-size: 0.86rem;
  width: auto;
  height: 38px;
  border-radius: 38px;
  border: 2px solid transparent;
  padding: 0.45rem 1.2rem;
  margin: 0.3rem 0.6rem;
  letter-spacing: 0.015rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.avator-dropdown .btn-base {
  border-radius: 6px;
  height: auto;
  background: #fff;
  margin-left: 0;
}
.form-block-submit .btn-base {
  padding: 0.45rem 3.6rem;
}
@media only screen and (max-width: 575.98px) {
  .form-block-submit .btn-base {
    width: 100%;
    margin: 0.65em 0;
  }
}
.btn-base.btn-submit {
  background: #33b8a7;
  color: #212529;
}
.btn-base.btn-cancel {
  background: #b2b2b2;
  color: #212529;
}
.btn-base.btn-close-modal {
  color: #6c6c6c;
  background: #ffffff;
  border-color: #6c6c6c;
}
.btn-base.btn-close-modal:hover {
  color: #ffffff;
  background: #6c6c6c;
  border-color: #6c6c6c;
}
.btn-base.btn-txt {
  background: #ffffff;
  color: #087267;
  border-color: #33b8a7;
}
.btn-base.btn-alert {
  color: #ffffff;
  background: #E22736;
  height: auto;
  white-space: normal;
}

a.btn-base {
  text-decoration: none;
}

a.btn-base.btn-cancel {
  color: #212529;
  font-weight: 800;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
a.btn-base.btn-cancel:hover {
  background: #ffffff;
  color: #212529;
  border-color: #cccccc;
  border-width: 2px;
}

@media screen and (min-width: 576px) {
  .btn-base {
    width: auto;
  }
}
.btn-submit:hover {
  background: #3BC4B6;
}

.btn-submit:focus {
  background: #3BC4B6;
  outline: 2px solid #33b8a7;
  outline-offset: 2px;
}

.btn-submit:disabled,
.btn-submit[disabled] {
  background: #b2b2b2;
  outline: none;
  outline-offset: 0;
  color: #6c6c6c;
}

.btn-cancel:hover {
  background: #8c8c8c;
}

.btn-cancel:focus {
  background: #8c8c8c;
  outline: 2px solid #222222;
  outline-offset: 2px;
}

.btn-default {
  border-color: transparent;
}

.btn.dropdown-toggle:focus {
  outline-offset: 2px;
  outline: 2px dotted #333;
}

.btn-green {
  background: #ffffff;
  border-color: #33b8a7;
  border-width: 2px;
  display: flex;
  color: #087267;
}

.btn-gray {
  background: #fff;
  border-color: #9c9c9c;
  border-width: 2px;
  padding: 3px 4px 0 4px;
  display: flex;
}

.btn-white {
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  padding: 3px 4px 0 4px;
  display: flex;
  align-items: center;
}

.btn-gray:hover {
  background: #eee;
  color: #199586;
}

.btn-green:hover {
  border-color: #33b8a7;
}

.btn-gray:focus {
  color: #199586;
}

.btn-white:hover {
  background: transparent;
  color: #098477;
  border-color: #098477;
}

.btn-white:focus {
  border-color: #098477;
}

.a-link, .btn-link, .btn-txt-open {
  appearance: none;
  color: #087267;
  text-decoration: underline;
  font-size: 0.82rem;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
}

.module-settings .btn-alert {
  color: #CB1423;
}

.module-settings .btn-txt-open.open-pdf,
.module-settings .btn-txt-open.open-history {
  appearance: none;
  color: #087267;
  text-decoration: underline;
  font-size: 0.92rem;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
}

.open-history:before {
  display: inline-block;
  content: "";
  background: transparent url(../images/sites/icon-history-green.svg) 50% 50% no-repeat;
  border: none;
  width: 36px;
  height: 24px;
  background-size: 24px;
  background-position: 50% 0%;
  vertical-align: middle;
}

.open-pdf:before {
  display: inline-block;
  content: "";
  background: transparent url(../images/sites/icon-pdf-green.svg) 50% 50% no-repeat;
  border: none;
  width: 36px;
  height: 32px;
  background-size: 28px;
  background-position: 50% 0%;
  vertical-align: middle;
}

.module-settings .btn-base.btn-txt-open.btn-alert {
  background: transparent;
}

.btn-txt-open:hover {
  color: #014A43;
}

.btn-txt-open.btn-alert:hover {
  color: #ff0000;
  font-weight: 800;
}

.chart-link .btn-txt-open {
  font-weight: 800;
  color: #074571;
}

.chart-link .btn-txt-open:hover {
  font-weight: 800;
  color: #0169B3;
}

.a-btn {
  display: inline-block;
  appearance: button;
  background: #33b8a7;
  color: #222222;
  font-weight: 700;
  font-size: 0.86rem;
  width: auto;
  border-radius: 32px;
  border: 2px solid transparent;
  padding: 0.45rem 1.6rem;
  margin: 0;
  text-decoration: none;
  letter-spacing: 0.015rem;
}

.a-btn.btn-white-grn {
  border-color: #33b8a7;
}

.a-btn.btn-white-grn.btn-disabled {
  border-color: #6c6c6c;
  color: #6c6c6c;
  background: #ffffff;
  opacity: 0.98;
}

.a-btn.btn-white-grn:hover {
  border-color: #087267;
  color: #087267;
  background: #fff;
}

.a-btn.btn-white-grn.btn-disabled:hover {
  border-color: #6c6c6c;
  color: #6c6c6c;
  background: #ffffff;
  opacity: 0.7;
  cursor: not-allowed;
  text-decoration: none;
}

input.link-download {
  appearance: none;
  border: none;
  background: transparent;
  text-decoration: underline;
  font-size: inherit;
  color: inherit;
  padding: 0;
  color: #074571;
  font-weight: normal;
}

.txt-btn-note {
  font-size: 0.82rem;
  padding: 0 0.65em;
}

/*--loading icon--*/
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: -0.125em;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  margin-right: 0.65em;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

/*-----------
    form page basics
-----------*/
.form-main .logo-brand,
.page-form .global-header .logo-brand {
  width: 158px;
  margin: 0 auto;
  display: block;
}

.logo-site {
  max-width: 18rem;
  margin: 0 auto 1rem;
  display: block;
}

.img-welcome {
  max-width: 400px;
}

/*english title*/
.img-label-welcome {
  background-image: url("../images/sites/img-welcome.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 26px;
  max-width: 400px;
  background-position: 50% 50%;
  margin: 2.15em auto 1.65em;
}

/*french title*/
body.fr-ca .img-label-welcome,
body.fr .img-label-welcome {
  background-image: url("../images/sites/img-welcome-fr.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 26px;
  max-width: 460px;
  background-position: 50% 50%;
  margin: 2.15em auto 1.65em;
}

/*spanish title*/
body.es-mx .img-label-welcome,
body.es .img-label-welcome {
  background-image: url("../images/sites/img-welcome-es.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 26px;
  max-width: 460px;
  background-position: 50% 50%;
  margin: 2.15em auto 1.65em;
}

.form-title {
  color: #212529;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.65em;
}

.title-status {
  font-size: 1.26rem;
  font-weight: 600;
  margin-bottom: 1.65em;
}

.title-status.st-success {
  color: #0B6CA1;
}

.title-status.st-fail {
  color: #ff0000;
}

.txt-status {
  font-size: 1rem;
}

.row-status-link {
  padding: 1.26em 0;
}
.row-status-link .a-link {
  font-size: 1rem;
}

.form-page-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 1.65em;
}

.form-box .ic {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.ic.fill-alert {
  fill: #ff0000;
}
.ic.fill-success {
  fill: #33b8a7;
}

/*-----------
    settings page basics
-----------*/
.module-settings .cel-actions {
  text-align: right;
  margin-bottom: 8px;
}

.module-settings .form-set .form-control {
  max-width: 20em;
  min-height: 45px;
  font-size: 0.86rem;
}
.module-settings .form-set .form-control.input-default {
  max-width: 20rem;
}
.module-settings .form-set .form-control.input-grade {
  max-width: 3rem;
}
.module-settings .form-set .form-control.input-nickname, .module-settings .form-set .form-control.input-phone, .module-settings .form-set .form-control.input-email {
  max-width: 14rem;
}
.module-settings .form-set .form-control.input-password {
  max-width: 14rem;
}
.module-settings .form-set .form-control.input-dob, .module-settings .form-set .form-control.input-id {
  max-width: 14rem;
}

@media screen and (min-width: 768px) {
  .module-settings .cel-actions {
    float: right;
    text-align: right;
  }
  .module-settings .form-set .form-control {
    font-size: 1rem;
  }
}
.input-delete {
  width: 8em;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  border-color: #ff0000;
}

.input-delete:focus {
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(242, 36, 71, 0.25);
}

.dt-checkbox input[type=checkbox] {
  width: 32px;
  height: 32px;
}

.group-profile {
  display: flex;
  gap: 1.25em;
  align-items: center;
}

/*------
    bootstrap floating labels
---------*/
.form-floating {
  position: relative;
  min-height: 65px;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.form-floating > label.input-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: 26px; /*-kumon custom. half of input height-*/
  margin-top: 0;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.6rem 1rem;
  border-radius: 1rem;
  font-size: 1.25rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 2px 0;
}

/*--carousel--*/
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: opacity 0.15s ease;
  }
}
/*--popover in Achievement badges--*/
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: #ddd;
  -bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: #ddd;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
