button#MBOLogout {
  border-radius: 20px;
  border: 2px solid #AA0011;
  cursor: pointer;
  display: flex;
}

span#MBOLogout {
  cursor: pointer;
  font-weight: bold;
}

button#MBOLogout:disabled {
  border: 2px solid #333;
  cursor: not-allowed;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

button#MBOLogout svg {
  stroke: #AA0011;
  width: 25px;
  height: 25px;
}

button:disabled {
  cursor: not-allowed;
  background-color: #777;
}

button:disabled svg {
  stroke: #333;
}

#MBOLogout:hover svg {
  stroke: #AAAA00;
}

/**
 * Grid for our modal windows
 *
 */

.modal__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal__footer,
.modal__header {
  min-height: 40px;
  overflow: auto;
}

.modal__content {
  flex: 1;
  padding: 0 1em;
  overflow: auto;
}


.modal__footer {
  min-height: 40px;
  overflow: auto;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}

.user-info {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}

.client-schedule {
  list-style-type: none;
}

.client-schedule ul {
  list-style-type: none;
  padding: 0;
}

.client-schedule ul.client-schedule__item li {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 0.5em;
  background: #999;
  gap: 0.2em;
}



#mzStudioRegisterForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mzStudioRegisterForm label {
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
}

#mzStudioRegisterForm label span {
  flex: 1;
}

#mzStudioRegisterForm input {
  flex: 2;
}


#mz_registrants_listing>details details {
  margin: 1em;
}

#mz_registrants_listing summary {
  margin: 1em 0;
  display: revert;
  cursor: pointer;
}

#mz_registrants_listing>summary summary {
  margin: 1em;
}

#mz_registrants_listing ul {
  list-style-type: none;
  padding: 0;
}

#mz_registrants_listing .show_registrants ul,
#mz_registrants_listing .loading {
  list-style-type: none;
  padding: 0 1.8em;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #607d8b;
  color: #607d8b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5em;
}

#mzStudioRegisterForm fieldset {
  margin: 1em;
  max-width: 800px;
  min-width: 400px;
}

#registerheading {
  margin: 0 auto;
  font-size: 1.5em;
  text-align: center;
}

#registernotice {
  margin: 0 auto;
  font-size: 1.1em;
  text-align: center;
  padding: 1em;
}

.bw-widget__date {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  border-top-style: none;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bw-session__info {
  flex-grow: 1;
  margin-right: 16px;
  min-width: 0;
}

.bw-session__time {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 160px;
}

.bw-session__name {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.bw-session__staff {
  font-size: 13px;
  line-height: 18px;
  color: #696c74;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bw-widget__header {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  color: #2d2d2d;
  display: flex;
  justify-content: space-between;
  padding: 16px 16px;
  text-align: left;
}

.bw-header__title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
