/* wire-native-team-center-schedule-css-303f1h8838 */

.team243-shell
.team-center-schedule-native-pane-303f1h8838{
  display:none!important;
  min-width:0!important;
  margin:0!important;
}

.team243-shell
.team-center-schedule-native-pane-303f1h8838.active{
  display:block!important;
  min-height:170px!important;
}

.team-center-schedule-native-status-303f1h8838{
  display:grid;
  place-items:center;
  align-content:center;
  gap:7px;
  min-height:170px;
  padding:20px;
  border:1px dashed #31516a;
  border-radius:12px;
  background:#081621;
  color:#8ca8b9;
  text-align:center;
  box-sizing:border-box;
}

.team-center-schedule-native-status-303f1h8838 strong{
  color:#fff;
  font-size:14px;
}

.team-center-schedule-native-status-303f1h8838 span{
  max-width:520px;
  font-size:10px;
  line-height:1.5;
}

.team-center-schedule-native-spinner-303f1h8838{
  width:25px;
  height:25px;
  border:3px solid rgba(100,145,175,.22);
  border-top-color:#ff3658;
  border-radius:50%;
  animation:wire-schedule-spin-303f1h8838 .8s linear infinite;
}

@keyframes wire-schedule-spin-303f1h8838{
  to{transform:rotate(360deg)}
}

/*
 * The h8834 presentation remains authoritative once the endpoint HTML is
 * loaded. These rules only guarantee that the native pane can actually expand.
 */
.team243-shell
.team-center-schedule-native-pane-303f1h8838
.team-schedule8833{
  display:grid!important;
  min-height:0!important;
}