/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: transparent;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: #677581;
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: #677581;
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #ffffff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 2px solid #8d98aa;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #3c4955;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: #182a37;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: #415261;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #ffffff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #017f98;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #ffffff;
}
.ant-tag-checkable-checked {
  background-color: #017f98;
}
.ant-tag-checkable:active {
  background-color: #005c73;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #ffffff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #ffffff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #ffffff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #ffffff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #ffffff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #ffffff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #ffffff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #ffffff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #ffffff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #ffffff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #ffffff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #ffffff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #ffffff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #65c089;
  background: #f0fff3;
  border-color: #d8e6dc;
}
.ant-tag-processing {
  color: #36afcc;
  background: #f0feff;
  border-color: #b3ecf2;
}
.ant-tag-error {
  color: #cc493e;
  background: #fff4f0;
  border-color: #f2c7bd;
}
.ant-tag-warning {
  color: #fbcf32;
  background: #fffef0;
  border-color: #fff5ad;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
  min-width: unset;
}
.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.2;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.2;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ant-form-item-explain-error {
  color: #cc493e;
}
.ant-form-item-explain-warning {
  color: #fbcf32;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #fbcf32;
}
.ant-form-item-has-error .ant-form-item-split {
  color: #cc493e;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #182a37;
  font-size: 18px;
  line-height: inherit;
  border: 0;
  border-bottom: 2px solid #8d98aa;
}
.ant-form label {
  font-size: 16px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: #3c4955;
  font-size: 16px;
  line-height: 1.2;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 24px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}
.ant-form-large .ant-form-item-label > label {
  height: 42px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 42px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
  transition: margin-bottom 0.3s 0.017s linear;
}
.ant-form-item-with-help {
  margin-bottom: 0;
  transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 0.95em;
  white-space: unset;
}
.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: #415261;
  font-size: 16px;
}
.ant-form-item-label > label > .anticon {
  font-size: 16px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 16px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: #182a37;
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  color: #182a37;
  cursor: help;
  writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  color: #182a37;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-item-explain-connected {
  height: 0;
  min-height: 0;
  opacity: 0;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  min-height: 24px;
  opacity: 1;
}
.ant-form-item-feedback-icon {
  font-size: 16px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ant-form-item-feedback-icon-success {
  color: #65c089;
}
.ant-form-item-feedback-icon-error {
  color: #cc493e;
}
.ant-form-item-feedback-icon-warning {
  color: #fbcf32;
}
.ant-form-item-feedback-icon-validating {
  color: #017f98;
}
.ant-show-help {
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-leave {
  min-height: 24px;
}
.ant-show-help-leave-active {
  min-height: 0;
}
.ant-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ant-show-help-item-leave-active {
  transform: translateY(-5px);
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 15px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 15px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 15px;
  padding-left: 35.8px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 15px;
  padding-left: 35.8px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 27.8px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #017f98;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #017f98;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 2px solid #8d98aa;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #017f98;
  border-color: #017f98;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #677581;
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #8d98aa !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: #677581;
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #8d98aa;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #017f98;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: #677581;
  border-color: #677581;
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #017f98;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px #c3d9d9;
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #017f98;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #8d98aa;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #017f98;
  border-top: 0;
  border-left: 0;
  border-radius: 20px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #017f98;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.6);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #8d98aa !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: #677581;
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 23px;
  color: #3c4955;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  border: 2px solid #8d98aa;
  border-top-width: 2.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: #3c4955;
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 42px;
  font-size: 18px;
  line-height: 40px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -2px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 2px 0;
  background-color: #8d98aa;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 2px solid #8d98aa;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #017f98;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px #c3d9d9;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #017f98;
  background: #fff;
  border-color: #017f98;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #017f98;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #017f98;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #1c93a6;
  border-color: #1c93a6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #1c93a6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #005c73;
  border-color: #005c73;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #005c73;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #c3d9d9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #017f98;
  border-color: #017f98;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #1c93a6;
  border-color: #1c93a6;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #005c73;
  border-color: #005c73;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #c3d9d9;
}
.ant-radio-button-wrapper-disabled {
  color: #677581;
  background-color: #f5f5f5;
  border-color: #8d98aa;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: #677581;
  background-color: #f5f5f5;
  border-color: #8d98aa;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #8d98aa;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #677581;
  background-color: #e6e6e6;
  border-color: #8d98aa;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 2px solid #8d98aa;
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #1c93a6;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #8d98aa;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 28px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 28px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 31px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 20px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 15px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 28px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 28px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 15px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 36px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 36px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 20px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 20px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 31px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 24px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 15px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.4px 4.4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 3px 0;
  line-height: 23.2px;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 28px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 23.2px;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 21.2px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4.4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #8d98aa;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #182a37;
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 10.6px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 23.2px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 23.2px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 33.2px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 33.2px;
  line-height: 29.2px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 33.2px;
  line-height: 33.2px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 33.2px;
  line-height: 29.2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 15.2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 15.2px;
  line-height: 11.2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 15.2px;
  line-height: 15.2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 15.2px;
  line-height: 11.2px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #cc493e !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #d97164;
  box-shadow: 0 0 0 2px rgba(204, 73, 62, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #fbcf32 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffe15c;
  box-shadow: 0 0 0 2px rgba(251, 207, 50, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 2px solid #8d98aa;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #1c93a6;
  box-shadow: 0 0 0 2px rgba(1, 127, 152, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #677581;
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #1c93a6;
  border-right-width: 2px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: #677581;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #677581;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: #182a37;
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 16px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: #677581;
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 16px;
  color: #3c4955;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #677581;
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 16px;
  color: #3c4955;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: #182a37;
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #3c4955;
  font-weight: 600;
  background-color: #c3d9d9;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #017f98;
}
.ant-select-item-option-disabled {
  color: #677581;
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 32px;
}
.ant-select-lg {
  font-size: 18px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 15px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 15px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 32px;
  padding-left: 16px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4.4px;
  padding-left: 28px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 15px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 15px;
  left: 31px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 20px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 24px;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #cc493e;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #d97164;
  box-shadow: 0 0 0 2px rgba(204, 73, 62, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #fbcf32;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffe15c;
  box-shadow: 0 0 0 2px rgba(251, 207, 50, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 5.5px 15px 5.5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 2px solid #8d98aa;
  border-radius: 4px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #1c93a6;
  border-right-width: 2px;
}
.ant-picker-focused {
  border-color: #1c93a6;
  box-shadow: 0 0 0 2px rgba(1, 127, 152, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #8d98aa;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #677581;
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4.4px 15px;
  color: #3c4955;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  background-image: none;
  border: 2px solid #8d98aa;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #1c93a6;
  border-right-width: 2px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #1c93a6;
  box-shadow: 0 0 0 2px rgba(1, 127, 152, 0.2);
  border-right-width: 2px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: #677581;
  background-color: #f5f5f5;
  border-color: #8d98aa;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #8d98aa;
  border-right-width: 2px;
}
.ant-picker-input > input[disabled] {
  color: #677581;
  background-color: #f5f5f5;
  border-color: #8d98aa;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #8d98aa;
  border-right-width: 2px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.2;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 8.3px 15px;
  font-size: 18px;
}
.ant-picker-input > input-sm {
  padding: 0.4px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 9.5px 15px 9.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 18px;
}
.ant-picker-small {
  padding: 1.5px 7px 1.5px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: #677581;
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: #677581;
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: #182a37;
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 18px;
  color: #677581;
  font-size: 18px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: #182a37;
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 15px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -2px;
  height: 2px;
  margin-left: 15px;
  background: #017f98;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #3c4955;
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.2;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 16px;
  overflow: hidden;
  line-height: 32px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #017f98;
  background: #c3d9d9;
  border-color: #5eb9bf;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 22.5px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #017f98;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 288px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: #415261;
  border-bottom: 2px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: #677581;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 16px;
}
.ant-picker-header > button:hover {
  color: #3c4955;
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #017f98;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: #3c4955;
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: #677581;
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: #3c4955;
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #017f98;
  border-radius: 4px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #c3d9d9;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #ffffff;
  background: #017f98;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #c3d9d9;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 2px dashed #02d4fd;
  border-bottom: 2px dashed #02d4fd;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #4ee1fe;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #4ee1fe;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -7px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -7px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 2px dashed #02d4fd;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 2px dashed #02d4fd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-picker-cell-disabled {
  color: #677581;
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #677581;
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 36px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 2px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 16px;
  line-height: 36px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 2px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #017f98;
}
.ant-picker-today-btn:hover {
  color: #1c93a6;
}
.ant-picker-today-btn:active {
  color: #005c73;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #677581;
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 15.33333333px;
  border-left: 2px dashed #02d4fd;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 15.33333333px;
  border-right: 2px dashed #02d4fd;
  border-radius: 0 4px 4px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 15.33333333px;
  border-right: 2px dashed #02d4fd;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 15.33333333px;
  border-left: 2px dashed #02d4fd;
  border-radius: 4px 0 0 4px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 16px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #017f98;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #ffffff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #ffffff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 16px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 2px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 200px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 2px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(224, 228, 235, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: #3c4955;
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e0e4eb;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: #677581;
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 15px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 15px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -7px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -7px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 2px dashed #02d4fd;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 2px dashed #02d4fd;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 2px dashed #02d4fd;
  border-left: 2px dashed #02d4fd;
  border-radius: 4px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}
.ant-col .ant-select {
  display: block;
}
.ant-typography a {
  text-decoration: underline;
}
.ant-select-selection .ant-select-selection__placeholder {
  color: #3c4955;
  font-style: italic;
}
.ant-table-wrapper {
  overflow-x: auto;
}
.ant-table-thead > tr > th {
  text-transform: uppercase;
}
.ant-table-tbody > tr > td {
  border-bottom-color: transparent;
}
.ant-divider-horizontal.ant-divider-with-text {
  margin-top: 1.75em;
}
#threadlist .ant-table {
  font-size: 14px;
}
#threadlist .ant-table th svg:only-child,
#threadlist .ant-table td svg:only-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#threadlist .ant-pagination a {
  text-decoration: none;
}
#threadlist .ant-checkbox,
#threadlist .ant-checkbox-inner {
  height: 1em;
  width: 1em;
}
#threadlist .ant-checkbox-checked .ant-checkbox-inner::after {
  left: 24%;
  transform: rotate(45deg) scale(1.4) translate(-50%, -50%);
}
.scheduled .ant-btn {
  width: 100%;
}
.scheduled .ant-table,
.scheduled .ant-btn {
  font-size: 16px;
}
.scheduled a.ant-btn {
  line-height: calc(1.2 + 0.5);
}
.scheduled a.ant-btn span {
  margin-left: 8px;
}
.scheduled .ant-table-thead > tr > th > i {
  display: inline;
  position: static;
}
.scheduled .ant-table-thead > tr > th > i > svg {
  margin-left: 4px;
  position: static;
}
.scheduled .ant-table-layout-fixed table {
  table-layout: auto;
}
.ant-alert {
  padding: var(--16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-radius: var(--8px);
}
.ant-alert .anticon {
  margin-right: var(--8px);
}
.ant-alert svg {
  width: var(--16px);
  height: var(--16px);
}
.ant-alert.ant-alert-with-description {
  align-items: flex-start;
}
.ant-alert.ant-alert-with-description .anticon {
  margin-top: var(--5px);
  display: block;
}
.ant-alert-content {
  color: var(--gray100);
  flex: inherit;
}
.ant-alert-message,
.ant-alert-with-description .ant-alert-message {
  line-height: var(--24px);
  font-size: var(--16px);
}
.ant-alert-error {
  border-color: var(--red300);
  background-color: var(--red500);
}
.ant-alert-info {
  border-color: var(--ocean500);
  background-color: var(--ocean800);
}
.ant-alert-success {
  border-color: var(--green300);
  background-color: var(--green500);
}
.ant-alert-warning {
  border-color: var(--yellow000);
  background-color: var(--yellow500);
}
.ant-pagination-options-size-changer .ant-select-arrow {
  margin-top: -4px;
  right: 10px;
}
.ant-pagination-simple-pager {
  margin-top: -1px;
  color: #017f98;
  font-weight: 500;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link {
  border: 2px solid #aeb9cb;
}
.ant-pagination.ant-pagination-simple button.ant-pagination-item-link svg {
  position: relative;
  top: -2px;
}
.ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
  padding-bottom: 2px;
}
.ant-popover-inner-content .ant-typography {
  font-size: 14px;
}
.ant-table-column-sorter .ant-table-column-sorter-inner {
  margin-top: -0.5em;
}
.ant-table-column-sorter .ant-table-column-sorter-up,
.ant-table-column-sorter .ant-table-column-sorter-down {
  font-size: 16px;
}
.ant-btn {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 400;
}
.ant-btn-sm > .anticon + span {
  margin-left: 4px;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: #017f98;
  border-color: #182a37;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  background: #912116;
}
.manage-logo .ant-card-body {
  padding: 0;
}
.ant-message {
  z-index: 9999;
}
.ant-col.ant-form-item-label {
  align-self: auto;
  padding: 0 0 8px 12px;
  white-space: pre-wrap;
}
.ant-form legend {
  border-bottom: 0px;
  font-size: 16px;
}
.ant-checkbox-inner {
  height: 1.4em;
  width: 1.4em;
}
.ant-checkbox-inner::after {
  top: 60%;
  left: 25%;
}
.ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border: #415261 2.5px solid;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(39deg) scale(1.8) translate(-50%, -50%);
  width: 4.4px;
  height: 6.6px;
  border-width: 1px;
  left: 7px;
  top: 10px;
}
.ant-radio {
  line-height: 1;
}
.ant-radio-inner {
  border: #3c4955 solid 1px;
  box-sizing: content-box;
}
.ant-radio-inner::after {
  transform: scale(0.8) !important;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
}
.flex-field-button .ant-col {
  padding-left: 0;
  padding-right: 0;
}
.flex-field-button .ant-form-item-control-input-content {
  display: flex;
  justify-content: stretch;
}
.flex-field-button .ant-form-item {
  margin-bottom: 8px;
}
.ant-card-head-title {
  white-space: normal;
}
.ant-picker-cell-selected > div {
  font-size: 1rem;
  font-weight: var(--bold);
}
.ant-picker-cell-disabled {
  background: #ebeff5;
}
.ant-picker-dropdown {
  z-index: 9999;
}
.ant-table-filter-trigger {
  align-self: center;
}
.ant-modal-confirm-body svg {
  vertical-align: middle;
}
.ant-modal-confirm-body svg + .ant-modal-confirm-title {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.ant-checkbox-wrapper {
  display: inline-flex;
}
.ant-checkbox-checked::after {
  height: 1.4em;
}
select.ant-input[disabled],
input.ant-input[placeholder='MM/DD/YYYY'][disabled] {
  border: none;
  background: white;
  color: #3c4955;
  padding-left: 0;
}
select.ant-input[disabled] {
  cursor: default;
}
.ant-form-item-no-colon span {
  color: #cc493e;
}
#study-modal .ant-row.ant-form-item {
  margin-bottom: 0;
}
#create-cycle-modal .ant-row.ant-form-item {
  margin-bottom: 0.8rem;
}
.cycles-table .not-clickable td {
  cursor: default;
}
.cycles-table .clickable td:hover {
  text-decoration: underline;
  color: var(--ocean200);
}
.CheckInForm .ant-row:has(input[type='hidden']),
.CheckInForm input[type='hidden'],
.CheckInForm input[type='hidden'] + div {
  display: none;
}


/*# sourceMappingURL=2789.8a9c877c02704ac38b51.css.map*/