.create-team-popup-ct,
.create-team-popup-ct *, .subjects-stage, .subjects-stage * {
  box-sizing: border-box;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  line-height: 1;
}

.create-team-popup-ct.util-popup-ct {
  padding-top: 100px;
  align-items: start;
  z-index: 99999999;
}

.create-team-popup-ct .util-cancel-btn {
  padding: 0;
  margin-right: 30px;
}

.create-team-popup-ct .util-switch {
  position: relative;
  overflow: visible;
}

.create-team-popup-ct .logo-url-ct .util-label,
.create-team-popup-ct .color-ct .util-label {
  margin-bottom: 8px;
}

.create-team-popup-ct .upload-preview-ct {
  margin-bottom: 15px;
  margin-top: 8px;
}

.create-team-popup.initial-load .upload-preview-ct, .create-team-popup.initial-load .m-btm-40, .create-team-popup.initial-load .groupings-ct, .create-team-popup.initial-load .btns-ct, .create-team-popup.initial-load .util-checkbox-with-label {
  display: none;
}

.create-team-popup-ct .util-save-btn {
  color: #000000;
}

.create-team-popup-ct .util-save-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.create-team-popup-ct .upload-preview-ct .preview {
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  max-height: 80px;
  max-width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #747474;
  background-color: #979797;
  border-radius: 8px;
  display: none;
}

.create-team-popup-ct .upload-preview-ct .preview.show {
  display: block;
}

.util-file-input {
  max-width: fit-content;
  white-space: nowrap;
}

.create-team-popup-ct .util-label.large {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

.create-team-popup-ct .btns-preview-ct button {
  margin-top: 8px;
  min-width: 314px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-team-popup-ct .btns-preview-ct {
  display: flex;
  gap: 16px;
}

.create-team-popup .url-upload-ct {
  display: flex;
  gap: 8px;
}

.create-team-popup-ct .util-label.large[for="visibility"]:not(.hide) {
  display: flex;
  align-items: center;
  gap: 6px;
}

.create-team-popup-ct .util-label.large[for="visibility"] img:hover + .tooltip-4 {
  display: block;
}

.util-toggle.subject-switch.pers-subj {
  overflow: visible;
  position: relative;
}

.create-team-popup-ct .tooltip-4 {
  position: absolute;
  right: -82px;
  top: 33px;
  width: 178px;
  line-height: 1.2;
  font-weight: 400;
}

.create-team-popup-ct .create-team-popup {
  max-width: 698px;
  padding: 50px 68px;
  border-radius: 5px;
  background: #000000;
  border-color: #1C1C1C;
}

.create-team-popup-ct h3 {
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 37px;
  position: relative;
  width: fit-content;
}

.create-team-popup-ct h3 img:hover + .tooltip-1 {
  display: block;
}

.create-team-popup-ct .tooltip-1 {
  width: 200px;
  position: absolute;
  right: -89px;
  top: 60px;
  line-height: 1.2;
  font-weight: 400;
}

.create-team-popup-ct .tooltip-2-ct {
  position: relative;
}

.create-team-popup-ct .purpose-el img:hover + .tooltip-2 {
  display: block;
}

.create-team-popup .purpose-el img {
  margin-bottom: -2px;
}

.create-team-popup-ct .creator-role-el img:hover + .tooltip-2 {
  display: block;
}

.create-team-popup .creator-role-el img {
  margin-bottom: -2px;
}

.create-team-popup-ct .organization-label {
  position: relative;
}

.create-team-popup.class-course-context .tooltip-hub-name-ct {
  display: inline-block;
}

.create-team-popup-ct .tooltip-hub-name-ct {
  position: relative;
  font-weight: normal;
  display: none;
}

.create-team-popup-ct .organization-label img:hover + .tooltip-hub-name {
  display: block;
}

.create-team-popup .organization-label img {
  margin-bottom: -3px;
}

.create-team-popup-ct .tooltip-hub-name {
  width: 200px;
  position: absolute;
  right: -65px;
  top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  font-weight: 400;
}

.create-team-popup-ct .tooltip-3-ct {
  position: absolute;
  right: -24px;
  top: 8px;
}

.create-team-popup-ct .groupings-label-ct img:hover + .tooltip-3 {
  display: block;
}

.create-team-popup .groupings-label-ct img {
  margin-bottom: -2px;
}

.create-team-popup-ct .tooltip-2 {
  max-width: 200px;
  position: absolute;
  right: -65px;
  top: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  font-weight: 400;
}

.create-team-popup-ct h3 img {
  min-height: 21px;
  max-height: 21px;
  min-width: 21px;
  max-width: 21px;
}

.create-team-popup-ct .subjects-label .hover-txt {
  text-decoration: underline;
  position: relative;
}

.create-team-popup-ct .tooltip-2 {
  display: none;
  max-width: 200px;
  width: 200px;
  position: absolute;
  top: 35px;
  line-height: 1.2;
}

.create-team-popup-ct .subjects-label .hover-txt:hover .tooltip-2 {
  display: block;
}

.create-team-popup-ct .subject-question {
  position: absolute;
  right: -25px;
  top: 12px;
}

.create-team-popup-ct .tooltip-3  {
  max-width: 200px;
  width: 200px;
  position: absolute;
  line-height: 1.2;
  font-weight: 400;
  left: -92px;
  top: 31px;
}

.create-team-popup-ct .subject-question:hover .tooltip-3 {
  display: block;
}

.create-team-popup-ct .grid-1-ct, .subject-entry {
  display: grid;
  grid-template-columns: repeat(2, 277px);
  column-gap: 6px;
  row-gap: 15px;
}

.create-team-popup .m-btm-40 {
  margin-bottom: 40px;
}

.create-team-popup-ct .add-btn {
  color: #2DDB73;
  cursor: pointer;
  font-size: 14px;
}

.create-team-popup-ct .add-new-team-btn,
.create-team-popup-ct .add-another-subject-btn {
  margin-top: -10px;
}

.create-team-popup-ct .add-another-subject-btn.hide {
  display: none;
}

.create-team-popup-ct .add-another-grouping {
  margin-top: 5px;
}

.create-team-popup-ct .add-new-team-btn {
  text-align: right;
  display: none;
}

.create-team-popup-ct .add-new-team-btn.show {
  display: block;
}

.create-team-popup-ct .add-new-team-ct,
.create-team-popup-ct .add-btn,
.create-team-popup-ct .color-ct,
.create-team-popup-ct .subjects-label {
  grid-column-start: 1;
  grid-column-end: -1;
}

.create-team-popup-ct .add-new-team-ct {
  display: none;
  padding-left: calc(50% + 3px);
}

.create-team-popup-ct .add-new-team-ct .input-save-ct {
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
}

.create-team-popup-ct .add-new-team-ct input {
  margin-right: 3px;
  height: 34px;
}

.create-team-popup-ct .add-new-team-ct button {
  color: #D7D7D7;
  background: #616DFF;
}

.create-team-popup-ct .add-new-team-ct.show {
  display: block;
}

.create-team-popup-ct .btns-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-team-popup-ct .groupings-label-ct {
  display: flex;
  position: relative;
}

.create-team-popup-ct .groupings-label-ct .util-switch {
  margin-left: auto;
}

.create-team-popup-ct .groupings-label-ct p {
  margin-right: 8px;
}

.create-team-popup-ct .groupings-label-ct p span:last-of-type {
  color: #636363;
}

.create-team-popup-ct .studentNumberRequired-checkbox-ct {
  display: none;
}

.create-team-popup-ct .class-course-context .studentNumberRequired-checkbox-ct {
  display: flex;
}

.create-team-popup-ct .authority-checkbox-ct,
.create-team-popup-ct .studentNumberRequired-checkbox-ct {
  margin: 33px 0;
}

.create-team-popup-ct .authority-checkbox-ct .util-checkbox-input + .util-checkbox-label:before,
.create-team-popup-ct .studentNumberRequired-checkbox-ct .util-checkbox-input + .util-checkbox-label:before {
  border: 4px solid #616DFF;
}

.create-team-popup-ct .util-checkbox-input:checked + .util-checkbox-label:before {
  background: #5DFDA1;
}

.create-team-popup-ct .grid-2-ct {
  display: grid;
  grid-template-columns: repeat(3, 183px);
  column-gap: 6px;
  row-gap: 6px;
  margin-top: 15px;
}

.create-team-popup-ct .class-course-context .groupings-ct,
.create-team-popup-ct .class-course-context .prof-label,
.create-team-popup-ct .class-course-context .subj-5,
.create-team-popup-ct .class-course-context .prof-subj-4 {
    display: none;
}

.create-team-popup-ct .subj-4,
.create-team-popup-ct .prof-subj-3 {
  display: none;
}

.create-team-popup-ct .class-course-context .subj-4,
.create-team-popup-ct .class-course-context .prof-subj-3 {
  display: inline;
}

.create-team-popup-ct .prof-label {
  display: block;
}

.create-team-popup-ct .acad-label {
  display: none;
}

.create-team-popup-ct .class-course-context .acad-label {
  display: block;
}

.create-team-popup-ct .groupings-list-ct {
  display: none;
}

.create-team-popup-ct .groupings-list-ct.show {
  display: block;
}

.create-team-popup-ct .groupings-team-example,
.create-team-popup-ct .groupings-community-example {
  display: none;
}

.create-team-popup-ct .team-company-context .groupings-team-example,
.create-team-popup-ct .community-context .groupings-community-example {
  display: inline;
  color: #636363;
}

/* color theme */
.create-team-popup-ct .theme  {
  z-index: 9;
  position: relative;
}

.create-team-popup-ct .theme label{
  margin-bottom: 30px;
}

.create-team-popup-ct .theme fieldset {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  display: inline-block;
  position: relative;
  border: none;
  padding: 0;
}

.create-team-popup-ct .theme fieldset:last-child {
  margin-right: 0;
}

.create-team-popup-ct .theme fieldset label {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  margin:0;
  cursor: pointer;
  display: block;
}

.create-team-popup-ct .theme fieldset input:checked ~ label:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  border: 7px solid #636363;
}

/* search subject list */
.create-team-popup-ct .search-subject-ct, .subjects-stage {
  position: relative;
}


.create-team-popup-ct .search-list .spinner-ct {
  list-style-type: none;
  padding: 0;
  cursor: inherit;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.create-team-popup-ct .search-list .spinner-ct img {
  height: 50px;
}


.create-team-popup-ct .search-list {
  display: none;
  position: absolute;
  border-radius: 2px;
  background-color: #101010;
  padding: 10px;
  z-index: 999;
  box-sizing: border-box;
  color: #FFFF;
  left: 0;
  right: 0;
  top: 36px;
  border: 1px solid #818080;
}

.create-team-popup-ct  .search-list-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.create-team-popup-ct .search-list ul {
  max-height: 250px;
  overflow: scroll;
  margin: 0px;
  padding: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.create-team-popup-ct .search-list ul::-webkit-scrollbar {
  display: none;
}

.create-team-popup-ct .search-list ul li {
  list-style-type: none;
  padding: 10px 5px;
  cursor: pointer;
  border-bottom: 1px solid #d1d1d1;
}

.create-team-popup-ct .search-list ul li:hover {
  color: #2DDB73;
  border-color: #2DDB73;
}

.create-team-popup-ct .util-switch input:disabled + label {
  opacity: 0.7;
  cursor: not-allowed;
}

.create-team-popup-ct .util-switch input:checked + label {
  background-color: #616DFF;
  color: #D7D7D7;
}

.create-team-popup-ct .util-switch label {
  background-color: #303144;
  color: #D7D7D7;
  border: none;
}

.create-team-popup-ct .hide {
  display: none;
}

.create-team-popup-ct .util-form-error {
  margin-top: 6px;
}

.create-team-popup-ct .subjects-errors {
  margin-top: -20px;
  margin-bottom: 26px;
}

.create-team-popup-ct .util-form-error.term-error {
  position: relative;
  top: -24px;
}

.create-team-popup .similar-companies {
  color: #D7D7D7;
  font-weight: 700;
  font-size: 14px;
}

.create-team-popup .similar-companies p.exp-txt {
  margin: 8px 0;
}

.create-team-popup .similar-companies .company-el {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  align-items: center;
  border-bottom: 1px solid #616DFF;
}

.create-team-popup .similar-companies .company-el .name {
  font-weight: 700;
}

.create-team-popup .similar-companies .company-el .contact {
  cursor: pointer;
  background: #303144;
  padding: 3px 6px;
  border-radius: 3px;
}

.hub-avatars-ct.show {
  display: flex;
}

.hub-avatars-ct {
  z-index: 99999999;
}

.hub-avatars-ct .util-popup .avatars-modal-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 80px);
  overflow-y: scroll;
  max-height: 500px;
  padding-right: 20px;
}

.hub-avatars-ct .util-popup .avatars-modal-list img {
  height: 80px;
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
}

.hub-avatars-ct .util-popup .avatars-modal-list img:hover {
  filter: brightness(1.2);
}

.hub-avatars-ct:not(.loading) .util-spinner-ct {
  display: none;
}

.hub-avatars-ct .util-popup {
  padding-right: 10px;
  min-height: calc(610px - 60px);
}

.hub-avatars-ct .util-popup .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 24px;
}

.hub-avatars-ct .util-spinner-ct {
  margin-top: 200px;
}