* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-word;
  /* word-break: break-all; */
}

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

@font-face {
  font-family: 'Letters for Learners';
  src: local('Letters for Learners'),
    url("../ai/letters_for_learners.b8f6e2104c4e.ttf") format("truetype");
}

@font-face {
  font-family: 'Lexend';
  src: local('Lexend'),
    url("../ai/Lexend-Regular.c0dc51d28f78.ttf") format("truetype");
}

@font-face {
  font-family: 'Lexend';
  font-weight: bold;
  src: local('Lexend'),
    url("../ai/Lexend-Bold.4d5d99a2bed1.ttf") format("truetype");
}


@font-face {
  font-family: 'BrownPro-Bold';
  src: local('BrownPro-Bold'),
    url("../ai/BrownPro-Bold.22a6f4f2037b.ttf") format("truetype");
}

@font-face {
  font-family: 'Cream-Cake';
  src: local('Cream-Cake'),
    url("../ai/Cream-Cake.a0ade86d4c5e.otf") format("opentype");
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../ai/Sofia-Pro-UltraLight-Az.bc3fde4acd39.otf") format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../ai/Sofia-Pro-ExtraLight-Az.142bd7431252.otf") format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../ai/Sofia-Pro-Light-Az.8de2d0df5e09.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://uploads-ssl.webflow.com/65ad5c0bd3a082ee930f8058/65afe25116d81708dfc78614_SofiaProRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Sofia Pro';
  src: url('https://uploads-ssl.webflow.com/65ad5c0bd3a082ee930f8058/65afe251c89b942557261904_SofiaProMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('https://uploads-ssl.webflow.com/65ad5c0bd3a082ee930f8058/65afe253c7680b4c75c8949f_SofiaProSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('https://uploads-ssl.webflow.com/65ad5c0bd3a082ee930f8058/65afe2529fd3b1dc07d165ee_SofiaProBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../ai/Sofia-Pro-Black-Az.a5ee153fb1f7.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7azYYiAzcPDKo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7YjYYiAzcPDKo.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7aDYYiAzcPDKo.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v18/Wnz6HAc5bAfYB2Q7ZjYYiAzcPA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  height: 100%;
  width: 100%;
  /* font-family: 'BrownPro-Bold'; */
  /* font-family: 'Letters for Learners'; */
  /* font-family: 'Lexend'; */
  font-family: Sofia Pro, sans-serif;
}

body {
  /* grid container settings */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    'header'
    'main'
    'footer';

  color: var(--paloma-blue);
  font-family: Sofia Pro, sans-serif;
  /* font-family: 'Lexend'; */
  background-color: #fef9fa;
}

body pre {
  /* font-family: 'Lexend'; */
  font-family: Sofia Pro, sans-serif;
}

pre p {
  font-size: 2em;
}

body>header {
  grid-area: header;
}

body>#content {
  grid-area: main;
  /* overflow: auto; */
  overflow-y: scroll;
  padding: 10px;
}

body>footer {
  grid-area: footer;
}

a {
  color: var(--dre-paloma-black2);
}

h3 {
  color: var(--dre-paloma-black2);
}

:root {
  --paloma-green: rgb(157, 179, 58);
  /* --jen-paloma-pink: rgb(229,149,166); */
  /* --jen-paloma-pink: #f290a6; */
  /* --jen-paloma-pink: #F4A484; */
  --jen-paloma-pink: #F8C7B3;

  --ale-paloma-pink: #F4A484;
  --ale-paloma-orange: #F2A505;
  --ale-paloma-green: #98B40C;
  /* ale-paloma-orange is now dre-paloma-black1*/
  --dre-paloma-black1: #344563; 
  /* ale-paloma-green is now dre-paloma-black2*/
  --dre-paloma-black2: #344563;
  /* white text in tables are now dre-paloma-black3*/
  --dre-paloma-black3: #222E42; 


  --jen-paloma-pink-two: #f2cad3;
  --light-grey: #f8f8f8;
  --jen-orange-one: #F2A890;
  --jen-orange-two: #EE916D;

  --paloma-blue: #204e79;
  --paloma-navy-blue:  #344563; 

  /* hack, change me */
  /* zoom: 150%; */
}

table {
    border-collapse:collapse;
    border:hidden;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}


/* #conferences tr:nth-child(even) {
  background-color: #f2f2f2;
}

#conferences th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--jen-paloma-pink);
  color: var(--dre-paloma-black3);
}

#conferences td,
#conferences th {
  border: 1px solid #ddd;
  padding: 8px;
} */


#conferences tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* #conferences th:first-child {
  border-top-left-radius: 15px;
  border-left-style: hidden;
  border-top-style:hidden;
}

#conferences th:last-child{
  border-top-right-radius: 15px;
  border-right-style: hidden;
  border-top-style:hidden;
} */

#conferences th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--jen-paloma-pink);
  color: var(--dre-paloma-black3);
}

#conferences td,
#conferences th {
  border: 1px solid #B9B9B9;
  padding: 15px;
}


/* top-left border-radius
#conferences tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
/* top-right border-radius */
/* #conferences tr:first-child th:last-child {
  border-top-right-radius: 20px;
} */

/* bottom-left border-radius */
/* #conferences tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
} */

/* bottom-right border-radius */
/* #conferences tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}  */

header {
  display: flex;
  flex-direction: row;
  background-color: var(--jen-paloma-pink);
  /* min-height:10px; */
  justify-content: space-between;
}

h1 {
  /* color: var(--paloma-green); */
  font-family: 'Lexend';
  color: var(--dre-paloma-black1);
  font-size: 3em;
}

h2 {
  color: var(--dre-paloma-black1);
  font-family: 'Lexend';
}

#account-information {
  color: white;
  padding: 1em;
  font-size: 1em;
}

#account-information a {
  color: var(--dre-paloma-black1);
  /* -webkit-text-stroke: .1px black; */
  text-align: right;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#accent-bar {
  flex: 0.25;
  background-color: var(--jen-orange-two);
  /* background-color: rgb(231,168,59); */
  /* align-self: flex-end; */
}

#content {
  display: flex;
  flex: 3;
  flex-grow: 3;
  padding: 2em;
  flex-direction: column;
  overflow-y: scroll;

  /* background-color: var(--jen-paloma-pink-two); */
  /* background-color: #ffffff; */
  background-color: #fef9fa;

}

.debug {
  border: 1px solid gold;
}

#paloma-logo {
  display: none;
  position: absolute;
  z-index: 1;
  left: -.7em;
  top: .5em;
}

#paloma-logo-combo {
  position: relative;
  padding: .25em 20px;
  font-size: 2em;
  color: white;
  font-weight: lighter;
}

.paloma-logo-text {
  position: relative;
  z-index: 2;
  font-family: 'Cream-Cake';
  font-size: 2em;
}

.paloma-logo-image {
  position: relative;
  z-index: 1;
}

#invisible {}

.bad-attn {
  color: var(--dre-paloma-black2);
}

.attn {
  color: var(--dre-paloma-black1);
}

#next {}

.slideshow-btn {
  display: flex;
  color: white;
  font-size: 1em;
  background-color: var(--dre-paloma-black1);
  border: 1px solid #344563;
  border-radius: 61px;
  padding:10px 10px;

  justify-content: center;
  align-items: center;
  margin: 0.5em;

  font-weight: bold;
  text-decoration: none;

  /* flex-grow: 1; */
}



footer {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 21px;
  background-color: var(--jen-paloma-pink);
  --jen-paloma-pink: #F4A484;

  justify-content: space-between;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.book {
  display: flex;
  border: 1px solid grey;
  padding: 5px;
  max-width: 130px;
  /* border-width: 3px; */
  border-radius: 2px;
  /* margin-right: 10px; */
}


.box {
  border: 1px solid grey;
  border-width: 3px;
  padding: 8px;
  border-radius: 10px;
}

textarea {
  /* spacing on the top */
  margin-top: 20px;


  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

textarea:focus {
  outline: none;
  border: 3px solid #555;
  border-color: grey;
}


#pt_conf_form {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  width: 100%;
  font-family: "Sofia pro";
  line-height: normal;
}


.errorlist {
  color: var(--dre-paloma-black2);
  text-indent: 2em;
  list-style-type: none;
}

label {
  padding-top: .5em;
}

.loading {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loading:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--dre-paloma-black1);
  border-color: var(--dre-paloma-black1) transparent var(--dre-paloma-black1) transparent;
  animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.mantain-formatting {
  white-space: pre-line;
  font-family: 'Lexend';
  color: var(--dre-paloma-black2);
}

.progress-viz {
  color: white;
  font-size: 2em;
  align-self: center;
  text-align: center;


  /* flex-grow: 1; */
}

.fade-out {
  opacity: 0;
}

.loader {
  border: .5em solid #f3f3f3;
  /* Light grey */
  border-top: .5em solid var(--jen-paloma-pink);

  /* border-top: .5em solid palevioletred;  */
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation: spin 2s linear infinite;
}

.paloma-show {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paloma-hide {
  display: none;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paloma-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.paloma.page-link {
  color: var(--dre-paloma-black2);
}

#description {
  display: flex;
  justify-content: left;
  align-self: flex-start;

  font-size: 3vh;
  /* font-size: 1.8em; */
  padding: 2em;
}

.paloma.btn-primary:hover {
  color: white;
  background-color: #ED6631;
  border-color: #ED6631;
  ;
}


.messages {
  margin: 20px auto;
  padding: .5em;
  width: 50%;
  color: white;
  border-radius: 3px;
}

#id_scheduled_at_0 {
  margin-bottom: .8em;
}

.message {
  display: block;
  border-radius: 10px;
  box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.75);
  color: white;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px;
  text-align: center;
  width: 80%;
  list-style-type: none;
}

/*
 * Give the various message types the correct colors
 */
.message.success {
  color: black;
  background-color: #A3D976;
}

.message.warning {
  color: white;
  background-color: var(--dre-paloma-black2);
}

.message.error {
  background-color: red;
  color: white;
}

.message.info {
  color: black;
  background-color: #A3D976;
}

#vr.wrapper {
  position: relative;
  max-width: 40px;
  height: 60px;
  /* border: 1px dashed #ccc; */
  margin: 10px;
}

#vr.wrapper .line {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  z-index: 1;
}

#vr.wrapper .wordwrapper {
  text-align: center;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}

#vr.wrapper .wordwrapper .word {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  font: bold 12px arial, sans-serif;
  background: #fff;
}



#main-page-container {
  display: flex;
  flex-direction: column;
}

#side-menu-container {
  height: 100%;
  width: 100vw;
  background: white;
  border-bottom: 1px solid #f4a385;
}

#side-menu-container .nav-link {
  min-height: 48px;
}

#side-menu-container .nav-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-weight: bold;
  height: 48px;
  text-align: center;
  width: 100%;
  background: var(--jen-paloma-pink);
  cursor: pointer;
  padding: 5px;
}

#side-menu-container .nav-menu-toggle div {
  /* border: 1px solid white; */
  /* border-radius: 15px; */
  padding: 5px 15px;
  /* width: 100%; */
}

#side-menu-container #nav-menu-items li {
  display: block;
}

#side-menu-container #nav-menu-items.open {
  display: unset;
}

#main-content-container {
  height: 100%;
  width: 100%;
  padding: 40px;
  left: 280px;
}

@media screen and (min-width: 700px) {
  #main-page-container {
    flex-direction: row;
  }

  #side-menu-container {
    height: 100%;
    width: 280px;
    padding: 10px;
    background: none;
    border: 0;
  }

  #side-menu-container .nav-menu-toggle {
    display: none;
  }

  #side-menu-container #nav-menu-items-container {
    display: unset;
  }

  #side-menu-container .nav-link {
    min-height: auto;
  }

  #main-content-container {
    height: 100%;
    width: calc(100vw - 280px);
    padding: 40px;
    left: 280px;
    margin: auto;
  }

  #main-content-container.no-sidebar {
    width: 100%;
  }

  #main-content-container.pt_conf_mcc {
    height: calc(100vh - 62px - 10px);
    overflow-y: scroll;
  }

  #main-content-container.activity_mcc {
    height: calc(100vh - 62px - 82px);
    overflow-y: scroll;
  }
}

/* Teacher Dashboard Filter Select Styles */
.teacher-dashboard-filter-select {
    border-radius: 46px;
    height: 59px;
    padding: 10px 40px 10px 25px;
    border: 1px solid #dce4ec;
    font-family: "Sofia Pro";
    font-size: 16px;
    color: var(--dre-paloma-black2);
    background-color: white;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.teacher-dashboard-filter-select:focus {
    outline: none;
    border-color: #344563;
    box-shadow: 0 0 0 2px rgba(52, 69, 99, 0.1);
}

.teacher-dashboard-filter-select:hover {
    border-color: #bccbde;
}

/* Specific variants for different contexts */
/* Additional context-specific styles can be added to these selectors as needed */

.sign-in-button {
  background-color: #344563;
  color: white;
}