

.floating-btn[data-v-a2f65b0a] {
  animation: pulse-a2f65b0a 2s infinite ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: opacity 0.3s ease;
}
.floating-btn[data-v-a2f65b0a] .q-icon {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.floating-btn[data-v-a2f65b0a]:not([style*="display: none"]) {
  opacity: 1;
}
.floating-btn[style*="display: none"][data-v-a2f65b0a] {
  opacity: 0;
  pointer-events: none;
}
@keyframes pulse-a2f65b0a {
0% {
    opacity: 0.6;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0.6;
}
}



.lesson[data-v-108ec232]{
        /*background-color: lightgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.test[data-v-108ec232]{
        /*background-color: darkgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.nav-link[data-v-108ec232]{
        display: block;
        padding: 0.2rem;
        /*border-radius: 0.3rem;*/
        /*border-bottom: lightgray solid 1px;*/
}
.resp-iframe[data-v-108ec232] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
}
.video-container[data-v-108ec232] {
        position: relative;
        padding-bottom: 56.25%; /* Соотношение сторон 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        min-height: 800px;
}
.video-container iframe[data-v-108ec232] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 800px;
}
 

a.disabled[data-v-1bda9af2] {
        pointer-events: none;
        color:gray;
}
.lesson[data-v-1bda9af2]{
        /*background-color: lightgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.test[data-v-1bda9af2]{
        /*background-color: darkgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.nav-link[data-v-1bda9af2]{
        display: block;
        padding: 0.2rem;
        /*border-radius: 0.3rem;*/
        /*border-bottom: darkgray dotted 1px;*/
}
.for_desktop[data-v-1bda9af2]{
      padding-left: 15px;
      padding-bottom: 100px;
      padding-right: 10px;
}
.for_mobile[data-v-1bda9af2]{
      padding: 0px;
      margin: 0px;
}



/* Дополнительные стили для полного устранения отступов */
/* .q-card {
  display: flex;
  flex-direction: column;
}
.q-card__section {
  flex-grow: 1;
  overflow: hidden;
} */
.q-card[data-v-e9024898] {
  padding: 0 !important;
}
.q-card-section[data-v-e9024898] {
  padding: 0 !important;
}


.q-page[data-v-6497f90b] {
  min-height: 100%;
}
.my-card[data-v-6497f90b] {
  max-width: 300px;
  margin: auto;
  height: 100%;
}
.file-name-section[data-v-6497f90b] {
  max-height: 60px;
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
}
.file-name[data-v-6497f90b] {
  white-space: normal; /* Разрешаем перенос слов */
  word-wrap: break-word; /* Переносим длинные слова */
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
  text-overflow: ellipsis; /* Добавляем многоточие, если текст не помещается */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничиваем количество строк */
  -webkit-box-orient: vertical;
}
.gallery-container[data-v-6497f90b] {
  height: calc(98vh - 300px); /* Высота контейнера, можно регулировать */
  overflow-y: auto; /* Вертикальный скролл */
}
.gallery-scroll[data-v-6497f90b] {
  padding-right: 8px; /* Чтобы контент не заходил под скролл */
}


@charset "UTF-8";
.custom-popup-overlay[data-v-186c40bb] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7000;
  animation: fadeIn-186c40bb 0.3s;
}
.custom-popup-content[data-v-186c40bb] {
  background-color: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  animation: slideDown-186c40bb 0.3s ease-out;
}

/* Стили для позиционирования вверху */
.top-positioned-popup[data-v-186c40bb] {
  position: fixed;
  top: var(--73abcb3a);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  border-radius: 0 0 8px 8px;
}
.custom-popup-header[data-v-186c40bb] {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.custom-popup-body[data-v-186c40bb] {
  padding: 16px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: calc(90vh - 120px);
}
.custom-popup-footer[data-v-186c40bb] {
  padding: 12px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  background-color: #f5f5f5;
}
@keyframes fadeIn-186c40bb {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slideDown-186c40bb {
from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
}
to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
}

/* Дополнительные стили для полного устранения отступов */
.q-card[data-v-128b1e4d] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-128b1e4d] {
  flex-grow: 1;
  overflow: hidden;
}
/* Стили для запрета взаимодействия */
.no-interaction[data-v-128b1e4d] {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}


.q-card[data-v-3fb8b6d0] {
  display: flex;
  flex-direction: column;
}
/* .q-card__section {
  flex-grow: 1;
  overflow: hidden;
} */
.cursor-grab[data-v-3fb8b6d0] {
  cursor: grab;
}
.cursor-grab[data-v-3fb8b6d0]:active {
  cursor: grabbing;
}
.drag-handle[data-v-3fb8b6d0] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-3fb8b6d0]:hover {
  opacity: 1;
}


.q-card[data-v-05181842] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-05181842] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-05181842] {
  cursor: grab;
}
.cursor-grab[data-v-05181842]:active {
  cursor: grabbing;
}
.drag-handle[data-v-05181842] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-05181842]:hover {
  opacity: 1;
}


.q-card[data-v-32d184bd] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-32d184bd] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-32d184bd] {
  cursor: grab;
}
.cursor-grab[data-v-32d184bd]:active {
  cursor: grabbing;
}
.drag-handle[data-v-32d184bd] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-32d184bd]:hover {
  opacity: 1;
}
.tox-tinymce-aux[data-v-32d184bd] {
  z-index: 9999 !important;
}
/*
.tox-tinymce {
  z-index: 9999 !important;
}
.tox-menubar {
  position: relative !important;
}
.q-dialog__inner--minimized > div {
  overflow: visible !important;
} */


.q-card[data-v-7d5c0e52] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-7d5c0e52] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-7d5c0e52] {
  cursor: grab;
}
.cursor-grab[data-v-7d5c0e52]:active {
  cursor: grabbing;
}
.drag-handle[data-v-7d5c0e52] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-7d5c0e52]:hover {
  opacity: 1;
}


/* Принудительное растягивание видео */
[data-v-7d5c0e52] .video-container {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  padding-bottom: 56.25%;
  height: 80dvh;
}
[data-v-7d5c0e52] .video-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 80dvh !important;
  min-width: 100% !important;
  border: none !important;
}

/* Для мобильных - полная ширина экрана */
@media (max-width: 768px) {
[data-v-7d5c0e52] .video-container {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 0;
    right: 0;
    height: 90dvh !important;
}
[data-v-7d5c0e52] .video-container iframe {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 90dvh !important;
}
}
.preview-video[data-v-7d5c0e52] {
  max-width: 400px;
  max-height: 225px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.preview-video iframe[data-v-7d5c0e52] {
  width: 100%;
  height: 100%;
  border: none;
}


.item-card[data-v-122ff3d2] {
  margin: 3px;
  width: 350px;
  max-width: 350px;
  height:200px;
  flex: 1 1 auto;
  overflow: hidden;
}
.draggable-container[data-v-122ff3d2] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Аналог q-gutter-sm */
}


.course-view-card[data-v-1ecdbcd8]{
    width: 100%;
}
.course-view-card-stuff[data-v-1ecdbcd8]{
    width: 500px;
    height: 15px;
    display: block;
}
.full-height[data-v-1ecdbcd8] {
    height: 100%;
}



.option-row[data-v-7c2ca98c] {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 4px 8px;
}
.json-output[data-v-7c2ca98c] {
  background-color: #2d2d2d;
  color: #f8f8f2;
  border-radius: 4px;
}
.json-output pre[data-v-7c2ca98c] {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}


.hidden[data-v-0221039e] {
    display: none;
}
.numebr-inputs[data-v-0221039e] {
    width: 200px; 
    border-radius: 15px;
}



.drag-area[data-v-28127255] {
  min-height: 50px;
  padding: 10px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
.list-item-drag[data-v-28127255] {
  padding: 8px;
  margin: 4px 0;
  /*background: #f5f5f5;*/
  border-radius: 4px;
  border: 1px solid #ddd;
}
.list-item-drag[data-v-28127255]:hover {
  /*background: #e9e9e9;*/
}
.drop-zone[data-v-28127255] {
  text-align: center;
  padding: 20px;
  color: #999;
  font-style: italic;
}
.shelf-item[data-v-28127255], .item[data-v-28127255] {
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.shelf-item[data-v-28127255]:hover, .item[data-v-28127255]:hover {
  /*background-color: #f0f0f0;*/
}
.cursor-grab[data-v-28127255] {
  cursor: grab;
}


.test-item[data-v-7c7cd223] {
  padding: 16px 12px;
  flex-direction: column;
}
@media (max-width: 599px) {
.test-item[data-v-7c7cd223] {
    padding: 12px 8px;
}
  
  /* На мобильных делаем более компактно */
.full-width .row[data-v-7c7cd223] {
    flex-wrap: wrap;
}
  
  /* На мобильных кнопки могут переноситься */
.row.q-gutter-xs[data-v-7c7cd223] {
    flex-wrap: wrap;
}
}



.header-content[data-v-4c559dbb] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}
.text-section[data-v-4c559dbb] {
  flex: 1;
  min-width: 0; /* Для корректного обрезания текста */
}
.title[data-v-4c559dbb] {
  font-weight: 600;
  margin-bottom: 4px;
  word-break: break-word;
}
.description[data-v-4c559dbb] {
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-section[data-v-4c559dbb] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.date-info[data-v-4c559dbb] {
  color: #666;
  font-size: 0.9em;
  text-align: right;
}
.buttons-group[data-v-4c559dbb] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
.header-content[data-v-4c559dbb] {
    gap: 12px;
}
.buttons-group[data-v-4c559dbb] {
    gap: 6px;
}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
.header-content[data-v-4c559dbb] {
    flex-direction: column;
    gap: 12px;
}
.side-section[data-v-4c559dbb] {
    width: 100%;
    align-items: stretch;
}
.date-info[data-v-4c559dbb] {
    text-align: center;
    order: 2;
    margin-top: 8px;
}
.buttons-group[data-v-4c559dbb] {
    order: 1;
    justify-content: space-between;
}
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
.header-content[data-v-4c559dbb] {
    gap: 8px;
}
.buttons-group[data-v-4c559dbb] {
    gap: 4px;
}
.title[data-v-4c559dbb] {
    font-size: 1.1em;
}
.description[data-v-4c559dbb] {
    font-size: 0.9em;
}
}


.test-item[data-v-000d5409] {
  padding: 16px 12px;
  flex-direction: column;
}
@media (max-width: 599px) {
.test-item[data-v-000d5409] {
    padding: 12px 8px;
}
  
  /* На мобильных делаем более компактно */
.full-width .row[data-v-000d5409] {
    flex-wrap: wrap;
}
  
  /* На мобильных кнопки могут переноситься */
.row.q-gutter-xs[data-v-000d5409] {
    flex-wrap: wrap;
}
}





.underline-on-hover[data-v-431033df]:hover {
  text-decoration: underline;
}


.myselect[data-v-6f11c14e]:hover {
    filter: brightness(70%);
}
.text-truncate[data-v-6f11c14e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-height[data-v-6f11c14e] {
  height: 100%;
}




.myselect[data-v-0cc99580]:hover {
  filter: brightness(70%);
}


.myselect[data-v-2e0cb7b2]:hover {
  filter: brightness(70%);
}


.draggable-container[data-v-14a6b2ac] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Аналог q-gutter-sm */
}


.frame[data-v-92cd4f60] {
  width: 100%;
  min-height: 100dvh;
  transition: opacity 0.3s ease;
}

/* Стили для лоадера */
.loader-overlay[data-v-92cd4f60] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.loader-container[data-v-92cd4f60] {
  text-align: center;
}
.loader[data-v-92cd4f60] {
  width: 72px;
  height: 72px;
  border: 3px solid #f0f3fa;
  border-bottom-color: #6699FF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-92cd4f60 1s linear infinite;
}
.loader-text[data-v-92cd4f60] {
  margin-top: 16px;
  color: #292929;
  font-size: 16px;
}
@keyframes rotation-92cd4f60 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.accord_row2[data-v-33d06dd4] {
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}


.accord_row[data-v-29c42467] {
  border-bottom: lightgray dashed 1px;
  text-align: left;
}
.accord_row2[data-v-29c42467] {
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}
.prof_font[data-v-29c42467] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-29c42467] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-29c42467] {
  font-size: 0.8rem;
  color: #777;
}


.prof_font[data-v-32685ed9] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-32685ed9] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-32685ed9] {
  font-size: 0.8rem;
  color: #777;
}


.img-responsive[data-v-295df583] {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/* Добавьте в стили компонента */
#canvas_adaptive[data-v-741cb13e] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.accord_row[data-v-61042736] {
  border-bottom: lightgray dashed 1px;
  /*background-color: #ffffff;*/
  text-align: left;
}
.accord_row2[data-v-61042736] {
  /*background-color: #cccccc;*/
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}
.prof_font[data-v-61042736] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-61042736] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-61042736] {
  font-size: 0.8rem;
  color: #777;
}
table[data-v-61042736] {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
  font-size: 14px;
  background: white;
  max-width: 70%;
  width: 70%;
  border-collapse: collapse;
  text-align: left;
}
th[data-v-61042736] {
  font-weight: normal;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
td[data-v-61042736] {
  border-bottom: 1px solid #ccc;
  color: #669;
  padding: 9px 8px;
  transition: 0.3s linear;
}
tr:hover td[data-v-61042736] {
  color: #6699ff;
}


.handle[data-v-6ceec40d] {
  cursor: grab;
}




input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #ccc !important;
  -webkit-text-fill-color: #707173 !important;
  -webkit-box-shadow: 0 0 0px 100px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}



.menu-container[data-v-47958108] {
  position: relative;
}
.toggle-button-container[data-v-47958108] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  /* transform: translateX(0%); */
}
.toggle-button[data-v-47958108] {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}


.q-avatar[data-v-2cd3456f] {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s;
}
.q-avatar[data-v-2cd3456f]:hover {
  border-color: var(--q-primary);
}




.q-avatar[data-v-6f0c1662] {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s;
}
.q-avatar[data-v-6f0c1662]:hover {
  border-color: var(--q-primary);
}
.custom-popup[data-v-6f0c1662] {
  width: 600px !important;
  min-height: 400px !important;
  max-height: 80vh !important; /* ограничение по высоте */
}
.fullscreen-popup[data-v-6f0c1662] {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
}



.drag-handle[data-v-573f51be] {
  cursor: move;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-573f51be]:hover {
  opacity: 1;
}

/* Smooth transition for dragged items */
.flip-list-move[data-v-573f51be] {
  transition: transform 0.5s;
}
.item-card[data-v-573f51be] {
  margin: 3px;
  width: 350px;
  height:200px;
  flex: 1 1 auto;
  overflow: hidden;
}
.draggable-container[data-v-573f51be] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Аналог q-gutter-sm */
}


/*https://rufonts.pro/shrift/proxima-nova-condensed*/
@font-face {
  font-family: "Proxima Nova Condensed";
  src: url(../fonts/ProximaNovaCond-Regular.64461d87.woff2) format("woff2"),
    url(../fonts/ProximaNovaCond-Regular.8223e19c.woff) format("woff"),
    url(../fonts/ProximaNovaCond-Regular.ddf8792f.ttf) format("truetype");
}
body,
html {
  background: #f2f6ff;
  padding: 0px;
  margin: 0px;
}
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}
a:link {
  color: #6699ff;
}
a:visited {
  color: #6699ff;
}

/*a:focus {*/
/*  border-bottom: 1px solid;*/
/*  background: #BAE498;*/
/*}*/
a:hover {
  /*border-bottom: 1px solid;*/
  color: #4dd2bc;
}
a:active {
  color: #6699ff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}
.h1 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
}
.h2 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
}
.h3 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.h4 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
.h5 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 16px;
  line-height: 18px;
}
.h6 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 12px;
  line-height: 14px;
}
.h-tt {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  max-width: 500px;
}
.body-bold {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  color: #333333;
}
.body-0 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.body-1 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  /* or 129% */
  display: flex;
  align-items: center;
}
.body-2 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  /*align-items: center;*/
  /*color: primary;*/
  text-decoration: none;
}
.margin-top-30 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.moderator_panel {
  padding-top: 10px;
  width: 400px;
  height: 46px;
  box-shadow: 0px 4px 15px rgba(113, 147, 190, 0.3);
}
.caption {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  /*display: inline-block;*/
  /*align-items: center;*/
  color: #6699ff;
  background-color: white;
  padding-top: 25px;
}
.text-active {
  text-decoration: underline;
  background-color: #eeeeee;
  padding: 0px;
}
.positive {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  color: #8ca0ba;
}
.positive h4 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #8ca0ba;
}
.positive h5 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #8ca0ba;
}
.apptitle {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  color: #728db1;
}
.moder-card {
  width: 100%;
  max-width: 350px;
  padding: 0px;
  margin: 5px;
}
.cat-card {
  width: 100%;
  min-height: 350px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-my {
  width: 100%;
  height: 100dvh;
  padding: 0px;
  margin: 0px;
  /* border-radius: 25px; */
}
.cat-card-big {
  width: 100%;
  min-height: 1200px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-small {
  width: 100%;
  min-height: 150px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-mobile {
  width: 100%;
  min-height: 350px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
}
.cours-card {
  width: 100%;
  max-width: 400px;
  padding: 0px;
  margin: 5px;
  border-radius: 25px;
}
.cours-card-mobile {
  width: 100%;
  max-width: 400px;
  padding: 0px;
  margin: 3px;
  border-radius: 5px;
}
.truncate-400 {
  width: 200px; /* Установите нужную ширину */
  white-space: nowrap; /* Запрещает перенос текста на новую строку */
  overflow: hidden; /* Обрезает текст, который не помещается */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
}
.event-card {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
}
.event-card-mobile {
  width: 100vw;
  padding: 3px;
  border-radius: 3px;
}
.list-item-drag {
  cursor: pointer;
  border-radius: 5px;
  background-color: #f2f6ff;
  color: #1d1d1d;
  padding: 10px;
  margin: 3px;
}
.bg_tb2 {
  background-color: #c9d5e4;
  color: #ffffff;
  height: 50px;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 1.2em;
}
.bg_tb3 {
  background-color: #e8ecf3;
  padding-left: 5px;
}
.component_padding {
  padding-left: 15px;
}
.q-field--error .q-field__bottom {
  color: var(--q-warning);
}
.centered {
  display: flex;
  justify-content: center; /* центрирование по горизонтали */
  align-items: center;    /* центрирование по вертикали */
  height: 100vh;         /* высота контейнера (можно задать любую) */
}


/* На десктопах */
/* @media (min-width: 1024px) { */
  /* [data-b24-crm-button-cont] {
    right: 5px !important;
    left: auto !important;
    bottom: 30% !important;
  }
  .b24-widget-button-pulse {
      display: none !important;
  } */
  /* .b24-widget-button-inner-mask {
      width: 70px !important;
      height: 70px !important;
  } */
  /* .b24-widget-button-inner-block {
      width: 70px !important;
      height: 70px !important;
  } */
  /* .b24-crm-button-icon {
      width: 35px !important;
      height: 35px !important;
  } */
/* } */

/* На мобильных */
/* @media (max-width: 768px) {
  [data-b24-crm-button-cont] {
      width: 50px !important;
      height: 50px !important;
      bottom: 20px !important;
      right: 20px !important;
  }
  .b24-widget-button-inner-mask {
      width: 60px !important;
      height: 60px !important;
  }
  .b24-widget-button-block {
      width: 55px !important;
      height: 55px !important;
  }
  .b24-widget-button-pulse {
      display: none !important;
  }
  .b24-widget-button-inner-block {
      width: 45px !important;
      height: 45px !important;
  }
  .b24-crm-button-icon {
      width: 20px !important;
      height: 20px !important;
  }
} */

/* 1. Убираем пульсацию для всех устройств */
.b24-widget-button-pulse,
    .b24-widget-button-shadow {
        display: none !important;
}

    /* 2. Стили для десктопа (экраны шире 768px) */
.b24-widget-button-wrapper {
        /* Располагаем справа и на 30% от нижнего края */
        bottom: 30% !important;
        right: 20px !important; /* Стандартный отступ справа */
}

    /* 3. Стили для мобильных устройств (экраны 768px и меньше) */
@media (max-width: 768px) {
.b24-widget-button-wrapper {
            /* Прижимаем к правому нижнему углу с небольшими отступами */
            bottom: 15px !important;
            right: 15px !important;
            
            /* Убираем позиционирование слева, которое могло остаться */
            left: auto !important;

            /* Уменьшаем размер в два раза */
            transform: scale(0.5) !important;
            
            /* Важно! Точка трансформации - правый нижний угол,
               чтобы виджет не "уезжал" от угла при масштабировании */
            transform-origin: right bottom !important;
}
}
.app-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* или normal + line-clamp для многострочного */
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-input-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.copy-to-buff {
  border: none; 
  background: none; 
  border-radius: 15px; 
  cursor: pointer;
  pointer-events: none; /* Отключаем все события мыши на самом input */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%; /* Чтобы input занимал всю ширину wrapper */
}

/* Основные стили диалога */
.aos-dialog {
  width: 100%;
  max-width: 900px;
  margin: 20px;
}

/* Заголовок */
.dialog-header {
  padding: 16px;
}

/* Контент */
.dialog-content {
  padding: 0 16px;
}

/* Карусель */
.aos-carousel {
  border-radius: 8px;
}

/* Слайды */
.carousel-slide {
  padding: 16px;
}
.slide-title {
  margin-bottom: 12px;
  word-break: break-word;
}
.slide-separator {
  margin: 12px 0;
  width: 80%;
}
.slide-content {
  width: 100%;
}
.option-group {
  width: 100%;
}
.input-container {
  margin-top: 12px;
}
.other-input {
  border-radius: 25px !important;
  padding: 10px;
  width: 100%;
}

/* Кнопки действий */
.dialog-actions {
  padding: 16px;
}
.action-btn {
  min-width: 120px;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
.aos-dialog {
    max-width: 95%;
    margin: 15px;
}
.carousel-slide {
    padding: 12px;
}
.slide-title {
    font-size: 1.3em;
}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
.aos-dialog {
    max-width: 98%;
    margin: 10px;
}
.dialog-header,
  .dialog-content,
  .dialog-actions {
    padding: 12px;
}
.carousel-slide {
    padding: 8px;
}
.slide-title {
    font-size: 1.2em;
    margin-bottom: 8px;
}
.slide-separator {
    margin: 8px 0;
    width: 90%;
}
.slide-content {
    padding: 8px !important;
}
.action-btn {
    min-width: 100px;
    width: 100%;
    margin-top: 8px;
}
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
.aos-dialog {
    margin: 5px;
    max-width: 100%;
}
.dialog-header,
  .dialog-content,
  .dialog-actions {
    padding: 8px;
}
.carousel-slide {
    padding: 6px;
}
.slide-title {
    font-size: 1.1em;
}
.h4 {
    font-size: 1.2em;
}
.h5 {
    font-size: 0.9em;
}
.other-input {
    padding: 8px;
    border-radius: 20px !important;
}
}



/*# sourceMappingURL=app.66027f95.css.map*/