:root {
   font-family: "calluna-sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

   --p: #383E4A !important;
   --s: #535A5F !important;
   --a: #105082 !important;
   --af: #208EBD !important;
   --darkblue: #105082;
   --midgrey: #6A747C;
   --linegrey: #CACFD5;
   --midblue: #208EBD;
   --midgreen: #67b56f;
    --a2f: #207da5;

--bc:  #105082 !important;

    color: #105082;
}

.\!text-primary {
    color: #105082 !important;
}

#pageContent {
position: relative;
}

#sectionPlaceHolder[data-sectionname="header"] {
    z-index: 50;
    position: sticky;
    top: 0;
}

.text-primary {
   color: #105082 !important;
}

.text-secondary {
   color: #105082 !important;
}

#mainContent {
   color: var(--bc);
}

menu,
ol,
ul.list-disc {
   list-style: disc;
   margin-left: 14px;
}

.group:hover .group-hover\:webkit-box {
   display: -webkit-box;
}

.fa-stack.small {
   font-size: 0.5em;
}

i {
   vertical-align: middle;
}

.link-accent {
   color: var(--a) !important;
}
.link-accent:hover {
   color: var(--af) !important;
}

.btn {
   text-transform: none !important;
}


.btn.btn-outline {
   border-color: var(--linegrey) !important;
   background-color: #fff;
   color: var(--midgrey);
   font-size: 16px;
   transition: all 0.2s ease-in-out;
   font-weight: 500;
}

.btn.btn-outline:hover {
   border-color: var(--darkblue) !important;
   background-color: var(--darkblue);
   color: #fff;
   transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
   .md\:basis-auto {
      flex-basis: auto;
   }
}

@media (min-width: 1024px) {
   .lg\:basis-auto {
      flex-basis: auto;
   }
}

.btn-group>input[type="radio"].hide-radio {
   appearance: none;
}

.btn-group>input[type="radio"].hide-radio:checked+label {
   color: var(--midblue);
   border-color: var(--midblue) !important;
   background-color: #fff !important;
}

.btn-group>input[type="radio"].hide-radio:hover+label {
   background-color: var(--midblue) !important;
   color: white;
   border-color: var(--midblue) !important;
}

.badge-outline {
   border-color: var(--linegrey) !important;
   --tw-border-opacity: 0.5;
   background-color: white !important;
   color: var(--midgrey) !important;
}

.drawer-side {
   z-index: 100000;
}

.animate-pulse {
   animation-duration: 3s !important;
}

@media (min-width: 320px) {
.xs-flex-row {
    flex-direction: row;
}
}

.lesson-status.complete {
   content: url("https://cadmoremediastorage.blob.core.windows.net/9aed194b-32e5-4106-a5e4-09af23c9c5fd/ApplicationContent/i-complete.svg?sv=2018-03-28&sr=c&sig=GyVX%2BpMggcoyJ%2B%2BAMFBcCUutxpChkCDz%2BtlYZthXjks%3D&st=2025-06-28T06%3A55%3A11Z&se=2025-06-28T11%3A00%3A11Z&sp=r");
}

.lesson-status.ongoing {
   content: url("https://cadmoremediastorage.blob.core.windows.net/9aed194b-32e5-4106-a5e4-09af23c9c5fd/ApplicationContent/i-ongoing.svg?sv=2018-03-28&sr=c&sig=GyVX%2BpMggcoyJ%2B%2BAMFBcCUutxpChkCDz%2BtlYZthXjks%3D&st=2025-06-28T06%3A55%3A11Z&se=2025-06-28T11%3A00%3A11Z&sp=r");
}


.lesson-status.not-started {
   content: url("https://cadmoremediastorage.blob.core.windows.net/9aed194b-32e5-4106-a5e4-09af23c9c5fd/ApplicationContent/i-not-started.svg?sv=2018-03-28&sr=c&sig=GyVX%2BpMggcoyJ%2B%2BAMFBcCUutxpChkCDz%2BtlYZthXjks%3D&st=2025-06-28T06%3A55%3A11Z&se=2025-06-28T11%3A00%3A11Z&sp=r");
}


#object-add-to-list{
   cursor: pointer;
   transition: all 0.3s ease-in-out;
   width:30px;
   height:30px;
   border: 1px solid rgba(255, 255, 255, 0.5);
   border-radius: 100%;
   color: white;
   background-color: transparent;
}

#object-add-to-list:hover {
   border: 1px solid rgba(255, 255, 255, 1);
}

.sectionPlaceHolder[data-sectionname="header"] {
   height: 94px;
}

@media only screen and (min-width: 640px) {
   .sectionPlaceHolder[data-sectionname="header"] {
      height: 227px;
   }
}

@media only screen and (min-width: 768px) {
   .sectionPlaceHolder[data-sectionname="header"] {
      height: 187px;
   }
}

@media only screen and (min-width: 1024px) {
   .sectionPlaceHolder[data-sectionname="header"] {
      height: 171px;
   }
}

@media only screen and (min-width: 1280px) {
   .sectionPlaceHolder[data-sectionname="header"] {
      height: 182px;
   }
}