.debug-class {
    background-color: white;
    display: block;
}

.white-bg {
    background-color: white;
}

.filter-invert-100pct {
    filter: invert(100%);
}

.responsive-img {
  max-width: 20vw;
  height: 100%;
  display: block;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .responsive-img {
    max-width: 30vw;
  }
}

@media screen and (max-width: 480px) {
  .responsive-img {
    max-width: 50vw;
  }
}

.showCursor {
    cursor: pointer;
}

.grabCursor {
    cursor: move !important; /* fallback if grab cursor is unsupported */
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
}

body.waiting * {
    cursor: progress;
}

.answer-correct-highlight {
    background-color: #efef22;
    color: #1b1b1b;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.answer-wrong-indicator::after {
    content: url('/site/images/question-failed.png');
}

.answer-correct-indicator::after {
    content: url('/site/images/question-passed.png');
}

.font-weight-900 {
    font-weight: 900;
}

.min-h-100 { min-height: 100px; }
.min-h-110 { min-height: 110px; }
.min-h-120 { min-height: 120px; }
.min-h-130 { min-height: 130px; }
.min-h-140 { min-height: 140px; }
.min-h-150 { min-height: 150px; }
.min-h-160 { min-height: 160px; }
.min-h-170 { min-height: 170px; }
.min-h-180 { min-height: 180px; }

.readonly-transparent { background: transparent !important; border: 0px !important; width: 100% !important; }
.display-none { display: none; }
.display-block { display: block; }
.display-none-important { display: none !important; }
.display-inline { display:inline; }

.position-fixed { position: fixed; }

.float-right-important { float: right !important; }
.float-left-important { float: left !important; }

.no-border {border: 0px #FFF solid;}
.border-1-radius-shadow {
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgb(45 51 72 / 10%), 0 0 1px 0 rgb(45 51 72 / 40%);
    border: solid 1px #dadce0;
    border-bottom: 1px solid #dadce0 !important;
}

.max-width-100pct { max-width: 100%; }
.max-width-80vw { max-width: 80vw; }

/* Width */
.width-3pct { width: 3%; }
.width-5pct { width: 5%; }
.width-10pct { width: 10%; }
.width-12pct { width: 12%; }
.width-15pct { width: 15%; }
.width-20pct { width: 20%; }
.width-25pct { width: 25%; }
.width-30pct { width: 30%; }
.width-35pct { width: 35%; }
.width-40pct { width: 40%; }
.width-45pct { width: 45%; }
.width-50pct { width: 50%; }
.width-55pct { width: 55%; }
.width-60pct { width: 60%; }
.width-60pct-important { width: 60% !important; }
.width-65pct { width: 65%; }
.width-70pct { width: 70%; }
.width-75pct { width: 75%; }
.width-80pct { width: 80%; }
.width-80pct-important { width: 80% !important; }
.width-85pct { width: 85%; }
.width-90pct { width: 90%; }
.width-95pct { width: 95%; }
.width-100pct { width: 100%; }
.width-3vw { width: 3vw; }
.width-5vw { width: 5vw; }
.width-10vw { width: 10vw; }
.width-12vw { width: 12vw; }
.width-15vw { width: 15vw; }
.width-20vw { width: 20vw; }
.width-25vw { width: 25vw; }
.width-30vw { width: 30vw; }
.width-35vw { width: 35vw; }
.width-40vw { width: 40vw; }
.width-45vw { width: 45vw; }
.width-50vw { width: 50vw; }
.width-55vw { width: 55vw; }
.width-60vw { width: 60vw; }
.width-65vw { width: 65vw; }
.width-70vw { width: 70vw; }
.width-75vw { width: 75vw; }
.width-80vw { width: 80vw; }
.width-85vw { width: 85vw; }
.width-90vw { width: 90vw; }
.width-95vw { width: 95vw; }
.width-100vw { width: 100vw; }

/* text-align */
.ta-center { text-align: center; }
.ta-right { text-align: right; }
.ta-left { text-align: left; }
.center-elem { width: 80%; height: 100%; margin-left: 10%; margin-right: 10%;}
.content-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-left {
    display: block;
    margin-left: auto;
}
.content-right {
    display: block;
    margin-right: auto;
}

.center-cropped-100-100 {
    width: auto;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* justify-content */
.jc-center { justify-content: center; }
.jc-left { justify-content: left; }
.jc-right { justify-content: right; }

/* overflow-x */
.overflow-x-visible { overflow-x: visible; }
.overflow-x-hidden { overflow-x: hidden; }

.margin-unset { margin: unset; }

/* margin-top */
.mt-3vh {margin-top: 3vh !important; }
.mt-0 { margin-top: 0 !important; }
.mt-6 { margin-top: 6px !important; }
.mt-8 { margin-top: 8px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-28 { margin-top: 28px !important; }
.mt-38 { margin-top: 38px !important; }
.mt-48 { margin-top: 48px !important; }
.mt-70 { margin-top: 70px !important; }
/* margin-right */
.mr-1vw { margin-right: 1vw !important; }
.mr-2vw { margin-right: 2vw !important; }
.mr-3vw { margin-right: 3vw !important; }
.mr-4vw { margin-right: 4vw !important; }
.mr-4 { margin-right: 4px !important; }
.mr-15 { margin-right: 15px !important; }
/* margin-left */
.ml-16px { margin-left: 16px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-4vw { margin-right: 4vw !important; }
/* margin-bottom */
.mb-0 { margin-bottom: 0px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-200 { margin-bottom: 200px !important; }
.mb--10 { margin-bottom: -10 !important; }
.mb--20 { margin-bottom: -20px !important; }
.mb--30 { margin-bottom: -30px !important; }
/* padding-top */
.pt-rem-2 { padding-top: 2rem !important; }
/* padding-bottom */
.pb-0 { padding-bottom: 0px !important; }  
.pb-45 { padding-bottom: 45px !important; }  
.pb-100 { padding-bottom: 100px !important; }
.pb-5vh { padding-bottom: 5vh !important; }
/* padding-left */
.pl-5vw { padding-left: 5vw !important; }
.pr-3vw { padding-right: 3vw !important; }

.word-wrap-column-max-200 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 200px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-300 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 300px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-400 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 400px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-500 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 500px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-600 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 600px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-700 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 700px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.word-wrap-column-max-800 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 800px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}

.report-word-wrap-column-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0px 0px 0px 0px;
    max-width: 500px;
    text-overflow: unset;
    white-space: unset;
    word-wrap: break-word;
}
.report-row-status-gray {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    color: #2A2A2A !important;
    background-color: #cdd7e1 !important;
    padding: 0px;
}

.input-label-container {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    column-gap: 12px;
    align-items: center;
    margin-bottom: 0.5rem;
}

.input-label-container.input-label-container-position-fix {
    position: absolute;
    top: 0;
}

.input-label-tooltip-info-circle {
    position: relative;
}

[data-has-tooltip="1"]:hover div.dGrid-tooltip-container-for-input {
    display: unset;
    visibility: visible;
}

.dGrid-tooltip-container-for-input {
    pointer-events: none;
    visibility: hidden;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    overflow: visible;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.dGrid-tooltip {
    position: relative;
    display: inline-block;
}

.dGrid-tooltip .dGrid-tooltipTextContainer {
    /* visibility: hidden; */
    background-color: #f6f8fa;
    color: black;
    text-align: left;
    padding: 15px;
    border-radius: 2.5px;
    box-shadow: 0 3px 8px 0 rgb(45 51 72 / 10%), 0 0 1px 0 rgb(45 51 72 / 40%);
    border: solid 1px #dadce0;
    position: absolute;
    z-index: 999;
    text-transform: none;
    display: flex;
    flex-direction: row;
    width: 20vw;
    min-width: 200px;
}

.dGrid-tooltipTextContainer i {
    height: 100%;
    margin-right: 1ch;
    padding-top: 0.4ch;
    color: #0061a6;
}


.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-container .tooltip-hover-text {
    visibility: visible;
    background-color: rgb(45 58 100);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px ;
    position: absolute;
    z-index: 1;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 2s;
}
.tooltip-container:hover .tooltip-hover-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip-temp-text {
    visibility: visible;
    background-color: rgb(45 58 100);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px ;
    position: absolute;
    z-index: 1;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 2s;
}

.fa-toggle li {
    list-style: none;
}
.fa-toggle li i {
    display: block;
}
.fa-toggle li:hover i {
    display: none;
}
.fa-toggle li a {
    display: none;
}
.fa-toggle li:hover a {
    display: block;
    height: 25px;
}

/* BOOKMARKS */
/* bookmark menu nav */
.heart-active {
    color: #2d3a64 !important;
}
.heart-inactive {
    color: #aab8c2 !important;
}

/* bookmark modal */
.modal-bookmark-caret::before {
    content: '';
    right: 10.75vw !important;
}
.flatCardBGGray {
    background-color: #dadce0 !important;
}
.flatCard.completedCard,  
.flatCard.selectionCard,  
.flatCard.bookmarkedCard {
    border-radius: 8px;
    box-shadow: 0 22px 44px 0 rgba(30, 62, 103, 0.1);
    border: solid 1px #dadce0;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 12px;
    position: relative;
    min-height: 140px;
}
.bookmark-img {
    float: left;
    margin-right: 10px;
}
.flatCard {
    padding: 24px !important;
}
.flatCard.selectionCard .insideContent {
    margin-top: 24px;
}
.modal-body.bookmark {
    width: 400px;
    max-width: 100%;
    padding: 0;
}
.modal-body.bookmark h6 {
    font-size: 20px;
    color: #2a292a;
    margin: 32px;
}
.modal-body.bookmark .settingsIcon {
    position: absolute;
    right: 32px;
    top: 32px;
}
.modal-body.bookmark .bookmarkList {
    min-height: calc(100vh - 157px);
    min-height: -webkit-calc(100vh - 157px);
    height: 250px;
    overflow-y: auto;
}
.modal-body.bookmark ul {
    list-style: none;
    margin-bottom: 70px;
    padding: 0;
}
.modal-body.bookmark ul>li {
    border-bottom: 1px solid #f6f8fa;
    cursor: pointer;
    padding: 16px 20px;
}
.modal-body.bookmark ul>li .bookmarkIcon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
}
.modal-body.bookmark ul>li .bookmarkIcon img {
    width: 100%;
    border-radius: 50%;
}
.modal-body.bookmark ul>li .bookmarkIcon img.transitImg {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}
.modal-body.bookmark ul>li .bookmarkInfo {
    display: inline-block;
    font-size: 12px;
    color: #8894a0;
    padding-left: 20px;
}
.modal-body.bookmark ul>li .bookmarkInfo p {
    margin: 0;
}
.modal-body.bookmark ul>li .bookmarkInfo p span {
    float: right;
}
.modal-body.bookmark ul>li .bookmarkInfo p.headerText {
    font-size: 16px;
    color: #34495e;
    margin-bottom: 8px;
}
.modal-body.bookmark ul>li.unread {
    background-color: #f6f8fa;
    border-bottom: 1px solid #fff;
}

/* bookmark course page */
[id='toggle-bookmark'] {
    position: absolute;
    left: -100vw;

    &:checked + label {
        color: #2d3a64;
    }
}
[for='toggle-bookmark'] {
    color: #aab8c2;
    font-size: .65em;
    cursor: pointer;
}

.expandable-height-500ms {
    overflow: hidden;
    opacity: 1;
    height: auto;
}

.expandable-height-500ms.hide {
    opacity: 0;
    height: 1px;
}

.expandable-height-500ms.hide-animation {
    transform: translateY(-100%);
    animation: collapse-height 500ms ease;
    animation-fill-mode: backwards;
    animation-delay: 0s;
    opacity: 0;
}

.expandable-height-500ms.show-animation {
    animation: expand-height 500ms ease;
    animation-fill-mode: backwards;
    animation-delay: 0s;
}


@keyframes expand-height {
    from {
      transform: translateY(-100%);
      opacity: 0;
      height: 1px;
    }
    to {
      transform: translateY(0%);
      opacity: 1;
      height: auto;
    }
}

@keyframes collapse-height {
    from {
        transform: translateY(0%);
        opacity: 1;
        height: auto;
      }
    to {
        transform: translateY(-100%);
        opacity: 0;
        height: 1px;
    }
}

.grid-2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.grid-4column {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr;
    column-gap: 20px;
}
.grid-area-2column {
    grid-column: span 2;
}

@media (max-width: 925px) {
    .grid-2column {
        grid-template-columns: 1fr;
        grid-gap: unset;
    }
    .grid-4column {
        grid-template-columns: 1fr 1fr;
        grid-gap: unset;
    }
    .grid-area-2column {
        grid-column: span 1;
    }
}

.grid-2column-33x67 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
}
.grid-area-2column-33x67 {
    grid-column: span 2;
}
.grid-area-3column-33x67 {
    grid-column: span 3;
}

@media (max-width: 925px) {
    .grid-2column-33x67 {
        grid-template-columns: 1fr;
        grid-gap: unset;
    }
    .grid-area-2column-33x67 {
        grid-column: span 1;
    }
}

.modal-flex-container {
    display: flex;
    padding: unset !important;
    margin: unset !important;
}

.modal-flex-child {
    flex: 1;
}  

.modal-flex-child-40 {
    flex: 4;
}  

.modal-flex-child-60 {
    flex: 6;
}  

.modal-flex-child:first-child {
    margin-right: 2px;
} 

.popup-form {
    /* margin-left: 50vmin !important; */
    color: #fff !important;
    background-color: #287AAC;
}

.popup-form a {
    color: #fff !important;
}

.popup-form .checkbox input[type=checkbox]+span::before,
.popup-form .radio input[type=radio]+span::before
{
    filter: brightness(150%);
}

.popup-form .checkbox input[type=checkbox]:checked+span::before,
.popup-form .radio input[type=radio]:checked+span::before
{
    filter: brightness(300%);
}

.popup-msg {
    margin: 30px;
    font-size: 20px;
}

.popup-msg a:link {
    color: #FFE24E !important;
    font-weight: 800;
}

.msg-card {
    max-height: 500px;
    overflow-y: scroll;
}

.color-red {
    color: #d50000;
}

/*** Calendar ***/
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
    padding-top: 0;
}
.tribe-events-calendar-list__event-date-tag-daynum{
    border-radius: 0 0 4px 4px;
    border: 2px solid var(--global-palette5) !important;
    display: block;
    text-align: center;
    font-size: 2rem !important;
    text-decoration: none;
    color: var(--global-palette-highlight) !important;
	
}
.tribe-events-calendar-list__event-date-tag-weekday{
    border-radius: 4px 4px 0 0;
    text-align: center;
    background: var(--global-palette5);
    color: var(--global-palette9) !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

@media screen and (max-width: 782px){
	.tribe-events .tribe-events-calendar-list__event-date-tag{
		margin-right: 1rem;
	}
}

/* datepicker - begin */



/* datepicker - end */

