* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none!important;
}

.hidden {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.home-container {
  background: #C3CEDB;
}
.home-container .home-box {
  background: #FFFFFF;
  border-radius: 0px 0px 48px 48px;
}
.home-container .home-box .home-page {
  width: 100%;
  background: #1D2227;
  border-radius: 0px 0px 48px 48px;
  padding: 50px;
}
.home-container .home-box .home-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-container .home-box .home-page .header .logo {
  width: 224px;
  height: 60px;
  background: #D9D9D9;
}
.home-container .home-box .home-page .header .user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FF5050;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-container .home-box .home-page .header .user .dropdown button {
  color: #fff;
  background: transparent;
  box-shadow: none !important;
  border: none !important;
}
.home-container .home-box .home-page .header .user .dropdown .dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.home-container .home-box .home-page .header .user .dropdown-menu {
  padding: 18px 24px;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 18px;
}
.home-container .home-box .home-page .header .user .dropdown-menu li .dropdown-item {
  text-align: center;
  color: #0164DC;
}
.home-container .home-box .home-page .header .user .dropdown-menu li .dropdown-item:hover {
  color: white;
  background: #0164DC;
  border-radius: 18px;
}
.home-container .home-box .home-page .header .menu-items {
  display: flex;
  align-items: center;
}
.home-container .home-box .home-page .header .menu-items .item {
  margin: 0 20px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 105%;
  background: linear-gradient(180deg, #D3E3F2 0%, #ACCCEA 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  cursor: pointer;
}
.home-container .home-box .home-page .home-body {
  margin-top: 30px;
}
.home-container .home-box .home-page .home-body .big-title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 105%;
  background: linear-gradient(180deg, #D3E3F2 0%, #ACCCEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-container .home-box .home-page .home-body .big-title span {
  width: 60%;
}
.home-container .home-box .home-page .home-body .big-title span .first-image {
  margin-top: 0px;
  height: 150px;
}
.home-container .home-box .home-page .home-second-body {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.home-container .home-box .home-page .home-second-body .item {
  position: relative;
  width: 25%;
}
.home-container .home-box .home-page .home-second-body .item .next-button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.home-container .home-box .home-page .home-second-body .item .next-button .title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #53A1FF;
}
.home-container .home-box .home-page .home-second-body .item .next-button .im {
  position: absolute;
  top: 33%;
  left: 140px;
}
.home-container .home-box .home-page .home-second-body .item .tab-button {
  margin-top: 120px;
  padding: 18px;
  cursor: pointer;
  background: #222932;
  border-radius: 500px;
  display: flex;
  align-items: center;
}
.home-container .home-box .home-page .home-second-body .item .tab-button .title {
  margin-left: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #B8CFE7;
}
.home-container .home-box .home-page .home-second-body .item .footer-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #6582A5;
}
.home-container .home-box .home-page .home-second-body .item .footer-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 291px;
  height: 291px;
  border-radius: 50%;
  background: #1A2026;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-container .home-box .home-page .home-second-body .item .footer-button .center-img {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-container .home-box .home-page .home-second-body .item .footer-button .center-img .center-text {
  position: absolute;
  top: 30%;
  left: 35%;
}
.home-container .home-box .home-page .home-second-body .item .footer-button .center-img .center-text .number-day {
  color: #FF5050;
  font-size: 58px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.home-container .home-box .home-page .home-second-body .item .footer-button .center-img .center-text .day {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22.9075px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #6582A5;
  text-align: center;
}
.home-container .home-box .home-page .home-second-body .item-body {
  width: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 120vh;
}
.home-container .home-box .home-page .footer-home {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.home-container .home-box .home-page .footer-home .item-footer {
  width: 44%;
}
.home-container .home-box .home-page .footer-home .item-footer .text {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  background: linear-gradient(180deg, #D3E3F2 0%, #ACCCEA 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-container .home-box .home-page .footer-home .item-footer-2 {
  width: 26%;
}
.home-container .home-box .home-page .footer-home .item-footer-2 .text-name {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #B8CFE7;
}
.home-container .home-box .home-page .footer-home .item-footer-2 .text-description {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 10px;
  color: #6582A5;
  margin-bottom: 20px;
}
.home-container .home-box .second-box {
  padding: 60px;
  display: flex;
  justify-content: space-between;
}
.home-container .home-box .second-box .item {
  width: 44%;
}
.home-container .home-box .second-box .item img {
  width: 100%;
}
.home-container .home-box .second-box .item-second {
  width: 54%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-container .home-box .second-box .item-second .text {
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #404F63;
}
.home-container .home-box .second-box .item-second .text span {
  color: #0164DC;
}
.home-container .home-box .second-box .item-second .item {
  margin-top: 30px;
  width: 48%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #404F63;
}
.home-container .box-body {
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-container .box-body .item {
  width: 44%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  color: #2D353E;
}
.home-container .box-body .item-second {
  width: 22%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #41556D;
}
.home-container .box-body .item-second .next-button {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-container .box-body .item-second .next-button .title {
  width: 90%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #53A1FF;
}
.home-container .box-body .cards {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-container .box-body .cards .card {
  width: 24%;
  height: 299px;
  background: #FFFFFF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-container .footer {
  background: #1D2227;
  border-radius: 48px 48px 0px 0px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #ABBFD7;
}

.forget-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 60px;
  background: #1D2227;
  flex-wrap: wrap;
  position: relative;
  min-height: 100vh;
}
.forget-page .prev_button {
  cursor: pointer;
  position: absolute;
  top: 60px;
  left: 60px;
  display: flex;
  align-items: center;
}
.forget-page .prev_button .title___ {
  margin-left: 4px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.forget-page .modals {
  margin: 100px auto;
  width: 100%;
}
.forget-page .modals .logo {
  text-align: center;
  width: 224px;
  height: 60px;
  background: #D9D9D9;
  border-radius: 50px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0 auto;
}
.forget-page .modals .modal {
  display: block;
  position: relative;
  cursor: pointer;
  width: 44%;
  padding: 30px;
  background: #E7ECF3;
  border-radius: 24px;
  margin: 35px auto;
}
.forget-page .modals .modal .title {
  padding: 0 24px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #36414D;
}
.forget-page .modals .modal .title span {
  color: #0164DC;
}
.forget-page .modals .modal .description {
  padding: 0 24px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 24px;
  text-align: center;
  color: #6582A5;
}
.forget-page .modals .modal *,
.forget-page .modals .modal ::before,
.forget-page .modals .modal ::after {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0;
  border: none !important;
}
.forget-page .modals .modal :root {
  --spacing: 8px;
  --hue: 400;
  --background1: hsl(214, 14%, 20%);
  --background2: hsl(214, 14%, 13%);
  --background3: hsl(214, 14%, 5%);
  --brand1: hsl(var(--hue) 80% 60%);
  --text1: hsl(0, 0%, 100%);
  --text2: hsl(0, 0%, 90%);
}
.forget-page .modals .modal code {
  background: var(--background3);
}
.forget-page .modals .modal body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: var(--background1);
  flex-gap: var(--spacing);
  color: var(--text1);
  gap: var(--spacing);
  padding: calc(var(--spacing) * 2);
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .forget-page .modals .modal body {
    font-size: 1rem;
  }
}

.forget-page .modals .modal a {
  color: var(--brand1);
  text-decoration: none;
}
.forget-page .modals .modal .number-code > div {
  display: flex;
}
.forget-page .modals .modal .number-code > div > input:not(:last-child) {
  margin-right: calc(var(--spacing) * 2);
  border: 1px solid #ABBFD7;
}
.forget-page .modals .modal .content-area {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  background: var(--background2);
  padding: var(--spacing);
  border-radius: var(--spacing);
  max-width: min(100%, 50rem);
}
.forget-page .modals .modal .content-area p {
  color: var(--text2);
  font-size: 0.8em;
}
.forget-page .modals .modal form {
  background: transparent !important;
}
.forget-page .modals .modal form input.code-input {
  margin: 0 5px !important;
  font-size: 1.5em;
  width: 1em;
  text-align: center;
  flex: 1 0 1em;
  border: 1px solid #ABBFD7;
}
.forget-page .modals .modal form input[type=submit] {
  margin-left: auto;
  display: block;
  font-size: 1em;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  border: 1px solid #ABBFD7;
}
.forget-page .modals .modal form input[type=submit]:hover {
  background: var(--background3);
}
.forget-page .modals .modal form input {
  padding: var(--spacing);
  border-radius: calc(var(--spacing) / 2);
  color: var(--text1);
  background: var(--background1);
  border: 1px solid #ABBFD7;
}
.forget-page .modals .modal form input:invalid {
  box-shadow: none;
}
.forget-page .modals .modal form input:focus {
  outline: none;
  border: 4px solid var(--brand1);
}
.forget-page .modals .modal form {
  width: 100%;
  margin-top: 20px;
}
.forget-page .modals .modal form input {
  width: 100%;
  background: #F2F8FF;
  border: 1px solid #ABBFD7 !important;
  border-radius: 12px;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0px;
  padding: 0px 20px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 124.5%;
  color: #41556D;
}
.forget-page .modals .modal form label {
  margin: 24px 0px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6582A5;
}
.forget-page .modals .modal form .form-select {
  width: 100%;
  background: #F2F8FF !important;
  border: 1px solid #ABBFD7 !important;
  border-radius: 12px;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0px;
  padding: 0px 20px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 124.5%;
  color: #41556D;
}
.forget-page .modals .modal form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.forget-page .modals .modal form .form-footer button {
  background: transparent;
  outline: none;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0164DC;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.forget-page .modals .modal form .time {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #41556D;
  margin: 10px auto;
}
.forget-page .modals .modal form .call_me {
  margin: 10px auto;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #0164DC;
  cursor: pointer;
}
.forget-page .modals__ {
  margin: 100px auto;
  width: 100%;
}
.forget-page .modals__ .modal__ {
  cursor: pointer;
  width: 44%;
  padding: 35px;
  background: #E7ECF3;
  border-radius: 24px;
  margin: 35px auto;
}
.forget-page .modals__ .modal__ .image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.forget-page .modals__ .modal__ .image img {
  margin: 0 auto;
  text-align: center;
}
.forget-page .modals__ .modal__ .title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #36414D;
}
.forget-page .modals__ .modal__ .title span {
  color: #0164DC;
}
.forget-page .modals__ .modal__ .payment {
  margin: 25px 0px;
  display: flex;
  align-items: center;
}
.forget-page .modals__ .modal__ .payment .price {
  margin-left: 15px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #41556D;
}
.forget-page .modals__ .modal__ .error {
  font-family: "Ubuntu", sans-serif;
  margin: 12px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FF0101;
}
.forget-page .modals__ .modal__ .key {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #2D353E;
}
.forget-page .modals__ .modal__ .access-section {
  margin: 10px 0px;
}
.forget-page .modals__ .modal__ .access-section .item_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
  cursor: pointer;
}
.forget-page .modals__ .modal__ .access-section .item_ .form-check-input {
  width: 24px;
  height: 24px;
}
.forget-page .modals__ .modal__ .access-section .item_ .form-check-label {
  margin-top: 5px;
  margin-left: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #2D353E;
}
.forget-page .modals__ .modal__ .access-section .item_ .result {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #6582A5;
}
.forget-page .modals__ .modal__ .submit-b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #0164DC;
  border-radius: 18px;
}
.forget-page .modals__ .modal__ .submit-b .title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.forget-page .modals__ .modal__ .submit-b:hover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: transparent;
  border-radius: 18px;
  border: 1px solid #0164DC;
}
.forget-page .modals__ .modal__ .submit-b:hover .title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0164DC;
}

.modal {
  position: relative;
}
.modal .prev {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal .prev .title__ {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-left: 6px;
  color: #36414D;
}
.modal .modal-content {
  padding-bottom: 30px;
  width: 90%;
}
.modal .modal-content .modal-body {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal .modal-content .modal-body .user-icon, .forget-page .modals .modal .user-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FF5050;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .modal-body .text {
  width: 100%;
  margin-top: 16px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #36414D;
}
.modal .modal-content .modal-body form {
  width: 100%;
}
.modal .modal-content .modal-body form input {
  background: #F2F8FF;
  border: 1px solid #ABBFD7;
  border-radius: 12px;
  height: 50px;
}
.modal .modal-content .modal-body form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-content .modal-body form .form-footer .forget {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  cursor: pointer;
  text-decoration-line: underline;
  color: #36414D;
}
.modal .modal-content .modal-body form .form-footer button {
  background: transparent;
  outline: none;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0164DC;
}
.modal .modal-content .modal__ {
  cursor: pointer;
  width: 90%;
  background: #E7ECF3;
  border-radius: 24px;
  margin: 0px auto;
}
.modal .modal-content .modal__ .image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.modal .modal-content .modal__ .image img {
  margin: 0 auto;
  text-align: center;
}
.modal .modal-content .modal__ .title {
  padding: 0 24px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #36414D;
}
.modal .modal-content .modal__ .title span {
  color: #0164DC;
}
.modal .modal-content .modal__ form {
  width: 100%;
  margin-top: 20px;
}
.modal .modal-content .modal__ form input {
  width: 100%;
  background: #F2F8FF;
  border: 1px solid #ABBFD7 !important;
  border-radius: 12px;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 20px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 124.5%;
  color: #41556D;
}
.modal .modal-content .modal__ form label {
  margin: 10px 0px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6582A5;
}
.modal .modal-content .modal__ form .form-select {
  width: 100%;
  background: #F2F8FF !important;
  border: 1px solid #ABBFD7 !important;
  border-radius: 12px;
  height: 50px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0px;
  padding: 0px 20px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  line-height: 124.5%;
  color: #41556D;
}
.modal .modal-content .modal__ form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.modal .modal-content .modal__ form .form-footer button {
  background: transparent;
  outline: none;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0164DC;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal .modal-content .modal__ form .time {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #41556D;
  margin: 10px auto;
}
.modal .modal-content .modal__ form .call_me {
  margin: 10px auto;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #0164DC;
  cursor: pointer;
}
.modal .modal-content .modal__ .payment {
  margin: 25px 0px;
  display: flex;
  align-items: center;
}
.modal .modal-content .modal__ .payment .price {
  margin-left: 15px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #41556D;
}
.modal .modal-content .modal__ .error {
  font-family: "Ubuntu", sans-serif;
  margin: 12px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FF0101;
}
.modal .modal-content .modal__ .key {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #2D353E;
}
.modal .modal-content .modal__ .access-section {
  margin: 10px 0px;
}
.modal .modal-content .modal__ .access-section .item_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
  cursor: pointer;
}
.modal .modal-content .modal__ .access-section .item_ .form-check-input {
  width: 24px;
  height: 24px;
}
.modal .modal-content .modal__ .access-section .item_ .form-check-label {
  margin-top: 5px;
  margin-left: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #2D353E;
}
.modal .modal-content .modal__ .access-section .item_ .result {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #6582A5;
}
.modal .modal-content .modal__ .submit-b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #0164DC;
  border-radius: 18px;
}
.modal .modal-content .modal__ .submit-b .title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.modal .modal-content .modal__ .dangered {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 0px;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FF0101;
}
.modal .modal-content .modal__ .description {
  margin-top: 30px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #6582A5;
}
.modal .modal-content .modal__ .footer-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.modal .modal-content .modal__ .footer-submit .success {
  cursor: pointer;
  width: 48%;
  height: 50px;
  background: #0164DC;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.modal .modal-content .modal__ .footer-submit .dangered {
  cursor: pointer;
  width: 48%;
  height: 50px;
  background: #FF0101;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 0;
}

.my-product-page {
  background: #C3CEDB;
  min-height: 100vh;
  width: 100%;
}
.my-product-page .navbar-section {
  background: #1D2227;
  border-radius: 0px 0px 24px 24px;
  height: 80px;
  width: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-product-page .navbar-section .left-section {
  display: flex;
  align-items: center;
}
.my-product-page .navbar-section .left-section .logo {
  background: #D9D9D9;
  border-radius: 50px;
  width: 176px;
  height: 44px;
  cursor: pointer;
}
.my-product-page .navbar-section .left-section .menu-item {
  padding: 6px 20px;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.my-product-page .navbar-section .left-section .menu-item .title {
  margin-left: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.my-product-page .navbar-section .left-section .menu-item-active {
  padding: 6px 20px;
  border: 1px solid #55A2FF;
  border-radius: 50px;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.my-product-page .navbar-section .left-section .menu-item-active .title {
  margin-left: 12px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.my-product-page .navbar-section .right-section {
  display: flex;
  align-items: center;
}
.my-product-page .navbar-section .right-section .balance {
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #262D34;
  border: 1px solid #36414D;
  border-radius: 50px;
  padding: 0 6px;
}
.my-product-page .navbar-section .right-section .balance .total-balance {
  display: flex;
  align-items: center;
}
.my-product-page .navbar-section .right-section .balance .total-balance .key {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ABBFD7;
}
.my-product-page .navbar-section .right-section .balance .total-balance .price {
  margin: 0px 8px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.my-product-page .navbar-section .right-section .personal-user {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.my-product-page .navbar-section .right-section .personal-user .user-name {
  font-family: "Ubuntu", sans-serif;
  margin: 0 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.my-product-page .content {
  padding: 0 60px;
  margin-top: 50px;
}
.my-product-page .content .menu-title {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  color: #2D353E;
}
.my-product-page .content .history-content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-product-page .content .history-content .no-data {
  cursor: pointer;
  width: 308px;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.my-product-page .content .history-content .no-data img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.my-product-page .content .history-content .no-data .description {
  margin-top: 30px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #6582A5;
}
.my-product-page .content .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-product-page .content .cards .card {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 24%;
  background: #FFFFFF;
  border-radius: 24px;
  margin: 15px 0px;
}
.my-product-page .content .cards .card .key {
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-top: 32px;
  color: #2D353E;
  text-align: center;
}
.my-product-page .content .cards .card .description {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-top: 14px;
  color: #6582A5;
}
.my-product-page .content .cards .card .desc-button {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.my-product-page .content .cards .card .desc-button .key__ {
  margin-right: 4px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #0164DC;
}
.my-product-page .content .cards .card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.my-product-page .content .cards .card .actions .success {
  width: 80%;
  padding: 4px 10px;
  gap: 10px;
  background: rgba(0, 174, 48, 0.1);
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #00AE30;
  border-radius: 18px;
}
.my-product-page .content .cards .card .times {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-product-page .content .cards .card .times .date {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #6582A5;
}
.my-product-page .content .cards .card .times .summ {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #0164DC;
}
.my-product-page .content .history-box-content {
  width: 100%;
  min-height: 100vh;
}
.my-product-page .content .history-box-content .nav {
  padding: 0 5px;
  width: 326px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-product-page .content .history-box-content .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 34px;
  background: white;
  border-radius: 50px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #0164DC;
}
.my-product-page .content .history-box-content .nav .nav-item .active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px 34px;
  background: #0164DC;
  border-radius: 50px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.my-product-page .content .history-box-content .tab-content {
  margin-top: 30px;
}
.my-product-page .content .history-box-content .tab-content .tab-one {
  width: 100%;
  background: #FFFFFF;
  border-radius: 18px;
}
.my-product-page .content .history-box-content .tab-content .tab-one .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  width: 100%;
}
.my-product-page .content .history-box-content .tab-content .tab-one .table-header .sec {
  width: 16.6666666667%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #41556D;
}
.my-product-page .content .history-box-content .tab-content .tab-one .table-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  width: 100%;
  border-top: 1px solid #C3CEDB;
}
.my-product-page .content .history-box-content .tab-content .tab-one .table-body .sec {
  width: 16.6666666667%;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #36414D;
}
.my-product-page .content .history-box-content .tab-content .tab-one .table-body .sec .success {
  width: 90%;
  padding: 4px 10px;
  gap: 10px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 174, 48, 0.1);
  border-radius: 18px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #00AE30;
}
@media (min-width: 1100px) and (max-width:2000px) {
  .forget-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 0;
  background: #1D2227;
  flex-wrap: wrap;
  position: relative;
  min-height: 100vh;
}
.forget-page .modals {
  margin: 40px auto 0px!important;
  width: 90%;
  height: 70%;
}
  .forget-page .modals .logo {
  text-align: center;
  width: 224px;
  height: 60px;
  background: #D9D9D9;
  border-radius: 50px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0 auto;
}
.forget-page .modals .modal {
  display: block;
  position: relative;
  cursor: pointer;
  width: 44%;
  padding: 20px;
  background: #E7ECF3;
  border-radius: 24px;
  margin: 15px auto!important;
}
.forget-page .modals .modal .title {
  padding: 0 24px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #36414D;
}
.forget-page .modals .modal .title span {
  color: #0164DC;
}
.forget-page .modals .modal .description {
  padding: 0 24px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 15px;
  text-align: center;
  color: #6582A5;
}
.forget-page .modals .modal form label {
  margin: 8px 0px!important;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6582A5;
}
}
/*# sourceMappingURL=home.css.map */
