

.floating-btn[data-v-4185486a] {
  animation: pulse-4185486a 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-4185486a] .q-icon {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.floating-btn[data-v-4185486a]:not([style*="display: none"]) {
  opacity: 1;
}
.floating-btn[style*="display: none"][data-v-4185486a] {
  opacity: 0;
  pointer-events: none;
}
@keyframes pulse-4185486a {
0% {
    opacity: 0.6;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0.6;
}
}



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

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



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


.q-page[data-v-3df469ce] {
  min-height: 100%;
}
.my-card[data-v-3df469ce] {
  max-width: 300px;
  margin: auto;
  height: 100%;
}
.file-name-section[data-v-3df469ce] {
  max-height: 60px;
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
}
.file-name[data-v-3df469ce] {
  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-3df469ce] {
  height: calc(98vh - 300px); /* Высота контейнера, можно регулировать */
  overflow-y: auto; /* Вертикальный скролл */
}
.gallery-scroll[data-v-3df469ce] {
  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-1606ca11] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-1606ca11] {
  flex-grow: 1;
  overflow: hidden;
}
/* Стили для запрета взаимодействия */
.no-interaction[data-v-1606ca11] {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}


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


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


.q-card[data-v-3b3fffb6] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-3b3fffb6] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-3b3fffb6] {
  cursor: grab;
}
.cursor-grab[data-v-3b3fffb6]:active {
  cursor: grabbing;
}
.drag-handle[data-v-3b3fffb6] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-3b3fffb6]:hover {
  opacity: 1;
}
.tox-tinymce-aux[data-v-3b3fffb6] {
  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-fb6843e0] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-fb6843e0] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-fb6843e0] {
  cursor: grab;
}
.cursor-grab[data-v-fb6843e0]:active {
  cursor: grabbing;
}
.drag-handle[data-v-fb6843e0] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-fb6843e0]:hover {
  opacity: 1;
}
.video-container[data-v-fb6843e0] {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* padding-top: 56.25%;  */
  /* 16:9 Aspect Ratio */
}
.video-container iframe[data-v-fb6843e0] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.preview-video[data-v-fb6843e0] {
  max-width: 400px;
  max-height: 225px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.preview-video iframe[data-v-fb6843e0] {
  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-241a16f9]{
    width: 100%;
}
.course-view-card-stuff[data-v-241a16f9]{
    width: 500px;
    height: 15px;
    display: block;
}



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


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



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


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


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




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


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


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


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

/* Стили для лоадера */
.loader-overlay[data-v-76c4d882] {
  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-76c4d882] {
  text-align: center;
}
.loader[data-v-76c4d882] {
  width: 72px;
  height: 72px;
  border: 3px solid #f0f3fa;
  border-bottom-color: #6699FF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-76c4d882 1s linear infinite;
}
.loader-text[data-v-76c4d882] {
  margin-top: 16px;
  color: #292929;
  font-size: 16px;
}
@keyframes rotation-76c4d882 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.accord_row[data-v-31e9398a] {
  border-bottom: lightgray dashed 1px;
  /*background-color: #ffffff;*/
  text-align: left;
}
.accord_row2[data-v-31e9398a] {
  /*background-color: #cccccc;*/
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}
.prof_font[data-v-31e9398a] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-31e9398a] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-31e9398a] {
  font-size: 0.8rem;
  color: #777;
}
table[data-v-31e9398a] {
  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-31e9398a] {
  font-weight: normal;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
td[data-v-31e9398a] {
  border-bottom: 1px solid #ccc;
  color: #669;
  padding: 9px 8px;
  transition: 0.3s linear;
}
tr:hover td[data-v-31e9398a] {
  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-a07741f2] {
  position: relative;
}
.toggle-button-container[data-v-a07741f2] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  /* transform: translateX(0%); */
}
.toggle-button[data-v-a07741f2] {
  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-d61d1598] {
  cursor: move;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-d61d1598]:hover {
  opacity: 1;
}

/* Smooth transition for dragged items */
.flip-list-move[data-v-d61d1598] {
  transition: transform 0.5s;
}
.item-card[data-v-d61d1598] {
  margin: 3px;
  width: 350px;
  height:200px;
  flex: 1 1 auto;
  overflow: hidden;
}
.draggable-container[data-v-d61d1598] {
  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;
}
.truncate-400 {
  width: 200px; /* Установите нужную ширину */
  white-space: nowrap; /* Запрещает перенос текста на новую строку */
  overflow: hidden; /* Обрезает текст, который не помещается */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
}
.event-card {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin: 5px;
  border-radius: 25px;
}
.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;         /* высота контейнера (можно задать любую) */
}
[data-b24-crm-button-cont] {
    right: 5px !important;
    left: auto !important;
    bottom: 30% !important;
    /* bottom: 10px !important; */
}
.b24-widget-button-pulse {
    display: none !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 */
}




/*# sourceMappingURL=app.f06ed5bc.css.map*/