body, html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    display: block;
    background-color: #F3F4F6;
}

body.mac.mobile.keyboard-open .page-container,
body.linux.mobile.keyboard-open .page-container {
    padding-bottom: 50vh;
}

.tox-promotion {
    display: none;
}

.segmentedInput-parent {
    display: flex;
    gap: 7px;
}

.active .icon-thumbnail svg {
    stroke: #7c3aed;
}

.page-sidebar .sidebar-menu .menu-items>li.active>.menu-link>.title {
    color: #7c3aed;
}

.segmentedInput-parent input {
    width: 36px;
     padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.segmentedInput-parent input::-webkit-outer-spin-button,
.segmentedInput-parent input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.segmentedInput-parent input[type=number] {
  -moz-appearance: textfield;
}

.card-header a.link-color,
.link-color {
    color: #409FFF !important;
    opacity: 1;
}



button.center-holder {
    display: block;
    width: 100%;
    text-align: left;
    border: 0px;
    padding: 10px 27px;
    background: #fff;
	color: #575757;
    font-size: 13px;
}

body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
    transform: none !important;
}

.grace-period-holder .alert {
	padding: 15px 20px;
	font-size: 16px;
	margin-top: 20px;
}

.multi-student-holder.multi-user label {
    display: block;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    /* background: #eee; */
    padding-left: 15px;
    line-height: 15px;
    font-size: 13px;
    align-items: center;
}

.multi-student-holder.multi-user label input {
    margin-right: 10px;
    vertical-align: middle;
}

.multi-student-holder.multi-user .scrollable {
	overflow-y: scroll;
}
.multi-student-holder.multi-user .scrollable {
    max-height: 400px;
    width: 100%;
}

.multi-student-holder.multi-user label:hover {
	background: #F5F5F5;
}

.bulk-invoice-holder {
	margin-bottom: 0px;
}

.selected-students {
    margin-top: 10px;
    font-weight: 600;
}

.dropdown-menu-centre {
    border-radius: 12px;
    border: solid 1px #d2d2d2;
    background: #fff;
    padding: 0px;
    overflow: hidden;
}

button.center-holder:hover {
    background: #eee;
    cursor: pointer;
}

.select-center-button i {
    margin-right: 10px;
}

.select-center-button {
    padding: 10px 20px;
    background: #fff !important;
    border-radius: 10px;
    padding-right: 40px;
    font-weight: 500 !important;
}

.select-center-button:after {
    right: 14px;
    position: absolute;
    top: 18px;
}

.h-200 {
    max-height: 200px;
}

.h-400 {
    max-height: 400px;
}

.lo-item {
    border-radius: 10px;
    padding: 11px 15px;
    margin: 5px 7px;
    background: #fefefe;
    border: solid 1px #eee;
    cursor: pointer;
    line-height: 1rem;
}

.lo-item:hover {
    background: #eee;
}

.chat-broadcast-msg {
    width: 100%;
    text-align: center;
    padding: 10px;
    opacity: 0.6;
}

.active-lo-holder {
    margin-top: 5px;
    margin-bottom: 15px;
}

.active-lo {
    border-radius: 5px;
    padding: 10px;
    background: #fcfcfc;
    border: solid 1px #eee;
    /* padding-right: 20px; */
    display: grid;
    grid-template-columns: 1fr 20px;
    font-weight: 600;
}

.btn-remove-lo {
	cursor: pointer;
}

div#btn-add-learning-outcome {
    color: #409FFF;
	cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.filepond--credits {
	display: none !important;
}

.page-sidebar .sidebar-menu .menu-items {
    padding-right: 5px;
}
.page-sidebar .sidebar-menu .menu-items::-webkit-scrollbar {
    width: 5px;
    height: auto !important;
}

.page-sidebar .sidebar-menu .menu-items::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.page-sidebar .sidebar-menu .menu-items::-webkit-scrollbar-thumb {
    background: #e4e4e4;
    border-radius: 3px;
}


.page-sidebar .sidebar-menu .menu-items::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

.owl-select {
	padding: 15px 12px;
    border: solid 1px #e4e4e4;
    border-radius: 8px;
    color: #575757;
    background: #f5f5f5;
}

.dashboard-stats-icon {
    padding: 13px 23px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin-right: 15px;
    flex-direction: column;
}

.dashboard-stats-icon.green {
	background: #3dcc792b;
}
.dashboard-stats-icon.orange {
	background: #FE9F5E2b;
}
.dashboard-stats-icon.light-orange {
	background: #FDC8A62b;
}
.dashboard-stats-icon.blue {
	background: #409FFF2b;
}


.dashboard-stats-row {
    border: solid 1px #eee;
    padding: 25px 20px;
    border-radius: 10px;
	margin-bottom: 25px;
}

.dashboard-stats-title {
    font-size: 14px;
    color: #7A7A7A;
    margin-top: 2px;
}

.dashboard-stats-value {
    font-size: 25px;
    font-weight: bold;
}

.dashboard-stats-value2 {
    font-size: 19px;
    margin-left: 7px;
    color: #fe9f5e;
}

.btn-download-app img {
    height: 50px;
    margin-right: 10px;
    margin-top: 20px;
}


.overflow-hidden {
    overflow: hidden;
}

.page-sidebar, .sidebar-footer {
    background-color: #F3F4F6;
}

.page-sidebar .sidebar-header {
    background-color: #F3F4F6;
    border: none;
    padding-top: 10px;
    margin-bottom: 15px;
}

.page-sidebar .sidebar-footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

.page-sidebar .sidebar-footer button {
    display: block;
    width: 100%;
}

.page-sidebar .sidebar-footer button.btn.btn-danger:hover,
.page-sidebar .sidebar-footer button.btn.btn-danger:focus,
.page-sidebar .sidebar-footer button.btn.btn-danger:active {
    background-color: #ff4040!important;
    color: white!important;
}

.page-sidebar .sidebar-footer button.btn.btn-primary:hover,
.page-sidebar .sidebar-footer button.btn.btn-primary:focus,
.page-sidebar .sidebar-footer button.btn.btn-primary:active {
    background-color: #409FFF!important;
    color: white!important;
}

.page-sidebar .sidebar-footer span {
    flex-grow: 1;
    text-align: end;
}

.page-sidebar .sidebar-footer img {
    width: 62px;
    height: 25px;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn {
    color: #7A7A7A;
}

.profile-image {
    border-radius: 100%;
}

.frm-filters {
	margin: 24px 24px 0 24px;
}

/* .sidebar {
    display: inline-block;
    flex-grow: 0;
} */

body .page-container {
    height: auto;
    width: auto;
    padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body .page-sidebar {
        /* pointer-events: none; */
    }

    body:not(.sidebar-open).menu-unpinned .page-sidebar:not(.visible) {
        display: none;
    }

    body.sidebar-open.menu-unpinned .page-sidebar.visible {
        display: block !important;
        transform: translate(210px, 0) !important;
    }

    body.sidebar-open.menu-unpinned .page-container {
        transition: transform 0.1s linear 0s;
        transform: translate(280px, 0) !important;
    }

    /* body:not(.sidebar-open).menu-unpinned .page-container {
        transition: transform 0.1s linear 0s;
        transform: translate(0, 0) !important;
    } */
}

.mark-all-as-read {
    padding: 3px 10px;
    margin-top: -3px;
    margin-right: 10px;
    cursor: pointer;
}

body.menu-pin .page-container {
    padding-left: 250px;
	padding-bottom: 1px;
}

.page-header {
    position: -webkit-sticky;
    /* position: sticky; */
    top: 0;
    background-color: #F3F4F6;
    z-index: 100;
    padding: 20px 15px 25px 15px;
}


.page-card {
    border-radius: 8px;
    background-color: white;
    box-shadow:-2px 2px 1px #00000008;
    flex: 1 0 auto;
    margin: 0.3% 1% 1% 1%;
    padding: 5px 10px;
    overflow-y: auto;
}

@media only screen and (max-width: 899px) {
    .page-card {
        height: calc(100vh - 50px);
		margin: 0.3% 0% 1% 0%;
    }
}

.card-shadow {
    box-shadow: -2px 2px 1px #00000011;
}

.search-bar {
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.search-icon-wrapper {
    flex-grow: 0;
    padding: 0 0 0 1.1%;
}

.search-bar input {
    background-color: #E8E8E8;
    border-style: none;
    border-radius: 8px;
    font: normal normal normal 14px/21px Poppins;
    padding: 11px 13px;
}

.search-bar input:focus {
    background-color: #E8E8E8;
    border-style: none;
    border-radius: 8px;
}

.header-buttons .btn {
    padding: 0;
}

.page-sidebar {
    flex-grow: 0;
	box-shadow: none;
}

.page-sidebar .sidebar-menu .menu-items {
	padding-top: 28px;
	padding-bottom: 90px;
}

.sidebar-menu {
    padding: 0 20px;
}

.page-sidebar .sidebar-menu .menu-items>li>.menu-link>.arrow {
    padding-right: 0px;
}

.page-sidebar .sidebar-menu .menu-items>li>.menu-link>.title {
    width: 100%;
}

.page-sidebar .sidebar-menu .menu-items>li>.menu-link>.details {
    display: none;
}

.page-sidebar .sidebar-menu .menu-items>li>.menu-link {
    font-size: 14px;
    padding: 0;
}

.page-sidebar .sidebar-menu .menu-items .menu-link .title  {
    font: normal normal normal 15px/23px Poppins;
    color: #7A7A7A;
    margin-bottom: 0;
}

.page-sidebar .sidebar-menu .menu-items>li:hover .title {
    color: #3B3B3B;
}

.page-sidebar .sidebar-menu .menu-items .sub-menu li.active .menu-link .title {
    color: #3B3B3B;
}

.page-sidebar .sidebar-menu .menu-items li .menu-link,
.page-sidebar .menu-link:visited,
.page-sidebar button,
.page-sidebar .menu-link,
.page-sidebar button,
.icon-thumbnail {
    color: #7b7b7b;
}

.page-sidebar .sidebar-menu .menu-items li:hover>.menu-link,
.page-sidebar .sidebar-menu .menu-items li.open>.menu-link,
.page-sidebar .sidebar-menu .menu-items li.active>.menu-link {
    color: #513c5e !important;
}

.page-sidebar .sidebar-menu .menu-items li.active>.menu-link {
    font-weight: 400;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu>li:hover>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li:hover>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.open>.icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.active>.icon-thumbnail {
    color: #513c5e;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu {
    background-color: #613967;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu>li>.menu-link {
    font-size: 14px;
}

.menu-items>li .icon-thumbnail {
    float: none;
    margin: 0;
}

.page-sidebar .sidebar-menu .menu-items>li>.title, .page-sidebar .sidebar-menu .menu-items>li>.menu-link {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.page-sidebar .sidebar-menu .menu-items>li .icon-thumbnail {
    justify-content: right;
    cursor: default;
    user-select: none;
}

.page-sidebar .sidebar-menu .menu-items>li>.menu-link {
    padding-left: 10px;
}

.page-sidebar .sidebar-menu .menu-items>li {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.page-sidebar .sidebar-menu .menu-items>li.active {
    background-color: white;
    transition: background-color 0.05s ease;
}

body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu {
    background-color: #f3f4f6;
    color: black;
    margin: 0;
    padding: 0;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 17px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li.active {
    background-color: #EBEBEB;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > .icon-thumbnail {
    font-size: 35px;
    margin-right: 3px;
    line-height: 23px;
}

.btn {
    font: normal normal normal 14px/21px Poppins;
    background-color: rgba(0,0,0,0);
    border: none;
}

.btn:hover {
    background-color: rgba(0,0,0,0);
    border: none;
}

.owly-logo {
    height: 57px;
}

.card .card-header {
	padding-left: 0px;
	padding-right: 0px;
}

.card .card-header .card-title {
    font: normal normal normal 1.5em Poppins
}

.card .card-body {
    padding: 0;
}

.birthday-profile {
    font-size: 12px;
    line-height: 12px;
    display: block;
    /* opacity: 0.8; */
    color: #7b7b7b;
}

.activity-video {
	max-width: 100%;
	max-height: 320px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.filter-buttons .filter-select {
    font: normal normal 600 14px/21px Poppins;
    color: #7A7A7A;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}

.filter-buttons .filter-select:hover {
    border-bottom: 2px solid #bdbbbb;
}

.filter-buttons .filter-select.active {
    border-bottom: 3px solid #409FFF;
}

.filter-buttons .filter-select.active {
    color: #409FFF;
}

.extra {
    border-radius: 4px;
    /* width: 18px; */
    height: 18px;
    font: normal normal 600 10px/16px Poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 6px;
}

.extra.bubble {
    color: white;
    background-color: #FD7972;
}

.card {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

.owly-checkbox {
    display: flex;
    align-items: center;
}

.owly-checkbox input {
    display: none;
}

.owly-checkbox .owly-checkbox-box {
    content: "";
    display: inline-block;
    border-radius: 3px;
    height: 1rem;
    width: 1rem;
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
	min-width: 16px;
    min-height: 16px;
    margin-right: 10px !important;
}

.owly-checkbox input:checked ~ .owly-checkbox-box {
    background-color: #409FFF;
}

.owly-checkbox input:checked ~ .owly-checkbox-box:before {
    content: "";
    border-width: 0 2px 2px 0;
    border-color: white;
    border-style: solid;
    display: block;
    position: relative;
    left: 5px;
    top: 2px;
    width: 30%;
    height: 70%;
    transform: rotate(45deg);
}

.form-group label:not(.error) {
    font: normal normal normal 14px/21px Poppins;
    text-transform: none;
    color: #636363;
}

.form-group.required>label::after {
    content: "*";
    color: red;
    font-family: Poppins;
    margin-left: 3px;
}

.form-group .form-control {
    font: normal normal normal 14px/21px Poppins;
    background-color: #f1f1f1;
}

.form-group .form-control[disabled] {
    background-color: #cdcdcd;
}

.form-group .form-control:focus {
    background-color: #e4e3e3;
}

input.form-control {
    border-radius: 8px;
    padding: 13px 14px;
}

input.form-control.error-input, textarea.form-control.error-input {
    background-color: #f4cbcb;
    border: 1px solid #fa4646;
}

textarea.form-control {
    background-color: #F5F5F5;
}

.form-group .select2-selection {
    background-color: #F5F5F5;
    border: none;
    border-radius: 8px;
    font: normal normal normal 14px/21px Poppins;
    color: #3B3B3B;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #EEE;
}

.select2-container .select2-selection.select2-selection--single {
    height: 100%;
}

.select2-container {
    height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin: 7px 0;
}

.select2-container--default .select2-selection--multiple {
    padding: 12px 9px 12px 9px;
}

.select2-container .select2-search {
    margin: 5px 0;
}

.select2-container .select2-selection__arrow {
    margin-top: 9px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered>li {
    border: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container--default .select2-results__option--selected {
    background-color: #e3e3e3 !important;
}

.btn.modal-button {
    padding: 13px 18px;
    min-width: 100px;
}

.btn.btn-default {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #fff!important;
    color: white;
	border: solid 1px #636363; 
	color: #636363;
}

.btn.btn-primary {
    background-color: #409FFF;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #3687D9!important;
    color: white;
}

.btn.btn-danger {
    background-color: #ff4040;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #d43535!important;
    color: white;
}

.btn.btn-green, .btn.btn-complete, .btn.btn-success {
    background-color: #3dc877;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #458a48!important;
    color: white;
}

.btn.btn-owly {
    background-color: #7c3aed;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #5b27b3!important;
    color: white !important;
}

a.btn.btn-owly:hover {
    background-color: #590dda !important;
}

.btn.btn-warning {
    background-color: #f7853e;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #c76b32;
    color: white;
}

.btn.btn-purple {
    background-color: #d432e3;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #a727b3;
    color: white;
}

.btn.btn-pale {
    background-color: #F5F5F5;
    border-radius: 8px;
    box-shadow: 0 .3rem 0 #d1cfcf;
    color: #3B3B3B;
}

.btn.btn-disabled, .btn.btn-disabled:active {
    background-color: #f3efef;
    border-radius: 8px;
    cursor: default!important;
    color: #747272;
}

.btn.btn-pale.modal-button {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #636363;
}

.datepicker table tr td {
    text-align: center;
}

.datepicker table tr td.active {
    background-color: #d1cfcf!important;
}

.tv-shape {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px 10px;
    background-color: white;
    border-radius: 50% / 7%;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-size: 180px;
    background-position: center center;
}

.tv-shape:before {
    content: "";
    position: absolute;
    top: 6%;
    bottom: 6%;
    right: -4%;
    left: -4%;
    background: inherit;
    border-radius: 5% / 25%;
}

.pfp-container {
    width: 150px;
    height: 150px;
    border-radius: 16px;
    background-position: center center;
    background-size: cover;
}

.pfp-container input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.pfp-container label {
    position: relative;
    left: 37%;
    top: 68%;
    background-color: #333333;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0.8;
}

.form-error-message {
    color: red;
    font: normal normal normal 11px/18px Poppins;
}

.wakeup-holder .student-name {
    font: normal normal normal 14px/21px Poppins;
    margin: 10px 10px 0 10px;
}

.filepond--item {
    width: 18%;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.context-menu-list {
    background-color: #FFFFFF!important;
    box-shadow: 0px 24px 50px #58585840!important;
    border: 1px solid #E8E8E8!important;
    border-radius: 8px!important;
}

.context-menu-list .context-menu-item {
    font: normal normal normal 14px/21px Poppins;
    color: #7A7A7A;
    padding: 14px 26px 14px 26px;
}

.context-menu-list .context-menu-item>i {
    color: #7A7A7A;
    position: relative;
    top: 0;
    left: -10px;
}

.context-menu-list .context-menu-item.context-menu-hover {
    background-color: #F3F4F6;
	color: #7A7A7A;
}
.context-menu-list .context-menu-item.context-menu-hover>i {
    color: #7A7A7A;
}

.bathroom-radio-group {
    width: 100%;
}

.bathroom-radio-group label {
    display: block;
    margin-bottom: 10px;
}

.bathroom-radio-group .btn {
    transition: box-shadow 0.1s linear 0s, transform 0.1s linear 0s!important;
}

.bathroom-radio-group .btn.btn-primary {
    color: white;
}

.btn-pale.active,
.btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:hover, .show .dropdown-toggle.btn-primary {
    background-color: #409FFF !important;
	color: #fff !important;
}

.bathroom-radio-group .btn.btn-primary.active {
    background-color: #0e84fb;
    box-shadow: 0 .1rem 0 #3687D9!important;
    transform: translate(0, 0.2rem);
}

.bathroom-radio-group label>input {
    display: none;
}

.w-fit-content {
  width: fit-content;
}

.h-fit-content {
  height: fit-content;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail, body.mobile .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail {
    color: #7B7B7B;
}

.font-color-weak {
    color: #7A7A7A;
}

.font-color-mid {
    color: #3B3B3B;
}

.font-color-strong {
    color: #454545;
}

.select-student-button::after {
    display: none;
}

.dropdown.show .select-student-button>img {
    border: 2px solid #409FFF;
}

.student-choice-menu {
    background-color: white;
    width: 30vh;
    box-shadow: 0px 24px 50px rgba(88, 88, 88, 0.25);
}

@media (max-width: 575px) {
    .student-choice-menu {
        width: 97vw;
    }
}

.student-choice-menu .dropdown-header {
    border-bottom: 1px solid #E8E8E8;
    font: normal normal 500 18px/27px Poppins;
    padding: 21px 24px;
    margin: 0;
}

.student-choice-menu .row {
    transition: background-color 0.2s ease;
    padding: 14px;
    cursor: pointer;
}

.student-choice-menu .row:hover, .student-choice-menu .row:active {
    background-color: #F5F5F5;
}

.student-choice-menu .row .student-name {
    font: normal normal normal 15px/23px Poppins;
}

.student-choice-menu .row .student-center {
    font: normal normal normal 12px/18px Poppins;
}

#header_profile_image {
    cursor: pointer;
}

.modal .modal-header .modal-title {
    font: normal normal 500 20px/30px Poppins;
    color: #3B3B3B;
	margin-top: 0px;
}

.modal .modal-dialog .modal-content {
    border-radius: 8px;
}

.modal .modal-body p {
    font: normal normal normal 14px/21px Poppins;
    color: #636363;
}

.modal .modal-body p.error-message {
    color: red;
}

@media (max-width: 575px) {
    .modal .modal-dialog {
        max-width: 95%;
        width: 95%;
    }
}

@media (min-width: 576px) and (max-width: 1999px) {
    .modal .modal-dialog {
        max-width: 80%;
        width: 80%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

#punch_in_pop_up {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    opacity: 0;
    display: none;
    transition: opacity 0.1s ease;
}

#punch_in_pop_up .logo {
    width: 144px;
    height: 57px;
}

#punch_in_pop_up .pfp {
    width: 150px;
    height: 150px;
    border-radius: 16px;
}

#punch_in_pop_up h2 {
    font: normal normal 400 21px/42px Poppins;
    color: #3B3B3B;
}

#punch_in_pop_up .user-name {
    font: normal normal 500 28px/42px Poppins;
    color: #3B3B3B;
}

#punch_in_pop_up h5 {
    font: normal normal normal 14px/21px Poppins;
    color: #7A7A7A;
}

#punch_in_pop_up h4 {
    font: normal normal normal 22px/33px Poppins;
    color: #7A7A7A;
}

#punch_in_pop_up .logout-p {
    font: normal normal normal 14px/21px Poppins;
}

#punch_in_pop_up .logout-p>a {
    color: #409FFF;
}

#search_result_box {
    position: absolute;
    display: none;
    z-index: 2000;
}

#search_result_box>.card-body {
    padding: 17px 0;
}

#search_result_box>.card-body>h5 {
    font: normal normal 500 14px/21px Poppins;
    color: #3B3B3B;
    padding: 0 20px;
    cursor: default;
}

#search_result_box>.card-body .search-result-item {
    padding: 10px 20px;
}

#search_result_box>.card-body .search-result-item>.result-col1 {
    font: normal normal 700 14px/21px Poppins;
    color: #636363;
}

#search_result_box>.card-body .search-result-item>.result-col2 {
    font: normal normal 400 14px/21px Poppins;
    color: #636363;
    margin-left: 17px;
}

#search_result_box>.card-body .search-result-item:hover {
    cursor: pointer;
    background-color: #E7E7E7;
}

#search_result_box>.card-body .search-result-item:hover>.result-col1 {
    font-weight: 800;
}

#search_result_box>.card-body .search-result-item:hover>.result-col2 {
    font-weight: 500;
}

#search_result_box>.card-body .separator {
    background-color: #E8E8E8;
    height: 1px;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 15px;
}

.pagination-selected {
    background-color: #cfe2ff;
}

.credit-card-chooser {
    border: solid 1px #eee;
    border-radius: 8px;
}

.switcher_item {
    padding: 20px 20px;
    border-bottom: solid 1px #eee;
}

.switcher_item:last-of-type {
    border-bottom: solid 0px #eee;
}

.switcher_item label {
    display: flex;
	margin-bottom: 0px;
}

.c-card {
    padding-left: 25px;
    display: flex;
}

.c-card_details p {
    margin-bottom: 0px;
}

.c-card_number {
    font-weight: bold;
}

.c-card_expiry {
    font-size: 0.8rem;
    color: #7d7d7d;
}

.c-card_icon {
    display: inline-block;
    width: 50px;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: left center;
}

.c-card_icon--visa {
	background-image: url('/assets/img/card-brand/visa.png');
}
.c-card_icon--mastercard {
	background-image: url('/assets/img/card-brand/mastercard.png');
}
.c-card_icon--discover {
	background-image: url('/assets/img/card-brand/discover.png');
}
.c-card_icon--amex {
	background-image: url('/assets/img/card-brand/amex.png');
}

.nav-tabs-simple > li > a:after {
	background-color: #513c5e;
}

.pswp:not(.pswp--ui-visible) img
 {
	display: none;
 }
.pswp--ui-visible img {
    max-width: none;
    object-fit: contain;
}

.check-all-student-holder {
    padding-right: 10px;
    vertical-align: middle;
    display: flex;
}

.check-all-student-holder .student-checkbox {
	margin-top: auto;
	margin-bottom: auto;
}

.snackbar-container p {
    font-weight: 500 !important;
    font-family: 'Poppins';
}

@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables tr td:last-of-type {
		border-bottom: 2px #b7b7b7 solid;
	}

	.no-more-tables tr {     margin-bottom: 30px; }

	.no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		/* padding-left: 50%;  */
		min-height: 40px;
		white-space: normal;
		text-align:left;
		padding: 10px 5px 10px 40% !important;
	}

	.no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 35%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}


.attendance-date-holder {

	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}

.attendance-date-holder .date {
    font-size: 17px;
    font-weight: 500;
}

.attendance-date-holder.weekend {
    background: #f9f9f9;
}

.timeline-approve-holder {
	position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 20px 30px 30px;
    text-align: right;
    left: 0px;
    background: #fff;
    z-index: 999;
    border-top: solid 1px #eee;
	transform: translateY(100%);
	transition: all 300ms;
	/* box-shadow: 0 0 12px #00000029; */
}

.timeline-approve-holder.open {
	transform: translateY(0%);	
	box-shadow: 0 0 12px #00000029;
}

.multi-student.timeline-approve-holder {
	padding: 20px 30px 20px;
}

.multi-student-clear {
    text-align: center;
    margin-top: 12px;
    color: #7a7a7a;
	cursor: pointer;
}

.no-more-tables tr.row-more-details td {
    padding: 0px !important;
}

.quick-time-selector {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    /* padding: 10px; */
    border: solid 1px;
    width: 100%;
    /* padding: 10px; */
    border-radius: 8px;
    border-color: #E3E3E3;
	margin-bottom: 10px;
}

.quick-time-selector span {
    padding: 10px;
	cursor: pointer;
}

.btn.btn-time-filter {
    position: absolute;
    top: 34px;
    right: 19px;
    background: #fff;
    border-radius: 8px;
    padding: 9px 16px;
    /* border-color: #E3E3E3; */
    border: solid 1px #E3E3E3;
}

.image-remove-btn {
    color: #f35958;
    font-size: 12px;
    cursor: pointer;
}

.guardian-item {
    border: solid 1px #e8e8e8;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.activity-details {
    padding: 5px;
	width: 100%;
	display: block;
}

video.swiper-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-timepicker-wrapper {
    width: 135px !important;
    font-size: 14px !important;
}

.activity-header {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    grid-gap: 15px;
}

.form-control.datepicker[readonly] {
    opacity: 1;
    color: rgb(87 87 87) !important;
    background: #f1f1f1 !important;
}

.student-cards-container.multistudent-selected {
    margin-bottom: 120px;
}

.activity-content {
    padding-left: 65px;
}

.activity-holder {
    padding: 5px;
    
	margin-bottom: 10px;
    width: 100%;
}

.activity-icon {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    border-radius: 8px;
    padding: 14px;
}
.activity-details-title {
    font-size: 18px;
}

.activity-details-highlight, .activity-details-description {
    font-size: 14px;
    color: #7A7A7A;
}

.activity-details-images {
    margin-top: 8px;
    margin-bottom: 8px;
}


img.icon-img {
    width: 100%;
}

.activity-icon.observation {
    background: rgb(239 191 4 / 10%);
}

.activity-icon.snapshot {
    background: rgb(163 80 201 / 10%);
}

.activity-icon.bathroom {
    background: rgb(64 159 255 / 10%);
}

.activity-icon.activity {
    background: rgb(255 187 93 / 10%);
}

.activity-icon.meal {
    background: rgb(226 195 70 / 10%);
}

.activity-icon.sleep,
.activity-icon.sleep-check {
    background: rgb(253 199 165 / 10%);
}

.activity-icon.notification {
    background: #A6A6FD1a;
}




.activity-heading,
.activity-row {
	display: flex;
	width: 100%;
}

.activity-heading .icon-img {
	max-width: 50px;
}

.activity-heading .cell,
.activity-row .cell {
	flex: 1;
	padding: 10px 5px;
}

.activity-row .cell { 
	padding: 12px 5px;
}

.activity-row {
	border-top: solid 1px #eee;
}

.activity-row:last-of-type {
	border-bottom: solid 1px #eee;
}

.cell-mobile-heading .activity-icon,
.activity-heading .activity-icon {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.activity-heading {
    margin-bottom: 20px;
}

.cell.student-name {
	align-items: center;
  display: flex;
	  font-weight: bold;
  }

.student-profile-holder {
    max-width: 50px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
}
.student-profile-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.activity-row:nth-child(odd) {
    background: #fbfbfb;
}

.activity-time {
    display: block;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}

.activity-entry {
	margin-bottom: 13px;
	display: block;
	line-height: 1.3em;
}

.activity-entry:last-of-type {
	margin-bottom: 0px;
}

.cell.cell-actions {
	width: 50px;
	flex: .3;
}

.cell-mobile-heading {
	display: none;
}

.activity-row .cell.student-name {
	align-items: baseline;
}

.studnet-detail-holder {
    display: flex;
}

.studnet-detail-holder .detail-title {
    color: #7A7A7A;
    margin-right: 10px;
}

.studnet-detail-holder .detail-value {
    font-weight: 600;
}

.student-checkbox {
    border: solid 1px #b7b7b7;
    aspect-ratio: 1;
    display: inline-block;
    margin-left: auto;
    margin-right: 0px;
    width: 25px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: 0px;
    position: relative;
}

.student-checkbox.checked {
    background: #409fff;
    border-color: #3687d9;
}

.student-checkbox.checked::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 4px;
    font-weight: 900;
}

.student-button-row-internal button[disabled] {
	background-color: #dbdbdb !important;
    border-radius: 6px;
}

.daily-summary-activites th:nth-child(even),
.daily-summary-activites td:nth-child(even) {
    background: #f7f7f7;
}

.daily-summary-activites th,
.daily-summary-activites td {
	text-align: center;
}

.activity-date {
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 12px;
}

.daily-summary-activites th {
	position: sticky;
	top: -6px;
	background-color: #fff;
}

.daily-summary-activites .activity-quantity {
    font-size: 11px;
}

#modal-event-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

#modal-event-date-from, #modal-event-date-to {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	.dashboard-stats-row .stats-box {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.dashboard-stats-row {
		padding: 8px 0px !important;
	}

	.activity-heading {
		display: none;
	}

	.cell-mobile-heading {
		display: block;
		text-align: center;
        font-size: 7px;
	}

	.activity-row  {
		flex-direction: column;
		padding-bottom: 25px;
	}

	.cell-mobile-heading .activity-icon {
		margin-right: auto;
	}

	.cell {
		display: grid;
		grid-template-columns: 50px 1fr;
		grid-column-gap: 15px;
	}

	.student-profile-holder {
		margin-right: 0px;
	}
	
	.cell.cell-actions {
		width: auto;
	}

	.page-header {
		padding: 10px 15px 10px 15px;
	}

    .mobile .page-header {
        width: 100% !important;
        position: fixed !important;
    }

    .mobile .page-card {
        height: auto !important;
        margin-top: 75px !important;
        overflow-y: visible;
    }

}

input[type=color] {
    box-sizing: border-box !important;
    height: 49px !important;
    vertical-align: top;
}

.category-colour {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    line-height: 14px;
    margin-right: 6px;
}


.tox-statusbar__branding {
    display: none;
}

.page-sidebar .sidebar-menu .menu-items > li > a {
    line-height: 25px;
    min-height: 25px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
    line-height: 20px;
    min-height: 20px;
}