#SetupKeyModal1 .password-input .toggle-password {
  top: initial;
  bottom: -15px;
  right: 10px;
}

.ciclebx {
  bottom: -23px !important;
}

.inner-width-auto thead tr th {
  width: auto !important;
}

.modal-content {
  max-height: 88vh;
  overflow-y: auto;
}

.list {
  margin: 0;
  padding: 0 0 0 20px;
}
.list li {
  margin: 0 0 10px;
  list-style-type: disc;
}

.sub-list {
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
}
.sub-list li {
  margin: 0 0 10px;
  list-style-type: circle;
}

.binary-sub-list {
  padding: 0 !important;
}

ol.list li {
  list-style-type: decimal;
}

.single_card_height {
  height: calc(100vh - 120px);
}

.email_content_single {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #8d96a2;
}
.email_content_single .email_content {
  margin: 0;
}
.email_content_single .email_content .head {
  color: var(--primary-featured-state-layer-fill, #000);
  font-size: 16px;
  font-family: var(--primary-font-semi-bold);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
}
.email_content_single .email_content p {
  color: #000;
  margin: 0 0 15px;
  font-family: var(--secondary-font-regular);
  font-size: var(--size--1, 11.8px);
  font-style: normal;
  font-weight: var(--weight-Regular, 450);
  line-height: var(--line-height--1, 16px); /* 135.593% */
}

.update_pending .email_content_single {
  border: none;
  padding: 0;
  margin: 0 0 20px;
}

.two_btns {
  gap: 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.two_btns button {
  flex-grow: 1;
}

.primary-bordered-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: none;
}
.primary-bordered-btn:hover,
.primary-bordered-btn:focus,
.primary-bordered-btn:visited,
.primary-bordered-btn:active {
  background: none;
  color: var(--primary-color);
}

.white-btn {
  border: none;
  color: #000000;
  background: #fff;
}
.white-btn:hover,
.white-btn:focus,
.white-btn:visited,
.white-btn:active {
  background: #fff;
  color: #000000;
}

.otp_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otp_input .resend_otp {
  white-space: nowrap;
  border: none;
  background: none;
  border: none;
  padding: 0;
  color: var(--link-primary-enabled, #7c3aed);
  text-align: right;
  font-family: var(--primary-font-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.disabled_btn {
  border: none;
  opacity: 0.33;
  background: #abb2bb;
  color: #000;
  pointer-events: none;
}

.otp_timer .timer {
  color: var(--primary-color);
  text-align: right;
  font-family: var(--primary-font-medium);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.chat_left_main {
  justify-content: flex-end;
}
.chat_left_main .chat_left {
  flex-direction: row-reverse;
  border-radius: 20px 0px 20px 20px;
  -webkit-border-radius: 20px 0px 20px 20px;
  -moz-border-radius: 20px 0px 20px 20px;
  -ms-border-radius: 20px 0px 20px 20px;
  -o-border-radius: 20px 0px 20px 20px;
  background: #dfe1e4;
}

.chat_right_main {
  justify-content: flex-start;
}
.chat_right_main .chat_right {
  border-radius: 0px 20px 20px 20px;
  -webkit-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  -ms-border-radius: 0px 20px 20px 20px;
  -o-border-radius: 0px 20px 20px 20px;
  background: #ebe9f9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.chat_btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 10px 0 0;
}
.chat_btns .copy_btn {
  opacity: 0.7;
}
.chat_btns .copy_btn .copy_btn_icon {
  width: 12px;
}
.chat_btns:hover .copy_btn {
  opacity: 1;
}

.number_list {
  padding-left: 20px;
}
.number_list li {
  list-style: decimal;
  margin: 0 0 13px;
}

.dotted_list {
  padding-left: 20px;
}
.dotted_list li {
  list-style: disc;
  margin: 0 0 13px;
}

@media (max-width: 575px) {
  .main-container {
    min-height: 100%;
  }
  .inner-card,
  .secondary-gradient-card,
  .single_card_height {
    min-height: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=ann_layout.css.map */
