html, body {
    height: 100vh;
    overflow-y: auto;
}

#app {
    margin: 0 auto;
    height: 100%;
}

.file-upload {
    width: 100%;
    margin-bottom: 5px;
}

.goalItem {
    cursor: pointer;
}

.file-upload-note {
    width: 100%;
    margin-bottom: 5px;
}

.file-upload-button {
    color: transparent;
}

.maxHeight {
    height: 100%;
}

.cmBtnCont {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.multi-select-element-cont {
    display: flex;
}

.date-picker .react-datepicker__input-container {
    width: 100%!important;
}

.selected-users {
    font-size: 20px;
    color: #1E9DFB;
    margin-right: 10px;
}

.select-all {
    margin-left: 10px;
}

.parch-users-cont {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
}

.help-img-cont {
    padding: 15px 15px;
}

.tutorial-img-cont {
    padding: 15px 15px;
}

.green-hint {
    height: 45px;
    width: 45px;
}

.send-invitation-btn {
    background-color: #1D9CFB!important;
    color: #ffffff!important;
}

.welcome-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff!important;
}

/*.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff!important;
}*/

.tut-modal {
    position: absolute;
    background-color: #ADD6FF;
    width: 700px!important;
    padding: 15px;
    z-index: 500;
    border-radius: 10px;
}

#position_0 {
    top: 80px;
    left: 340px;
}

#position_1 {
    top: 200px;
    left: 330px;
}

#position_2 {
    top: 200px;
    right: 200px;
}

#position_3 {
    top: 215px;
    right: 200px;
}

#position_centered {
    left: 0px;
    right: 0px;
    top: 100px;
}

.hide {
    display: none;
}

.first-login-cont {
    background-color: #232D43;
}

.tutorial-modal-cont {
    background-color: #ADD6FF;
}

.welcome-modal-cont {

}

.welcome-footer {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    margin-top: 20px;
}

.pointer {
    cursor: pointer;
}

.welcome-btn-continue {
    background-color: #00c24a!important;
    width: 320px!important;
    height: 44px!important;
    color: #ffffff!important;
    margin-right: 0px!important;
    cursor: pointer;
}

.control-label {
    font-weight: bold;
}

.field-radio-group div label span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkboxes div label span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field-radio-group div label span input {
    margin-right: 10px;
}

.checkboxes div label span input {
    margin-right: 10px;
}

.welcome-btn-skip {
    margin-top: 20px!important;
    background-color: #add6ff!important;
    width: 320px!important;
    height: 44px!important;
    color: #000000!important;
    margin-right: 0px!important;
    cursor: pointer;
}

.multi-item-cont {
    margin: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.question-body {
    padding: 20px
}

.multi-input {
    margin-left: 10px;
    width: 90%;
}

.multi-input-wrapper {
    width: 90%;
}

.welcome-modal-cont .modal-content {
    background-color: transparent;
    border: 0px;
}

.tut-modal .modal-content {
    background-color: transparent;
    border: 0px;
}

.required-text {
    margin: 0px 20px
}

.remove-question {
    margin-right: 20px;
    cursor: pointer;
}

.required-cont label{
    margin: 0px
}

.segment-cont {
    display: flex;
    flex-direction: column;
}

.description-input {
    margin-top: 20px;
}

.question-input {
    flex: 4;
    margin-right: 20px;
}

.question-types {
    flex: 2;
}

.required-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid darkslategrey;
}

.rjsf {
    padding: 30px;
    background-color: aliceblue;
}

#root .form-group {
    padding: 20px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: aliceblue;
}

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

.form-container {
    width: 60%!important;
}

.question-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    padding: 20px 20px;
    border-top: 1px solid rgba(34,36,38,.15);
}

.question-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.welcome-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.welcome-title {
    font-family: Play;
    font-size: 28px;
    color: #fff;
    font-weight: Bold;
    line-height: 32px;
}

.thanks-title {
    font-family: Play;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: Bold;
    line-height: 32px;
}

.welcome-text {
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    font-weight: Regular;
    line-height: 19px;
    text-align: center;
    margin-top: 20px
}

.thanks-text {
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    font-weight: Regular;
    line-height: 19px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px!important;
}

.first-login-header {
    background-color: #F1F4F6;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.tutorial-header {
    padding: 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.sub-type-cont {
    height: 70%;
}

.btn-close-sub{
    cursor: pointer;
}

.btn-icon {
    cursor: pointer;
}

.import-goal-tutorial {
    margin-left: 20px;
    font-family: Arial;
    font-size: 18px;
    color: #1c99ff;
    font-weight: 700;
    line-height: 21px;
}

.import-goal-tutorial-cont {
    margin-top: 20px;
}

.btn-icon-gear {
    cursor: pointer;
    padding-left: 30px;
    align-self: flex-start;
}

.first-login-text-cont {
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
}

.tutorial-text-cont {
    padding: 5px 20px 20px 20px;
}

.tutorial-text {
    font-family: ArialMT;
    font-size: 16px;
    color: #232c44;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
}

.goal-text {
    margin-left: 15px;
    margin-top: 10px
}

.goal-icons-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.tutorial-footer {
    display: flex;
    flex-direction: row;
}

.thanks-btn {
    background-color: #add6ff!important;
    width: 300px!important;;
}

.first-login-text {
    font-size: 12px;
}

.sub-period{
    font-weight: bold;
    padding-top: 25px;
}

.sub-save{
    font-weight: bold;
    font-size: 12px;
    color: #2BC664;
}

.sub-value {
    margin-top: 10px;
    font-weight: bold;
    font-size: 25px;
}

.sub-text {
    font-weight: bold;
}

.tutorial-title-text {
    font-size: 30px;
    font-family: ArialMT;
    font-weight: 400;
}

.sub-type {
    font-weight: bold;
    font-size: 12px;
}

.subscription-button{
    background-color: #1AC154!important;
    width: 90%!important;
    color: #ffffff!important;
    margin-right: 0px!important;
    cursor: pointer;
}

.tutorial-btn{
    background-color: #1A9AFF!important;
    width: 150px!important;
    color: #ffffff!important;
    margin-right: 0px!important;
    cursor: pointer;
}

.steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
}

.cycle {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background-color: #DFEFFF;
    margin-left: 9px;
}

.active-cycle {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background-color: #fff;
    margin-left: 9px;
}

.subscription-plan{
    width: 200px;
    height: 200px;
    background-color: #F1F4F6;
    margin: 10px;
}

.sub-left-cont {
    display: flex;
}

.days-left {
    font-weight: bold;
    font-size: 60px;
    color: #FC0013;
}

.till-text {
    color: #A5B8BF;
}

.days-left-text {
    font-weight: bold;
}

.days-left-text-cont {
    margin-left: 45px;
    padding-top: 22px;
}

.current-text {
    font-weight: bold;
}

.first-login-body {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-clear-search {
    position: absolute;
    right: 35px;
    top: 4px;
    width: 16px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
}

.btn-clear-search-st {
    position: absolute;
    right: 57px;
    top: 6px;
    width: 16px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
}

.cancel-btn {
    color: #1D9CFB;
    cursor: pointer;
}

.remove-user-img {
     cursor: pointer;
 }

.view-details-img {
    cursor: pointer;
    height: 35px;
    width: 33px;
}

.stripe-db-text{
    font-weight: bold;
}

.stripe-mb-text{
    color: #8A8A8A;
}

.stripe-modal-footer {
    justify-content: center;
}

.pay-button {
    background-color: #3BA4E0!important;
    color: #ffffff!important;
    width: 200px!important;
}

.add-member-button {
    background-color: #1D9CFB!important;
    color: #ffffff!important;
}

.company-user-search{
    padding: 20px 60px!important;
    background-color: #F8F9FB!important;
}

.multi-select-cont {
    padding: 15px 0px!important;
    margin: 20px 70px!important;
    background-color: #F8F9FB!important;
}

.export-emails-cont {

}

.export-emails-item {
    margin-top: 5px
}

.export-emails-item-text {
    margin-left: 10px
}

.export-emails-footer {
    display: flex!important;
    justify-content: space-between!important;
}

.stripe-logo-img {
    height: 54px;
    width: 54px;
    border-radius: 27px;
}

.stripe-modal-header {
    background-color: #F7F7F8;
    padding-top: 50px;
    justify-content: center;
    text-align: center;
}

.stripe-logo-cont {
    height: 62px;
    width: 62px;
    border: 1px solid #C5CACF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.remove-user-img-cont {
    width: 50px!important;
}

.company-user-row {
    padding: 0 70px;
}

.button-prof {
    background-color: #1D9CFB!important;
    color: #fff!important;
    margin-top: 15px;
}

.tutorial-button {
    background-color: #01C14A!important;
    color: #fff!important;
    margin-top: 15px;
    width: 150px
}

.sub-form-cont {
    margin-top: 70px;
}

.account-text {
    font-size: 25px;
    font-weight: bold;
    min-height: 70px;
    padding-top: 10px;
}

.img-list-update {
    margin-bottom: 6px!important;

}

.user-img {
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
}


.pages-logo {
    width: 320px;
    height: 77px;
}

.ui.selection.dropdown.class-list{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.help-text-first {
    margin: 10px 0px;
}

.tutorial-text-first {
    margin: 10px 0px;
}

.help-cont {
    display: flex;
    background-color: #CDEAFE;
    min-height: 140px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
}

.tutorial-cont {
    display: flex;
    background-color: #C7F2D7;
    min-height: 140px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    padding-right: 30px;
}

.subscription-con {
    max-width: 600px;
}

.account-con {
    max-width: 600px;
}

.send-invit-cont input {
    background-color: #F2F3F7!important;
    border: 0px!important;
}

.account-con input {
    background-color: #F2F3F7!important;
    border: 0px!important;
}

.sub-select > div {
    background-color: #F2F3F7!important;
    border: 0px!important;
}

.students-list-item img {
    float: right;
    width: 23px;
}

.image-dropdown-cont {
    background-color: #EFF2F5;
    width: 600px;
    margin-top: 100px;
    padding-bottom: 50px;
}

.modal-header{
    background-color: #F1F4F6!important;
}

.goal-det-name {
    background-color: #F1F4F6;
    padding: 12px;
    border: 1px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.progress-made {
    font-weight: bold;
}

.import-or {
    font-size: 15px;
    font-weight: bold;
}

.import-drag {
    font-size: 17px;
}

.import-csv {
    font-size: 25px;
    font-weight: bold;
}

.browse-button {
    width: 180px;
    height: 50px;
    color: #fff!important;
    background-color: #1E9CFB!important;
}

.dropdown-cont div {
    margin-top: 25px;
}

.file-upload-err {
    padding-top: 12px!important;
    text-align: center!important;
    height: 15px;
}

.dropdown-cont button {
    margin-top: 20px!important;
}

.dropdown-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-image {
    padding: 3px 3px;
}

.welcome {
    color: #ADD8FD
}

.react-datepicker__time-list{
    padding-left: 0;
    padding-right: 0;
}

.react-datepicker__input-container {
    height: 34px;
    width: 100px;
}

.data-picker-input {
    border: 0px
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    padding: 5px 8px;
}
.data-picker-cont{
    display: flex;
    height: 35px;
    align-items: center;
}

.field {
    width: 100%;
}

.data-picker-button {
    width: 140px;
    height: 50px;
}

.log-in-button{
    background-color: #ADD9FB !important;
}

.sign-up-button{
    background-color: #ADD9FB !important;
}

.terms-checkbox {
    text-align: left;
    margin-top: 10px;
}

.text-color {
    color: #ADD8FD
}

.limit-message-color {
    color: #FB001F
}

.button-color {
    background-color: #AEDAF9 !important;
}

.delete-button-color {
    background-color: #FC0013 !important;
}

.progress-cont {
    padding: 10px!important;
    border: 0.5px solid #E9ECEF!important;
}

.progress-container {
    border-bottom: 1px solid grey;
}

.no-border {
    border: 0;
}

.delete-data-point-btn {
    margin-top: 10px !important;
}

.goals-text {
    font-size: 30px;
}

#goal-list {
    padding: 10px 0px;
}

.goal-list-el{
    min-height: 50px;
    align-items: center;
    margin: 10px 0;
    background-color: #F9F9FB;
}

.goal-action-img {
    margin-right: 8px;
    cursor: pointer;
    width: 32px
}

.student-settings-img {
    cursor: pointer;
    width: 32px
}

.stepper-minus-img {
    width: 20px;
}

.settings-img {
    width: 27px
}

.email-modal .modal-content {
    width: 150%!important;
}

.btn-search-img {
    width: 25px;
    margin-left: 5px;
    cursor: pointer;
}

.selected-users-cont {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.email-text-cont {
    margin: 30px 0px 20px 0px;
}

.template-dropdown {
    width: 240px!important;
}

.text-area {
    width: 100%!important;
    min-height: 300px;
}

.subscription-dropdown{
    width: 230px!important;
}

.search-img-cont {
    display: flex;
    width: 20px;
}

.btn-add-goal-img{
    width: 25px;
    cursor: pointer;
}

.goal-filter .default {
    color: #6C757C!important;
}

.search-img {
    width:25px;
    cursor: pointer;
}

.calendar-img {
    width: 25px;
    margin-right: 10px;
}

.class-list-settings-img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.copy-write-cont {
    height: 50px;
    margin: 30px 10px;
}

.login-text-cont {
    height: 30px;
}

.input-size {
    width: 350px;
    height: 40px;
}

.custom-select {
    background-image: url("/assets/img/ui-dropdown-blue.svg") !important;
    background-size: 22px 10px !important;
}

.delete-class-cont img {
    min-width: 25px;
}

.input-cont {
    margin-top: 14px;
}

.login-email {
    width: 350px;
    height: 40px;
}

.error-message-text {
    width: 100%;
    display: inline-block;
    color: #ff0000
}

.error-message-cont {
    height: 55px;
    max-width: 350px;
}

.forgot-password-text {
    color: #1C95EF;
}

.text-color-link {
    color: #1C95EF;
}

.remember-me {
    float: left;
    margin: 0;
}

.tab-cont {
    width: 350px;
    margin-top: 10px;
}

.sign-in-text-cont {
    margin-top: 10px;
}

.class-list{
    width: 100%!important;
}

.tab-active-btn {
    width: 175px;
    background-color: #ADD7FC;
    color: black;
    height: 50px;
}

.tab-passive-btn {
    width: 175px;
    background-color: #242C44;
    color: #ADD7FC;
    border: 1px solid #ADD7FC;
    height: 50px;
}

.forgot-ps {
    float: right;
}

.account-btn{
    min-width: 330px;
}

.welcome {
    padding: 0 30px;
}

.chart {
    width: 400px;
    height: 200px;
}

.notification-label {
    display: block;
    margin-left: 8px;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
}

.sign-in-button {
    background-color: #ADD8FD;
    margin-top: 30px;
    width: 100%;
}

.reset-pass-button {
    background-color: #ADD8FD;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.custom-checkbox {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #fff
}

.sign-up-checkbox {
    border-radius: 50%;
    height: 15px;
    width: 25px;
    background-color: #fff
}

.new-account-text {
    color: #1C95EF;
}

.login-password {
    width: 100%;
    height: 40px;
}

.welcome-row {
    height: 100px;
    margin-top: 20px;
}

.new-account-height {

}

.navbar-brand-custom {
    padding: 0;
}

.con {
    height: 100%;
    background-color: #242C44;
}

.cont {
    background-color: #242C44;
}

.custom-nav {
    padding: 0;
    width: 100%;
    background-color: #F1F4F6;
}

.nav-item {
    padding: 10px;
}

.nav-item-active {
    border-bottom: 3px solid #BEDFFB;
    padding: 10px;
}

.header-menu-element {
    margin-top: 10px;
}

.navbar-nav {
    height: 100%;
}

#navbarNav {
    height: 100%;
}

.delete-class-cont {
    width: 48px;
    background-color: white;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.delete-class-cont::after {
    color: white !important;
}

.main-container {
    height: 100%;
}

.goal-text-cont {
    cursor: pointer;
}

.input-wrapper {
    background-color: white;
    height: 34px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.students-list{
    width: 100%;
    max-height: 700px;
    overflow-x: auto;
}

.sort-by-name {
    cursor: pointer;
}

.students-list-item {
    padding: 8px 10px;
    background-color: #1C2135;
    cursor: pointer;
}

.students-list-item-expired {
    background-color: #e4f0f1
}

.list-group-item.active {
    border-width: 0;
    background-color: #151B28;
    border-left-width: 4px !important;
    border-left-color: #1D9CFB;
}

.student-list-text {
    font-size: 16px;
    color: #ADD8FD;
}

.student-list-text :hover {
    font-size: 18px;
    color: #ADD8FD;
}

.img-list {
    margin-top: 0px!important;
}

.btn-remove {
    width: 16px!important;
    height: 16px!important;
    cursor: pointer;
}

.goal-details-row ul {
    padding-left: 0!important;
}

.student-list-cont {
    margin-top: 10px
}

.student-inf0-cont {
    background-color: #F9F9FB;
}

.student-info {
    width: 100%;
    margin: 16px 0;
    background-color: #F9F9FB;
}

.bold {
    font-weight: bold;
}

.goal-details-row {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding: 10px 0px;
}

.goal-details-row .progress-description {
    word-break: break-word;
}

.update-progress .col {
    padding-left: 0px!important;
}

.search-student {
    height: 38px;
}

.perc-cont {
    align-items: center!important;
    margin-left: -3px!important;
}

.percentage-input {
    width: 40px!important;
    padding: 3px 3px!important;
}

.percentage-input input {
    padding: 0!important;
    height: 30px!important;
    width: 40px!important;
}

.el-float-right {
    float: right;
}

.student-list-input-group {
    margin-left: 10px;
    margin-right: 10px;
}

.select-wrapper {
    flex: 1
}

.pen-goal-cont {
    padding: 15px
}

.goal-list {
    max-height: 650px!important;
    overflow: auto;
}

.historyItem {
    padding: 5px;
    margin: 5px 0px;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}

.historyDate {
    font-weight: bold;
}

.historyItemTitle {

}

.historyItem-cont {
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.form-container {
    padding-top: 40px;
    padding-bottom: 70px;
}

.pen-goal-table {
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.add-student-cont {
    margin-top: 8px;
}

.update-progress .fields {
    width: 100%!important;
}

.assessments-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.assessments-links {
    display: flex;
    flex-direction: column;
}

.recharts-responsive-container {
    margin-left: -10px!important;
}

.details-modal .col{
    padding-left: 0px!important;
}

.assistance-col {
    padding-right: 0px;
}

.assistance-level-select {
    width: 100%!important;
}

.custom-select {
    height: 38px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.body-container {
    height: 100%;
}

.pen-goal-header {
    background-color: #fff;
}

.pending-update-goal-search {
    background-color: #F8F9FA;
    padding: 10px
}

.send-pdf {
    width: 100%!important;
}

.custom-button {
    background-color: #ADD8FD !important;
    width: 150px !important;
}

.pen-goal-row {
    margin-top: 5px;
    cursor: pointer;
}

.class-list-cont {
    height: 100vh;
    background-color: #242C44;
    min-width: 320px;
    padding: 0px!important;
}

.class-count {
    color: #ADD8FD;
    float: right;
}

.time-and-date-picker {
    width: 100%;
}

.time-and-date-picker .react-datepicker-wrapper {

    width: 100%;
}

.time-and-date-picker .react-datepicker-wrapper .react-datepicker__input-container{
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}

.student-list-mobile {
    background-color: #242C44!important;
    color: #1F93E4!important;
    text-align: center!important;
    width: 100%!important;
    border: 0!important;
}

.next-student {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 10px;
}

.prev-student {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
}

.student-list-mobile i {
    display: none!important;
}

.student-list-mobile .text {
    color: #1F93E4!important;
}

.student-list-mobile-wrapper {

}

.time-and-date-picker > div {
    width: 100%;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}

.divHeight {
    height: 100px;
}

.student-info-name {
    font-size: 32px;
    font-weight: 500;
}

.student-info-school {
    color: #B1B1B4;
    font-size: 18px;
}

.student-info-class {
    color: #B1B1B4;
    font-size: 18px;
}

.search-goals {
    min-width: 300px!important;
    max-width: 400px!important;
}

.search-students {
    display: flex;
    flex-direction: row;
}

.search-btn-cont {
    margin-left: 20px;
}

.search-btn {
    background-color: #1D9CFB!important;
    color: #ffffff!important;
}

.modal-loader {
    height: 200px;
}

.no-students-message {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.operation-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.operations-cont {
    display: flex;
    flex-direction: row;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ABD8FA;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

@media (max-width: 767px) {
    .display-non {
        display: none!important;
    }
    .custom-nav {
        background-color: #242C44;
    }
    .header-menu-element{
        color: #ffffff!important;
    }
    .nav-item-active {
        border-bottom: 0px solid;
    }
    .nav-item-active a {
        color: #ADD6FB!important;
    }
    .pages-logo {
        width: 260px;
        height: 77px;
    }
    .fields{
        margin-bottom: 5px!important;
    }
    .navbar-nav li {
        padding: 0!important;
        padding-left: 10px!important;
    }
    #navbarNav {
        padding-bottom: 20px!important;
    }
    .image-dropdown-cont {
        margin-top: 0px;
    }
    .profile-body {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .sub-form-cont {
        margin-top: 25px;
    }
}

@media (min-width: 766px) {
    .display-none-menu {
        display: none;
    }
}

@media (max-width: 736px) {
    .class-list-cont {
        height: 190px;
        width: 100%;
    }
    .form-container {
        width: 100%!important;
    }
    .display-none-students-list {
        display: none;
    }
    .logo {
        width: 300px;
        height: 150px;
    }
}

@media (max-width: 1000px) {
    .class-list-cont {
        height: 190px;
        width: 100%;
    }
    .form-container {
        width: 100%!important;
    }
    .display-none-students-list {
        display: none;
    }
    .logo {
        width: 300px;
        height: 150px;
    }
}

@media (min-width: 737px) {
    .display-none-students-list-mobile {
        display: none;
    }
    .cont {
        height: 100%;
        background-color: #242C44;
    }
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.shared-students-heading {
    font-size: 14px;
    color: #ADD8FD;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.react-tags__search {
    margin-top: 5px;
}

.react-tags__search-wrapper > input {
    width: 100%;
    background: #F1F3F4;
    border: none;
    border-radius: 3px;
    outline: none;
    display: inline-block;
    width: 100%;
    color: #69626D;
    padding: 7px;
}

.react-tags__selected-tag {
    /* display: inline-block; */
    box-sizing: border-box;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    background: #F1F1F1;
    font-size: inherit;
    line-height: inherit;
}

.react-tags__selected-tag:after {
    content: '\2715';
    color: #AAA;
    margin-left: 8px;
}

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
    border-color: #B1B1B1;
}

.react-tags__suggestions ul {
    margin: 4px -1px;
    padding: 0;
    list-style: none;
    background: white;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  
.react-tags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 6px 8px;
}

.react-tags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600;
}

.react-tags__suggestions li:hover {
    cursor: pointer;
    background: #eee;
}

.react-tags__suggestions li.is-active {
    background: #b7cfe0;
}

.react-tags__suggestions li.is-disabled {
    opacity: 0.5;
    cursor: auto;
}
.invite-shared-btn {
    margin-top: 5px !important;
}

.ui.form .fields.export-pdf-form-row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.export-pdf-form-row.datepicker > label {
    width: 90px;
}
.export-pdf-form-row.datepicker > div {
    flex: 1;
}

.export-pdf-form-row.datepicker .react-datepicker-wrapper {
    width: 100%;
}

.export-pdf-form-row.datepicker .react-datepicker__input-container {
    width: 100% !important;
}

.ui.form .field.pending-updates-setting {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.5em;
}

.ui.form .field.pending-updates-setting > label {
    font-size: 1rem;
    margin-right: 10px;
}

.loading-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.students-picker {
    width: 100%;
    margin-top: 10px;
}

.quickarch-student-picker-note {
    display: block;
    font-size: 0.9em;
    margin: 6px 0;
    color: #5c5c5c;
}

.measurable-tags .tag {
  /* width: 190px; */
  /* height: 33px; */
  display: flex;
  align-items: center;
  background-color: #252c44;
  border-radius: 6px;
  color: #ffffff;
  padding: 0.5em 1em;
}
.measurable-tags .tag > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.measurable-tags .tag > span {
  margin: 0 auto;
}
.measurable-tags .tag:first-child {
  margin-bottom: 0.75em;
}
.measurable-tags .tag > div {
  margin-right: 8px;
}
.userGoalModal {
  width: 100%;
  max-width: 550px;
}
.userGoalModal .modal-content {
  background-color: #3b4464;
}
.userGoalModal .modal-content .modal-header {
  background: transparent !important;
  border: 0 !important;
}
.userGoalModal .modal-header .close {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 1 !important;
}
.userGoalModal .modal-header .close > span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.25em;
  color: #ffffff;
}
.userGoalModal .modal-header .ant-segmented {
  background: rgba(255, 255, 255, 0.1) !important;
}
.userGoalModal .modal-header .ant-segmented-item {
  margin: 0 !important;
  color: #ffffff !important;
  background: transparent;
}
.userGoalModal
  .modal-header
  .ant-segmented-item.ant-segmented-item-selected
  .ant-segmented-item-label,
.userGoalModal .modal-header .ant-segmented .ant-segmented-thumb {
  background-color: #252c44 !important;
  border-radius: 8px !important;
}

.userGoalModal .modal-header .ant-segmented-item > div {
  padding: 0 20px !important;
}
.userGoalModal .modal-header .ant-segmented-item:last-child > div {
  padding: 0 40px !important;
}
.userGoalModal .modal-content .modal-body .modalBodyContent {
  height: 100%;
  min-height: 536px;
  margin-top: 16px;
}
.userGoalModal .modal-content .modal-body .fields {
  margin-bottom: 1.41em;
}
.userGoalModal .modal-content .modal-body .fields input,
.userGoalModal .modal-content .modal-body .fields .dropdown, 
.userGoalModal .modal-content .modal-body .fields textarea {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
  color: #ffffff;
}
.userGoalModal .modal-content .modal-body .fields textarea {
    margin: 0 7px;
}
.userGoalModal .modal-content .modal-body .fields input::placeholder {
  color: #ffffff;
}
.userGoalModal .modal-content .modal-body .fields .dropdown .text {
  color: #ffffff;
}
.userGoalModal .modal-body .field .dropdown .icon {
  border: 0 !important;
  color: #ffffff;
}
.userGoalModal .modal-content .modal-body .fields .dropdown .menu {
  background-color: #252c44;
}
.userGoalModal .modal-content .modal-body .modalFooter {
  margin: 3em 0 0;
}
.userGoalModal .modal-content .modal-body .modalFooter .fields {
  margin: 0;
}
.userGoalModal .modalFooter .modalBtns {
  width: 100%;
  display: flex;
  justify-content: end;
}
.userGoalModal .modalFooter .modalBtns .measurable-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #252c44;
  border-radius: 6px;
  color: #ffffff;
  padding: 0.25em 0.5em;
  /* width: 160px; */
  /* height: 35px; */
  /* margin-right: 1em; */
}
.userGoalModal .modalFooter .modalBtns .measurable-tag.not {
    width: 155px;
}
.userGoalModal .modalFooter .modalBtns .measurable-tag > div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #50a83e;
  margin-right: 8px;
}
.userGoalModal .modalFooter .modalBtns .measurable-tag.not > div {
  background-color: #ff5f1f;
}
.userGoalModal .modalFooter .modalBtns > button {
  width: 110px;
  /* height: 33px; */
  background: #dfdfdf;
  color: #252c44;
  font-weight: 600;
  text-align: center;
}
.userGoalModal .modalFooter .ant-switch {
  background-color: #ffffff !important;
  min-width: 29px;
  height: 20px;
}
.userGoalModal .modalFooter .ant-switch.ant-switch-checked .ant-switch-handle {
  inset-inline-start: calc(100% - 18px);
}
.userGoalModal .modalFooter .ant-switch .ant-switch-handle::before {
  width: 16px;
  height: 16px;
  background-color: #252c44;
}
.userGoalModal .modal-content .modal-body .chatMessages {
  height: 485px;
  overflow-y: scroll;
}
.userGoalModal .modal-content .modal-body .chatMessages::-webkit-scrollbar {
  display: none;
}
.userGoalModal .chatMessages .msgBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
.userGoalModal .chatMessages .msgBox img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 1em;
}
.userGoalModal .chatMessages .msgBox h6,
p {
  font-size: 16px;
  color: #ffffff;
  white-space: pre-line;
}
.userGoalModal
  .modal-content
  .modal-body
  .messageInput
  .ant-input-affix-wrapper {
  height: 46px;
  background: rgba(242, 242, 242, 0.12);
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.userGoalModal .messageInput .ant-input-affix-wrapper .ant-input-suffix {
  font-size: 1.75em;
  color: #ffffff;
  cursor: pointer;
}
.userGoalModal .messageInput .ant-input-affix-wrapper input::placeholder {
  color: #a6a6a6;
}
.userGoalModal .goalNotice {
  height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.userGoalModal .goalNotice .dot {
  width: 40px;
  height: 25px;
  background-color: #1fc9ff;
  border-radius: 50%;
  margin-right: 1.25em;
}
.userGoalModal .goalNotice .noticeBtns {
  display: flex;
  justify-content: space-between;
}
.userGoalModal .goalNotice .noticeBtns button {
  background: #dfdfdf;
  color: #252c44;
  padding: 0.3em 1.15em !important;
}
.btn-enhance-with-ai {
  display: inline-block;
  background-color: #dfdfdf;
  border-radius: 6px;
  color: #252c44;
  padding: 0 1em;
  margin-top: 0.5em;
  font-weight: bold;
  outline: none !important;
  border: none;
}
.btn-enhance-with-ai:hover {
  text-decoration: none;
  color: #252c44;
}
.ai-buttons-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}