@charset "UTF-8";
:root {
  --surface-light: #FFFFFF;
  --surface-dark: #F7FAFC;
  --accent-primary: #0F1012;
  --gray-700: #43464D;
  --gray-600: #6A6D73;
  --gray-500: #7A8599;
  --gray-400: #CCCCCC;
  --gray-300: #CED2D9;
  --gray-200: #E4EBED;
  --brand-primary: #0983FE;
  --brand-dark: #0074EF;
  --brand-bg: rgba(9, 131, 254, 0.16);
  --brand-bg-dark: rgba(0, 116, 239, 0.2);
  --error-primary: #E12525;
  --error-bg: rgba(199, 24, 24, 0.16);
  --success-primary: #1CD477;
  --success-dark: #00B258;
  --success-bg: rgba(0, 178, 88, 0.0784313725);
  --warning-primary: #DD7D00;
  --warning-dark: #F0A06A;
  --warning-bg: rgba(221, 125, 0, 0.16);
  --opacity-accent-3: rgba(0, 0, 0, 0.03);
  --opacity-accent-6: rgba(0, 0, 0, 0.06);
  --opacity-accent-12: rgba(0, 0, 0, 0.12);
  --opacity-surface-75: rgba(0, 0, 0, 0.75);
  --opacity-surface-12: rgba(255, 255, 255, 0.12);
  --permanent-white: #FFFFFF;
  --permanent-black: #0F1012;
}

[data-theme=dark] {
  --surface-light: #14161A;
  --surface-dark: #080808;
  --accent-primary: #F2F2F2;
  --gray-700: #BCC1CC;
  --gray-600: #878D99;
  --gray-500: #525866;
  --gray-400: #3D424D;
  --gray-300: #313234;
  --gray-200: #2A2D34;
  --brand-primary: #0983FE;
  --brand-bg: rgba(9, 131, 254, 0.16);
  --brand-dark: #0074EF;
  --brand-bg-dark: rgba(9, 131, 254, 0.2);
  --error-primary: #D21616;
  --error-bg: rgba(199, 24, 24, 0.2);
  --success-primary: #1CD477;
  --success-dark: #00B258;
  --success-bg: rgba(0, 178, 88, 0.1803921569);
  --warning-primary: #F0A06A;
  --warning-dark: #DD7D00;
  --warning-bg: rgba(221, 125, 0, 0.16);
  --opacity-accent-3: rgba(255, 255, 255, 0.03);
  --opacity-accent-6: rgba(255, 255, 255, 0.06);
  --opacity-accent-12: rgba(255, 255, 255, 0.12);
  --opacity-surface-75: rgba(255, 255, 255, 0.75);
  --opacity-surface-12: rgba(15, 15, 15, 0.12);
  --permanent-white: #FFFFFF;
  --permanent-black: #0F1012;
}

#root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  background-color: var(--surface-dark);
  width: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  display: flex;
  background-color: var(--surface-dark);
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent;
}

/* === Custom Scrollbar Styles === */
/* Webkit browsers */
*::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--gray-700);
  opacity: 0.2;
  border-radius: 4px;
  border: none;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

*::-webkit-scrollbar-button { /* Кнопки направления */
  display: none;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 70, 77, 0.2) transparent; /* #43464D с opacity 0.2 */
}

/* Edge/IE (limited support) */
* {
  -ms-overflow-style: none;
}

*::-ms-fill-lower {
  background: transparent;
}

*::-ms-fill-upper {
  background: transparent;
}._wrapper_enubv_1 {
  pointer-events: auto;
  background-color: var(--surface-dark);
  cursor: pointer;
  width: 400px;
  border-radius: 8px;
  overflow: hidden;
}

._notification_enubv_10 {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
._notification_enubv_10._info_enubv_18 {
  background-color: var(--brand-bg-dark);
}
._notification_enubv_10._success_enubv_21 {
  background-color: var(--success-bg);
}
._notification_enubv_10._warning_enubv_24 {
  background-color: var(--warning-bg);
}

._icon_enubv_28 {
  flex-shrink: 0;
}
._icon_enubv_28 svg {
  width: 24px;
  height: 24px;
}

._textBlock_enubv_36 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 12px;
}

._description_enubv_43 {
  opacity: 0.8;
}._italic_mkr3s_1 {
  transform: skewX(-5deg) rotate(-5deg);
}

._title_mkr3s_5 {
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: var(--accent-primary);
  margin: 0;
  padding: 0;
}
._title-level-1_mkr3s_12 {
  font-size: 45px;
  letter-spacing: -3%;
}
._title-level-2_mkr3s_16 {
  font-size: 30px;
  letter-spacing: -2%;
}
._title-level-3_mkr3s_20 {
  font-size: 25px;
  letter-spacing: -2%;
}
._title-level-4_mkr3s_24 {
  font-size: 20px;
  letter-spacing: -1%;
}

._paragraph_mkr3s_29 {
  margin: 0;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: var(--accent-primary);
}
._paragraph__weight-400_mkr3s_37 {
  font-weight: 400;
}
._paragraph__weight-500_mkr3s_40 {
  font-weight: 500;
}
._paragraph__weight-600_mkr3s_43 {
  font-weight: 600;
}
._paragraph__weight-700_mkr3s_46 {
  font-weight: 700;
}
._paragraph__weight-800_mkr3s_49 {
  font-weight: 800;
}

._body-level-1_mkr3s_53 {
  font-size: 18px;
}
._body-level-2_mkr3s_56 {
  font-size: 16px;
}
._body-level-3_mkr3s_59 {
  font-size: 14px;
}

._footnote-level-1_mkr3s_63 {
  font-size: 12px;
}
._footnote-level-2_mkr3s_66 {
  font-size: 11px;
}
._footnote-level-3_mkr3s_69 {
  font-size: 10px;
}

._weight-400_mkr3s_73 {
  font-weight: 400;
}
._weight-500_mkr3s_76 {
  font-weight: 500;
}
._weight-600_mkr3s_79 {
  font-weight: 600;
}
._weight-700_mkr3s_82 {
  font-weight: 700;
}
._weight-800_mkr3s_85 {
  font-weight: 800;
}._container_c5atk_1 {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}._page_5jqk5_1 {
  display: flex;
  gap: 24px;
  margin: 0 36px 16px;
  width: calc(100% - 36px);
}

._content_5jqk5_8 {
  flex: 1;
  min-width: 0;
}._block_1vale_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--surface-light);
  border-radius: 16px;
  gap: 8px;
  width: calc(100% - 40px);
  margin: 0 40px 16px 32px;
  height: 100%;
}

._title_1vale_14 {
  text-align: center;
  max-width: 400px;
  white-space: pre-line;
}

._icon_1vale_20 {
  width: 32px;
  height: 32px;
}

._iconWrapper_1vale_25 {
  height: 80px;
  width: 80px;
  background-color: var(--brand-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}._container_yrym9_1 {
  position: relative;
  box-sizing: border-box;
  background-color: var(--gray-200);
  border-radius: 4px;
  overflow: hidden;
}

._fill_yrym9_9 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--success-dark);
  border-radius: 4px;
  transition: width 0.2s ease-in-out;
}._container_sm35y_1 {
  position: relative;
  display: block;
  width: auto;
}

._content_sm35y_7 {
  width: 100%;
  height: 100%;
}

._overlay_sm35y_12 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: all;
  cursor: not-allowed;
  transition: all 0.4s ease;
}
._overlay_sm35y_12:hover {
  background: rgba(67, 70, 77, 0.5);
}

._tooltip_sm35y_24 {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(12px, -8px);
  z-index: 1000;
  background: rgba(15, 15, 15, 0.92);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}._card_eamo7_1 {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: var(--surface-light);
  border-radius: 16px;
}

._cardImage_eamo7_9 {
  width: 282px;
  height: 156px;
  border-radius: 8px;
  flex: 0 0 auto;
  border: 1px solid var(--opacity-accent-12);
  overflow: hidden;
  cursor: pointer;
}

._cardContent_eamo7_19 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  cursor: pointer;
}

._cardDescription_eamo7_27 {
  color: var(--gray-600);
}

._cardLink_eamo7_31 {
  color: var(--brand-dark);
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

._cardLinkIcon_eamo7_40 {
  width: 16px;
  height: 16px;
}

._cardFooter_eamo7_45 {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  width: 100%;
}

._cardFooterText_eamo7_54 {
  color: var(--gray-500);
}

._cardMenu_eamo7_58 {
  width: 240px;
  background-color: var(--surface-dark);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px 0;
  flex: 0 0 auto;
}

._cardItem_eamo7_67 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
._cardItem_eamo7_67:hover {
  background-color: var(--opacity-accent-6);
}

._cardIcon_eamo7_79 {
  width: 20px;
  height: 20px;
}
._cardIcon_eamo7_79 path {
  fill: var(--accent-primary);
}

._progressText_eamo7_87 {
  color: var(--gray-500);
}

._cardInfo_eamo7_91 {
  margin-top: auto;
  display: flex;
  align-items: center;
}

._cardInfoItem_eamo7_97 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
._cardInfoItem_eamo7_97:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--gray-200);
}

._cardInfoLabel_eamo7_109 {
  color: var(--gray-500);
}

._disabledItem_eamo7_113 {
  cursor: not-allowed !important;
  opacity: 0.5;
}
._disabledItem_eamo7_113:hover {
  opacity: 0.5;
}

._statusBadge_eamo7_121 {
  margin-left: 8px;
  padding: 2px 6px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
}._container_i5y6n_1 {
  width: 100%;
  height: 100%;
  overflow: auto;
}

._list_i5y6n_7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}._button_1sjl5_1 {
  display: flex;
  width: fit-content;
  border-radius: 28px;
}
._button_1sjl5_1:active {
  padding-top: 17px;
  transition: none !important;
}

._variant-contained-10-primary_1sjl5_11 {
  background-color: var(--brand-primary);
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  margin: 0;
  padding: 15px 40px;
  outline: none;
  border: none;
  color: var(--permanent-white);
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-contained-10-primary_1sjl5_11:hover {
  background-color: var(--brand-dark);
}
._variant-contained-10-primary_1sjl5_11:active {
  outline: 4px solid rgba(9, 131, 254, 0.16);
}
._variant-contained-10-primary_1sjl5_11:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-contained-10-secondary_1sjl5_39 {
  background-color: var(--brand-bg);
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  margin: 0;
  padding: 15px 40px;
  outline: none;
  border: none;
  color: var(--brand-primary);
  transition: all 0.3s ease;
  cursor: pointer;
}
._variant-contained-10-secondary_1sjl5_39 p {
  color: var(--brand-primary);
}
._variant-contained-10-secondary_1sjl5_39:hover {
  background-color: var(--brand-bg-dark);
}
._variant-contained-10-secondary_1sjl5_39:active {
  color: var(--brand-dark);
}
._variant-contained-10-secondary_1sjl5_39:active p {
  color: var(--brand-dark);
}
._variant-contained-10-secondary_1sjl5_39:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-text-10-primary_1sjl5_73 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 15px 40px;
  border-radius: 100px;
  color: var(--brand-primary) !important;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-text-10-primary_1sjl5_73:hover {
  background-color: var(--opacity-accent-6);
  color: var(--brand-dark) !important;
}
._variant-text-10-primary_1sjl5_73:active {
  background-color: var(--opacity-accent-12);
  color: var(--brand-dark) !important;
}
._variant-text-10-primary_1sjl5_73:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-text-10-secondary_1sjl5_103 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 15px 40px;
  border-radius: 100px;
  color: var(--accent-primary) !important;
  outline: none;
  border: none;
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-text-10-secondary_1sjl5_103:hover {
  background-color: var(--opacity-accent-6);
}
._variant-text-10-secondary_1sjl5_103:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-outlined-10-primary_1sjl5_128 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 16px 40px;
  border-radius: 100px;
  color: var(--brand-accent);
  outline: none;
  border: 1px solid var(--gray-300);
  background-color: transparent;
  transition: all 0.5s ease;
  cursor: pointer;
}
._variant-outlined-10-primary_1sjl5_128:hover {
  background-color: var(--brand-bg);
  border: 1px solid transparent;
}
._variant-outlined-10-primary_1sjl5_128:active {
  background-color: var(--brand-bg);
  border: 1px solid var(--brand-primary);
  outline: 4px solid var(--brand-bg);
}
._variant-outlined-10-primary_1sjl5_128:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

._variant-outlined-10-translucent_1sjl5_159 {
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 16.5px;
}
._variant-outlined-10-translucent_1sjl5_159:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
._variant-outlined-10-translucent_1sjl5_159:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}._backdrop_toqvj_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._modal_toqvj_14 {
  width: 100%;
  max-width: 1144px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

._header_toqvj_25 {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--surface-dark);
}

._headerIcon_toqvj_34 {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._content_toqvj_42 {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  justify-content: center;
  max-width: 1144px;
  box-sizing: border-box;
  margin: 24px auto 10px;
}

._tgWindow_toqvj_53 {
  width: 536px;
  background-color: var(--surface-dark);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

._description_toqvj_66 {
  color: var(--gray-700);
  padding: 24px;
}

._footer_toqvj_71 {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--opacity-accent-6);
  height: 80px;
  border-radius: 0 0 24px 24px;
}
._footer_toqvj_71 button {
  height: fit-content;
}

._tgIconWrapper_toqvj_85 {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: var(--brand-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

._tgIcon_toqvj_85 {
  width: 24px;
  height: 24px;
}
._tgIcon_toqvj_85 path {
  fill: var(--brand-primary);
}

._progressBar_toqvj_103 {
  display: flex;
  position: relative;
}

._progressItem_toqvj_108 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: center;
  width: 240px;
}

._progressItemText_toqvj_117 {
  color: var(--gray-500);
}
._progressItemText_toqvj_117._current_toqvj_120 {
  color: var(--gray-700);
}
._progressItemText_toqvj_117._active_toqvj_123 {
  color: var(--success-dark);
}

._progressItemNumber_toqvj_127 {
  border-radius: 999px;
  border: 2px solid var(--gray-200);
  background-color: var(--surface-dark);
  color: var(--gray-500);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._progressItemNumber_toqvj_127._current_toqvj_120 {
  color: var(--success-primary);
  border: 2px solid var(--success-primary);
}
._progressItemNumber_toqvj_127._active_toqvj_123 {
  color: var(--surface-dark);
  background-color: var(--success-primary);
}

._progressLine_toqvj_147 {
  position: absolute;
  width: 212px;
  height: 2px;
  box-sizing: border-box;
  background-color: var(--gray-200);
  left: 134px;
  top: 43px;
}
._progressLine_toqvj_147._active_toqvj_123 {
  background-color: var(--success-primary);
}

._chatsList_toqvj_160 {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0 0 8px 0;
  list-style-type: none;
  overflow-y: auto;
  max-width: 1096px;
}

._chatItem_toqvj_170 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--surface-dark);
  padding: 24px;
  border-radius: 16px;
  transition: all 0.3s ease-out;
  width: 472px;
  height: fit-content;
  flex: 0 0 auto;
  box-sizing: border-box;
}

._infoBlock_toqvj_184 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background-color: var(--brand-bg);
  max-width: 1096px;
  width: 100%;
  margin: 0 auto 24px;
  box-sizing: border-box;
}

._infoIcon_toqvj_197 {
  width: 24px;
  height: 24px;
}
._infoIcon_toqvj_197 path {
  fill: var(--brand-primary);
}._checkboxWrapper_1gj1y_1 {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

._checkbox_1gj1y_1 {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--gray-500);
  border-radius: 4px;
  background-color: var(--surface-dark);
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
._checkbox_1gj1y_1:checked {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}
._checkbox_1gj1y_1:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid var(--permanent-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
._checkbox_1gj1y_1:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._checkbox_1gj1y_1:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

._label_1gj1y_44 {
  margin-left: 8px;
}._pageWrapper_1pfsv_1 {
  padding: 24px 24px 24px 24px;
  margin: 0 40px 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  height: 100%;
}

._pageHeader_1pfsv_12 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._headerSubtitle_1pfsv_18 {
  color: var(--gray-600);
}

._page_1pfsv_1 {
  box-sizing: border-box;
  width: calc(100% - 24px);
  display: flex;
  gap: 8px;
  flex-direction: column;
  height: calc(100vh - 203px);
  overflow: hidden;
}

._chatsList_1pfsv_32 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

._chatItem_1pfsv_42 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--surface-light);
  padding: 24px;
  border-radius: 16px;
  transition: all 0.3s ease-out;
  width: 472px;
  height: fit-content;
  flex: 0 0 auto;
  box-sizing: border-box;
}
._chatItem_1pfsv_42._active_1pfsv_55 {
  border: 1px solid var(--success-primary);
}

._chatIconWrapper_1pfsv_59 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background-color: var(--brand-primary);
}
._chatIconWrapper_1pfsv_59._active_1pfsv_55 {
  background-color: var(--success-bg);
}

._chatIcon_1pfsv_59 {
  width: 24px;
  height: 24px;
}

._chatContent_1pfsv_77 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._chatDescription_1pfsv_83 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

._openButtonText_1pfsv_91 {
  color: var(--permanent-white);
  line-height: 24px;
}

._qrButtonText_1pfsv_96 {
  line-height: 24px;
}

._openButtonWrapper_1pfsv_100 {
  padding: 8px 12px;
  border-radius: 8px;
}
._openButtonWrapper_1pfsv_100:active {
  padding-top: 9px;
}

._chatButtons_1pfsv_108 {
  display: flex;
  gap: 8px;
}

._openButton_1pfsv_91 {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

._qrButton_1pfsv_96 {
  width: 24px;
  height: 24px;
}

._chatLink_1pfsv_124 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--brand-primary);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
._chatLink_1pfsv_124 p {
  color: var(--white);
}
._chatLink_1pfsv_124:hover {
  background-color: var(--brand-primary-dark);
}

._empty_1pfsv_141 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  background-color: var(--surface-light);
  margin: 0 40px 0 32px;
  border-radius: 24px;
}

._emptyWrapper_1pfsv_154 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background-color: var(--brand-bg);
}

._emptyIcon_1pfsv_164 {
  width: 32px;
  height: 32px;
}
._emptyIcon_1pfsv_164 path {
  fill: var(--brand-primary);
}

._emptyText_1pfsv_172 {
  max-width: 400px;
  text-align: center;
}

._qrBackdrop_1pfsv_177 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 24, 40, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._qrModal_1pfsv_190 {
  width: 800px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 16px 0px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

._qrHeader_1pfsv_200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--surface-dark);
}

._qrCloseButton_1pfsv_208 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
._qrCloseButton_1pfsv_208:hover {
  background-color: var(--surface-dark);
}

._qrBody_1pfsv_223 {
  display: flex;
  padding: 0 24px;
  gap: 16px;
}

._qrImage_1pfsv_229 {
  width: 256px;
  height: 256px;
  border-radius: 12px;
}

._qrDescription_1pfsv_235 {
  text-align: center;
  color: var(--gray-600);
  max-width: 280px;
}

._qrInstructions_1pfsv_241 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._qrList_1pfsv_248 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 24px;
}

._qrFooter_1pfsv_256 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  height: 80px;
  background-color: var(--opacity-accent-6);
}._container_1gw58_1 {
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  position: relative;
}

._playerElement_1gw58_8 {
  width: 100%;
  height: 100%;
}._block_12dur_1 {
  width: 400px;
  flex: 0 0 400px;
  padding: 16px;
  background-color: var(--surface-dark);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._header_12dur_12 {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

._linkAdd_12dur_18 {
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

._linkAddButton_12dur_26 {
  padding: 8px 12px !important;
  border-radius: 8px !important;
}

._headerTitle_12dur_31 {
  align-self: center;
}

._linkIcon_12dur_35 {
  width: 24px;
  height: 24px;
}
._linkIcon_12dur_35 path {
  fill: var(--brand-primary);
}

._iconWrapper_12dur_43 {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px;
  background-color: var(--brand-bg);
}

._icon_12dur_43 {
  width: 32px;
  height: 32px;
}

._text_12dur_59 {
  text-align: center;
  padding: 8px 0;
}

._marksList_12dur_64 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}._mark_1tcwn_1 {
  background-color: var(--surface-light);
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._markHeader_1tcwn_10 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._time_1tcwn_16 {
  color: var(--brand-primary);
  margin-right: auto;
}

._timeClickable_1tcwn_21 {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
._timeClickable_1tcwn_21:hover {
  opacity: 0.7;
}

._icon_1tcwn_29 {
  width: 16px;
  height: 16px;
}

._editButton_1tcwn_34,
._deleteButton_1tcwn_35 {
  padding: 4px 8px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  gap: 4px;
}

._deleteButton_1tcwn_35 {
  color: var(--error-primary) !important;
}
._deleteButton_1tcwn_35 ._icon_1tcwn_29 path {
  fill: var(--error-primary);
}

._description_1tcwn_50 {
  color: var(--gray-700);
  word-break: break-word;
}._backdrop_vu913_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._modal_vu913_14 {
  width: 100%;
  max-width: 800px;
  background-color: var(--surface-light);
  border-radius: 24px;
  box-shadow: 0px 8px 24px 0px rgba(16, 24, 40, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

._header_vu913_25 {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--surface-dark);
}

._headerIcon_vu913_34 {
  display: flex;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._content_vu913_42 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}

._timeSection_vu913_49 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._timeRow_vu913_55 {
  display: flex;
  align-items: center;
  gap: 24px;
}

._timeValue_vu913_61 {
  color: var(--brand-primary);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
._timeValue_vu913_61:hover {
  background-color: var(--opacity-accent-6);
}

._timeInput_vu913_72 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary);
  background-color: var(--surface-light);
  border: 1px solid var(--brand-primary);
  border-radius: 4px;
  padding: 4px 8px;
  outline: none;
  width: 80px;
}
._timeInput_vu913_72:focus {
  box-shadow: 0 0 0 2px var(--opacity-accent-6);
}

._timeHint_vu913_88 {
  background-color: var(--brand-bg);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

._timeHintIcon_vu913_98 {
  width: 24px;
  height: 24px;
}
._timeHintIcon_vu913_98 path {
  fill: var(--brand-primary);
}

._timeError_vu913_106 {
  color: var(--error-primary);
}

._textarea_vu913_110 {
  width: 100%;
}

._footer_vu913_114 {
  display: flex;
  gap: 12px;
  padding: 0 24px;
  align-items: center;
  background-color: var(--opacity-accent-6);
  height: 80px;
  border-radius: 0 0 24px 24px;
}
._footer_vu913_114 button {
  height: fit-content;
}._wrapper_1mqnw_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

._textarea_1mqnw_13 {
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 24px;
}
._textarea_1mqnw_13::-webkit-scrollbar {
  width: 6px;
}
._textarea_1mqnw_13::-webkit-scrollbar-track {
  background: transparent;
}
._textarea_1mqnw_13::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 3px;
}
._textarea_1mqnw_13::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-500);
}

._hasError_1mqnw_35 {
  border-color: var(--error-primary) !important;
}

._disabled_1mqnw_39 {
  opacity: 0.5;
  cursor: not-allowed;
}

._errorText_1mqnw_44 {
  margin-left: 16px;
  color: var(--error-primary) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

._infoText_1mqnw_54 {
  color: var(--gray-500);
  padding-left: 16px;
}

._countText_1mqnw_59 {
  color: var(--gray-400) !important;
  margin: 0 0 0 auto !important;
  flex-shrink: 0;
  white-space: nowrap;
}

._textareaInfoFooter_1mqnw_66 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

._placeholder_1mqnw_74 {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 0;
  color: var(--gray-500);
  transition: all 0.2s ease;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
._placeholderActive_1mqnw_89 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--accent-primary);
  transform: none;
}

._wrapper_1mqnw_1 {
  position: relative;
}
._wrapper_1mqnw_1:has(._textarea_1mqnw_13:not(:placeholder-shown)) ._placeholder_1mqnw_74 {
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: var(--accent-primary);
  transform: none;
}

._variant-default-16_1mqnw_108 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent-primary);
  padding: 26px 16px 8px;
  border-radius: 5px;
  border: 1px solid var(--opacity-accent-6);
  background-color: var(--surface-dark);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
._variant-default-16_1mqnw_108::placeholder {
  color: var(--gray-400);
  font-weight: 500;
}
._variant-default-16_1mqnw_108:hover:not(:disabled) {
  border: 1px solid var(--opacity-accent-12);
  color: var(--accent-primary);
}
._variant-default-16_1mqnw_108:focus {
  border: 1px solid var(--brand-primary);
  outline: 4px solid var(--brand-bg);
}
._variant-default-16_1mqnw_108:disabled {
  cursor: not-allowed;
}._card_jhi8a_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 40px 0 32px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: var(--surface-light);
}

._footerNavigation_jhi8a_13 {
  position: sticky;
  bottom: 0;
  height: 80px;
  box-sizing: border-box;
  width: auto;
  background-color: var(--surface-light);
  border-top: 2px solid var(--opacity-accent-6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  margin-top: auto;
}
._footerNavigation__sideBlock_jhi8a_29 {
  position: absolute;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
._footerNavigation__sideBlock_jhi8a_29:first-child {
  left: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
._footerNavigation__sideBlock_jhi8a_29:last-child {
  right: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
}
._footerNavigation__sideBlock_jhi8a_29:hover {
  background-color: var(--opacity-accent-3);
}
._footerNavigation__textBlockLeft_jhi8a_52 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
._footerNavigation__textBlockRight_jhi8a_58 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
._footerNavigation__text_jhi8a_52 {
  color: var(--gray-500);
}
._footerNavigation__img_jhi8a_67 {
  width: 85px;
  height: 48px;
  border: 1px solid var(--opacity-accent-12);
  border-radius: 8px;
  background-color: var(--opacity-accent-6);
  overflow: hidden;
  object-fit: cover;
  background-color: black;
}
._footerNavigation__buttonsGroup_jhi8a_77 {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

._thumbnailWrapper_jhi8a_84 {
  position: relative;
  display: flex;
  width: 1280px;
  height: 720px;
}

._thumbnailImage_jhi8a_91 {
  width: 1280px;
  height: 720px;
  background-color: var(--gray-700);
}

._playIconWrapper_jhi8a_97 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 48px;
  background-color: var(--opacity-surface-12);
  display: flex;
  align-items: center;
  justify-content: center;
}

._playIconInnerWrapper_jhi8a_111 {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
._playIconInnerWrapper_jhi8a_111:hover {
  background-color: var(--brand-dark);
}

._playIcon_jhi8a_97 {
  width: 24px;
  height: 24px;
}

._iconArrow_jhi8a_131 {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

._iconRefresh_jhi8a_137 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

._videoWrapper_jhi8a_143 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  height: 720px;
  background-color: black;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  position: relative;
}

._hiddenPlayer_jhi8a_155 {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

._content_jhi8a_161 {
  display: flex;
  gap: 40px;
  padding: 32px 24px;
}

._main_jhi8a_167 {
  flex: 1 1 calc(100% - 440px);
  min-width: 0;
}

._category_jhi8a_172 {
  color: var(--gray-500);
  padding-bottom: 4px;
}

._description_jhi8a_177 {
  color: var(--gray-700);
}

._mainText_jhi8a_181 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._mainMaterials_jhi8a_187 {
  border-top: 1px solid var(--opacity-accent-12);
  padding-top: 35px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._materials_jhi8a_196 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._materialList_jhi8a_202 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

._materialItem_jhi8a_211 {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--surface-dark);
  padding: 18px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}
._materialItem_jhi8a_211:hover {
  background-color: transparent;
  border: 1px solid var(--opacity-accent-12);
}
._materialItem_jhi8a_211:active {
  border: 1px solid var(--brand-primary);
}

._materialIcon_jhi8a_229 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background-color: var(--gray-200);
}
._materialIcon_jhi8a_229 svg {
  width: 24px;
  height: 24px;
}
._materialIcon_jhi8a_229 svg path {
  fill: var(--accent-primary);
}

._materialDetails_jhi8a_247 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._materialFiles_jhi8a_254 {
  color: var(--gray-700);
}

._materialSize_jhi8a_258 {
  color: var(--gray-500);
}

._materialDownload_jhi8a_262 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}._page_1qf8r_1 {
  display: flex;
  gap: 8px;
  margin: 0 36px 16px;
  width: calc(100% - 72px);
}
._page_1qf8r_1:has(._singleModuleLessons_1qf8r_7) {
  justify-content: center;
}

._modules_1qf8r_11 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 50%;
}

._headerModules_1qf8r_21 {
  padding: 16px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._contentModules_1qf8r_28 {
  display: flex;
  gap: 8px;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

._lessons_1qf8r_40 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 50%;
}

._singleModuleLessons_1qf8r_7 {
  background-color: var(--surface-light);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

._description_1qf8r_62 {
  color: var(--gray-600);
}

._contentModulesLessons_1qf8r_66 {
  display: flex;
  gap: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}
._contentModulesLessons_1qf8r_66:hover {
  background-color: var(--opacity-accent-3);
}

._contentModulesLessonsActive_1qf8r_78 {
  background-color: var(--brand-primary);
}
._contentModulesLessonsActive_1qf8r_78 p {
  color: var(--accent-primary) !important;
}
._contentModulesLessonsActive_1qf8r_78:hover {
  background-color: var(--brand-primary);
}

._contentModulesLessonsTexts_1qf8r_88 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

._contentModulesLessonsDescription_1qf8r_95 {
  color: var(--gray-600);
}

._accessReason_1qf8r_99 {
  color: var(--gray-500);
}

._accessIcon_1qf8r_103 {
  width: 24px;
  height: 24px;
}

._accessBlock_1qf8r_108 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._contentModulesClosedModule_1qf8r_114 {
  cursor: not-allowed;
}
._contentModulesClosedModule_1qf8r_114:hover {
  background-color: unset;
}

._contentModulesLessonsTitle_1qf8r_121._completed_1qf8r_121 {
  color: var(--success-dark);
}
._contentModulesLessonsTitle_1qf8r_121._started_1qf8r_124 {
  color: var(--brand-primary);
}

._contentModulesLessonsOrder_1qf8r_128 {
  color: var(--gray-600);
}
._contentModulesLessonsOrder_1qf8r_128._completed_1qf8r_121 {
  color: var(--success-dark);
}
._contentModulesLessonsOrder_1qf8r_128._started_1qf8r_124 {
  color: var(--brand-primary);
}

._contentModulesLessonsImage_1qf8r_138 {
  display: flex;
  flex: 0 0 142px;
  width: 142px;
  height: 80px;
  border-radius: 8px;
  border: none;
  outline: none;
  overflow: hidden;
  background-color: black;
}

._contentModulesLessonsImageWrapper_1qf8r_150 {
  width: 142px;
  height: 80px;
  position: relative;
}

._contentModulesLessonsImageBar_1qf8r_156 {
  position: absolute;
  bottom: 4px;
  left: 8px;
}

._progressNumber_1qf8r_162 {
  margin-left: auto;
}
._progressNumber_1qf8r_162._completed_1qf8r_121 {
  color: var(--success-dark);
}
._progressNumber_1qf8r_162._started_1qf8r_124 {
  color: var(--brand-primary);
}

._lessonsSkeleton_1qf8r_172 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

._lessonsIcon_1qf8r_181 {
  width: 32px;
  height: 32px;
}

._lessonsIconWrapper_1qf8r_186 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--brand-bg);
}

._lessonsList_1qf8r_196 {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

._lessonItem_1qf8r_208 {
  display: flex;
  gap: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
}
._lessonItem_1qf8r_208:hover {
  background-color: var(--opacity-accent-3);
}

._lessonOrder_1qf8r_220 {
  color: var(--gray-600);
}

._lessonTexts_1qf8r_224 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

._lessonTextsCopmleted_1qf8r_231 {
  color: var(--success-dark);
}

._lessonTextsStarted_1qf8r_235 {
  color: var(--brand-primary);
}

._lessonStatus_1qf8r_239 {
  color: var(--gray-600);
}

._checkIcon_1qf8r_243 {
  width: 24px;
  height: 24px;
  margin: auto 0 auto auto;
}