/* KVANTYRA FEED DRAFTS V151 START */
#kvFeedV106PublishSheet .kv-feed-v151-sheet{
  width:min(720px,100%)!important;
}
#kvFeedV106PublishSheet .kv-feed-v151-intro{
  margin:-7px 0 15px;
  color:rgba(235,229,248,.62);
  font-size:13px;
  line-height:1.45;
}
#kvFeedV106PublishSheet .kv-feed-v151-drafts-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:2px 0 10px;
}
#kvFeedV106PublishSheet .kv-feed-v151-drafts-head b{
  color:#fff;
  font-size:14px;
}
#kvFeedV106PublishSheet .kv-feed-v151-drafts-count{
  min-width:27px;
  height:27px;
  padding:0 8px;
  display:grid;
  place-items:center;
  border:1px solid rgba(187,151,255,.22);
  border-radius:999px;
  background:rgba(123,77,255,.12);
  color:#cdb7ff;
  font-size:11px;
  font-weight:950;
}
#kvFeedV106PublishSheet .kv-feed-v151-drafts{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:0 0 14px;
  scrollbar-width:none;
}
#kvFeedV106PublishSheet .kv-feed-v151-drafts::-webkit-scrollbar{display:none}
#kvFeedV106PublishSheet .kv-feed-v151-draft{
  position:relative;
  flex:0 0 232px;
  min-width:232px;
  overflow:hidden;
  border:1px solid rgba(183,150,255,.18);
  border-radius:20px;
  background:linear-gradient(150deg,rgba(40,34,83,.92),rgba(8,10,28,.96));
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-media{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#070918;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-media img,
#kvFeedV106PublishSheet .kv-feed-v151-draft-media video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
#kvFeedV106PublishSheet .kv-feed-v151-status{
  position:absolute;
  left:8px;
  top:8px;
  z-index:2;
  max-width:calc(100% - 52px);
  padding:5px 8px;
  border:1px solid rgba(216,195,255,.25);
  border-radius:999px;
  background:rgba(26,21,61,.82);
  color:#e9ddff;
  font-size:8px;
  font-weight:950;
  backdrop-filter:blur(12px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#kvFeedV106PublishSheet .kv-feed-v151-delete{
  position:absolute!important;
  top:7px;
  right:7px;
  z-index:3;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,169,205,.24)!important;
  border-radius:11px!important;
  background:rgba(26,18,42,.8)!important;
  color:#ffadd0!important;
  font-size:18px!important;
  line-height:1!important;
  backdrop-filter:blur(12px);
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-copy{
  display:grid;
  gap:4px;
  padding:10px 11px 8px;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-copy b{
  overflow:hidden;
  color:#fff;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-copy span{
  overflow:hidden;
  color:rgba(235,229,248,.54);
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-copy time{
  color:#c8b3ff;
  font-size:9px;
  font-weight:850;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:7px;
  padding:0 9px 10px;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-actions button{
  min-width:0;
  min-height:38px;
  padding:0 8px;
  border:1px solid rgba(188,157,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.06);
  color:#f2ecff;
  font-size:10px;
  line-height:1.12;
  font-weight:900;
  white-space:normal;
  overflow-wrap:normal;
  text-align:center;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-actions .primary{
  background:linear-gradient(135deg,rgba(106,126,255,.84),rgba(181,65,255,.8));
  color:#fff;
}
#kvFeedV106PublishSheet .kv-feed-v151-draft-actions .schedule{
  grid-column:1/-1;
  min-height:40px;
  background:rgba(125,79,255,.13);
  color:#decfff;
}
#kvFeedV106PublishSheet .kv-feed-v151-empty{
  width:100%;
  min-height:62px;
  padding:15px;
  border:1px dashed rgba(185,151,255,.18);
  border-radius:17px;
  color:rgba(235,229,248,.48);
  font-size:12px;
  display:grid;
  place-items:center;
  text-align:center;
}
#kvFeedV106PublishSheet .kv-feed-v151-section-label{
  display:block;
  margin:5px 0 10px;
  color:#fff;
  font-size:14px;
  font-weight:950;
}
#kvFeedV106PublishSheet .kv-feed-v106-work.is-draft:after{
  content:'Черновик';
  position:absolute;
  top:7px;
  right:7px;
  z-index:2;
  padding:5px 7px;
  border:1px solid rgba(215,192,255,.25);
  border-radius:999px;
  background:rgba(38,26,75,.82);
  color:#e4d8ff;
  font-size:8px;
  font-weight:950;
  backdrop-filter:blur(10px);
}
#kvFeedV106PublishSheet .kv-feed-v106-work.is-scheduled:after{
  content:'Запланировано';
  background:rgba(62,42,113,.88);
}
#kvFeedV106PublishSheet .kv-feed-v151-publish-actions{
  display:grid;
  gap:9px;
  margin-top:14px;
}
#kvFeedV106PublishSheet .kv-feed-v151-main-buttons{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:9px;
}
#kvFeedV106PublishSheet .kv-feed-v151-main-buttons button{
  min-width:0;
  min-height:50px;
  border-radius:16px;
  font-size:11px;
  font-weight:900;
  line-height:1.15;
  white-space:normal;
}
#kvFeedV106PublishSheet .kv-feed-v151-save{
  border:1px solid rgba(188,157,255,.22);
  background:rgba(105,75,177,.15);
  color:#e5d9ff;
}
#kvFeedV106PublishSheet .kv-feed-v151-plan{
  border:1px solid rgba(188,157,255,.22);
  background:rgba(130,87,255,.16);
  color:#e7dcff;
}
#kvFeedV106PublishSheet .kv-feed-v151-main-buttons .kv-feed-v106-primary{
  grid-column:1/-1;
}
#kvFeedV106PublishSheet .kv-feed-v151-edit-note{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:6px 9px;
  border:1px solid rgba(173,135,255,.18);
  border-radius:11px;
  background:rgba(125,79,255,.08);
  color:#cdbaff;
  font-size:10px;
  font-weight:850;
}
#kvFeedV106PublishSheet .kv-feed-v151-edit-note[hidden]{display:none!important}
#kvFeedV106PublishSheet .kv-feed-v151-edit-note button{
  border:0;
  background:transparent;
  color:#fff;
  font-size:12px;
  font-weight:950;
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-panel{
  position:sticky;
  bottom:0;
  z-index:8;
  display:grid;
  gap:10px;
  margin-top:12px;
  padding:13px;
  border:1px solid rgba(190,159,255,.25);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(32,26,74,.98),rgba(9,11,31,.99));
  box-shadow:0 -14px 40px rgba(0,0,0,.35);
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-panel[hidden]{display:none!important}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#fff;
  font-size:13px;
  font-weight:950;
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-close{
  width:30px;
  height:30px;
  padding:0;
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:17px;
}
#kvFeedV106PublishSheet .kv-feed-v151-datetime{
  width:100%;
  min-height:48px;
  padding:0 12px;
  border:1px solid rgba(187,151,255,.22);
  border-radius:14px;
  outline:0;
  background:rgba(255,255,255,.06);
  color:#fff;
  color-scheme:dark;
  font:800 13px/1.2 inherit;
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-hint{
  margin:-3px 0 0;
  color:rgba(235,229,248,.52);
  font-size:10px;
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-buttons{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:8px;
}
#kvFeedV106PublishSheet .kv-feed-v151-schedule-buttons button{
  min-width:0;
  min-height:43px;
  border-radius:13px;
  font-size:10px;
  font-weight:900;
  white-space:normal;
}
#kvFeedV106PublishSheet .kv-feed-v151-cancel-plan{
  border:1px solid rgba(255,167,205,.18);
  background:rgba(255,85,156,.08);
  color:#ffb1d1;
}
#kvFeedV106PublishSheet .kv-feed-v151-cancel-plan[hidden]{display:none!important}
#kvFeedV106PublishSheet .kv-feed-v151-confirm-plan{
  border:1px solid rgba(191,159,255,.24);
  background:linear-gradient(135deg,#6579ff,#aa45ff);
  color:#fff;
}
@media(max-width:430px){
  #kvFeedV106PublishSheet .kv-feed-v151-draft{flex-basis:220px;min-width:220px}
}
/* KVANTYRA FEED DRAFTS V151 END */
