* {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: #f0f2f5 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0 !important; }

html {
  overflow: scroll;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

.ant-card-actions > li > span i {
  width: auto !important; }

.header-pp button {
  border: 1;
  border-radius: 5px;
  color: #1890ff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  float: right;
  margin-right: 18%;
  background: #fafafa;
  padding: 4px 8px;
  cursor: pointer; }

.term-condition-pp .content {
  width: 50%;
  margin: auto; }
  .term-condition-pp .content p strong {
    font-size: 16px; }
  .term-condition-pp .content ul li {
    list-style-type: none; }

.loading-block {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f9f9f9;
  z-index: 100000;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center; }

.mt-10 {
  margin-top: 10px; }

.px-10 {
  padding: 0 10px; }

.custom-select {
  width: 100%;
  flex: 1; }
  .custom-select .select__control {
    border: 0;
    box-shadow: none;
    background-color: rgba(3, 3, 3, 0.09);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    outline: 0 !important;
    position: relative;
    transition: all 0.3s ease; }
  .custom-select .select__option {
    padding-top: 0;
    padding-bottom: 0; }
    .custom-select .select__option:active {
      background-color: "#e9ebec"; }
  .custom-select .select__menu {
    margin: 0;
    border-radius: 2px;
    display: block; }
  .custom-select .select__menu-ortal {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-select .select__menu-list {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    background-color: #f0f2f5;
    border: 1px solid #f9a11b;
    box-sizing: border-box; }
  .custom-select .select__placeholder {
    font-size: 14px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .custom-select .select__single-value {
    width: 100%;
    margin-left: 10px; }
    .custom-select .select__single-value .ant-list-item-meta-content {
      display: flex;
      flex-direction: row; }
    .custom-select .select__single-value .ant-list-item-meta-description {
      padding-left: 10px; }

.ant-list-item-meta {
  align-items: center; }

.ant-calendar-picker {
  width: 100%; }

.text-black {
  color: #000; }

.d-flex {
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.justify-evenly {
  justify-content: space-evenly; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.gap-1 {
  gap: 4px; }

.column-gap-1 {
  column-gap: 4px; }

.row-gap-1 {
  row-gap: 4px; }

.gap-2 {
  gap: 8px; }

.column-gap-2 {
  column-gap: 8px; }

.row-gap-2 {
  row-gap: 8px; }

.gap-3 {
  gap: 12px; }

.column-gap-3 {
  column-gap: 12px; }

.row-gap-3 {
  row-gap: 12px; }

.gap-4 {
  gap: 16px; }

.column-gap-4 {
  column-gap: 16px; }

.row-gap-4 {
  row-gap: 16px; }

.gap-5 {
  gap: 20px; }

.column-gap-5 {
  column-gap: 20px; }

.row-gap-5 {
  row-gap: 20px; }

.gap-6 {
  gap: 24px; }

.column-gap-6 {
  column-gap: 24px; }

.row-gap-6 {
  row-gap: 24px; }

.gap-7 {
  gap: 28px; }

.column-gap-7 {
  column-gap: 28px; }

.row-gap-7 {
  row-gap: 28px; }

.gap-8 {
  gap: 32px; }

.column-gap-8 {
  column-gap: 32px; }

.row-gap-8 {
  row-gap: 32px; }

.gap-9 {
  gap: 36px; }

.column-gap-9 {
  column-gap: 36px; }

.row-gap-9 {
  row-gap: 36px; }

.gap-10 {
  gap: 40px; }

.column-gap-10 {
  column-gap: 40px; }

.row-gap-10 {
  row-gap: 40px; }

.gap-11 {
  gap: 44px; }

.column-gap-11 {
  column-gap: 44px; }

.row-gap-11 {
  row-gap: 44px; }

.gap-12 {
  gap: 48px; }

.column-gap-12 {
  column-gap: 48px; }

.row-gap-12 {
  row-gap: 48px; }

.header {
  display: flex;
  justify-content: space-between;
  background-color: #ef9f23 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 64px !important;
  line-height: 64px !important; }
  .header .right {
    display: flex; }
    .header .right .item {
      padding: 0 0.5rem;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .header .right .item a {
        display: inline-flex;
        flex: auto; }
    .header .right .right-icon {
      color: #fff;
      font-size: 27px; }

.page-header {
  background-color: #e9ebec !important;
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  z-index: 1000;
  width: 100%; }
  .page-header .left {
    display: inherit;
    line-height: initial; }
    .page-header .left div.school {
      display: grid;
      align-self: center;
      align-items: center;
      grid-template-columns: 40px 1fr; }
      .page-header .left div.school h3 {
        padding: 0 1rem; }
  .page-header .right {
    display: grid;
    line-height: initial;
    align-items: center;
    justify-items: flex-end;
    align-self: center; }
    .page-header .right h3 {
      margin-bottom: 0; }
  .page-header h3 {
    color: #ef9f23; }

.logo {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  background-size: contain;
  background-image: url(/static/logo.png);
  width: 120px;
  height: 31px;
  background-position: center center; }

.wrapper {
  position: relative;
  margin-top: 64px;
  z-index: 0; }
  .wrapper .wrapper-content {
    z-index: 0;
    height: calc(100vh - 64px);
    overflow-y: scroll;
    position: relative; }
    .wrapper .wrapper-content .ant-layout-content {
      z-index: 0;
      padding: 1rem;
      min-height: unset; }
    .wrapper .wrapper-content.has-header-school {
      height: calc(100vh - 128px); }
  .wrapper.ant-layout-has-sider .ant-layout:not(.wrapper-content) {
    margin-left: 230px; }
  .wrapper.ant-layout-has-sider .ant-layout-sider-collapsed + .ant-layout {
    margin-left: 80px; }
  .wrapper.ant-layout-has-sider .ant-layout-sider-trigger {
    background-color: #ef9f23; }

.homepage-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(150px, auto);
  justify-items: center;
  align-items: center; }
  .homepage-content .hide-item-menu {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .homepage-content .blur-icon {
    filter: contrast(0.05); }
  .homepage-content .item {
    display: grid;
    justify-items: center;
    align-items: center;
    cursor: pointer; }
    .homepage-content .item .home-icon {
      max-width: 5rem; }
    .homepage-content .item h3 {
      text-align: center; }

.container-group .ant-list-item-meta {
  align-items: center; }

.container-group .listgroup-card .ant-card-body {
  padding: 0 !important; }

.container-group .new-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .container-group .new-group span {
    font-weight: 500;
    font-size: 14px;
    padding-left: 5px;
    color: #ef9f23;
    user-select: none; }

.container-group .listgroup .ant-spin-nested-loading {
  max-height: 60vh;
  overflow-y: scroll; }

.container-group .ant-list-pagination {
  margin-top: 0;
  padding: 12px 0;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8; }

.container-group .custom-list-group {
  align-items: center;
  padding: 5px;
  text-align: left;
  user-select: none;
  cursor: pointer;
  border-bottom: none !important; }
  .container-group .custom-list-group .list-content {
    padding: 1rem;
    border-radius: 15px;
    width: 100%;
    position: relative; }
    .container-group .custom-list-group .list-content .d-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
  .container-group .custom-list-group .active {
    background-color: #e6f7ff; }
  .container-group .custom-list-group .group-option {
    position: absolute;
    right: 5px;
    top: 4px; }
    .container-group .custom-list-group .group-option a > i {
      font-size: 16px; }

.card-profile .ant-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .card-profile .ant-card-body .ant-form-item {
    margin-bottom: 0; }
  .card-profile .ant-card-body .ant-input {
    text-align: center; }

.btn-create-group {
  display: block;
  text-align: center;
  font-size: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto; }

.list-payment-history {
  overflow: auto;
  max-height: 70vh; }

.card-plan-method .title {
  padding: 0.5rem 0px; }

.card-plan-method .plan-option {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-left: 2rem; }

.card-plan-method .section {
  margin-bottom: 1rem; }

.card-plan-method .method-group {
  display: flex; }
  .card-plan-method .method-group .method-option {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0px 2rem;
    padding: 0px 1rem;
    line-height: 30px;
    cursor: pointer; }
    .card-plan-method .method-group .method-option img {
      width: 50px;
      height: 50px; }
    .card-plan-method .method-group .method-option.selected {
      border: 1px solid #1890ff;
      background-color: #e6f7ff;
      color: #1890ff; }
    .card-plan-method .method-group .method-option:hover {
      border: 1px solid #1890ff; }

.card-plan-method .checkout {
  padding: 1rem;
  text-align: center; }

.process-checkout .plaid-payment {
  text-align: center; }

.process-checkout .item {
  padding: 0.5rem; }
  .process-checkout .item button {
    min-width: 10rem; }

.process-checkout .center {
  text-align: center; }

.process-checkout .card-element {
  padding: 0.5rem; }
  .process-checkout .card-element .StripeElement {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 1em;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #aab7c4;
    padding-bottom: 7px; }

.process-checkout .element-error {
  display: inline-flex;
  height: 20px;
  margin: 0px auto 10px;
  color: #e25950;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.timesheet .custom-card .ant-card-body {
  padding: 0 !important; }
  .timesheet .custom-card .ant-card-body .class-list {
    max-height: 50vh;
    overflow-y: scroll; }

.timesheet .custom-list-item {
  align-items: center;
  padding: 5px;
  text-align: left;
  user-select: none;
  cursor: pointer;
  border-bottom: none !important; }
  .timesheet .custom-list-item .list-content {
    padding: 1rem;
    border-radius: 15px;
    width: 100%;
    position: relative; }
  .timesheet .custom-list-item .active {
    background-color: rgba(0, 0, 0, 0.05); }

.timesheet .ant-list-item-meta {
  align-items: center; }

.timesheet .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .timesheet .search > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .timesheet .search .search-member {
    width: 60%;
    margin-left: 10px; }

.timesheet .timesheet-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .timesheet .timesheet-header .item {
    flex-basis: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .timesheet .timesheet-header .item .name {
      margin-left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .timesheet .timesheet-header .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .timesheet .timesheet-header .date input {
      width: 200px; }
  .timesheet .timesheet-header .print {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer; }
    .timesheet .timesheet-header .print > span {
      margin-right: 5px; }

.timesheet table {
  border-collapse: collapse;
  border-spacing: 0; }

.timesheet .ant-table-header-column {
  width: 100%; }

.timesheet .ant-table-thead > tr > th,
.timesheet .ant-table-tbody > tr > td {
  padding: 0;
  border-bottom: 0; }

.timesheet .ant-table-body > table {
  border: 1px solid #e8e8e8; }
  .timesheet .ant-table-body > table th,
  .timesheet .ant-table-body > table td {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center; }

.timesheet .sub_table tbody tr:last-child .cico, .timesheet .sub_table thead tr:last-child .cico {
  border-bottom: 0; }

.timesheet .sub_table .cico {
  width: 25%;
  padding: 0.5rem; }
  .timesheet .sub_table .cico:first-child {
    border-left: 0; }

.timesheet .ant-card-type-inner .ant-card-body {
  padding: 24px; }

.setting_list .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 15px; }
  .setting_list .item:first-child {
    margin-top: 40px; }
  .setting_list .item:last-child {
    margin-bottom: 0px; }
  .setting_list .item .item-label {
    font-weight: bold;
    font-size: 16px;
    width: 30%;
    text-align: right;
    margin-left: 5%;
    margin-right: 20px; }
  .setting_list .item .item-select {
    width: 40%;
    height: auto;
    padding: 8px 0px; }

.btn-submit-setting {
  margin: auto;
  display: block;
  font-size: 16px;
  padding: 5px 30px; }

.wrapper_suggestion {
  position: relative;
  z-index: 999;
  flex: 1; }

.react-autosuggest__input {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTMgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aW9zLXNlYXJjaC1pbnB1dC1pY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpb3Mtc2VhcmNoLWlucHV0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDguMDAwMDAwLCAtNDMuMDAwMDAwKSIgZmlsbD0iIzdBNzk3QiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi45OTcyNDgyLDE1LjUwNDE0NjYgQzE3LjA3NzM2NTcsMTUuNTQwNTkzOCAxNy4xNTIyNzMxLDE1LjU5MTYxMjkgMTcuMjE3NzUxNiwxNS42NTcwOTE0IEwyMC42NDk5OTEsMTkuMDg5MzMwOCBDMjAuOTQ0ODQ0OSwxOS4zODQxODQ3IDIwLjk0ODQ3NjQsMTkuODU4NjA2IDIwLjY1MzU0MTIsMjAuMTUzNTQxMiBDMjAuMzYwNjQ4LDIwLjQ0NjQzNDQgMTkuODgxMjcxNiwyMC40NDE5MzE3IDE5LjU4OTMzMDgsMjAuMTQ5OTkxIEwxNi4xNTcwOTE0LDE2LjcxNzc1MTYgQzE2LjA5MTM3LDE2LjY1MjAzMDEgMTYuMDQwMTE3MSwxNi41NzczODc0IDE2LjAwMzQxNDEsMTYuNDk3Nzk5NSBDMTUuMTY3MTY5NCwxNy4xMjcwNDExIDE0LjEyNzEzOTMsMTcuNSAxMywxNy41IEMxMC4yMzg1NzYzLDE3LjUgOCwxNS4yNjE0MjM3IDgsMTIuNSBDOCw5LjczODU3NjI1IDEwLjIzODU3NjMsNy41IDEzLDcuNSBDMTUuNzYxNDIzNyw3LjUgMTgsOS43Mzg1NzYyNSAxOCwxMi41IEMxOCwxMy42Mjc0Njg1IDE3LjYyNjgyMzIsMTQuNjY3Nzc2OCAxNi45OTcyNDgyLDE1LjUwNDE0NjYgWiBNMTMsMTYuNSBDMTUuMjA5MTM5LDE2LjUgMTcsMTQuNzA5MTM5IDE3LDEyLjUgQzE3LDEwLjI5MDg2MSAxNS4yMDkxMzksOC41IDEzLDguNSBDMTAuNzkwODYxLDguNSA5LDEwLjI5MDg2MSA5LDEyLjUgQzksMTQuNzA5MTM5IDEwLjc5MDg2MSwxNi41IDEzLDE2LjUgWiIgaWQ9Imlvcy1zZWFyY2gtaW5wdXQtaWNvbiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") 8px center no-repeat;
  border: none;
  vertical-align: top;
  outline: 0;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  box-sizing: border-box;
  font-size: 14px;
  background-color: rgba(3, 3, 3, 0.09);
  box-shadow: none;
  line-height: 1.3;
  padding: 8px 8px 8px 28px;
  margin: 0;
  background-size: 13px;
  font-weight: 400;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  color: #000 !important; }
  .react-autosuggest__input:focus {
    outline: none; }

.highlight {
  color: #ee0000;
  font-weight: bold; }

.react-autosuggest__suggestions-list {
  margin-bottom: 0px;
  list-style: none;
  padding: 0; }
  .react-autosuggest__suggestions-list li:last-child .list-item__center {
    background: none; }

.wrapper_suggestion.hasborder .react-autosuggest__container--open .react-autosuggest__suggestions-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-color: #f0f2f5;
  border: 1px solid #f9a11b; }

.suggestion-content {
  padding: 10px !important;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .suggestion-content .tag-modify {
    color: #fff;
    font-weight: 700; }
  .suggestion-content .ant-list-item-meta {
    align-items: center; }
  .suggestion-content.type_teacher .tag-modify {
    background: #f36f1f; }
  .suggestion-content.type_other .tag-modify {
    background: #761c19; }
  .suggestion-content.type_parent .tag-modify {
    background: #23c467; }
  .suggestion-content.type_admin .tag-modify {
    background: #ff0000; }

.icon-loading {
  font-size: 24;
  color: #ef9f23; }

.spin-loading {
  position: absolute !important;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%); }

.ant-list-item-meta-title {
  text-align: left; }

.ballsWaveG_wrapper {
  position: relative;
  width: 90px;
  height: 21px;
  margin: auto; }

.ballsWaveG {
  position: absolute;
  background-color: #f3711f;
  width: 11px;
  height: 11px;
  animation-name: ballsWaveG;
  -o-animation-name: ballsWaveG;
  -ms-animation-name: ballsWaveG;
  -webkit-animation-name: ballsWaveG;
  -moz-animation-name: ballsWaveG;
  animation-duration: 1.3s;
  -o-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.ballsWaveG_1 {
  left: 0;
  animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s; }

.ballsWaveG_2 {
  left: 11px;
  animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s; }

.ballsWaveG_3 {
  left: 22px;
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s; }

.ballsWaveG_4 {
  left: 34px;
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s; }

.ballsWaveG_5 {
  left: 45px;
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s; }

.ballsWaveG_6 {
  left: 56px;
  animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s; }

.ballsWaveG_7 {
  left: 67px;
  animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s; }

.ballsWaveG_8 {
  left: 78px;
  animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -moz-animation-delay: 1.43s; }

@keyframes ballsWaveG {
  0% {
    background-color: #f3711f; }
  100% {
    background-color: white; } }

@-o-keyframes ballsWaveG {
  0% {
    background-color: #f3711f; }
  100% {
    background-color: white; } }

@-ms-keyframes ballsWaveG {
  0% {
    background-color: #f3711f; }
  100% {
    background-color: white; } }

@-webkit-keyframes ballsWaveG {
  0% {
    background-color: #f3711f; }
  100% {
    background-color: white; } }

@-moz-keyframes ballsWaveG {
  0% {
    background-color: #f3711f; }
  100% {
    background-color: white; } }

/*
  
  .content_spinner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    top: 0rem;
    left: 0rem;
    z-index: 99999999;
  }
  
  div.spinner {
    position: relative;
    width: 54px;
    height: 54px;
    display: inline-block;
    //margin-left: 50%;
    //margin-right: 50%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 10px;
  }
  
  div.spinner div {
    width: 6%;
    height: 16%;
    background: #FFF;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: fade 1s linear infinite;
  }
  
  @-webkit-keyframes fade {
    from {
      opacity: 1;
    }
    to {
      opacity: 0.25;
    }
  }
  
  div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
  }
  
  div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
  }
  
  div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
  }
  
  div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
  }
  
  div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
  }
  
  div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
  }
  
  div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
  }
  
  div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
  }
  
  div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
  }
  
  div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
  }
  
  div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
  }
  
  div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
  }
  */
.content_spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 99999999; }

div.spinner {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  text-align: center; }
  div.spinner .ons-icon {
    color: #fff;
    font-size: 3rem; }

div.spinner div {
  width: 6%;
  height: 16%;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 43%;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade 1s linear infinite; }

@-webkit-keyframes fade {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }

div.spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -130%);
  -ms-transform: rotate(0deg) translate(0, -130%);
  transform: rotate(0deg) translate(0, -130%);
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

div.spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -130%);
  -ms-transform: rotate(30deg) translate(0, -130%);
  transform: rotate(30deg) translate(0, -130%);
  -webkit-animation-delay: -0.9167s;
  animation-delay: -0.9167s; }

div.spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -130%);
  -ms-transform: rotate(60deg) translate(0, -130%);
  transform: rotate(60deg) translate(0, -130%);
  -webkit-animation-delay: -0.833s;
  animation-delay: -0.833s; }

div.spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -130%);
  -ms-transform: rotate(90deg) translate(0, -130%);
  transform: rotate(90deg) translate(0, -130%);
  -webkit-animation-delay: -0.7497s;
  animation-delay: -0.7497s; }

div.spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -130%);
  -ms-transform: rotate(120deg) translate(0, -130%);
  transform: rotate(120deg) translate(0, -130%);
  -webkit-animation-delay: -0.667s;
  animation-delay: -0.667s; }

div.spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -130%);
  -ms-transform: rotate(150deg) translate(0, -130%);
  transform: rotate(150deg) translate(0, -130%);
  -webkit-animation-delay: -0.5837s;
  animation-delay: -0.5837s; }

div.spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -130%);
  -ms-transform: rotate(180deg) translate(0, -130%);
  transform: rotate(180deg) translate(0, -130%);
  -webkit-animation-delay: -0.5s; }

div.spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -130%);
  -ms-transform: rotate(210deg) translate(0, -130%);
  transform: rotate(210deg) translate(0, -130%);
  -webkit-animation-delay: -0.4167s;
  animation-delay: -0.4167s; }

div.spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -130%);
  -ms-transform: rotate(240deg) translate(0, -130%);
  transform: rotate(240deg) translate(0, -130%);
  -webkit-animation-delay: -0.333s;
  animation-delay: -0.333s; }

div.spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -130%);
  -ms-transform: rotate(270deg) translate(0, -130%);
  transform: rotate(270deg) translate(0, -130%);
  -webkit-animation-delay: -0.2497s;
  animation-delay: -0.2497s; }

div.spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -130%);
  -ms-transform: rotate(300deg) translate(0, -130%);
  transform: rotate(300deg) translate(0, -130%);
  -webkit-animation-delay: -0.167s;
  animation-delay: -0.167s; }

div.spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -130%);
  -ms-transform: rotate(330deg) translate(0, -130%);
  transform: rotate(330deg) translate(0, -130%);
  -webkit-animation-delay: -0.0833s;
  animation-delay: -0.0833s; }

.spinner_ios {
  font-size: 48px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em; }

.spinner_ios.center {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.spinner_ios._block {
  display: block !important;
  transform: scale(0.7); }

.spinner_ios .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
  animation: spinner-fade 1s infinite linear; }

.spinner_ios .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.spinner_ios .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.spinner_ios .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.spinner_ios .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.spinner_ios .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.spinner_ios .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.spinner_ios .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.spinner_ios .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.spinner_ios .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.spinner_ios .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.spinner_ios .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.spinner_ios .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #69717d; }
  100% {
    background-color: transparent; } }

@keyframes spinner-fade {
  0% {
    background-color: #69717d; }
  100% {
    background-color: transparent; } }

.toast--sync {
  background: #23c467; }

.sync-contacts {
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sync-contacts .mess-text {
    margin-right: 10px; }
  .sync-contacts.err {
    background: red; }

.syncing {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }

.main-content .search-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .main-content .search-bar > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .main-content .search-bar .search {
    width: 100%;
    margin-left: 1rem; }

.main-content .view-cico .item-list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.main-content .view-cico .ant-list-item-content {
  display: block; }

.main-content .view-cico .item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .main-content .view-cico .item-wrapper .center {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .main-content .view-cico .item-wrapper .center .student-info {
      flex: 1;
      font-size: 14px; }
      .main-content .view-cico .item-wrapper .center .student-info .student-name {
        font-weight: 500;
        margin: 0;
        color: #ef9f23; }
      .main-content .view-cico .item-wrapper .center .student-info .class-name {
        margin: 0;
        color: #000; }
  .main-content .view-cico .item-wrapper .right .btn-form-profile {
    font-size: 12px;
    min-width: 100px;
    padding: 0.5rem 1rem;
    background: #f36f1f;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border: transparent;
    cursor: pointer; }
    .main-content .view-cico .item-wrapper .right .btn-form-profile:hover, .main-content .view-cico .item-wrapper .right .btn-form-profile:active {
      box-shadow: 1px 1px 5px #ef9f23; }
    .main-content .view-cico .item-wrapper .right .btn-form-profile.disable {
      pointer-events: none;
      background: #83c1a8; }
    .main-content .view-cico .item-wrapper .right .btn-form-profile.cico_new {
      background: #c6ff00; }

.main-content .view-cico .new-content {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .main-content .view-cico .new-content .actions-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; }
    .main-content .view-cico .new-content .actions-items .left {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      width: 100%;
      padding: 12px 10px 12px 0; }
      .main-content .view-cico .new-content .actions-items .left .group_option_item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .main-content .view-cico .new-content .actions-items .left .group_option_item .avatar-group {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          width: 1.5rem;
          height: 1.5rem;
          border-radius: 100%;
          background: #ef9f23; }
          .main-content .view-cico .new-content .actions-items .left .group_option_item .avatar-group img {
            width: 0.8rem;
            height: 0.8rem;
            display: block;
            object-fit: cover;
            filter: brightness(0) invert(1); }
        .main-content .view-cico .new-content .actions-items .left .group_option_item span {
          margin-left: 10px;
          text-transform: capitalize;
          color: #ef9f23;
          font-weight: 500; }
      .main-content .view-cico .new-content .actions-items .left .center_group {
        margin-top: 10px;
        flex: 1; }
        .main-content .view-cico .new-content .actions-items .left .center_group .select-group {
          width: 100%; }
        .main-content .view-cico .new-content .actions-items .left .center_group .title_gr {
          font-size: 14px;
          color: #000;
          line-height: 32px; }
    .main-content .view-cico .new-content .actions-items .right {
      width: 100%;
      padding: 12px 0 12px 10px; }
      .main-content .view-cico .new-content .actions-items .right .group_title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .main-content .view-cico .new-content .actions-items .right .group_title > i {
          font-size: 1.5rem;
          color: #ef9f23; }
        .main-content .view-cico .new-content .actions-items .right .group_title > span {
          margin-left: 10px;
          text-transform: capitalize;
          color: #ef9f23;
          font-weight: 500; }
      .main-content .view-cico .new-content .actions-items .right .form-time {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%; }
        .main-content .view-cico .new-content .actions-items .right .form-time .show_time {
          margin-top: 10px; }
        .main-content .view-cico .new-content .actions-items .right .form-time.invalid {
          opacity: 0.5; }

.main-content .lb-error {
  width: 100%;
  color: #f36f1f;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  margin: auto;
  padding-top: 5px; }
  .main-content .lb-error.warning {
    font-size: 14px; }

.manage-cico {
  background: #fff; }
  .manage-cico .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0; }
    .manage-cico .item .bold {
      font-weight: 500;
      color: #000; }

.connections-invitations .ant-list-item-meta {
  align-items: center; }

.connections-invitations .group_btn {
  display: flex; }
  .connections-invitations .group_btn > div:last-child {
    margin-left: 10px; }

.modal-invite-connections .invite-header {
  padding: 10px;
  background: #f9f9f9;
  font-size: 1rem;
  font-weight: 500;
  color: #000; }

.chart_container {
  width: 352px;
  height: 360px;
  display: flex;
  margin: 20px auto;
  position: relative;
  user-select: none; }
  .chart_container .y_domain {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 0px;
    margin-bottom: 20px; }
    .chart_container .y_domain .dot_y {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      border-right: solid 1px #000;
      padding-right: 10px;
      position: relative;
      line-height: 10px; }
      .chart_container .y_domain .dot_y:before {
        content: "";
        display: block;
        width: 5px;
        height: 1px;
        background: black;
        position: absolute;
        right: 0px;
        bottom: 10px;
        bottom: 4px; }
      .chart_container .y_domain .dot_y:first-child:before {
        bottom: 1px; }
      .chart_container .y_domain .dot_y:last-child:after {
        content: "";
        display: block;
        width: 5px;
        height: 1px;
        background: black;
        position: absolute;
        right: 0px;
        top: 0px; }

.loading_data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.responsive_elm {
  overflow: hidden;
  overflow-x: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  height: 100%;
  position: relative; }
  .responsive_elm * {
    transition: all 0.25s linear; }
  .responsive_elm .barChart {
    display: flex;
    flex: 1;
    height: 100%; }
    .responsive_elm .barChart .item {
      width: 100px;
      display: flex;
      flex-direction: column; }
      .responsive_elm .barChart .item:last-child .time_point:after {
        content: "";
        display: block;
        width: 1px;
        height: 4px;
        background: black;
        position: absolute;
        right: 0;
        top: 0px; }
      .responsive_elm .barChart .item .bandTotalWrapper {
        width: 100%;
        display: flex;
        flex: 1; }
      .responsive_elm .barChart .item .time_point {
        align-self: flex-end;
        width: 100%;
        text-align: center;
        border-top: solid 1px #000;
        position: relative; }
        .responsive_elm .barChart .item .time_point:before {
          content: "";
          display: block;
          width: 1px;
          height: 4px;
          background: black;
          position: absolute;
          right: 50%;
          top: 0px; }
      .responsive_elm .barChart .item .bandTotal {
        width: 100%;
        display: flex;
        justify-content: center;
        flex: 1; }
        .responsive_elm .barChart .item .bandTotal .bandItem {
          align-self: flex-end;
          margin: 0px 1px;
          width: 20%; }
          .responsive_elm .barChart .item .bandTotal .bandItem.hid {
            display: none; }

.chart_time {
  padding: 40px; }

.legends_box {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none; }
  .legends_box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px; }
    .legends_box .item:last-child {
      margin-bottom: 0px; }
    .legends_box .item .title {
      font-size: 10px;
      margin-right: 5px;
      flex: 1;
      text-align: right; }
    .legends_box .item .box {
      width: 20px;
      height: 20px; }

/* Tooltip container */
.tooltip_ctn {
  position: relative; }

/* Tooltip text */
.tooltip_ctn .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }
  .tooltip_ctn .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="darksalmon"]:after {
    border-color: darksalmon transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="darksalmon"]:after {
    border-color: darksalmon transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="brown"]:after {
    border-color: brown transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="cadetblue"]:after {
    border-color: cadetblue transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="darkolivegreen"]:after {
    border-color: darkolivegreen transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="darkmagenta"]:after {
    border-color: darkmagenta transparent transparent transparent; }
  .tooltip_ctn .tooltiptext[color="darkorange"]:after {
    border-color: darkorange transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_ctn:hover .tooltiptext {
  visibility: visible; }

.login-container {
  width: auto;
  padding: 1rem; }
  .login-container .backgroud-app {
    display: flex;
    justify-content: center; }
  .login-container .image-app {
    width: 70%; }
  .login-container .login-form .login-form-buttom {
    display: block;
    width: 100%; }
  .login-container .login-form .login-form-forgot {
    float: right; }
  .login-container .card-tabs-container .ant-tabs-nav {
    display: flex;
    flex: 1; }
    .login-container .card-tabs-container .ant-tabs-nav div {
      display: inline-flex;
      flex: 1; }
    .login-container .card-tabs-container .ant-tabs-nav .ant-tabs-tab {
      flex: 1;
      margin: 0;
      text-align: center;
      justify-content: center;
      align-content: center; }

.txt-new-pass {
  margin-top: 1em !important; }

.my-school .card-school {
  width: 50%; }
  .my-school .card-school .school-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .my-school .card-school .school-content input {
      text-align: center; }

.user-profile .ant-row .ant-col {
  line-height: 40px; }

.user-profile .ant-row .ant-input-number {
  width: 100%; }

.user-profile .ant-row .ant-form-item {
  text-align: end; }

.list-child {
  overflow: auto;
  max-height: 75vh; }

.follow-child-data {
  border-bottom: 2px solid #e8e8e8 !important;
  padding-left: 33%; }

.container-incident .ant-list-item-meta {
  align-items: center; }
  .container-incident .ant-list-item-meta .ant-list-item-meta-avatar {
    margin-right: 0.5rem; }

.container-incident .incident-card .ant-card-body {
  padding: 0 !important; }

.container-incident .new-report {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .container-incident .new-report span {
    font-weight: 500;
    font-size: 14px;
    padding-left: 5px;
    color: #ef9f23;
    user-select: none; }

.container-incident .incident-list .ant-spin-nested-loading {
  max-height: 60vh;
  overflow-y: scroll; }

.container-incident .ant-list-pagination {
  margin-top: 0;
  padding: 12px 0;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8; }

.container-incident .custom-list-item {
  align-items: center;
  padding: 5px;
  text-align: left;
  user-select: none;
  cursor: pointer;
  border-bottom: none !important; }
  .container-incident .custom-list-item .list-content {
    padding: 1rem;
    border-radius: 15px;
    width: 100%;
    position: relative; }
    .container-incident .custom-list-item .list-content .ant-list-item-meta-title {
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box; }
  .container-incident .custom-list-item .active {
    background-color: #e6f7ff; }
  .container-incident .custom-list-item .incident-option {
    position: absolute;
    right: 5px;
    top: 2px; }

.container-incident .search-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .container-incident .search-group > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .container-incident .search-group .search-child {
    width: 50%;
    margin-left: 10px; }
  .container-incident .search-group .print {
    margin-left: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    .container-incident .search-group .print > span {
      margin-right: 5px; }

.container-incident .information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  .container-incident .information .left {
    padding-right: 10px; }
  .container-incident .information .right {
    padding-left: 10px; }
  .container-incident .information .left,
  .container-incident .information .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    .container-incident .information .left .item,
    .container-incident .information .right .item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .container-incident .information .left .item + .item,
      .container-incident .information .right .item + .item {
        margin-top: 20px; }
      .container-incident .information .left .item label,
      .container-incident .information .right .item label {
        flex-basis: 35%;
        display: block;
        font-weight: 500; }
      .container-incident .information .left .item .form-control,
      .container-incident .information .left .item .child,
      .container-incident .information .right .item .form-control,
      .container-incident .information .right .item .child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-basis: 65%; }
      .container-incident .information .left .item .show-info,
      .container-incident .information .right .item .show-info {
        line-height: 30px;
        width: 100%;
        min-height: 32px;
        border-radius: 5px;
        background-color: #fafafa;
        margin-left: 10px;
        flex-basis: 65%;
        padding-left: 10px;
        display: flex;
        align-items: center; }
    .container-incident .information .left .relative,
    .container-incident .information .right .relative {
      position: relative; }
      .container-incident .information .left .relative > span,
      .container-incident .information .right .relative > span {
        position: absolute;
        bottom: -17px;
        left: 35%;
        font-size: 12px;
        color: #ef9f23;
        font-style: italic; }

.container-incident .card-custom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }
  .container-incident .card-custom .ant-card-body {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
  .container-incident .card-custom .block-signpad {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
    .container-incident .card-custom .block-signpad .sign-pad {
      width: 100%;
      flex: 1; }
    .container-incident .card-custom .block-signpad img {
      flex: 1;
      width: 100%;
      object-fit: cover; }

.container-incident .notes {
  border-bottom: 1px solid #e8e8e8; }
  .container-incident .notes label {
    display: block;
    font-weight: 500;
    padding: 10px 0; }
  .container-incident .notes .text-content {
    margin-bottom: 1rem; }

.container-incident .signatures {
  padding-top: 1rem;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }
  .container-incident .signatures .signature {
    flex: 1 1 33.3333%;
    padding-left: 10px;
    padding-right: 10px; }
    .container-incident .signatures .signature .card-signature .ant-card-head {
      padding: 0 12px; }
    .container-incident .signatures .signature .card-signature .ant-card-body {
      padding: 0; }
    .container-incident .signatures .signature .block-image {
      width: 100%;
      height: 200px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .container-incident .signatures .signature .block-image img {
        width: 100%;
        height: 100%; }

.container-incident .btn-save {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto; }

.container-newsletters .saved-newsletter-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .container-newsletters .saved-newsletter-item p {
    flex: 1;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    color: #000;
    user-select: none; }
  .container-newsletters .saved-newsletter-item > i {
    margin-left: 1rem; }
  .container-newsletters .saved-newsletter-item + .saved-newsletter-item {
    padding-top: 16px; }

.container-newsletters .main-content a {
  text-decoration: underline !important;
  color: #40a9ff !important; }
  .container-newsletters .main-content a:hover {
    color: #096dd9 !important; }

.wrapper-activities .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .wrapper-activities .search > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .wrapper-activities .search .search-activity-group {
    width: 50%;
    margin-left: 10px; }

.wrapper-activities .group-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1; }
  .wrapper-activities .group-info .group,
  .wrapper-activities .group-info .has-child {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .wrapper-activities .group-info .group > p,
    .wrapper-activities .group-info .has-child > p {
      padding-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left;
      font-weight: 500;
      font-size: 14px; }

.wrapper-activities .tab-box-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .wrapper-activities .tab-box-title .box-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    border-radius: 5px; }
    .wrapper-activities .tab-box-title .box-icon img {
      width: 2rem;
      margin: 0 auto;
      display: block; }
  .wrapper-activities .tab-box-title .active {
    background-color: rgba(249, 161, 27, 0.3); }

.wrapper-activities .activity-entry .item {
  margin-top: 15px;
  position: relative; }
  .wrapper-activities .activity-entry .item .title {
    padding-bottom: 5px; }
  .wrapper-activities .activity-entry .item > span {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 12px;
    color: #f00;
    font-style: italic;
    padding-left: 5px; }

.wrapper-activities .add-activity {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.wrapper-activities .all-activity {
  margin-top: 1rem; }
  .wrapper-activities .all-activity .wrapper-content-itemview {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .wrapper-activities .all-activity .wrapper-content-itemview span {
      flex-basis: 20%;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      text-align: center; }
    .wrapper-activities .all-activity .wrapper-content-itemview .left {
      font-weight: 500; }
      .wrapper-activities .all-activity .wrapper-content-itemview .left .icon {
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        background-color: rgba(249, 161, 27, 0.3); }
        .wrapper-activities .all-activity .wrapper-content-itemview .left .icon img {
          width: 1.5rem;
          height: 1.5rem;
          object-fit: cover;
          display: block; }
    .wrapper-activities .all-activity .wrapper-content-itemview .right {
      font-weight: 500;
      cursor: pointer;
      justify-content: center !important; }
      .wrapper-activities .all-activity .wrapper-content-itemview .right span {
        padding-left: 5px; }

.wrapper-activities h3.title {
  text-align: left;
  font-size: 1rem;
  padding: 10px;
  background-color: #fafafa;
  margin-bottom: 10px !important; }

.container-dashboard .card-classes .ant-card-body {
  padding: 0; }
  .container-dashboard .card-classes .ant-card-body .class-list {
    max-height: 50vh;
    overflow-y: scroll; }

.container-dashboard .custom-list-item {
  align-items: center;
  padding: 5px;
  text-align: left;
  user-select: none;
  border-bottom: none !important; }
  .container-dashboard .custom-list-item .list-content {
    padding: 1rem;
    border-radius: 15px;
    width: 100%;
    position: relative; }
  .container-dashboard .custom-list-item .ratio {
    font-style: italic;
    font-size: 0.8rem;
    color: #1890ff; }
  .container-dashboard .custom-list-item .warning-text {
    color: #e67e22; }
  .container-dashboard .custom-list-item .text-standard {
    color: #000; }
  .container-dashboard .custom-list-item .active {
    background: rgba(0, 0, 0, 0.05); }
  .container-dashboard .custom-list-item .ant-list-item-meta-title {
    font-size: 16px;
    line-height: 25px; }

.container-dashboard .class-options {
  position: absolute;
  right: 10px;
  top: 7px; }

.class-form .card-class {
  width: 50%; }

.class-detail .ant-row .ant-col {
  line-height: 40px; }

.class-detail .ant-row .ant-input-number {
  width: auto; }

.class-detail .ant-row .ant-form-item {
  text-align: end; }

.time-grid {
  flex: 1;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e8e8e8; }
  .time-grid .top-content {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative; }
    .time-grid .top-content .image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #fff;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 100%;
      overflow: hidden;
      margin: auto; }
    .time-grid .top-content .class-name {
      text-align: center;
      color: #e67e22;
      font-weight: 500;
      font-size: 1rem;
      margin-top: 5px; }
    .time-grid .top-content .text-handle-time {
      margin-top: 5px; }
      .time-grid .top-content .text-handle-time .ratio {
        padding: 0 5px;
        font-size: 1rem;
        font-style: italic;
        color: #1890ff; }
      .time-grid .top-content .text-handle-time .text-center {
        text-align: center; }
      .time-grid .top-content .text-handle-time .text-standard {
        color: #000; }
    .time-grid .top-content .text-handle-time.warning-text .ratio {
      color: #e67e22; }
    .time-grid .top-content .input-custom {
      width: 50%;
      display: block;
      margin: 10px auto 0; }
  .time-grid .box-content {
    padding-top: 10px;
    padding-bottom: 10px; }
    .time-grid .box-content .wrapper-title-actions {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .time-grid .box-content .wrapper-title-actions .actions {
        display: flex;
        gap: 10px; }
    .time-grid .box-content .title {
      font-size: 1rem;
      font-weight: 500;
      color: #e67e22;
      background: #f9f9f9;
      padding: 10px;
      text-align: left; }
    .time-grid .box-content .item {
      display: flex;
      align-items: center;
      width: 100%; }
      .time-grid .box-content .item .avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        overflow: hidden;
        margin-left: 10px; }
      .time-grid .box-content .item .center {
        flex: 1;
        margin-left: 10px;
        padding: 0.5rem 0 2rem; }
        .time-grid .box-content .item .center .name {
          font-weight: 500;
          text-align: left;
          color: #000; }
        .time-grid .box-content .item .center .timechart-container {
          height: 12px;
          width: 100%;
          position: relative; }
          .time-grid .box-content .item .center .timechart-container .bar {
            position: absolute;
            height: 100%;
            background: #f9a11b;
            transition: all 0.5s ease; }
          .time-grid .box-content .item .center .timechart-container .bar.student {
            background: #51dbc5; }
          .time-grid .box-content .item .center .timechart-container .xAxis {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            margin-left: -5px;
            margin-right: -6px;
            padding-top: 13px; }
            .time-grid .box-content .item .center .timechart-container .xAxis > div {
              text-align: center; }
            .time-grid .box-content .item .center .timechart-container .xAxis .tick {
              width: 1px;
              height: 5px;
              background: #ddd;
              margin: 0 auto; }
            .time-grid .box-content .item .center .timechart-container .xAxis .time {
              font-size: 12px; }
            .time-grid .box-content .item .center .timechart-container .xAxis:after {
              content: "";
              position: absolute;
              height: 1px;
              background: #ddd;
              left: 6px;
              right: 6px;
              bottom: 17px; }
    .time-grid .box-content .left {
      text-align: left;
      font-size: 1rem;
      color: #000;
      padding: 10px 20px; }
    .time-grid .box-content .ant-list-item {
      padding: 0;
      border-bottom: none; }
    .time-grid .box-content .ant-list-empty-text {
      display: none; }

.dailysheet .search-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .dailysheet .search-group > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .dailysheet .search-group .search-dailysheet-group {
    width: 50%;
    margin-left: 10px; }

.dailysheet .view-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .dailysheet .view-top .item {
    flex-basis: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .dailysheet .view-top .item .name {
      margin-left: 10px; }
  .dailysheet .view-top .date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .dailysheet .view-top .date input {
      width: 200px; }
  .dailysheet .view-top .print {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer; }
    .dailysheet .view-top .print > span {
      margin-right: 5px; }

.dailysheet .block-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 16px; }
  .dailysheet .block-time .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }

.dailysheet .ant-table-title {
  background-color: #e6f7ff;
  text-align: center;
  text-transform: uppercase; }

.dailysheet .box {
  margin-top: 1rem; }

.container .wrapper-immunization-tracker table {
  margin: auto; }

.container .wrapper-immunization-tracker .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  min-height: 48px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  zoom: 1; }
  .container .wrapper-immunization-tracker .search > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500; }
  .container .wrapper-immunization-tracker .search .search-child-immunization {
    width: 50%;
    margin-left: 10px; }
  .container .wrapper-immunization-tracker .search .print {
    margin-left: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    .container .wrapper-immunization-tracker .search .print > span {
      margin-right: 5px; }

.container .wrapper-immunization-tracker .profile-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .container .wrapper-immunization-tracker .profile-child .child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .container .wrapper-immunization-tracker .profile-child .child p {
      margin-left: 5px; }

.container .wrapper-immunization-tracker .box-bottom {
  text-align: center; }
  .container .wrapper-immunization-tracker .box-bottom .btn-save {
    display: block;
    padding: 5px 30px;
    margin: 1rem auto;
    font-weight: 500; }

.container .wrapper-immunization-tracker .uncheck {
  background: #e6f7ff; }

.help-content .help-text {
  text-align: center;
  padding: 1rem; }

.help-content .menu-help {
  border-right: unset; }

.help-content .empty-help {
  padding-top: 80px;
  padding-bottom: 80px; }

.help-content .content-help {
  padding: 10px 0; }
  .help-content .content-help .title-help {
    font-size: 24px;
    text-align: center;
    padding-bottom: 15px; }

.help-content .list-menu {
  position: fixed;
  z-index: 2;
  width: 21%; }

.help-content .box-content {
  float: right; }

