/* ----------------------------------------------------------------------------
░▒▓████████▓▒░▒▓██████████████▓▒░░▒▓███████▓▒░░▒▓███████▓▒░░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓██████▓▒░  
░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓██████▓▒░ ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░░▒▓███████▓▒░░▒▓██████▓▒░░▒▓█▓▒▒▓███▓▒░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░     ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░ 
░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓████████▓▒░▒▓██████▓▒░ ░▒▓██████▓▒░  
 ░▒▓██████▓▒░░▒▓███████▓▒░ ░▒▓██████▓▒░░▒▓█▓▒░░▒▓██████▓▒░░▒▓███████▓▒░ ░▒▓██████▓▒░               
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░              
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░              
░▒▓████████▓▒░▒▓███████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓████████▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░              
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░              
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░      ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░              
░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░       ░▒▓██████▓▒░░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓███████▓▒░ ░▒▓██████▓▒░               
--- aleagi@eopen.com.br - 18072025 ------------------------------------------ */

/* --- fonts --------------------------------------------------------------- */
@font-face {
  font-family: "MontserratArabic";
  src: url("/theme/space/fonts/Montserrat-Arabic-Regular-400.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MontserratArabic", sans-serif !important;
}
body {
  font-family: "Poppins", sans-serif !important;
}

/* --- structure ------------------------------------------------------------ */
#region-main-box {
  min-height: 65vh;
}

/* --- drawer --------------------------------------------------------------- */
#nav-drawer[aria-hidden="true"] {
  display: none !important;
}

/* --- topbar -------------------------------------------------------------- */
.btn--darkmode-wrapper {
  color: #000;
}
#darkModeBtn:hover,
#darkModeBtn:focus,
#darkModeBtn:active,
#darkModeBtn:hover .btn--darkmode-wrapper,
#darkModeBtn:focus .btn--darkmode-wrapper,
#darkModeBtn:active .btn--darkmode-wrapper,
.local-adminer-nav-action .nav-link:hover,
.local-adminer-nav-action .nav-link:focus,
.local-adminer-nav-action .nav-link:active,
.local-mail .nav-link:hover,
.local-mail .nav-link:focus,
.local-mail .nav-link:active,
.rui-topbar-special-btn:hover,
.rui-topbar-special-btn:focus,
.rui-topbar-special-btn:active {
  background: rgba(106, 26, 70, 1) !important;
  color: #fff !important;
}

/* --- custom menu */
#customMenu {
  width: 100%;
}
#customMenu nav ul {
  justify-content: flex-end;
}
#customMenu nav ul a {
  font-weight: 900;
}
#customMenu nav ul a:hover,
#customMenu nav ul a:focus,
#customMenu nav ul a:active {
  background: rgba(106, 26, 70, 1) !important;
  color: #fff !important;
}
#moremenu-topbar .dropdown li a[aria-expanded=true] {
  display: none;
}

/* --- login --------------------------------------------------------------- */
#page-login-index,
#page-login-signup,
#page-login-forgot_password {
  background: #fff;
}
.rui-login-layout--1 .rui-login-box,
.rui-login-box .rui-login-content {
  padding: 0 !important;
  max-width: 400px !important;
  width: 100% !important;
}
.rui-login-box .rui-login-content > div {
  max-width: 500px !important;
  min-width: 100%;
  width: 100%;
  padding: 0 !important;
}
.rui-login-form:before {
  content: "Seja bem-vind@! Faça seu login abaixo:";
  display: block;
  font-weight: 900;
  margin: 0 0 2rem 0;
  text-align: center;
}
button.btn-primary {
  background: rgba(42, 88, 97, 1);
  border-radius: 12rem;
  text-transform: uppercase;
  font-weight: 900;
}
a.login-identityprovider-btn {
  border: solid 1px #ccc;
}
a.login-identityprovider-btn:hover,
a.login-identityprovider-btn:focus,
a.login-identityprovider-btn:active {
  background: #e0f8f3;
  border-color: #4b9eac;
}

/* --- lists --------------------------------------------------------------- */
/* ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
} */

/* --- forms --------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  border: solid 2px #7f8284;
  box-shadow: none;
  margin: 0.5rem 0;
}
form a {
  color: rgba(42, 88, 97, 1) !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 16px;
}
.form-textarea textarea {
  font-family: "courier";
  line-height: 1.2;
}
.btn-link,
[data-fieldtype="submit"] a,
.cancel a,
#page-mod-quiz-report .gradetheselink {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
[data-fieldtype="submit"] a:hover,
[data-fieldtype="submit"] a:focus,
[data-fieldtype="submit"] a:active,
.cancel a:hover,
.cancel a:focus,
.cancel a:active,
#page-mod-quiz-report .gradetheselink:hover,
#page-mod-quiz-report .gradetheselink:focus,
#page-mod-quiz-report .gradetheselink:active {
  background: rgba(106, 26, 70, 1) !important;
  color: #fff !important;
}

/* --- /my ----------------------------------------------------------------- */
.rui-course-card-wrapper a {
  display: flex;
  flex-direction: column;
}
.rui-course-card {
  padding: 1rem;
  background: rgba(245, 245, 245, 1);
  border: 0;
}
.rui-course-card .rui-course-card-body,
.rui-course-card .rui-course-card-progress-bar {
  padding: 1rem 0;
}
.rui-course-hidden-badge {
  color: #000;
}
.rui-course-cat-badge {
  background: rgba(42, 88, 97, 1);
  color: #fff;
  border-radius: 1rem;
  padding-inline: 1rem;
}
.block .block-cards .rui-progress {
  height: 1rem;
  background: rgba(217, 217, 217, 1);
}
.rui-course-card-progress-bar,
.rui-course-card-footer-progress {
  border-top: 2px solid rgba(194, 194, 194, 1);
}
.rui-progress-bar,
.progress-bar {
  background: rgba(106, 26, 70, 1);
}

/* course home ------------------------------------------------------------- */
.activity.activity-wrapper a.activity-icon,
.activity.activity-wrapper img.activityicon {
  display: none;
}
.rui-course-desc {
  font-size: 1rem;
}
ul.section-list li {
  margin: 1rem 0 !important;
}

ul.rui-section {
  border: 0 !important;
  padding: 0 !important;
}
.activity.label,
.rui-course-desc p {
  border: solid 1px #ccc !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  border-radius: 1rem;
  background: #fafafa;
}
.section-item h3 {
  border: 0;
  padding-left: 0;
}
.section-item h3 a:hover,
.section-item h3 a:focus,
.section-item h3 a:active {
  text-decoration: underline !important;
}

/* --- inside an activity */
.rui-activity--hascompletion {
  display: none;
}

/* --- acessibility -------------------------------------------------------- */
.visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(100%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --- typography ---------------------------------------------------------- */
.block h3.card-title {
  font-size: 1.4rem;
}
h3,
h3 a,
.section-title {
  color: rgba(106, 27, 71, 1) !important;
  border-left: solid 4px rgb(106, 27, 71);
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.4rem !important;
}
h3 a {
  border-left: 0;
  text-decoration: none;
}
h3:hover,
h3:focus,
h3:active {
  border-color: rgba(42, 88, 97, 1) !important;
}
h3 a:hover,
h3 a:focus,
h3 a:active {
  color: rgba(42, 88, 97, 1) !important;
}

/* --- sidebar left */
.courseindex-section-title a {
  color: rgb(106, 27, 71) !important;
}
.badge {
  background: #6a1a46 !important;
  opacity: 1 !important;
}
.completion_incomplete i:before {
  color: rgb(106, 27, 71);
  border-radius: 50%;
  background: rgba(106, 27, 71, 0.4);
}
.courseindex-link.text-truncate {
  zoom: 0.9;
  overflow: initial;
  white-space: initial;
  max-width: 100% !important;
  width: calc (100% - 30px) !important;
  margin: 0.2rem 0;
}
.courseindex-link.text-truncate:hover,
.courseindex-link.text-truncate:focus,
.courseindex-link.text-truncate:active {
  color: #2a5861 !important;
  text-decoration: underline;
}
.courseindex-link.text-truncate[aria-selected="true"] {
  font-weight: 900 !important;
  background: #00665f;
  color: #fff !important;
  padding: 0.25rem;
}

/* --- acessibility block */
#block-region-dtopblocks .block:first-of-type {
  margin-top: 0 !important;
}
.block_accessibility {
  border: 0;
  margin-bottom: 1rem !important;
}
.block_accessibility .card-body {
  padding: 0;
}
.block_accessibility #accessibility_controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  zoom: 1.2;
}
.block_accessibility #accessibility_controls > * {
  display: flex;
}
.block_accessibility #accessibility_controls li {
  aspect-ratio: 1 / 1;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_accessibility #accessibility_controls li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_accessibility #accessibility_controls li a:hover,
.block_accessibility #accessibility_controls li a:focus,
.block_accessibility #accessibility_controls li a:active {
  background: rgb(106, 27, 71) !important;
  color: #fff !important;
}
.block_accessibility .atbar-always label {
  margin: 0;
}
.block_accessibility input[type="button"] {
  background: transparent !important;
  color: #6a1a46 !important;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 4rem !important;
  box-shadow: none !important;
  zoom: 0.75;
  margin: 0 1rem !important;
}

/* --- footer -------------------------------------------------------------- */
#s-page-footer {
  border-top: 1px solid rgba(180, 227, 232, 1);
  padding-bottom: 0;
}
.rui-footer--social li {
  zoom: 1.4;
}
.rui-footer-btns {
  display: none;
}
.ea-footer-wrapper {
  display: grid;
  align-items: center;
  grid-gap: 1rem;
  grid-template-columns: 0.6fr 0.4fr;
}
.ea-footer-wrapper hr {
  display: none;
}
.rui-footer--contact svg {
  display: none;
}
.rui-footer--contact a {
  text-decoration: none;
  background: rgba(42, 88, 97, 1);
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}
.rui-footer--contact a:hover,
.rui-footer--contact a:focus,
.rui-footer--contact a:active {
  background: rgba(106, 26, 70, 1);
}
.rui-footer--contact,
.rui-footer--social {
  white-space: nowrap;
}
.rui-footer-content {
  font-weight: 500;
}
.rui-footer-content .mb-5 {
  margin-bottom: 0 !important;
}
.rui-footer--social a:hover,
.rui-footer--social a:focus,
.rui-footer--social a:active {
  background: rgba(106, 26, 70, 1);
  color: #fff !important;
}
.ea-footer-links {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1210px) {
  .ea-footer-wrapper {
    grid-template-columns: 1fr;
    justify-items: space-between;
    justify-content: space-between;
    margin: 0 auto;
  }
  .rui-footer-content {
    grid-column: 1 / -1;
  }
  .rui-footer--box {
    min-width: 220px !important;
  }
}
@media (max-width: 540px) {
  .ea-footer-links {
    grid-template-columns: 1fr;
  }
}
div[vw].enabled {
  top: 85% !important;
}
