.profile-page-grid {
  max-width: 1300px;
  margin: 20px auto;
  padding: 0 15px;
}

.profile-info {
  max-width: 1300px;
  margin: 20px auto 0px auto;
}

.sub-title-container {
  margin: 30px 0 5px 0;
}

.sub-title-container > h4 {
  float: left;
  margin: 0;
}

.sub-title-container > hr {
  margin-top: 25px;
  border-top: 1px solid #e2e2e2;
}

.profilename {
  word-wrap: break-word;
}

.change-password-container {
  height: 100px;
  padding-top: 40px;
}

.change-password-container > a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

.change-password-container > a > img {
  margin-top: -2px;
}

.change-password-container > a > p {
  display: inline-block;
}

.class-container-student,
.class-container-teacher {
  display: inline-block;
  background-color: white;
  min-height: 140px;
  margin-bottom: 20px;
}

.class-container-student > div,
.class-container-teacher > div {
  height: 140px;
  min-width: 200px;
  padding: 10px;
}

.class-container-student > .play-statistics {
  float: left;
}

.class-container-student > div > div {
  height: 60px;
  padding: 0;
}

.class-container-teacher > div > div {
  height: 60px;
  padding: 0;
  margin-top: 25px;
}

.class-container-student > div > div > h4,
.class-container-teacher > div > div > h4.big {
  font-weight: bold;
  margin-bottom: 0;
}

.class-container-teacher > div > div > h4 {
  margin-bottom: 0;
}

.teacher-class-name {
  display: inline-block;
}

.teacher-name,
.teacher-class-name,
.student-class-name {
  word-break: break-all;
}

.btn-round-blue {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #1aa1e5;
  color: #353535;
  border-radius: 20px !important;
  margin: 10px 0;
  font-size: 11px;
}

.class-container-teacher > div > div > .btn-round-blue {
  margin: 20px 0;
}

.change-password-modal-dialog, .change-language-modal-dialog {
  width: 400px;
  font-size: 15px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.change-password-modal-content, .change-language-modal-content {
  border-radius: 0;
  background-color: #f7f7f7;
}
.change-password-modal-content > .container-fluid .modal-header, .change-password-modal-content > .container-fluid .modal-body, .change-password-modal-content > .container-fluid .modal-footer, .change-language-modal-content > .container-fluid .modal-header, .change-language-modal-content > .container-fluid .modal-body, .change-language-modal-content > .container-fluid .modal-footer {
  padding: 15px 0;
}
.change-password-modal-content > .container-fluid .modal-footer, .change-language-modal-content > .container-fluid .modal-footer {
  border-top: none;
  margin-top: 0px;
  text-align: left;
}

.change-password-modal-title, .change-language-modal-title {
  margin: 12px 0 -12px;
}

.change-password-modal-error {
  min-height: 40px;
  font-weight: 400;
  color: #D50024;
}

.btn-modal-gray {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #b0b0b0;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0 !important;
  padding: 4px 8px;
  float: left;
}

.change-password-modal-reset {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

input.error {
  background-color: #F59295;
}

.change-language-modal-item-container {
  max-height: calc(90vh - 160px);
  overflow: auto;
  margin-top: 10px;
  margin-bottom: -10px;
}

.change-langugage-modal-item {
  cursor: pointer;
  padding: 2px 5px;
}
.change-langugage-modal-item:hover {
  background-color: #b1b1b1;
}

.change-langugage-modal-item-selected {
  background-color: #b1b1b1;
}

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

.profile-action-list {
  list-style: none;
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
}
.profile-action-list a, .profile-action-list a:hover, .profile-action-list a:visited {
  color: #6fb8e3;
  font-weight: 600;
}

.profile-image-container {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.profile-image-container img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  border-radius: 50%;
}

.profile-new-avatar {
  position: absolute;
  background-image: url("/images/upload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  height: 100px;
  width: 100px;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
}
.profile-new-avatar input[type=file] {
  display: none;
}

.avatarfade-transition {
  transition: opacity 0.15s linear;
}

.avatarfade-enter, .avatarfade-leave {
  opacity: 0;
}

.profile-buttons {
  text-align: center;
  margin-top: 10px;
}
.profile-buttons button {
  padding: 5px;
  font-weight: 400;
  min-width: 102px;
  min-height: 37px;
  max-width: 45%;
}

.save-btn, .edit-btn {
  background-color: #f0b67f;
  border: 1px solid #f0b67f;
  color: #353535;
}

.cancel-btn {
  background-color: #B1B1B1;
  border: 1px solid #B1B1B1;
  color: white;
  margin-left: 10px;
}

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

.social-icon {
  width: auto;
  height: 20px;
  margin-left: 10px;
}

.align-right {
  text-align: right;
}
.align-right.checkbox-item {
  justify-content: flex-end;
  padding-top: 0;
  margin-bottom: 0;
}

.align-left {
  text-align: left;
}
.align-left.checkbox-item {
  justify-content: flex-start;
  padding-top: 0;
  margin-bottom: 0;
}

.profile-data {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 34px;
}
.profile-data > label {
  color: #333333;
}

.control-label {
  color: #333333;
}

.notification-text {
  line-height: 24px;
}

.profile-row .profile-info-box {
  height: 100px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: auto;
}

.profile-form .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-form textarea, .profile-form select, .profile-form input[type=text] {
  border-width: 0.5px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0;
  box-shadow: none;
}

.profile-form .flex-center, .profile-data-column .flex-center {
  display: flex;
  align-items: center;
}
.profile-form .no-bottom-margin, .profile-data-column .no-bottom-margin {
  margin-bottom: 0;
}
.profile-form .no-top-margin, .profile-data-column .no-top-margin {
  margin-top: 0;
}

.profile-data-column {
  margin-top: 7px;
}

@media (min-width: 992px) {
  .profile-buttons {
    text-align: left;
    margin-top: 0px;
  }
  .form-group .col-sm-8 {
    padding-right: 15%;
  }
}
@media (max-width: 991px) {
  .profile-data .align-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .profile-action-list {
    text-align: center;
    padding-left: 0;
  }
}
.export-data-button {
  background-color: #f0b67f;
  border: 1px solid #f0b67f;
  color: #353535;
  padding: 5px;
  font-weight: 400;
  min-width: 102px;
  min-height: 37px;
  max-width: 45%;
}

.checkbox-container-grid {
  display: grid;
  grid-auto-flow: column;
  margin-top: 10px;
}

.checkbox-container-grid-two-rows {
  grid-template-rows: repeat(2, auto);
}

.checkbox-container-grid-six-rows {
  grid-template-rows: repeat(6, auto);
}

.checkbox-container-grid-fourteen-rows {
  grid-template-rows: repeat(14, auto);
}

.checkbox-column {
  width: 244px;
}

.checkbox-item {
  display: flex;
  text-decoration: none;
  margin-bottom: 10px;
  align-items: center;
}

.checkbox-item input[type=checkbox] {
  /* Remove default styles */
  appearance: none;
  /* Custom checkbox styling */
  width: 16px;
  height: 16px;
  border: 1px solid #3A3A3A;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: transparent;
  margin: auto 0;
  flex-shrink: 0;
}

.checkbox-item input[type=checkbox]:focus {
  outline: none;
}

.checkbox-item input[type=checkbox]:focus-visible {
  outline: 1px solid #000000;
  outline-offset: 0px;
}

.checkbox-item input[type=checkbox]:checked {
  background-color: #52c41a;
  border-color: #52c41a;
}

.checkbox-item input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.9);
}

.checkbox-item input[type=checkbox]:disabled, .checkbox-item input[type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.checkbox-item label {
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  margin: auto 0px auto 4px;
  position: relative; /* For positioning the tooltip if needed */
}

.checkbox-item label:hover {
  cursor: default;
}

.radiobox-container {
  display: grid;
  grid-auto-flow: column;
}

.radiobox-item {
  display: flex;
  align-items: center;
  width: 230px;
}

.radiobox-item input[type=radio] {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: none;
  margin: auto 0;
}

.radiobox-item input[type=radio]:not(:disabled):checked {
  border-color: #52c41a;
  background-color: #52c41a;
  background-clip: content-box;
  padding: 2px;
  background-image: radial-gradient(circle, #52c41a 0%, #52c41a 50%, transparent 60%, transparent 100%);
}

.radiobox-item label {
  font-size: 11px;
  text-decoration: none;
  margin: auto 0px auto 4px;
}

.wallpaper-container {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}

.wallpaper-container img {
  min-width: 150px;
  max-width: 150px;
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.5333333333);
}

.wallpaper-upload-button {
  background-image: url("/images/saveCommunityIcon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 150px;
  height: 30px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
.wallpaper-upload-button input[type=file] {
  display: none;
}

img.wallpaper-clear-button {
  position: absolute;
  min-width: 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  top: 5px;
  right: 5px;
  border: none;
}

.wallpaper-button-background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5333333333);
  width: 150px;
  height: 30px;
  bottom: 0;
  border-radius: 0 0px 10px 10px;
}

.wallpaper-info {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  color: #353535;
}
.wallpaper-info li {
  margin: auto 0;
}

.tooltip-wide > .tooltip > .tooltip-inner {
  font-weight: normal;
  min-width: 550px;
}

/*# sourceMappingURL=profilemtlc.css.map */
