.page_nav {
  display: flex;
  flex-direction: column;
}

.page_nav>.item {
  display: flex;
  flex-wrap: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background: #1C1F26;
  border-radius: 8px;
  padding: 16px;
  align-items: center;
  font-weight: bold;
  border: 1px solid #303847;
  margin-bottom: 15px;
}

.page_nav>.item>div {
  position: relative;
}

.page_nav .item_right {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 24px;
}

.page_nav .item_right img {
  margin-left: 13px;
}

.page_nav_badge {
  height: 24px;
  padding: 3px 10px;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_nav_badge.not_verified {
  background-color: #283643;
  color: #A4AAB6;
}

.page_nav_badge.reviewing {
  background-color: #F2E5A8;
  color: #B68B31;
}

.page_nav_badge.completed {
  background-color: #9FED99;
  color: #1A963D;
}

.page_nav_badge.rejected {
  background-color: #F0BED1;
  color: #C2415E;
}

.kyc_dialog {
  color: #fff;
}

.kyc_dialog .kyc_title {
  text-align: center;
}

.sp_dialog_divider {
  width: 100%;
}

.kyc_dialog .kyc_status {
  margin-bottom: 20px;
}

.kyc_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.kyc_info_table {
  width: 100%;
}

.kyc_content {
  text-align: left;
  color: #A4AAB6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.kyc_dialog .kyc_status_bage {
  height: 30px;
  border-radius: 15px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kyc_dialog .kyc_status_bage.not_verified {
  background: #485B6B;
  color: #A4AAB6;
}

.kyc_dialog .kyc_status_bage.reviewing {
  background: #F2E5A8;
  color: #B68B31;
}

.kyc_dialog .kyc_status_bage.completed {
  background: #9FED99;
  color: #1A963D;
}

.kyc_dialog .kyc_status_bage.rejected {
  background: #F0BED1;
  color: #C2415E;
}

.kyc_dialog .sp_dialog_positive_button {
  width: 200px;
  max-width: 100%;
}

.kyc_dialog .kyc_info_table table {
  width: 100%;
}

.kyc_dialog .kyc_info_table tr:first-child th,
.kyc_dialog .kyc_info_table tr:first-child td {
  border-top: 1px solid #34383F;
}

.kyc_dialog .kyc_info_table th,
.kyc_dialog .kyc_info_table td {
  padding-top: 18px;
  padding-bottom: 18px;
}

.kyc_dialog .kyc_info_table th {
  width: 40%;
  text-align: left;
  padding-right: 7px;
  border-bottom: 1px solid #34383F;
}

.kyc_dialog .kyc_info_table td {
  width: 60%;
  text-align: right;
  padding-left: 7px;
  border-bottom: 1px solid #34383F;
}

.custom_form_item_password {
  width: 100%;
}

#log_out {
  margin-top: 26px;
}

#change_password_modal .modal_bottom_body {
  gap: 12px;
  align-items: center;
}

#change_password_modal .forgot_password {
  width: 100%;
  padding-left: 10px;
  color: #FFFF2A;
  font-size: 12px;
}

#change_password_modal input::placeholder {
  color: #68707B;
}

#password_status {
  color: #A4AAB6;
  font-weight: 400;
  font-size: 12px;
}