:root {
  --main-color: #dc3545;
  --main-bg-color: #f7f7f7;
  --main-white: #ffffff;
  --var-color-text-footer: #ffffffb3;
  --var-color-text-navbar: #2c2c2c;
  --var-color-text: #2c2c2c;
  --var-color-text-title: #a1a1a1;
  --var-color-text-waring: #d98f1f;
  --var-pd: 6.875rem;
  --var-height-sidebar: 3.75rem;
  --var-height-footer: 10rem;
  --var-base-title: 1.25rem;
  --var-base-title-content: 1rem;
  --var-base-card-width: 24.375rem;
  --var-base-card-height: 17.5rem;
  --var-content-color: #747373;
  --var-bg-footer-color: #2c2c2c;
  --var-danger-color: #d8382c;
  --var-disable-color: #cecece;
  --var-color-464543: #464543;
  --var-text-default: #212529;
}

.password-input {
  position: relative;
}

.password-input  i {
  position: absolute;
  top: 10px;
  right: 10px;
}

.management-account {
  margin-bottom: 136px;
}

.management-account hr {
  margin: 25px 0;
}

.management-account .form-switch .form-check-input {
  width: 42px;
  height: 24px;
}

.management-account-card {
  background-color: var(--main-white);
  border-radius: 10px;
}

.management-account-card-child {
  background-color: var(--main-white);
  padding: 20px;
  border-radius: 10px;
}

.management-account-tab {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #747373 !important;
  padding: 16px 12px 16px 12px;
  text-decoration: none;
  color: var(--var-text-default);
  cursor: pointer;
}

.management-account-tab.active {
  color: var(--main-white) !important;
  background: var(--main-color);
  border-radius: 5px;
}

.management-account-tab:hover {
  color: var(--main-white) !important;
  background: var(--main-color);
  border-radius: 5px;
}

.management-account-tab:before {
  position: absolute;
  top: 14px;
  left: 12px;
  width: 24px;
  height: 24px;
  content: "";
}

.management-account-tab:last-child {
  margin-bottom: 0;
}

.management-account-tab div {
  padding-left: 6px;
}

.management-account-tab img {
  width: 24px;
  height: 24px;
}

.management-account-card-child__title {
  display: flex;
  align-items: center;
}

.management-account-card-child__title img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.management-account-card-child__title__text {
  padding-left: 6px;
  text-transform: uppercase;
}

.management-account-card-child__title div:nth-child(2) {
  text-transform: uppercase;
}

.management-account-card-child__row {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #0000001A;
}

.management-account-card-child__row:last-child {
  border-bottom: none;
}

.management-account-verify-otp__content {
  padding: 50px 0;
  border: 1px solid #0000001A;
}

.management-account-verify-otp__content__otp {
  width: 543px;
  margin: auto;
}

.management-account-change-email-verify__content__noti {
  padding: 20px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
}

.management-account-change-email-verify__content__email {
  border-bottom: 1px solid #0000001A;
}

.management-account-change-account__card {
  height: 256px;
  padding: 20px;
  border: 1px solid var(--var-disable-color);
  border-radius: 10px;
}

.management-account-verify-type__card p,
.management-account-change-account__card p {
  margin-bottom: 5px;
}

.management-account-verify-type__card > div:first-child,
.management-account-change-account__card > div:first-child {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.management-account-verify-type__card > div:nth-child(2),
.management-account-change-account__card > div:nth-child(2) {
  height: 81px;
}

.management-account-change-account__card .mac-authentication-info {
  height: 94px;
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.management-account-change-account__card .mac-authentication-info .pros-info,
.management-account-change-account__card .mac-authentication-info .cons-info {
  width: 50%;
}

.management-account-change-account__card .mac-authentication-info .pros-info h1,
.management-account-change-account__card .mac-authentication-info .cons-info h1 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.management-account-change-account__card .mac-authentication-info .pros-info {
  padding-right: 10px;
}

.management-account-change-account__card .mac-authentication-info .cons-info {
  padding-left: 10px;
}

.management-account-change-account__card .mac-authentication-info .pros-info p,
.management-account-change-account__card .mac-authentication-info .cons-info p {
  font-size: 12px;
  line-height: 18px;
  color: var(--var-content-color);
  margin-bottom: 0;
}

.management-account-change-account__card .mac-authentication-info .pros-info {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.management-account-verify-type__card {
  height: 231px;
  padding: 20px;
  border: 1px solid var(--var-disable-color);
  border-radius: 10px;
}

.management-account-info {
  background: rgba(255, 242, 233, 0.8);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.management-account-info.blocked {
  border: 1px solid #dc3545;
}

.management-account-info p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
}

.management-account-card-child__title.mng-permission-title > div {
  align-items: center;
  justify-content: space-between;
}

/* management account verify info */
.mav-info {
  justify-content: center;
  padding: 36px 0 30px;
}

.mav-info img {
  margin-bottom: 16px;

}

.mav-info b {
  font-size: 20px;
  color: #23313E;
  margin-bottom: 16px;
}

.mav-info p{
  font-size: 16px;
  line-height: 25.6px;
  color: #23113E;
}
/* end management account verify info */

.progress-circle {
  display: flex;
  margin: 30px 0 55px;
  justify-content: center;
  align-items: center;
}

.progress-circle span {
  font-size: 16px;
  color: #747373;
  margin-left: 30px;
  line-height: 25.6px;
}

@media screen and (max-width: 1280px) {
  .management-account-change-account__card.mng-account-type {
    height: 246px;
  }

  .management-account-change-account__card {
    height: 256px;
  }

  .management-account-change-account__card > div:nth-child(2) {
    height: 95px;
  }
}

@media screen and (max-width: 1200px) {
  .management-account {
    margin-bottom: 16px;
  }

  .management-account > .row > div:nth-child(2) {
    margin-top: 0;
  }

  .management-account-card-child {
    padding: 16px;
  }

  .management-account-change-pass__action {
    justify-content: center !important;
  }

  .management-account-change-pass__action button {
    width: 100%;
  }

  .management-account-card-child__item,
  .management-account-item-last {
    margin-bottom: 0px !important;
  }

  /* .forget-pass {
    display: none;
  } */

  .management-account-card-child__title {
    margin-bottom: 16px;
  }

  .management-account-card-child__row {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-bottom: none;
  }

  .management-account-card-child__row > .row > div,
  .management-account-card-child__item > div {
    flex: 0 0 auto;
    width: 100%;
  }

  .management-account-card-child__item > div {
    padding-bottom: 0 !important;
  }

  .management-account-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 16px;
  }

  .management-account-item-last {
    border-bottom: none;
  }

  .management-account-change-email-recapcha {
    text-align: center;
  }

  .management-account-change-email-recapcha img {
    width: 100%;
  }

  .management-account-change-email-action>div {
    justify-content: center !important;
  }

  .management-account-card {
    padding: 8px 8px 0;
    margin-bottom: 16px;
  }

  .management-account-card::-webkit-scrollbar {
    display: none;
  }

  .management-account-tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .management-account-tab {
    width: unset;
    height: 48px;
    flex: none;
    justify-content: center;
    padding: 15px 20px 15px 40px;
  }

  .management-account-tab:first-child:before, .management-account-tab:nth-child(2):before, .management-account-tab:nth-child(3):before, .management-account-tab:last-child:before {
    left: 15px;
  }

  .management-account-tab:before {
    top: 10px
  }

  .management-account-change-account__card,
  .management-account-change-account__card.mng-account-type {
    margin-bottom: 24px;
  }

  .management-account-change-account__card > div:nth-child(2) {
    height: 105px;
  }

  .mac-authentication-info {
    height: unset !important;
    flex-direction: column !important;
  }

  .mac-authentication-info .pros-info,
  .mac-authentication-info .cons-info {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 24px;
  }

}

@media screen and (max-width: 1025px) {
  .management-account-tab:first-child:before,
  .management-account-tab:nth-child(2):before,
  .management-account-tab:nth-child(3):before,
  .management-account-tab:last-child:before {
    left: 15px;
  }

  .management-account-tab {
    width: unset;
    flex: none;
    justify-content: unset;
  }
}

@media screen and (max-width: 768px) {
  .management-account-card {
    overflow-x: scroll;
  }

  .management-account-info p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .management-account {
    margin-bottom: 0;
  }

  .management-account-verify-otp__content__otp {
    width: 100% !important;
  }

  .management-account-card-child .table-responsive {
    display: none;
  }

  .management-account-card-child__title.mng-permission-title {
    height: unset;
  }

  .management-account-card-child__title.mng-permission-title > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .management-account-card-child__title.mng-permission-title > div > div {
    margin-bottom: 16px;
  }

  .management-account-card-child__title.mng-permission-title > div > div:nth-child(2) {
    width: 100%;
  }

  .management-account-card-child__title.mng-permission-title > div > div:nth-child(2) a button {
    width: 100%;
  }

  .mng-account-permisison_mobile {
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #CECECE;
    border-radius: 10px;
  }

  .mng-account-permisison_mobile p {
    margin-bottom: 4px;
  }
  .infomation-ekyc img{
    width: 100%;
  }
}




/* css min-width */

@media screen and (min-width: 1366px) {
  .management-account-change-account__card.mng-account-type {
    height: 232px;
  }
}

@media screen and (min-width: 600px) {
  .mng-account-permisison_mobile {
    display: none;
  }
}