html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create{
  overflow:hidden !important;
  background:#f6f6f4 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerpanel.dfd-appdrawer{
  display:grid !important;
  grid-template-rows:auto minmax(0,1fr) auto !important;
  height:100% !important;
  min-height:0 !important;
  overflow:hidden !important;
  background:#f6f6f4 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerhead.dfd-appdrawer__head{
  flex:0 0 auto !important;
  padding:16px 28px 16px !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  background:#f6f6f4 !important;
  border-bottom:1px solid rgba(9,9,11,.10) !important;
  z-index:2 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerheadcopy.dfd-appdrawer__headcopy{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  flex:1 1 auto !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawersub.dfd-appdrawer__eyebrow{
  display:none !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawertitle.dfd-appdrawer__title,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawertitle{
  margin:0 !important;
  font:700 21px/1.06 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  letter-spacing:-.03em !important;
  color:#09090b !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerclose{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:8px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#09090b !important;
  font:400 21px/1 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerbody.dfd-appdrawer__body{
  min-height:0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
  background:#f6f6f4 !important;
  padding:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerhero,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-intro-section],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-detail]{
  display:none !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section].dfd-appdrawer__section{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  padding:18px 28px 20px !important;
  background:#f6f6f4 !important;
  border-top:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section] > .dfc-cal__drawerlbl:first-of-type,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-title-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-experience-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-type-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-status-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-asset-wrap],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-create-help]{
  display:none !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blocklane{
  order:1 !important;
  display:grid !important;
  gap:12px !important;
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid{
  order:2 !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px 16px !important;
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field{
  display:grid !important;
  gap:8px !important;
  align-content:start !important;
  margin:0 !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field > span,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerlbl{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__field > span{
  display:block !important;
  margin:0 !important;
  padding-left:2px !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  letter-spacing:-.01em !important;
  color:#667085 !important;
  text-transform:none !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerlbl{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  color:rgba(7,17,31,.36) !important;
  text-transform:uppercase !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerlbl::after{
  content:'' !important;
  flex:1 1 auto !important;
  height:1px !important;
  background:rgba(15,23,42,.06) !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input[type="text"],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input[type="search"],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input[type="number"],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input[type="time"],
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create select,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create textarea{
  width:100% !important;
  min-height:48px !important;
  height:48px !important;
  padding:0 14px !important;
  border-radius:16px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  background:#ffffff !important;
  box-shadow:none !important;
  outline:none !important;
  color:#07111f !important;
  font:500 15px/1 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  letter-spacing:-.01em !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create select:hover,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input:hover,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create textarea:hover{
  border-color:rgba(15,23,42,.12) !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create select:focus,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create input:focus,
html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create textarea:focus{
  border-color:rgba(15,23,42,.16) !important;
  box-shadow:0 0 0 4px rgba(15,23,42,.05) !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blockchoices{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__blockchoice{
  min-height:42px !important;
  height:42px !important;
  padding:0 18px !important;
  border-radius:8px !important;
  border:0 !important;
  box-shadow:none !important;
  font:600 12px/1 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}

@media (max-width: 860px){
  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__drawerhead.dfd-appdrawer__head,
  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create [data-dfc-drawer-create-section].dfd-appdrawer__section{
    padding-left:22px !important;
    padding-right:22px !important;
  }

  html body .dfc-cal__drawer.dfc-cal__drawer--blocktime-create .dfc-cal__creategrid{
    grid-template-columns:minmax(0,1fr) !important;
  }
}
