.cb-preloader {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTJoM00xMiA1djNNMTkgMTJoLTNNMTIgMTl2LTNNNy4wNSAxNi45NWwyLjEyMS0yLjEyMU03LjA1IDcuMDVsMi4xMjEgMi4xMjFNMTYuOTUgNy4wNWwtMi4xMjEgMi4xMjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  animation: cb-preloader-spin 1s steps(8) infinite;
}
@keyframes cb-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.cb-preloader--medium {
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.cb-preloader--em {
  background-size: 1em;
  width: 1em;
  height: 1em;
}

.cb-preloader--color-white {
  filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(282deg) brightness(109%) contrast(101%);
}

.tw-auth-dialog .modal-dialog {
  margin: 0;
  max-width: none;
  height: 100%;
}
.tw-auth-dialog .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 100%;
}
.tw-auth-dialog .modal-body {
  padding: 0;
}

.tw-auth-dialog__body {
  background: #e8e7ff;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 50px;
}

.tw-auth-dialog__form {
  padding: 15px;
  align-self: center;
}

.tw-auth-dialog-bg-text {
  display: none;
}

.tw-auth-text-below-dialog {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.t-btn.tw-auth-text-below-dialog__link {
  font-weight: bold;
}

.tw-auth-dialog-bg-text {
  align-self: center;
  padding-top: 290px;
}

.tw-auth-dialog-bg-text__big {
  font-size: 96px;
  line-height: 1;
  font-weight: 800;
}

.tw-auth-dialog-bg-text__small {
  font-size: 48px;
}

.tw-auth-dialog-bg-text__small strong {
  font-weight: 800;
}

@media (min-width: 1440px) {
  .tw-auth-dialog__body {
    grid-template-columns: 680px 1fr;
    align-items: flex-start;
  }
  .tw-auth-dialog-bg-text {
    display: block;
  }
}
.cb-fixed-ratio {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cb-fixed-ratio.cb-fixed-ratio_contain .cb-fixed-ratio__element {
  -o-object-fit: contain;
  object-fit: contain;
}
.cb-fixed-ratio .cb-fixed-ratio__element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cb-fixed-ratio_tool-thumbnail {
  padding-bottom: 100%;
}

.cb-fixed-ratio_tool-preview-icon {
  padding-bottom: 100%;
}

.cb-fixed-ratio_video {
  padding-bottom: 56.25%;
}

.cb-fixed-ratio_logo {
  padding-bottom: 33.3333333333%;
}

.cb-fixed-ratio_pdf-logo {
  padding-bottom: 100%;
}

.cb-fixed-ratio_pdf-logo-editor {
  padding-bottom: 56.25%;
}

.cb-fixed-ratio--school-logo {
  padding-bottom: 100%;
}

.cb-fixed-ratio--project-tool {
  padding-bottom: 75%;
}

.cb-fixed-ratio_lesson-cover {
  padding-bottom: 58.8235294118%;
}

/**
    How to add a new icon?
    * Add the SVG source file to '~/Assets/Icons/svg'
    * In case you want to add a color variation to this icon, check the Gulp task called 'icons'
    * Add a variable here with SVG file name in the following template: $svg-icons-{file-name}_{color}: '{file-name}_{color}.svg'
    * Add a new 'scss' file, name it using the following template: '_svg-icons-{file-name}_{color}.scss'. Use other files as example for the content
*/
/*
  HEX to filter conversion:
  https://isotropic.co/tool/hex-color-to-css-filter/
*/
.t-btn {
  --t-btn-background: null;
  --t-btn-color: null;
  --t-btn-border-color: null;
  --t-btn-hover-background: null;
  --t-btn-hover-color: null;
  --t-btn-hover-border-color: null;
  --t-btn-active-background: null;
  --t-btn-active-color: null;
  --t-btn-active-border-color: null;
  --t-btn-disabled-background: null;
  --t-btn-disabled-color: null;
  --t-btn-disabled-border-color: null;
  --t-btn-focus-background: null;
  --t-btn-focus-color: null;
  --t-btn-focus-border-color: null;
  --t-btn-border-radius: 8px;
  --t-btn-padding-y: 9px;
  --t-btn-padding-x: 23px;
  --t-btn-padding-left: var(--t-btn-padding-x);
  --t-btn-font-size: 14px;
  --t-btn-icon-size: 20px;
  --t-btn-border-width: 1px;
  --t-btn-font-weight: 400;
  --t-btn-min-width: auto;
  --t-btn-min-height: auto;
  --t-btn-gap: 6px;
  --t-btn-line-height: 20px;
  --t-btn-focus-box-shadow: 0 0 0 3px #cfccff;
  --t-btn-text-decoration: none;
  padding: var(--t-btn-padding-y) var(--t-btn-padding-x);
  padding-left: var(--t-btn-padding-left);
  border-radius: var(--t-btn-border-radius);
  font-size: var(--t-btn-font-size);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: var(--t-btn-line-height);
  gap: var(--t-btn-gap);
  min-height: var(--t-btn-min-height);
  min-width: var(--t-btn-min-width);
  font-weight: var(--t-btn-font-weight);
  -webkit-text-decoration: var(--t-btn-text-decoration);
  text-decoration: var(--t-btn-text-decoration);
  background-color: var(--t-btn-background);
  color: var(--t-btn-color);
  cursor: pointer;
  border: var(--t-btn-border-width) solid var(--t-btn-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.t-btn i {
  flex-shrink: 0;
  font-size: var(--t-btn-icon-size);
}
.t-btn:hover {
  background-color: var(--t-btn-hover-background);
  color: var(--t-btn-hover-color);
  border-color: var(--t-btn-hover-border-color);
}
.t-btn:active, .t-btn:active:hover {
  background-color: var(--t-btn-active-background);
  color: var(--t-btn-active-color);
  border-color: var(--t-btn-active-border-color);
}
.t-btn:focus-visible {
  background-color: var(--t-btn-focus-background);
  color: var(--t-btn-focus-color);
  border-color: var(--t-btn-focus-border-color);
  box-shadow: var(--t-btn-focus-box-shadow);
  outline: none;
}
.t-btn:disabled, .t-btn.t-btn-disabled, .t-btn:disabled:hover, .t-btn.t-btn-disabled:hover, .t-btn:disabled:focus, .t-btn.t-btn-disabled:focus, .t-btn:disabled:active, .t-btn.t-btn-disabled:active, .t-btn:disabled:active:hover, .t-btn.t-btn-disabled:active:hover {
  background-color: var(--t-btn-disabled-background);
  color: var(--t-btn-disabled-color);
  border-color: var(--t-btn-disabled-border-color);
  cursor: not-allowed;
}

.t-btn.t-btn-link-text {
  --t-btn-padding-y: 0;
  --t-btn-padding-x: 0;
  --t-btn-border-width: 0;
  --t-btn-text-decoration: underline;
  --t-btn-background: transparent;
  --t-btn-color: #746dff;
  --t-btn-border-color: transparent;
  --t-btn-hover-background: transparent;
  --t-btn-hover-color: #9590ff;
  --t-btn-hover-border-color: transparent;
  --t-btn-active-background: transparent;
  --t-btn-active-color: #5336d6;
  --t-btn-active-border-color: transparent;
  --t-btn-disabled-color: #a2a2af;
  --t-btn-disabled-background: transparent;
  --t-btn-disabled-border-color: transparent;
  --t-btn-focus-background: transparent;
  --t-btn-focus-color: #746dff;
  --t-btn-focus-border-color: transparent;
}
.t-btn.t-btn-link-text i {
  filter: invert(40%) sepia(70%) saturate(711%) hue-rotate(207deg) brightness(103%) contrast(102%);
}
.t-btn.t-btn-link-text:hover i {
  filter: invert(52%) sepia(54%) saturate(841%) hue-rotate(205deg) brightness(106%) contrast(103%);
}
.t-btn.t-btn-link-text:active i, .t-btn.t-btn-link-text:active:hover i {
  filter: invert(26%) sepia(37%) saturate(5017%) hue-rotate(243deg) brightness(83%) contrast(104%);
}
.t-btn.t-btn-link-text:focus i {
  filter: invert(52%) sepia(54%) saturate(841%) hue-rotate(205deg) brightness(106%) contrast(103%);
}
.t-btn.t-btn-link-text:disabled i, .t-btn.t-btn-link-text.t-btn-disabled i, .t-btn.t-btn-link-text:disabled:hover i, .t-btn.t-btn-link-text.t-btn-disabled:hover i, .t-btn.t-btn-link-text:disabled:focus i, .t-btn.t-btn-link-text.t-btn-disabled:focus i, .t-btn.t-btn-link-text:disabled:active i, .t-btn.t-btn-link-text.t-btn-disabled:active i, .t-btn.t-btn-link-text:disabled:active:hover i, .t-btn.t-btn-link-text.t-btn-disabled:active:hover i {
  filter: invert(70%) sepia(7%) saturate(323%) hue-rotate(202deg) brightness(90%) contrast(100%);
}

.t-btn-link-text.cb-btn-preloader::before {
  font-size: 1em;
  right: auto;
}

.tw-checkbox {
  --tw-checkbox-border-color: #222229;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 24px;
  width: 1em;
  height: 1em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3px;
  flex-shrink: 0;
}

.tw-checkbox::before {
  content: "";
  display: block;
  border: 1.5px solid var(--tw-checkbox-border-color);
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.tw-checkbox[type=radio]::before {
  border-radius: 50%;
}

.tw-checkbox:disabled::before,
.tw-checkbox.disabled::before {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 0.5;
}

.tw-checkbox[type=checkbox]:checked::after {
  content: "";
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  background-size: 1em;
  width: 1em;
  height: 1em;
  background-image: url(https://cdn.twee.com/d/dist_20250713172333/icons/icons-sprite.svg#svg--check);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(64deg) brightness(107%) contrast(101%);
}

.tw-checkbox[type=checkbox]:checked::before {
  background-color: #746dff;
  border-color: #746dff;
}

.tw-checkbox[type=checkbox]:indeterminate::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tw-checkbox[type=checkbox]:indeterminate::before {
  background-color: #746dff;
  border-color: #746dff;
}

.tw-checkbox[type=radio]:checked::before {
  background: #746dff;
  border-color: #746dff;
}

.tw-checkbox[type=radio]:checked::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tw-logo {
  display: block;
  position: relative;
  width: 72px;
}

.tw-logo-students {
  display: flex;
  flex-direction: column;
}

.tw-logo-students__label {
  font-size: 10px;
  line-height: 1.3;
  font-weight: bold;
}

.tw-message-box {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  min-height: 200px;
  background-color: var(--tw-message-box-background-color, #ffffff);
}

.tw-message-box__emoji {
  display: flex;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1;
}
.tw-message-box__emoji .svg-icons {
  font-size: 40px;
}

.tw-message-box__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  color: var(--tw-message-box-title-color, var(--tw-message-box-color, #222229));
}

.tw-message-box__content {
  font-size: 14px;
  text-align: center;
  color: var(--tw-message-box-content-color, var(--tw-message-box-color, #222229));
}

.tw-message-box__content p {
  margin-bottom: 0;
}

.tw-message-box__content p + p {
  margin-top: 10px;
}

.tw-message-box__content a {
  text-decoration: underline;
}
.tw-message-box__content a, .tw-message-box__content a:hover {
  color: inherit;
  font-weight: bold;
}

.tw-message-box__content a:hover {
  text-decoration: none;
}

.tw-message-box--error {
  --tw-message-box-background-color: #fff0f3;
  --tw-message-box-title-color: #cf0025;
  --tw-message-box-content-color: #cf0025;
}
.tw-message-box--error .tw-message-box__emoji .svg-icons {
  filter: invert(61%) sepia(53%) saturate(7343%) hue-rotate(324deg) brightness(107%) contrast(107%);
}

.tw-message-box--warning {
  --tw-message-box-background-color: #fff4da;
  --tw-message-box-title-color: #ba7c26;
  --tw-message-box-content-color: #ba7c26;
}
.tw-message-box--warning .tw-message-box__emoji .svg-icons {
  filter: invert(81%) sepia(29%) saturate(7084%) hue-rotate(0deg) brightness(105%) contrast(104%);
}

.tw-message-box--info {
  --tw-message-box-background-color: #f3f3ff;
  --tw-message-box-title-color: #746dff;
  --tw-message-box-content-color: #746dff;
}
.tw-message-box--info .tw-message-box__emoji .svg-icons {
  filter: invert(52%) sepia(54%) saturate(841%) hue-rotate(205deg) brightness(106%) contrast(103%);
}

.tw-message-box--success {
  --tw-message-box-background-color: #e1ffee;
  --tw-message-box-title-color: #00860d;
  --tw-message-box-content-color: #00860d;
}
.tw-message-box--success .tw-message-box__emoji .svg-icons {
  filter: invert(52%) sepia(27%) saturate(5829%) hue-rotate(113deg) brightness(100%) contrast(92%);
}

.tw-message-box--muted {
  --tw-message-box-background-color: #f5f5f5;
  --tw-message-box-title-color: #222229;
  --tw-message-box-color: #797986;
}
.tw-message-box--muted .tw-message-box__emoji .svg-icons {
  filter: invert(48%) sepia(7%) saturate(548%) hue-rotate(202deg) brightness(97%) contrast(89%);
}

.tw-message-box--horizontal {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
  min-height: 0;
}
.tw-message-box--horizontal .tw-message-box__emoji {
  margin-bottom: 0;
  flex-shrink: 0;
}
.tw-message-box--horizontal .tw-message-box__content {
  text-align: left;
  flex-grow: 1;
}
.tw-message-box--horizontal .tw-message-box__button {
  flex-shrink: 0;
}

.t-btn.t-btn-primary {
  --t-btn-background: #746dff;
  --t-btn-color: #ffffff;
  --t-btn-border-color: #746dff;
  --t-btn-hover-background: #9590ff;
  --t-btn-hover-color: #ffffff;
  --t-btn-hover-border-color: #9590ff;
  --t-btn-active-background: #5336d6;
  --t-btn-active-color: #ffffff;
  --t-btn-active-border-color: #5336d6;
  --t-btn-disabled-color: #a2a2af;
  --t-btn-disabled-background: #e8e8ec;
  --t-btn-disabled-border-color: #e8e8ec;
  --t-btn-focus-background: #746dff;
  --t-btn-focus-color: #ffffff;
  --t-btn-focus-border-color: #746dff;
}
.t-btn.t-btn-primary i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:hover i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:active i, .t-btn.t-btn-primary:active:hover i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:focus i {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(72deg) brightness(105%) contrast(100%);
}
.t-btn.t-btn-primary:disabled i, .t-btn.t-btn-primary.t-btn-disabled i, .t-btn.t-btn-primary:disabled:hover i, .t-btn.t-btn-primary.t-btn-disabled:hover i, .t-btn.t-btn-primary:disabled:focus i, .t-btn.t-btn-primary.t-btn-disabled:focus i, .t-btn.t-btn-primary:disabled:active i, .t-btn.t-btn-primary.t-btn-disabled:active i, .t-btn.t-btn-primary:disabled:active:hover i, .t-btn.t-btn-primary.t-btn-disabled:active:hover i {
  filter: invert(70%) sepia(7%) saturate(323%) hue-rotate(202deg) brightness(90%) contrast(100%);
}

.tw-auth-form {
  background: white;
  box-shadow: -14px 20px 21px -20px rgba(0, 0, 0, 0.25), 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 6px;
  max-width: 380px;
  margin: 0 auto;
}

.tw-auth-form__logo {
  margin-bottom: 30px;
}

.tw-auth-form__logo--teacher {
  width: 145px;
}

.tw-auth-form__logo--student .tw-logo-students__logo {
  width: 145px;
}
.tw-auth-form__logo--student .tw-logo-students__label {
  font-size: 18px;
}

.tw-auth-form__submit {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}

.tw-auth-form__general-error {
  margin-top: 20px;
}

.tw-auth-form-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.tw-auth-oauth-message--top {
  margin-bottom: 20px;
}

.tw-auth-form__oauth {
  margin-bottom: 20px;
}

.tw-auth-form__or-email {
  font-size: 14px;
  margin-bottom: 20px;
  color: #8d959a;
}

.tw-auth-form-field__label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.tw-auth-form-field__text {
  font-size: 14px;
  margin-top: 10px;
  color: #bcc3c7;
}

.tw-auth-form-field__description {
  font-size: 12px;
  margin-top: 10px;
  color: #8d959a;
}

.tw-auth-form-field .alert,
.tw-auth-form-hidden-field + .alert {
  margin-top: 10px;
}

.tw-auth-form-field + .tw-auth-form-field {
  margin-top: 20px;
}

.tw-auth-form-checkbox {
  display: flex;
  gap: 10px;
}

.tw-auth-form-checkbox__input {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.tw-auth-form-checkbox__label {
  margin: 0;
  font-size: 14px;
  align-self: center;
}

.t-btn-block {
  display: flex;
  width: 100%;
}

.t-btn.t-btn-google-login {
  --t-btn-background: #ffffff;
  --t-btn-color: #222229;
  --t-btn-border-color: #d7d7de;
  --t-btn-hover-background: #f5f5f5;
  --t-btn-hover-color: #222229;
  --t-btn-hover-border-color: #d7d7de;
  --t-btn-active-background: #eeeef1;
  --t-btn-active-color: #222229;
  --t-btn-active-border-color: #d7d7de;
  --t-btn-disabled-color: #222229;
  --t-btn-disabled-background: #ffffff;
  --t-btn-disabled-border-color: #d7d7de;
  --t-btn-focus-background: #ffffff;
  --t-btn-focus-color: #222229;
  --t-btn-focus-border-color: #d7d7de;
}
.t-btn-google-login__icon {
  font-size: 20px;
  width: 1em;
  height: 1em;
  background: url(https://cdn.twee.com/i/icons/login-with-google.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cb-auth-btn-google--busy::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTJoM00xMiA1djNNMTkgMTJoLTNNMTIgMTl2LTNNNy4wNSAxNi45NWwyLjEyMS0yLjEyMU03LjA1IDcuMDVsMi4xMjEgMi4xMjFNMTYuOTUgNy4wNWwtMi4xMjEgMi4xMjEiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  animation: cb-preloader-spin 1s steps(8) infinite;
  margin-left: -30px;
}
@keyframes cb-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.tw-signup-dialog a {
  text-decoration: underline;
}

.tw-signup-dialog:has(.tw-signup-dialog__student-invitation) .tw-auth-form__logo {
  margin-bottom: 0;
}

.tw-signup-dialog__student-invitation {
  margin: 20px 0;
}

.tw-radio-toggle-btn {
  position: relative;
}

.tw-radio-toggle-btn__input {
  position: absolute;
  left: -999px;
  top: -999px;
}

.tw-radio-toggle-btn__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #f2f6f8;
  padding: 0 10px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tw-radio-toggle-btn__icon {
  flex-shrink: 0;
  font-size: 24px;
  filter: invert(67%) sepia(7%) saturate(345%) hue-rotate(160deg) brightness(87%) contrast(86%);
}

.tw-radio-toggle-btn__text {
  font-size: 14px;
  color: #8d959a;
}

.tw-radio-toggle-btn__input:checked + .tw-radio-toggle-btn__label {
  background-color: white;
}
.tw-radio-toggle-btn__input:checked + .tw-radio-toggle-btn__label .tw-radio-toggle-btn__icon {
  filter: none;
}
.tw-radio-toggle-btn__input:checked + .tw-radio-toggle-btn__label .tw-radio-toggle-btn__text {
  color: black;
}

.tw-radio-toggle-btn__input:disabled + .tw-radio-toggle-btn__label {
  opacity: 0.5;
  cursor: not-allowed;
}

.tw-radio-toggle-btn--lg .tw-radio-toggle-btn__label {
  padding: 10px 20px;
}
.tw-radio-toggle-btn--lg .tw-radio-toggle-btn__icon {
  filter: none;
}
.tw-radio-toggle-btn--lg .tw-radio-toggle-btn__text {
  color: black;
  font-weight: bold;
}

.tw-radio-toggle-group {
  padding: 4px;
  background-color: #f2f6f8;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
}

.tw-radio-toggle-group .tw-radio-toggle-btn {
  flex-grow: 1;
  flex-basis: 0;
}

.tw-radio-toggle-group--lg {
  padding: 5px;
}

.tw-signin-dialog .tw-auth-form {
  padding: 0;
}
.tw-signin-dialog .tw-auth-form__content {
  padding: 30px 40px 40px 40px;
}
.tw-signin-dialog .tw-auth-form__logo {
  min-height: 72px;
}

.tw-signin-dialog__profile-type {
  padding: 20px;
  border-bottom: 1px solid #d7d7de;
}

.tw-signin-dialog__terms-label a {
  text-decoration: underline;
}

.tw-forgot-password__success-text {
  font-size: 14px;
}

.svg-icons {
  vertical-align: middle;
  display: inline-block;
  background-size: 1em;
  width: 1em;
  height: 1em;
}

.svg-icons.lazyload {
  background-image: none;
}

.svg-icons_baseline {
  vertical-align: baseline;
}

.svg-icons--color-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(64deg) brightness(107%) contrast(101%);
}

.svg-icons--color-border {
  filter: invert(89%) sepia(4%) saturate(231%) hue-rotate(164deg) brightness(103%) contrast(93%);
}

.svg-icons--color-muted {
  filter: invert(90%) sepia(8%) saturate(170%) hue-rotate(158deg) brightness(87%) contrast(87%);
}

.svg-icons--color-gray-60 {
  filter: invert(70%) sepia(7%) saturate(323%) hue-rotate(202deg) brightness(90%) contrast(100%);
}

.svg-icons--color-gray-70 {
  filter: invert(48%) sepia(7%) saturate(548%) hue-rotate(202deg) brightness(97%) contrast(89%);
}

.svg-icons--color-yellow-60 {
  filter: invert(88%) sepia(100%) saturate(1110%) hue-rotate(314deg) brightness(103%) contrast(101%);
}

.svg-icons--color-yellow-40 {
  filter: invert(89%) sepia(15%) saturate(1180%) hue-rotate(332deg) brightness(104%) contrast(102%);
}

.svg-icons-arrow-left {
  background-image: url(https://cdn.twee.com/d/dist_20250713172333/icons/icons-sprite.svg#svg--arrow-left);
}

.one-time-code-input {
  display: flex;
  gap: 8px;
}

.one-time-code-input__box {
  text-align: center;
  font-size: 16px;
}

.email-otp-request-signin-form__title {
  margin-bottom: 8px;
}

.email-otp-request-signin-form__description {
  font-size: 14px;
  margin-bottom: 16px;
}

.email-otp-request-signin-form__submit {
  margin-top: 0;
}

.email-otp-verification-signin-form__title {
  margin-bottom: 8px;
}

.email-otp-verification-signin-form__description {
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-btn.email-otp-verification-signin-form__submit {
  margin-top: 0;
}

.email-otp-verification-signin-form__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.email-otp-verification-signin-form__otp {
  justify-content: center;
}

.sms-otp-request-signin-form__title {
  margin-bottom: 8px;
}

.sms-otp-request-signin-form__description {
  font-size: 14px;
  margin-bottom: 16px;
}

.sms-otp-request-signin-form__submit {
  margin-top: 0;
}

.sms-otp-verification-signin-form__title {
  margin-bottom: 8px;
}

.sms-otp-verification-signin-form__description {
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-btn.sms-otp-verification-signin-form__submit {
  margin-top: 0;
}

.sms-otp-verification-signin-form__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.sms-otp-verification-signin-form__otp {
  justify-content: center;
}

.password-signin-form__title {
  margin-bottom: 12px;
}

.authenticator-signin-form__title {
  margin-bottom: 8px;
}

.authenticator-signin-form__description {
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-btn.authenticator-signin-form__submit {
  margin-top: 16px;
}

.authenticator-signin-form__otp {
  justify-content: center;
}

.tw-tabs-switch-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  will-change: background-color;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
  position: relative;
}

.tw-tabs-switch-button:disabled {
  cursor: not-allowed;
}

.tw-tabs-switch-button:not(:disabled):hover,
.tw-tabs-switch-button:not(:disabled):focus {
  background-color: #e8e8ec;
}

.tw-tabs-switch-button__icon {
  font-size: 24px;
  line-height: 0;
  filter: invert(10%) sepia(11%) saturate(766%) hue-rotate(201deg) brightness(99%) contrast(92%);
}

.tw-tabs-switch-button:disabled .tw-tabs-switch-button__icon {
  filter: invert(83%) sepia(1%) saturate(1002%) hue-rotate(199deg) brightness(96%) contrast(90%);
}

.tw-tabs-switch-button__text {
  font-weight: bold;
  color: #222229;
}

.tw-tabs-switch-button:disabled .tw-tabs-switch-button__text {
  color: #c4c4cd;
}

.tw-tabs-switch-button--active {
  background-color: white;
}
.tw-tabs-switch-button--active:not(:disabled):hover, .tw-tabs-switch-button--active:not(:disabled):focus {
  background-color: white;
}

.tw-tabs-switch {
  display: flex;
  gap: 10px;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 100%;
}

.tw-tabs-switch .tw-tabs-switch-button {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 0;
}

.tw-signin-methods-form-back {
  margin-bottom: 24px;
}

.tw-signin-methods-form-back .t-btn {
  max-width: 100%;
}

.tw-signin-methods-form-back__email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-signin-methods-form__tabs {
  margin-bottom: 24px;
}
.tw-signin-methods-form__tabs .tw-tabs-switch-button {
  flex-basis: auto;
  padding-left: 0;
  padding-right: 0;
}
.tw-signin-methods-form__tabs .tw-tabs-switch-button__text {
  font-size: 12px;
}

body {
  background: linear-gradient(100.24deg, #fdf0ea 0%, #f5f3ff 27.45%, #dbeafe 100%);
}

.signin__preloader {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}