#ito-page #menu-sidebar {
  background-color: #1a75ba;
  width: 280px;
  padding: 20px 15px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1030;
  overflow: auto;
}
#ito-page #menu-sidebar .logo-sidebar {
  width: 100%;
}
#ito-page #menu-sidebar .menu-sidebar {
  margin-top: 40px;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item {
  list-style: none;
  padding: 0;
  width: 100%;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item a {
  text-decoration: unset;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item a svg {
  width: 25px;
  margin-right: 13px;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item a svg img {
  width: 100%;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item a .title {
  color: white;
}
#ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item.active, #ito-page #menu-sidebar .menu-sidebar ul.list-menu-item li.menu-item:hover {
  background-color: #5196cc;
}
#ito-page #menu-sidebar .cta-logout {
  margin: 100px auto auto;
  background-color: #F05A28;
  border-radius: 25px;
  width: 80%;
  text-align: center;
}
#ito-page #menu-sidebar .cta-logout a.btn {
  font-size: 16px;
  color: white;
  margin: 5px auto;
  padding: 12px;
  border-radius: 25px;
}
#ito-page #menu-sidebar .cta-logout a.btn:hover {
  background-color: #cb491d;
}

#ito-page {
  max-width: 1920px;
  margin: auto;
  position: relative;
}
#ito-page header.header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  background-color: white;
}
#ito-page header.header .navbar {
  justify-content: space-between;
}
#ito-page header.header .navbar__items-mobile, #ito-page header.header .navbar button.navbar-toggler, #ito-page header.header .navbar .collapse.navbar-collapse {
  display: none;
}
#ito-page header.header .navbar__items-right {
  display: flex;
}
#ito-page header.header .navbar__items-right a#profile {
  color: #4C4C4C;
}
#ito-page header.header .navbar__items-right .dropdown-toggle {
  color: #4C4C4C;
  font-weight: 500;
}
#ito-page header.header .navbar__items-right .dropdown-toggle:after {
  content: none;
}

@media screen and (max-width: 540px) {
  #ito-page header.header .navbar {
    justify-content: center;
  }
  #ito-page header.header .navbar .navbar-brand {
    margin: 0;
  }
  #ito-page header.header .navbar__items-right {
    display: none;
  }
  #ito-page header.header .navbar button.navbar-toggler {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.75rem;
    border-color: transparent;
    display: block;
  }
  #ito-page header.header .navbar__items-mobile.show {
    display: block;
    position: absolute;
    width: 80%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    background: #1A75BA;
    box-shadow: 7px 0 18px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 0 0;
    animation: slideShow 0.35s ease;
    padding: 0 15px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    position: relative;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close svg {
    height: 30px;
    width: 30px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons {
    display: flex;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle {
    color: #FFF;
    font-weight: 500;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle:after {
    content: none;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle svg path {
    fill: #FFFFFF;
  }
  #ito-page header.header .navbar__items-mobile .menu-head:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #ito-page header.header .navbar__items-mobile .list-menu {
    margin-top: 15px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a {
    text-decoration: unset;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg {
    width: 25px;
    margin-right: 13px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg img {
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a .title {
    color: white;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item.active, #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item:hover {
    background-color: #5196cc;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout {
    background-color: #F05A28;
    margin: auto;
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn {
    font-size: 16px;
    color: white;
    margin: auto;
    border-radius: 25px;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn:hover {
    background-color: #cb491d;
  }
}
@keyframes slideShow {
  0% {
    left: -80%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideHide {
  0% {
    left: 0;
  }
  100% {
    left: -80%;
  }
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/Noto_Sans/NotoSans-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url(../fonts/Noto_Sans/NotoSans-Bold.ttf);
}
#ito-page {
  background-color: #f6fdff;
  font-family: "Noto Sans";
}
#ito-page section.ito-body {
  margin-top: 60px;
  padding-bottom: 120px;
  position: relative;
}
#ito-page section.ito-body .bg-left {
  background: url("../images/bg-left-bottom.png") no-repeat bottom left;
  position: absolute;
  width: 100%;
  height: 442px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#ito-page section.ito-body .bg-right {
  content: "";
  background: url("../images/bg-right-top.png") no-repeat top right;
  position: absolute;
  width: 100%;
  height: 400px;
  top: -60px;
  right: 0;
  z-index: 1;
}
#ito-page section.ito-body .login-form-group {
  z-index: 2;
  position: relative;
}
#ito-page section.ito-body .login-form-group__outline {
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 3px 8px 50px rgba(30, 30, 30, 0.11);
}
#ito-page section.ito-body .login-form-group__outline .image-left {
  background: url(../images/bg-login.png) no-repeat center;
  background-size: cover;
  width: 50%;
}
#ito-page section.ito-body .login-form-group__outline .image-left .title {
  text-align: center;
  padding-top: 20%;
}
#ito-page section.ito-body .login-form-group__outline .image-left .title img {
  width: 95px;
  height: 40px;
}
#ito-page section.ito-body .login-form-group__outline .image-left .title p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}
#ito-page section.ito-body .login-form-group__outline .image-left img {
  width: 100%;
}
#ito-page section.ito-body .login-form-group__outline .form-right {
  width: 50%;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login {
  padding: 110px;
  background-color: white;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form-login_title {
  text-align: center;
  background: linear-gradient(150.95deg, #72D3FF -4.34%, #137AC2 103.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form-login_title h2 {
  font-size: 32px;
  font-family: "Noto Sans Bold";
  line-height: 1.5;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group {
  position: relative;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .custom-checkbox .custom-control-label {
  color: #696969;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .btn-toggle-pwd {
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login {
  margin-top: 180px;
  background-color: #F05A28;
  border-radius: 25px;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login button.btn {
  font-size: 16px;
  color: white;
  margin: 5px auto;
  border-radius: 25px;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login button.btn:hover {
  background-color: #cb491d;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .register-text {
  text-align: center;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .register-text a {
  color: #F05A28;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body {
  position: relative;
  text-align: center;
  padding: 3rem;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body button.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body .form-forgot-password_title h3 {
  font-weight: 600;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body .form-forgot-password_title p {
  color: #696969;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body .form .form-group #forgotPassword {
  margin: 3rem auto;
  border-radius: 1rem;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body .form .form-group.cta-forgot-password {
  background-color: #F05A28;
  border-radius: 25px;
}
#ito-page .modal#forgotPasswordModal .modal-dialog .modal-body .form .form-group.cta-forgot-password button.btn {
  font-size: 16px;
  color: white;
  margin: 5px auto;
}

@media screen and (max-width: 1440px) {
  #ito-page section.ito-body {
    padding-bottom: 60px;
  }
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login {
    padding: 50px;
  }
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login .form-login_title {
    margin-bottom: 10%;
  }
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1200px) {
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login {
    padding: 5%;
  }
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login {
    margin-top: 15%;
  }
}
@media screen and (max-width: 990px) {
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login {
    padding: 20px;
  }
  #ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .cta-login {
    margin-top: 15px;
  }
}
@media screen and (max-width: 540px) {
  #ito-page section.ito-body {
    padding-bottom: 0;
    height: calc(100vh - 130px);
  }
  #ito-page section.ito-body .bg-right, #ito-page section.ito-body .bg-left {
    display: none;
  }
  #ito-page section.ito-body .login-form-group {
    height: 100%;
  }
  #ito-page section.ito-body .login-form-group__outline {
    height: 100%;
    box-shadow: unset;
  }
  #ito-page section.ito-body .login-form-group__outline .row {
    height: 100%;
  }
  #ito-page section.ito-body .login-form-group__outline .row .image-left {
    display: none;
  }
  #ito-page section.ito-body .login-form-group__outline .row .form-right {
    width: 100%;
    height: 100%;
  }
  #ito-page section.ito-body .login-form-group__outline .row .form-right #form-login {
    padding: 20px;
    height: 100%;
  }
  #ito-page section.ito-body .login-form-group__outline .row .form-right #form-login .form {
    height: 100%;
    position: relative;
  }
  #ito-page section.ito-body .login-form-group__outline .row .form-right #form-login .form .cta-login {
    width: 100%;
    position: absolute;
    bottom: 130px;
  }
  #ito-page section.ito-body .login-form-group__outline .row .form-right #form-login .form .register-text {
    width: 100%;
    position: absolute;
    bottom: 80px;
  }
}
@font-face {
  font-family: "Noto Sans";
  src: url(../fonts/Noto_Sans/NotoSans-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url(../fonts/Noto_Sans/NotoSans-Bold.ttf);
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group label span {
  color: #F05A28;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .form-check.radio-item {
  padding: 0;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .form-check.radio-item input[type=radio] {
  display: none;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .form-check.radio-item input[type=radio]:checked + label:before {
  border-color: #F05A28;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .form-check.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
  display: block;
  background: #F05A28;
}
#ito-page section.ito-body .login-form-group__outline .form-right #form-login .form .form-group .form-check.radio-item label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  border: 2px solid #777;
  background-color: transparent;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body {
  position: relative;
  text-align: center;
  padding: 3rem;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body button.close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form-forgot-password_title h3 {
  font-weight: 600;
  font-family: "Noto Sans Bold";
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form-forgot-password_title p {
  color: #696969;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form-forgot-password_title p.font-weight-bold {
  color: #3a3a3a;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form.digit-group .form-row .form-group {
  width: 50px;
  height: 50px;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  background-color: rgba(240, 240, 240, 0.2);
  text-align: center;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form.digit-group .form-row .form-group:focus-visible {
  outline-color: #F05A28;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form.digit-group .cta-verify {
  background-color: #F05A28;
  border-radius: 25px;
}
#ito-page .modal#verifyOtp .modal-dialog .modal-body .form.digit-group .cta-verify button.btn {
  font-size: 16px;
  color: white;
  margin: 5px auto;
}

#ito-page .information-page {
  padding-left: 280px;
  min-height: 100vh !important;
}
#ito-page .information-page .information-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .information-page .information-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .information-page .information-body .information-personal, #ito-page .information-page .information-body .information-social {
  padding: 20px 50px;
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .information-page .information-body .information-personal__header, #ito-page .information-page .information-body .information-social__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .information-page .information-body .information-personal__header .title p, #ito-page .information-page .information-body .information-social__header .title p {
  color: #232323;
  font-weight: 700;
  font-size: 16px;
}
#ito-page .information-page .information-body .information-personal__header .button-edit, #ito-page .information-page .information-body .information-social__header .button-edit {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
}
#ito-page .information-page .information-body .information-personal__header .button-edit .btn, #ito-page .information-page .information-body .information-social__header .button-edit .btn {
  font-size: 16px;
  color: #F05A28;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
}
#ito-page .information-page .information-body .information-personal__header .button-edit .btn:hover, #ito-page .information-page .information-body .information-social__header .button-edit .btn:hover {
  background-color: #F05A28;
  color: white;
}
#ito-page .information-page .information-body .information-personal__body .avatar img, #ito-page .information-page .information-body .information-social__body .avatar img {
  width: 80%;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .name-position p.name, #ito-page .information-page .information-body .information-personal__body .information-social__content .name-position p.name, #ito-page .information-page .information-body .information-social__body .information-personal__content .name-position p.name, #ito-page .information-page .information-body .information-social__body .information-social__content .name-position p.name {
  color: #F05A28;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .name-position span.position, #ito-page .information-page .information-body .information-personal__body .information-social__content .name-position span.position, #ito-page .information-page .information-body .information-social__body .information-personal__content .name-position span.position, #ito-page .information-page .information-body .information-social__body .information-social__content .name-position span.position {
  color: #696969;
  font-size: 14px;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information {
  padding-top: 24px;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody td {
  border: 0;
  vertical-align: middle;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody th p, #ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody td p, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody th p, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody td p, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody th p, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody td p, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody th p, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody td p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(240, 240, 240, 0.4);
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody th, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody th {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody td, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody td {
  color: #232323;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody td ul, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody td ul, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody td ul, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody td ul {
  padding-left: 20px;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .table-information table.table.table-striped tbody td button, #ito-page .information-page .information-body .information-personal__body .information-social__content .table-information table.table.table-striped tbody td button, #ito-page .information-page .information-body .information-social__body .information-personal__content .table-information table.table.table-striped tbody td button, #ito-page .information-page .information-body .information-social__body .information-social__content .table-information table.table.table-striped tbody td button {
  background: transparent;
  border: 0;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .information-content-introduce, #ito-page .information-page .information-body .information-personal__body .information-social__content .information-content-introduce, #ito-page .information-page .information-body .information-social__body .information-personal__content .information-content-introduce, #ito-page .information-page .information-body .information-social__body .information-social__content .information-content-introduce {
  padding: 0 20%;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .information-content-introduce .content-introduce .title p, #ito-page .information-page .information-body .information-personal__body .information-social__content .information-content-introduce .content-introduce .title p, #ito-page .information-page .information-body .information-social__body .information-personal__content .information-content-introduce .content-introduce .title p, #ito-page .information-page .information-body .information-social__body .information-social__content .information-content-introduce .content-introduce .title p {
  color: #F05A28;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .information-content-introduce .content-introduce .content ul, #ito-page .information-page .information-body .information-personal__body .information-social__content .information-content-introduce .content-introduce .content ul, #ito-page .information-page .information-body .information-social__body .information-personal__content .information-content-introduce .content-introduce .content ul, #ito-page .information-page .information-body .information-social__body .information-social__content .information-content-introduce .content-introduce .content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 15px 40px;
  background-color: rgba(240, 240, 240, 0.4);
  border-radius: 8px;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .information-content-introduce .content-introduce .content ul li, #ito-page .information-page .information-body .information-personal__body .information-social__content .information-content-introduce .content-introduce .content ul li, #ito-page .information-page .information-body .information-social__body .information-personal__content .information-content-introduce .content-introduce .content ul li, #ito-page .information-page .information-body .information-social__body .information-social__content .information-content-introduce .content-introduce .content ul li {
  width: 33.3333333333%;
  margin-bottom: 10px;
}
#ito-page .information-page .information-body .information-personal__body .information-personal__content .information-content-introduce .content-introduce .content ul li:nth-of-type(3n), #ito-page .information-page .information-body .information-personal__body .information-social__content .information-content-introduce .content-introduce .content ul li:nth-of-type(3n), #ito-page .information-page .information-body .information-social__body .information-personal__content .information-content-introduce .content-introduce .content ul li:nth-of-type(3n), #ito-page .information-page .information-body .information-social__body .information-social__content .information-content-introduce .content-introduce .content ul li:nth-of-type(3n) {
  margin-left: auto;
}

#ito-page .update-account-page {
  padding-left: 280px;
  min-height: 100vh !important;
}
#ito-page .update-account-page .update-account-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .update-account-page .update-account-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .update-account-page .update-account-body .update-account-personal {
  padding: 4% 20%;
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .update-account-page .update-account-body .update-account-personal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .update-account-page .update-account-body .update-account-personal__header .title p {
  padding: 0 15px;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#ito-page .update-account-page .update-account-body .update-account-personal__header .button-edit {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
}
#ito-page .update-account-page .update-account-body .update-account-personal__header .button-edit .btn {
  font-size: 16px;
  color: #F05A28;
  padding: 5px 25px;
  font-weight: 600;
}
#ito-page .update-account-page .update-account-body .update-account-personal__body .form .form-group {
  padding: 0 15px;
  position: relative;
}
#ito-page .update-account-page .update-account-body .update-account-personal__body .form .form-group .custom-checkbox .custom-control-label {
  color: #696969;
}
#ito-page .update-account-page .update-account-body .update-account-personal__body .form .form-group .btn-toggle-pwd {
  position: absolute;
  right: 25px;
  top: 40px;
  cursor: pointer;
}
#ito-page .update-account-page .update-account-body .update-account-personal__body .form .cta-edit.btn {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #F05A28;
  padding: 7px 30px;
  margin-top: 40px;
  font-weight: 600;
}
#ito-page .update-account-page .update-account-body .update-account-personal__body .form .cta-edit.btn:hover {
  background-color: #F05A28;
  color: white;
}

#ito-page .manage-social-page {
  padding-left: 280px;
  min-height: 100vh !important;
}
#ito-page .manage-social-page .manage-social-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .manage-social-page .manage-social-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal {
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4% 20% 0;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .title a.tooltip-btn {
  text-decoration: unset;
  display: flex;
  align-items: center;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .title a.tooltip-btn svg {
  width: 24px;
  height: 24px;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .title a.tooltip-btn p {
  padding: 0 15px;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .title p {
  padding: 0 15px;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .button-edit {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__header .button-edit .btn {
  font-size: 16px;
  color: #F05A28;
  padding: 5px 25px;
  font-weight: 600;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input {
  padding: 20px 20%;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input .form-group {
  padding: 0 15px;
  position: relative;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input .form-group label {
  font-weight: 600;
  font-size: 14px;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input .form-group .input-group .input-group-prepend .input-group-text {
  padding: 10px;
  border-right: 0;
  background: white;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input .form-group .input-group .form-control {
  border-left: 0;
  padding: 10px;
  height: auto;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input .form-group .input-group .btn-plus {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-button {
  padding: 0 5%;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-button .btn {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #F05A28;
  padding: 7px 30px;
  font-weight: 600;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-button .btn.cta-save {
  color: #696969;
  border: 0;
  background: #F0F0F0;
}
#ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-button .btn:hover {
  background-color: #F05A28;
  color: white;
}

.tooltip {
  width: 500px !important;
}
.tooltip.show {
  opacity: 1 !important;
}
.tooltip .arrow:after, .tooltip .arrow:before {
  display: none;
}
.tooltip .tooltip-inner {
  background: #FFFFFF;
  opacity: 1;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100% !important;
  max-width: 500px !important;
  text-align: left;
  color: #696969;
}

@media screen and (max-width: 1024px) {
  #ito-page #menu-sidebar {
    width: 250px;
  }
  #ito-page #menu-sidebar ul.list-menu-item li.menu-item {
    font-size: 14px;
  }
  #ito-page .manage-social-page {
    padding-left: 250px;
  }
}
@media screen and (max-width: 768px) {
  #ito-page #menu-sidebar {
    display: none;
  }
  #ito-page .manage-social-page {
    padding-left: 0;
  }
  #ito-page .manage-social-page .manage-social-body {
    padding: 20px;
  }
  #ito-page .manage-social-page .manage-social-body .manage-social-personal {
    padding: 10px;
  }
  #ito-page .manage-social-page .manage-social-body .manage-social-personal__header {
    padding: 10px 20px;
  }
  #ito-page .manage-social-page .manage-social-body .manage-social-personal__body .form .form-input {
    padding: 20px;
  }
  #ito-page header.header .navbar button.navbar-toggler {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.75rem;
    border-color: transparent;
    display: block;
  }
  #ito-page header.header .navbar-brand {
    padding-left: 50px;
  }
  #ito-page header.header .navbar__items-mobile.show {
    display: block;
    position: fixed;
    width: 80%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    background: #1A75BA;
    box-shadow: 7px 0 18px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 0 0;
    animation: slideShow 0.35s ease;
    padding: 0 15px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    position: relative;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close svg {
    height: 30px;
    width: 30px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons {
    display: flex;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle {
    color: #FFF;
    font-weight: 500;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle:after {
    content: none;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle svg path {
    fill: #FFFFFF;
  }
  #ito-page header.header .navbar__items-mobile .menu-head:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #ito-page header.header .navbar__items-mobile .list-menu {
    margin-top: 15px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a {
    text-decoration: unset;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg {
    width: 25px;
    margin-right: 13px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg img {
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a .title {
    color: white;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item.active, #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item:hover {
    background-color: #5196cc;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout {
    background-color: #F05A28;
    margin: auto;
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn {
    font-size: 16px;
    color: white;
    margin: auto;
    border-radius: 25px;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn:hover {
    background-color: #cb491d;
  }
}
#ito-page .manage-bank-page {
  padding-left: 280px;
  min-height: 100vh !important;
  background-color: #F6FDFF;
}
#ito-page .manage-bank-page .manage-bank-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .manage-bank-page .manage-bank-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social {
  padding: 20px 50px;
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal .mobile, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social .mobile {
  display: none;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header .title p, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header .title p {
  color: #232323;
  font-weight: 700;
  font-size: 16px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header .button-edit, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header .button-edit {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header .button-edit .btn, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header .button-edit .btn {
  font-size: 16px;
  color: #F05A28;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header .button-edit .btn:hover, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header .button-edit .btn:hover {
  background-color: #F05A28;
  color: white;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__header .button-edit .btn:hover svg path, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__header .button-edit .btn:hover svg path {
  stroke: #FFFFFF;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .name-position p.name, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .name-position p.name {
  color: #F05A28;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .name-position span.position, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .name-position span.position {
  color: #696969;
  font-size: 14px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank {
  padding-top: 10px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead {
  background-color: #1A75BA;
  color: white;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th {
  vertical-align: middle;
  border: 0;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th:first-child, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th:first-child {
  border-radius: 7px 0 0 7px;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th:last-child, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped thead tr th:last-child {
  border-radius: 0 7px 7px 0;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td {
  border: 0;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody tr:nth-of-type(odd) {
  background: #F6FDFF;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td {
  color: #232323;
  vertical-align: middle;
}
#ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td button, #ito-page .manage-bank-page .manage-bank-body .manage-bank-social__body .manage-bank-personal__content .table-manage-bank table.table.table-striped tbody td button {
  background: transparent;
  border: 0;
}

@media screen and (max-width: 1024px) {
  #ito-page #menu-sidebar {
    width: 250px;
  }
  #ito-page #menu-sidebar ul.list-menu-item li.menu-item {
    font-size: 14px;
  }
  #ito-page .manage-bank-page {
    padding-left: 250px;
  }
}
@media screen and (max-width: 768px) {
  #ito-page #menu-sidebar {
    display: none;
  }
  #ito-page .manage-bank-page {
    padding-left: 0;
  }
  #ito-page .manage-bank-page .manage-bank-body {
    padding: 20px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal {
    padding: 10px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal .table-manage-bank {
    padding-top: 10px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal .table-manage-bank table.table.table-striped tbody td button {
    padding: 0;
  }
  #ito-page header.header .navbar button.navbar-toggler {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.75rem;
    border-color: transparent;
    display: block;
  }
  #ito-page header.header .navbar-brand {
    padding-left: 50px;
  }
  #ito-page header.header .navbar__items-mobile.show {
    display: block;
    position: fixed;
    width: 80%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    background: #1A75BA;
    box-shadow: 7px 0 18px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 0 0;
    animation: slideShow 0.35s ease;
    padding: 0 15px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
    position: relative;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .btn-close svg {
    height: 30px;
    width: 30px;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons {
    display: flex;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle {
    color: #FFF;
    font-weight: 500;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle:after {
    content: none;
  }
  #ito-page header.header .navbar__items-mobile .menu-head .dropdown-buttons .dropdown-toggle svg path {
    fill: #FFFFFF;
  }
  #ito-page header.header .navbar__items-mobile .menu-head:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #ito-page header.header .navbar__items-mobile .list-menu {
    margin-top: 15px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a {
    text-decoration: unset;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg {
    width: 25px;
    margin-right: 13px;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a svg img {
    width: 100%;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item a .title {
    color: white;
  }
  #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item.active, #ito-page header.header .navbar__items-mobile .list-menu ul.menu-item li.menu-item:hover {
    background-color: #5196cc;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout {
    background-color: #F05A28;
    margin: auto;
    border-radius: 25px;
    padding: 5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn {
    font-size: 16px;
    color: white;
    margin: auto;
    border-radius: 25px;
  }
  #ito-page header.header .navbar__items-mobile .cta-logout a.btn:hover {
    background-color: #cb491d;
  }
}
@media screen and (max-width: 540px) {
  #ito-page header.header .navbar-brand {
    padding: 0;
  }
  #ito-page .manage-bank-page .manage-bank-body {
    padding: 15px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .desktop {
    display: none;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile {
    display: block;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item {
    padding: 7px 15px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    margin-bottom: 16px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item .table-li:not(:last-child) {
    margin-bottom: 15px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item .table-li .title {
    width: 40%;
    color: #696969;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item .table-li .content {
    width: 60%;
    font-weight: 600;
    text-transform: uppercase;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item .table-li .content .btn {
    border: 0;
    background-color: transparent;
    padding-right: 0;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item hr {
    margin: 5px;
  }
  #ito-page .manage-bank-page .manage-bank-body .manage-bank-personal__body .table-mange-bank.mobile .tables .table-item .btn:focus {
    box-shadow: unset;
  }
}
#ito-page .edit-information-page {
  padding-left: 280px;
  min-height: 100vh !important;
}
#ito-page .edit-information-page .edit-information-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .edit-information-page .edit-information-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal {
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__header {
  padding: 4% 20% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__header .title p {
  padding: 0 15px;
  color: #232323;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input {
  padding: 0 20%;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group {
  padding: 0 15px;
  position: relative;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .custom-checkbox .custom-control-label {
  color: #696969;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .form-check.radio-item {
  padding: 0;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .form-check.radio-item input[type=radio] {
  display: none;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .form-check.radio-item input[type=radio]:checked + label:before {
  border-color: #F05A28;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .form-check.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
  display: block;
  background: #F05A28;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .form-check.radio-item label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border-radius: 11px;
  border: 2px solid #777;
  background-color: transparent;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .btn-plus {
  position: absolute;
  right: 15px;
  top: 36px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .input-group .input-group-prepend .input-group-text {
  border-right: 0;
  background: white;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .input-group .form-control {
  border-left: 0;
  padding: 10px;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .edit-information-personal__body .form-input .form-group .input-group .btn-plus {
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
  border: 0;
  background: transparent;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .form-button {
  padding: 0 5%;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .form-button .btn {
  border: 1px solid #F05A28;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #F05A28;
  padding: 7px 30px;
  font-weight: 600;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .form-button .btn.cta-save {
  color: #696969;
  border: 0;
  background: #F0F0F0;
}
#ito-page .edit-information-page .edit-information-body .edit-information-personal .form .form-button .btn:hover {
  background-color: #F05A28;
  color: white;
}

#ito-page .change-appearance-page {
  padding-left: 280px;
  min-height: 100vh !important;
}
#ito-page .change-appearance-page .change-appearance-body {
  padding: 24px 34px 24px 60px;
}
#ito-page .change-appearance-page .change-appearance-body__title {
  font-size: 24px;
  font-weight: 700;
  color: #232323;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal {
  padding: 20px 50px;
  background: #FFFFFF;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal hr.lg {
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__header .title p {
  color: #232323;
  font-weight: 700;
  font-size: 16px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__header .button-reset {
  border: 0;
  background-color: #F0F0F0;
  border-radius: 25px;
  text-align: center;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__header .button-reset .btn {
  font-size: 16px;
  color: #696969;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__header .button-reset .btn:hover {
  background-color: #F05A28;
  color: white;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body {
  position: relative;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .change-appearance-personal__content p {
  color: #696969;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper {
  width: 90%;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid #F0F0F0;
  cursor: pointer;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color .half-circle-left, #ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color .half-circle-right {
  width: 50%;
  height: 100%;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color.active {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color.active:after {
  content: "";
  background: url("../images/checked.svg") no-repeat center;
  background-size: contain;
  color: #F05A28;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorSwiper .swiper-wrapper .swiper-slide .circle-color:hover {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .swiper-button-next:after, #ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .swiper-button-prev:after {
  display: none;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .swiper-button-next {
  right: 0;
  top: calc(50% + 20px);
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .swiper-button-prev {
  left: 0;
  top: calc(50% + 20px);
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color {
  display: flex;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 3px solid #F0F0F0;
  border-radius: 50%;
  cursor: pointer;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item.transparent {
  border: 0;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item.transparent svg {
  width: 100%;
  height: 100%;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item.transparent.active {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item.active {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .color-item:hover {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .colorPicker {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .colorPicker label {
  margin: auto;
  cursor: pointer;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .colorPicker label svg {
  height: 55px;
  width: 55px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .colorPicker input {
  opacity: 0;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .colorTitle .list-color .colorPicker img {
  display: none;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item {
  position: relative;
  width: 186px;
  height: 220px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.active {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.active:after {
  content: "";
  background: url("../images/checked.svg") no-repeat center;
  background-size: contain;
  color: #F05A28;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item:hover {
  border: 3px solid #F05A28;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.none {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.none svg {
  width: 70px;
  height: 70px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.none p {
  position: absolute;
  top: 145px;
  color: #696969;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.addition {
  border: 3px dashed #F0F0F0;
  position: relative;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.addition:hover {
  border: 3px dashed #F0F0F0;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.addition label {
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.addition label svg {
  height: 55px;
  width: 55px;
}
#ito-page .change-appearance-page .change-appearance-body .change-appearance-personal__body .list-background .background-item.addition input {
  display: none;
}

#ito-page {
  background: #FFFFFF;
}
#ito-page .information-page.share-link-01, #ito-page .information-page.share-link-02 {
  padding-left: 0;
  min-height: 100vh !important;
}
#ito-page .information-page.share-link-01 .mobile, #ito-page .information-page.share-link-02 .mobile {
  display: none;
}
#ito-page .information-page.share-link-01 .information-body, #ito-page .information-page.share-link-02 .information-body {
  padding: 30px 0;
}
#ito-page .information-page.share-link-01 .information-body .information-personal, #ito-page .information-page.share-link-02 .information-body .information-personal {
  padding: 20px 0;
  box-shadow: unset;
  border-radius: 16px;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__header .title p, #ito-page .information-page.share-link-02 .information-body .information-personal__header .title p {
  font-weight: 700;
  font-size: 24px;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .avatar img, #ito-page .information-page.share-link-02 .information-body .information-personal__body .avatar img {
  width: 90%;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .name-position, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .name-position {
  text-transform: uppercase;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .name-position span.position, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .name-position span.position {
  text-transform: capitalize;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .list-social, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .list-social {
  margin-top: 24px;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .list-social .social-item:not(:last-child), #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .list-social .social-item:not(:last-child) {
  margin-right: 24px;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .list-social .social-item svg, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .list-social .social-item svg {
  width: 32px;
  height: auto;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .button .btn.btn-save, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .button .btn.btn-save {
  background-color: #F05A28;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 7px 30px;
}
#ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .button .btn.btn-save:hover, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .button .btn.btn-save:hover {
  background: #FFFFFF;
  color: #F05A28;
  font-weight: 700;
  border: 1px solid #F05A28;
}
#ito-page .information-page.share-link-01 .information-body .block-experience, #ito-page .information-page.share-link-01 .information-body .block-education, #ito-page .information-page.share-link-02 .information-body .block-experience, #ito-page .information-page.share-link-02 .information-body .block-education {
  background: url("../images/bg-experience.png") no-repeat center;
  background-size: cover;
  min-height: 320px;
  padding: 24px 0;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-title p, #ito-page .information-page.share-link-01 .information-body .block-education .experience-title p, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-title p, #ito-page .information-page.share-link-02 .information-body .block-education .experience-title p {
  font-weight: 700;
  font-size: 24px;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 1.3rem;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item:not(:first-child):before, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item:not(:first-child):before, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item:not(:first-child):before, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item:not(:first-child):before {
  content: "";
  width: 2px;
  height: 100%;
  left: 15px;
  top: -100%;
  background: linear-gradient(150.95deg, #72D3FF -4.34%, #137AC2 103.83%);
  position: absolute;
  z-index: 2;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item .position, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item .position, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item .position, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item .position {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #F05A28;
  margin-bottom: 1rem;
  position: relative;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item .position:after, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item .position:after, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item .position:after, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item .position:after {
  content: "";
  background: url("../images/circle.svg") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: -33px;
  top: 1px;
  z-index: 3;
  position: absolute;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item .company, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item .company, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item .company, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item .company {
  font-size: 16px;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#ito-page .information-page.share-link-01 .information-body .block-experience .experience-timeline .experience-timeline-item .time, #ito-page .information-page.share-link-01 .information-body .block-education .experience-timeline .experience-timeline-item .time, #ito-page .information-page.share-link-02 .information-body .block-experience .experience-timeline .experience-timeline-item .time, #ito-page .information-page.share-link-02 .information-body .block-education .experience-timeline .experience-timeline-item .time {
  color: #696969;
  font-size: 14px;
}
#ito-page .information-page.share-link-01 .information-body .block-education, #ito-page .information-page.share-link-02 .information-body .block-education {
  background: unset;
}
#ito-page .information-page.share-link-01 .information-body .block-education .video, #ito-page .information-page.share-link-02 .information-body .block-education .video {
  background-color: #F0F0F0;
  padding: 10px 10px 5px;
  border-radius: 8px;
}
#ito-page .information-page.share-link-01 .information-body .block-education .video iframe, #ito-page .information-page.share-link-02 .information-body .block-education .video iframe {
  border-radius: 4px;
}
#ito-page .information-page.share-link-01 .information-body .block-education .content, #ito-page .information-page.share-link-02 .information-body .block-education .content {
  margin-top: 20px;
}
#ito-page .information-page.share-link-01 .information-body .block-education .content p, #ito-page .information-page.share-link-02 .information-body .block-education .content p {
  font-size: 14px;
  color: #696969;
}
#ito-page .information-page.share-link-01 .information-body .block-education .education, #ito-page .information-page.share-link-02 .information-body .block-education .education {
  padding-left: 40px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile, #ito-page .information-page.share-link-02 .information-body .block-my-profile {
  background: linear-gradient(165.39deg, rgba(114, 211, 255, 0.096) -3.41%, rgba(255, 255, 255, 0) 68.69%);
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile-title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness-title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains-title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile-title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile-title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness-title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains-title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile-title {
  padding-top: 30px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile-title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness-title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains-title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile-title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile-title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness-title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains-title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile-title p {
  font-weight: 700;
  font-size: 24px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information {
  padding-top: 24px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td {
  border: 0;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody tr {
  border-radius: 4px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody tr:nth-of-type(odd) {
  background: linear-gradient(150.95deg, rgba(114, 211, 255, 0.08) -4.34%, rgba(19, 122, 194, 0.08) 103.83%);
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody th {
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td {
  color: #232323;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td ul {
  padding-left: 20px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information table.table.table-striped tbody td button {
  background: transparent;
  border: 0;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce {
  width: 93%;
  margin: 30px auto 0;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .video {
  background-color: #F0F0F0;
  padding: 10px 10px 5px;
  border-radius: 8px;
  margin-bottom: 30px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .video iframe {
  width: 100%;
  height: 600px;
  border-radius: 4px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .title p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #F05A28;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .content p {
  font-size: 16px;
  color: #232323;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item {
  width: calc(33.3333333333% - 20px);
  align-self: stretch;
  background: #FFFFFF;
  box-shadow: 2px 6px 41px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 35px;
  text-align: center;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1 .gains-item .title, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item .title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #F05A28;
  margin: 23px 0;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item .content {
  color: #232323;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item {
  width: calc(50% - 15px);
  align-self: stretch;
  background: #FFFFFF;
  box-shadow: 2px 6px 41px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 35px;
  text-align: left;
  display: flex;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon {
  text-align: center;
  margin: auto 0;
  width: 35%;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #F05A28;
  margin: 23px 0;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content {
  margin: auto 0;
  padding-left: 30px;
}
#ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content ul {
  line-height: 2.5;
}
#ito-page .information-page.share-link-01 .information-body .block-quote, #ito-page .information-page.share-link-02 .information-body .block-quote {
  min-height: 240px;
  background: url("../images/bg-blue-end-page.png") no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 2% 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#ito-page .information-page.share-link-01 .information-body .block-quote p.heading, #ito-page .information-page.share-link-02 .information-body .block-quote p.heading {
  font-weight: 700;
  font-size: 32px;
  color: #F05A28;
  text-align: center;
}
#ito-page .information-page.share-link-01 .information-body .block-quote p.quote, #ito-page .information-page.share-link-02 .information-body .block-quote p.quote {
  font-weight: 400;
  font-size: 14px;
  color: #232323;
  position: relative;
  text-align: center;
}
#ito-page .information-page.share-link-01 .information-body .block-quote p.quote:after, #ito-page .information-page.share-link-02 .information-body .block-quote p.quote:after {
  content: "";
  background: url("../images/quote-left.svg") no-repeat center;
  background-size: contain;
  color: #F05A28;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -30px;
  left: -20px;
}
#ito-page .information-page.share-link-01 .information-body .block-quote p.quote:before, #ito-page .information-page.share-link-02 .information-body .block-quote p.quote:before {
  content: "";
  background: url("../images/quote-right.svg") no-repeat center;
  background-size: contain;
  color: #F05A28;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
#ito-page .information-page.share-link-02 {
  padding-left: 0;
}
#ito-page .information-page.share-link-02 .information-personal {
  padding: 20px 0;
  box-shadow: unset;
  border-radius: 16px;
}
#ito-page .information-page.share-link-02 .information-personal__header .title p {
  font-weight: 700;
  font-size: 24px;
}
#ito-page .information-page.share-link-02 .information-personal__body .row {
  max-width: 500px;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .avatar img {
  width: 90%;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .list-social {
  margin-top: 24px;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .list-social .social-item:not(:last-child) {
  margin-right: 24px;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .list-social .social-item svg {
  width: 32px;
  height: auto;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .table-information .table th, #ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .table-information .table td {
  border: 0;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .button .btn.btn-save {
  background-color: #F05A28;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 7px 30px;
}
#ito-page .information-page.share-link-02 .information-personal__body .row .information-personal__content .button .btn.btn-save:hover {
  background: #FFFFFF;
  color: #F05A28;
  font-weight: 700;
  border: 1px solid #F05A28;
}

@media screen and (max-width: 768px) {
  #ito-page .information-page.share-link-01 .information-body .desktop, #ito-page .information-page.share-link-02 .information-body .desktop {
    display: none;
  }
  #ito-page .information-page.share-link-01 .information-body .container, #ito-page .information-page.share-link-02 .information-body .container {
    padding: 0 15px;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .col-4, #ito-page .information-page.share-link-02 .information-body .information-personal__body .col-4 {
    padding-right: 5px;
    padding-left: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .col-8, #ito-page .information-page.share-link-02 .information-body .information-personal__body .col-8 {
    padding-left: 5px;
    padding-right: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .avatar img, #ito-page .information-page.share-link-02 .information-body .information-personal__body .avatar img {
    width: 100%;
    border-radius: 4px;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .list-social .social-item:not(:last-child), #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .list-social .social-item:not(:last-child) {
    margin-right: 14px;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .information-personal__content .desktop, #ito-page .information-page.share-link-02 .information-body .information-personal__body .information-personal__content .desktop {
    display: none;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information {
    display: block;
    padding: 5px 0;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td {
    border: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody tr:nth-of-type(odd), #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody th, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody th {
    font-size: 14px;
    color: #696969;
    font-weight: 400;
    padding-left: 5px;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td {
    color: #232323;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td ul, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td ul {
    padding-left: 20px;
  }
  #ito-page .information-page.share-link-01 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td button, #ito-page .information-page.share-link-02 .information-body .information-personal__body .mobile.table-information table.table.table-striped tbody td button {
    background: transparent;
    border: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-education, #ito-page .information-page.share-link-02 .information-body .block-education {
    padding-top: 24px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-education .mobile, #ito-page .information-page.share-link-02 .information-body .block-education .mobile {
    display: block;
  }
  #ito-page .information-page.share-link-01 .information-body .block-education .col-md-6, #ito-page .information-page.share-link-02 .information-body .block-education .col-md-6 {
    padding: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce {
    width: 100%;
    margin: 30px auto 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .video, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .video, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .video {
    background-color: #F0F0F0;
    padding: 10px 10px 5px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .video iframe, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .video iframe, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .video iframe {
    width: 100%;
    height: 270px;
    border-radius: 4px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .title p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .title p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #F05A28;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .introduce .introduce-content .content-item .content p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .introduce .introduce-content .content-item .content p {
    font-size: 16px;
    color: #232323;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 {
    flex-flow: column;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-1 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-1 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-1 .gains-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 {
    margin-top: 0;
    flex-flow: column;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    align-items: center;
    flex-flow: column;
    padding: 10px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon {
    text-align: center;
    margin: auto 0;
    width: 35%;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .icon p, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .icon p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #F05A28;
    margin: 23px 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content.mobile, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content.mobile {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
    padding-left: 0;
    width: 100%;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .gains-content-2 .gains-item .content.mobile ul, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .gains-content-2 .gains-item .content.mobile ul {
    line-height: 2.5;
    width: 50%;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information .table tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information .table tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information .table tr, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information .table tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information .table tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information .table tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information .table tr, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information .table tr {
    display: flex;
    flex-flow: column;
  }
  #ito-page .information-page.share-link-01 .information-body .block-my-profile .my-profile .table-information .table tr th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .intro-bussiness .table-information .table tr th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .gains .table-information .table tr th, #ito-page .information-page.share-link-01 .information-body .block-my-profile .top-profile .table-information .table tr th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .my-profile .table-information .table tr th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .intro-bussiness .table-information .table tr th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .gains .table-information .table tr th, #ito-page .information-page.share-link-02 .information-body .block-my-profile .top-profile .table-information .table tr th {
    padding-bottom: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote, #ito-page .information-page.share-link-02 .information-body .block-quote {
    padding: 5px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote .row, #ito-page .information-page.share-link-02 .information-body .block-quote .row {
    margin: 0;
    flex-direction: column-reverse;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote .row .col-md-9, #ito-page .information-page.share-link-02 .information-body .block-quote .row .col-md-9 {
    padding: 10px 20px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote .row .col-md-9 .heading, #ito-page .information-page.share-link-02 .information-body .block-quote .row .col-md-9 .heading {
    font-size: 20px;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote .row .col-md-3, #ito-page .information-page.share-link-02 .information-body .block-quote .row .col-md-3 {
    padding: 0;
  }
  #ito-page .information-page.share-link-01 .information-body .block-quote .row .col-md-3 img, #ito-page .information-page.share-link-02 .information-body .block-quote .row .col-md-3 img {
    padding: 0;
    width: 100%;
  }
  #ito-page .information-page.share-link-01 .button-save.mobile, #ito-page .information-page.share-link-02 .button-save.mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 3px 8px 50px rgba(30, 30, 30, 0.11);
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  #ito-page .information-page.share-link-01 .button-save.mobile .btn.btn-save, #ito-page .information-page.share-link-02 .button-save.mobile .btn.btn-save {
    background-color: #F05A28;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 7px 30px;
    display: block;
    margin: 15px;
    width: 100%;
  }
  #ito-page .information-page.share-link-01 .button-save.mobile .btn.btn-save:hover, #ito-page .information-page.share-link-02 .button-save.mobile .btn.btn-save:hover {
    background: #FFFFFF;
    color: #F05A28;
    font-weight: 700;
    border: 1px solid #F05A28;
  }
  #ito-page .information-page.share-link-01 .button-save.mobile + .clear, #ito-page .information-page.share-link-02 .button-save.mobile + .clear {
    padding-top: 76px;
  }
  #ito-page .information-page.share-link-02 .information-personal__content {
    padding: 0;
  }
  #ito-page .information-page.share-link-02 .information-personal__content .table-information.top td {
    text-align: center;
    padding-left: 0;
    padding-right: 15%;
  }
}
ul.table.table-striped {
  padding: 0;
}
ul.table.table-striped > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
}
ul.table.table-striped > li .icon {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
}
ul.table.table-striped > li p {
  color: #232323;
  margin: 0;
}
ul.table.table-striped > li:nth-of-type(odd) {
  background: rgba(240, 240, 240, 0.4);
}
ul.table.table-striped > li div {
  padding: 0.75rem;
}
ul.table.table-striped > li div.logo-bank {
  width: 20%;
}
ul.table.table-striped > li div.name-owner {
  width: 50%;
}
ul.table.table-striped > li div.number-bank {
  width: 20%;
}
ul.table.table-striped > li div.action {
  width: auto;
}
ul.table.table-striped > li div.action button {
  background: transparent;
  border: 0;
}
ul.table.table-striped > li div.title {
  width: 25%;
}
ul.table.table-striped > li div.title p {
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
ul.table.table-striped > li div.content {
  width: 75%;
}
ul.table.table-striped > li div.content ul {
  padding-left: 20px;
  list-style-type: disc;
}
ul.table.table-striped > li div.content ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}
ul.table.table-striped.blue > li:nth-of-type(odd) {
  background: linear-gradient(150.95deg, rgba(114, 211, 255, 0.08) -4.34%, rgba(19, 122, 194, 0.08) 103.83%);
}

@media screen and (max-width: 768px) {
  ul.table.table-striped.content > li {
    flex-flow: column;
  }
  ul.table.table-striped.content > li div {
    width: 100%;
  }
  ul.table.table-striped.content > li div.title {
    padding-bottom: 0;
  }
}

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