/*! Talkdesk ID UI: v1.19.0 */
.password-policies {
  padding-left: 24px;
}

.print-only {
  display: none;
}

@media print {
  .co-navbar,
  .co-footer,
  button,
  h1,
  p.co--gray-600 {
    display: none !important;
  }

  .print-only {
    margin: auto;
    display: table;
  }

  .column-group > .all-33 {
    display: inline-block;
  }

  .co-box {
    padding: 20px !important;
    border: 0px !important;
  }

  .co-modal__dialog {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.co--checkmark::after {
  border-color: #45505c !important;
  animation-fill-mode: forwards !important;
}

.password-input-text {
  border-radius: 0.25rem 0.25rem;
  width: 100%;
}

body {
  margin: 0;
}

#talkdesk-id-ui {
  height: 100%;
}

.captcha-field {
  display: flex;
  justify-content: center;
}

.id-width-380 {
  width: 380px;
}

.cobalt--12_0_0 .co-navbar__primary {
  margin: 0 auto;
  max-width: 1440px;
}

.active-option .co-tag {
  font-size: 0.6875rem !important;
  margin-top: -2px !important;
}
#talkdesk-id-ui .co-table tbody td {
  padding: 1rem !important;
}

.co-list .co-list__item .co-media {
  margin-bottom: 0 !important;
}

.co-media h3 span {
  margin-left: 0.3rem;
}

.vertical-space {
  margin: 1.5rem 0;
}

.security-key .co-box__content {
  padding: 0 !important
}

.security-key-box {
  height: 146px;
}

.svg-animation object {
  transition: all 1s;
  width: 309px;
  height: 146px;
}

.svg-animation .svg-success i {
  font-size: 100px !important;
}

.svg-animation .svg-success {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
}

.svg-animation.ok object {
  opacity: .2;
}

.svg-animation.ok .svg-success {
  opacity: 1;
}

.svg-animation {
  position: relative;
  width: 100%;
  height: 100%;
}

.security-key-box :first-child{
  border-radius: .12rem;
}

.mfa-card-title > :first-child {
  margin-bottom: 0 !important;
}

.mfa-selector-arrow-icon {
  height: 100%;
}

/*# sourceMappingURL=talkdesk-id-ui.css.map*/