@charset "UTF-8";
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-DemiOblique.woff2") format("woff2"), url("AvantGardeITCbyBT-DemiOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-BookOblique.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Demi.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGarde Bk BT";
  src: url("../font/AvantGardeITCbyBT-Book.woff2") format("woff2"), url("../font/AvantGardeITCbyBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "AvantGarde Bk BT";
}

#ceomp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 10px solid #ef8730;
  background-color: white;
  padding: 15px 40px;
}
#ceomp-header .logo {
  display: flex;
  justify-content: center;
}
#ceomp-header .logo img {
  max-width: 300px;
  width: 100%;
  height: 100%;
}
#ceomp-header .detail {
  padding-left: 15px;
}
#ceomp-header .detail .menu-mobile {
  display: none;
}
#ceomp-header .detail .group-detail {
  display: flex;
  align-items: center;
}
#ceomp-header .detail .group-detail .logo-left {
  max-width: 300px;
  transition: 0.5s;
}
#ceomp-header .detail .group-detail .logo-left img {
  width: 100%;
}
#ceomp-header .detail .group-detail .separatorz {
  background-color: #ef8730;
  height: 70px;
  width: 1px;
  min-width: 1px;
  margin: 0 10px;
}
#ceomp-header .detail .group-detail .logo-left_gs {
  max-width: 130px;
  transition: 0.5s;
}
#ceomp-header .detail .group-detail .logo-left_gs img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  #ceomp-header {
    flex-direction: column;
  }
  #ceomp-header .logo {
    width: 100%;
    margin-bottom: 15px;
  }
  #ceomp-header .detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #ceomp-header .detail .menu-mobile {
    display: block;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    transition: all 0.3s;
    cursor: pointer;
  }
  #ceomp-header .detail .menu-mobile:hover {
    filter: brightness(0.9);
  }
  #ceomp-header .detail .group-detail {
    padding: 0 0 0 30px;
  }
  #ceomp-header .detail .group-detail .logo-left {
    max-width: 250px;
  }
  #ceomp-header .detail .group-detail .logo-left_gs {
    max-width: 100px;
  }
}
@media screen and (max-width: 650px) {
  #ceomp-header {
    padding: 15px 20px;
  }
  #ceomp-header .logo img {
    max-width: 150px;
    margin-bottom: 0;
  }
  #ceomp-header .detail .menu-mobile {
    left: -5px;
  }
  #ceomp-header .detail .group-detail .logo-left {
    max-width: 200px;
  }
  #ceomp-header .detail .group-detail .separatorz {
    height: 50px;
  }
  #ceomp-header .detail .group-detail .logo-left_gs {
    max-width: 70px;
  }
}

#ceomp-container {
  display: flex;
  position: relative;
}
#ceomp-container #ceomp-menu {
  width: 280px;
  padding-right: 10px;
  position: relative;
  background-color: #EDEEEF;
  height: 100%;
}
#ceomp-container #ceomp-menu .ceomp-menu-body {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group {
  padding: 0 30px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title {
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title .icon {
  display: flex;
  min-width: 53px;
  margin-right: 10px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title .icon-active {
  display: none;
  min-width: 53px;
  margin-right: 10px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title .name {
  color: #6D6F72;
  text-align: left;
  line-height: 25px;
  transition: all 0.3s;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title:hover .name {
  text-decoration: underline;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group {
  background-color: #FFFFFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
  padding: 0 10px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group a .ceomp-list-item {
  font-size: 21px;
  text-align: center;
  padding: 15px 10px;
  color: #464749;
  transition: all 0.3s;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group a .ceomp-list-item:hover {
  color: #ef8730;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group a .ceomp-sub-menu-hr {
  border-bottom: 1px solid #AEB0B3;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group a:last-child .ceomp-sub-menu-hr {
  display: none;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-hr {
  border-bottom: 1px solid #AEB0B3;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active .ceomp-menu-title .name {
  color: #ef8730;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active .ceomp-menu-title .icon {
  display: none;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active .ceomp-menu-title .icon-active {
  display: flex;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active .ceomp-menu-title .icon-active .specialist path {
  fill: #ef8730;
  stroke: #ef8730;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-title {
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-title .name {
  color: #fff;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-title .icon {
  display: none;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-title .icon-active {
  display: flex;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-title:hover .name {
  color: #fff;
  text-decoration: unset;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-list-group {
  display: block;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-list-group .ceomp-list-item {
  font-size: 21px;
  text-align: center;
  padding: 15px 10px;
  color: #464749;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-list-group .ceomp-list-item.active {
  color: #ef8730;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-menu-hr {
  display: none;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.no-hr .ceomp-menu-hr {
  display: none;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group:last-child .ceomp-menu-hr {
  display: none;
}
@media screen and (max-width: 650px) {
  #ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
  }
  #ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-menu-title .icon {
    display: flex;
    min-width: 35px;
    width: 35px;
    margin-right: 10px;
  }
  #ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group .ceomp-list-group a .ceomp-list-item {
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 500;
  }
  #ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub {
    margin: 10px 0;
  }
  #ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-group.active-sub .ceomp-list-group .ceomp-list-item {
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 500;
  }
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-value-coin {
  width: 195px;
  margin: 50px auto;
  border-radius: 20px;
  overflow: hidden;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-value-coin .title {
  font-size: 27px;
  color: #EB6F1F;
  font-weight: 600;
  line-height: 27px;
  background-color: #fff;
  padding: 15px 24px;
  display: flex;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-value-coin .title .v-coin {
  width: 60px;
  height: 60px;
  margin-left: 5px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-value-coin .title .v-coin img {
  width: 100%;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .ceomp-menu-value-coin .detail {
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  padding: 5px 10px;
  min-height: 90px;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .menu-logout {
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .menu-logout span {
  font-size: 21px;
  color: #6D6F72;
  font-weight: 600;
  text-decoration: underline;
}
#ceomp-container #ceomp-menu .ceomp-menu-body .menu-logout:hover span {
  filter: brightness(0.8);
}
#ceomp-container #ceomp-menu .ceomp-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background-image: linear-gradient(180deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}
@media screen and (max-width: 850px) {
  #ceomp-container #ceomp-menu {
    position: absolute;
    top: 0;
    left: -290px;
    z-index: 9999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.3s;
  }
  #ceomp-container #ceomp-menu.active {
    left: 0;
  }
}
#ceomp-container #ceomp-body {
  width: calc(100% - 280px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 30px;
}
#ceomp-container #ceomp-body.gray {
  background-color: #EDEEEF;
}
@media screen and (max-width: 850px) {
  #ceomp-container #ceomp-body {
    width: 100%;
    padding: 10px 15px;
  }
}

.icon-orange path {
  fill: #EB6F1F;
}

.login-wrap {
  background-color: #ef8730;
  height: 55vh;
  border-radius: 20px;
  padding: 40px;
}
.login-wrap .btn-login {
  width: 100%;
  background-color: white;
  border-radius: 25px;
  color: #ef8730;
  border: 0;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
}

.vdo-wrap {
  height: 70vh;
  width: 96%;
}
.vdo-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vdo-wrap .play {
  width: 100px;
  height: 100px;
}
.vdo-wrap .play img {
  width: 100%;
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.custom-input input:focus {
  outline: none;
}
.custom-input input[type=text],
.custom-input input[type=password],
.custom-input input[type=email] {
  background-color: #ef8730;
  border: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}
.custom-input ::-moz-placeholder {
  color: white !important;
}
.custom-input :-ms-input-placeholder {
  color: white !important;
}
.custom-input ::placeholder {
  color: white !important;
}

.hr-login {
  height: 1px;
  width: 100%;
  background-color: white;
  margin-top: 14px;
}

.min-h-590px {
  min-height: 590px !important;
}

.bottom-image {
  width: 200px;
  height: 60px;
}
.bottom-image img {
  width: 100%;
  height: 100%;
}

.hide-- {
  display: none !important;
}

.w-90 {
  width: 90% !important;
}

.mt-login {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .mt-login {
    margin-top: 30px;
  }
}

.pt-index {
  padding-top: 165px;
}
@media screen and (max-width: 844px) {
  .pt-index {
    padding-top: 230px;
  }
}

.menu-wrap {
  height: 100vh;
  width: 25vh;
  background-color: #f3f3f4;
  padding: 25px;
}
.menu-wrap .menu-list {
  margin-top: 120px;
}
@media screen and (max-width: 844px) {
  .menu-wrap .menu-list {
    margin-top: 190px;
  }
}
.menu-wrap .hr-menu {
  height: 1px;
  width: 100%;
  background-color: #dadbdd;
}
.menu-wrap .customer {
  border-radius: 15px;
  width: 100%;
  margin-top: 15px;
  background-color: white;
}
.menu-wrap .customer .title {
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  color: white;
}
.menu-wrap .value-coin {
  background-color: white;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  padding: 15px;
}
.menu-wrap .value-coin .top {
  color: #ef8730;
  line-height: 1.2;
  font-weight: 600;
}
.menu-wrap .value-coin .top .v-coin {
  width: 50px;
  height: 50px;
}
.menu-wrap .value-coin .top .v-coin img {
  width: 100%;
  height: 100%;
}
.menu-wrap .bottom {
  color: white;
  height: 80px;
  font-size: 14px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  background-image: linear-gradient(to right, #fec02a, #f08a30);
}

.rainbow-wrap .raindow {
  margin-top: 120px;
  height: 50vh;
  width: 10px;
  background-image: linear-gradient(180deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}
@media screen and (max-width: 844px) {
  .rainbow-wrap .raindow {
    margin-top: 190px;
  }
}
.rainbow-wrap .raindow-2 {
  height: 50vh;
  width: 10px;
  background-image: linear-gradient(180deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}

.rainbow-row {
  height: 3px;
  margin-bottom: 10px;
  background-image: linear-gradient(90deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}

.mt-content {
  margin-top: 120px;
}
@media screen and (max-width: 844px) {
  .mt-content {
    margin-top: 190px;
  }
}

.text-warning-mind {
  color: #f08a30 !important;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.px-custom {
  padding-left: 32vh !important;
  padding-right: 7vh !important;
}

.white-space-nowarp-custom {
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .white-space-nowarp-custom {
    white-space: normal;
  }
}

.profile-wrap {
  background-image: linear-gradient(45deg, #ffdb7f, #f6b883);
  border-radius: 15px;
  width: 80%;
  position: relative;
}
.profile-wrap .image {
  position: absolute;
  width: 15vh;
  height: 15vh;
  margin-top: -8vh;
}
.profile-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.profile-wrap .mind-border {
  position: absolute;
  width: 17vh;
  height: 17vh;
  margin-top: -9vh;
}
.profile-wrap .mind-border img {
  width: 100%;
  height: 100%;
}
.profile-wrap .mind-form {
  width: 100%;
  height: 100%;
  padding-top: 12vh;
  padding-bottom: 5vh;
  padding-left: 5vh;
  padding-right: 5vh;
}
.profile-wrap .mind-form .mind-title {
  border-radius: 25px;
  color: #ef8730;
  background-color: white;
  width: 100%;
  height: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .profile-wrap .mind-form .mind-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1090px) {
  .profile-wrap .mind-form .mind-title {
    font-size: 14px;
  }
}
.profile-wrap .mind-form .mind-label {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .profile-wrap .mind-form .mind-label {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .profile-wrap .mind-form .mind-label {
    font-size: 13px !important;
  }
}
.profile-wrap select {
  border: 0;
  background-color: inherit;
  color: white;
  font-size: 18px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow.svg) no-repeat;
  background-size: 10px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .profile-wrap select {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .profile-wrap select {
    font-size: 13px !important;
  }
}
.profile-wrap input[type=date]:focus {
  outline: none;
}
.profile-wrap input[type=date]::-webkit-inner-spin-button,
.profile-wrap input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.profile-wrap input[type=date] {
  background-color: inherit;
  border: 0;
  color: white;
  width: 100%;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow.svg) no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 1250px) {
  .profile-wrap input[type=date] {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .profile-wrap input[type=date] {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 991px) {
  .profile-wrap {
    width: 100%;
  }
}

.hr-profile {
  width: 100%;
  height: 1px;
  background-color: gray;
  margin-top: 6px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "▼";
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
}

select:focus {
  outline: none;
}

input[type=text] {
  border: 0;
  width: 100%;
}

input[type=text]:focus {
  outline: none;
}

input[type=text]::-moz-placeholder {
  color: #ef8730;
  font-weight: 500;
}

input[type=text]:-ms-input-placeholder {
  color: #ef8730;
  font-weight: 500;
}

input[type=text]::placeholder {
  color: #ef8730;
  font-weight: 500;
}

.form-left {
  width: 90%;
}
.form-left select {
  border: 0;
  background-color: inherit;
  color: #ef8730;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow-color.svg) no-repeat;
  background-size: 10px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  .form-left select {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .form-left select {
    font-size: 13px !important;
  }
}
.form-left input[type=date]:focus {
  outline: none;
}
.form-left input[type=date]::-webkit-inner-spin-button,
.form-left input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.form-left input[type=date] {
  background-color: inherit;
  border: 0;
  color: #ef8730;
  width: 100%;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow-color.svg) no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 1250px) {
  .form-left input[type=date] {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .form-left input[type=date] {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 991px) {
  .form-left {
    width: 100%;
  }
}

.hk-bottom {
  font-size: 20px;
  color: #ef8730;
  font-weight: 700;
}

.hk-coin {
  width: 70px;
  height: 70px;
}
.hk-coin img {
  width: 100%;
  height: 100%;
}

.hk-amount {
  border-radius: 25px;
  height: 50px;
  width: 250px;
  font-size: 32px;
  color: white;
  font-weight: 500;
  background: linear-gradient(135deg, #ef8730, #f8bc89 45%, #ef8730 45%);
}
.hk-amount input[type=number] {
  border: 0;
  background-color: transparent;
  width: 140px;
  color: white;
}
.hk-amount input[type=number]::-moz-placeholder {
  color: white;
  font-weight: 500;
}
.hk-amount input[type=number]:-ms-input-placeholder {
  color: white;
  font-weight: 500;
}
.hk-amount input[type=number]::placeholder {
  color: white;
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

a:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.mind-top-button {
  border-radius: 25px;
  height: 45px;
  width: 250px;
  background-color: #d1d2d4;
  font-size: 25px;
  font-weight: 600;
  color: white;
}

.mind-top-button-active-curiosity {
  background-image: linear-gradient(to right, #fec02a, #f08a30) !important;
}

.mind-top-button-active-connectivity {
  background-image: linear-gradient(to right, #88cfbc, #00b1ae) !important;
}

.mind-top-button-active-closing {
  background-image: linear-gradient(to right, #e695c0, #b57bb5) !important;
}

.text-emerald {
  color: #00b0ad;
}

.title-connectivity-1 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #ef8731;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-1 {
    font-size: 20px;
  }
}

.title-connectivity-2 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #00b0ad;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-2 {
    font-size: 20px;
  }
}

.title-connectivity-3 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #f05d8a;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-3 {
    font-size: 20px;
  }
}

.title-connectivity-4 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #5fb5d7;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-4 {
    font-size: 20px;
  }
}

.title-connectivity-5 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #ffcb08;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-5 {
    font-size: 20px;
  }
}

.title-connectivity-6 {
  border-radius: 25px;
  width: 100%;
  height: 40px;
  background-color: #b37ab5;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .title-connectivity-6 {
    font-size: 20px;
  }
}

.sub-title-connectivity {
  border-radius: 0px 0px 25px 25px;
  width: 50%;
  height: 40px;
  background-color: #d1d2d4;
  display: flex;
  color: white;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 970px) {
  .sub-title-connectivity {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .sub-title-connectivity {
    font-size: 18px;
    width: 70%;
  }
}

.mt--27px {
  margin-top: -27px;
}

.image-intell {
  width: 100px;
  height: 150px;
  margin-top: 1px;
}
.image-intell img {
  width: 100%;
  height: 100%;
}

.image-relat-m {
  width: 95px;
  height: 140px;
}
.image-relat-m img {
  width: 100%;
  height: 100%;
}

.image-relat-f {
  width: 70px;
  height: 120px;
}
.image-relat-f img {
  width: 100%;
  height: 100%;
}

.image-func {
  width: 115px;
  height: 170px;
}
.image-func img {
  width: 100%;
  height: 100%;
}

.image-ex {
  width: 95px;
  height: 140px;
}
.image-ex img {
  width: 100%;
  height: 100%;
}

.image-diver {
  width: 95px;
  height: 140px;
}
.image-diver img {
  width: 100%;
  height: 100%;
}

.image-dist-f {
  width: 55px;
  height: 60px;
  margin-top: 4px;
}
.image-dist-f img {
  width: 100%;
  height: 100%;
}

.image-dist-m {
  width: 80px;
  height: 70px;
  margin-top: -4px;
}
.image-dist-m img {
  width: 100%;
  height: 100%;
}

.image-ex:nth-child(2) {
  width: 70px;
  height: 100px;
}
.image-ex:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.reading-1 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-1 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-1 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-1 .header {
    font-size: 12px;
  }
}
.reading-1 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-1 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-1 .content {
    font-size: 12px;
  }
}
.reading-1 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-1 .text {
  z-index: 5;
}
.reading-1 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-1 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-1 .image {
    transform: scale(0.7);
  }
}

.reading-1:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-1:nth-child(2) .content {
  padding: 0 0 0 25px !important;
}
.reading-1:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-1:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-1:nth-child(3) {
  z-index: 1;
}
.reading-1:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-1:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-1:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-1-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-1-active .content {
  padding: 0 0 0 25px;
}
.reading-1-active .header {
  background: linear-gradient(150deg, #ef8730, #f8bc89 45%, #ef8730 45%);
  transition: 0.5s all;
  color: white;
}
.reading-1-active .content {
  color: black;
  transition: 0.5s;
}
.reading-1-active .content .dots {
  color: #ef8731;
}

.reading-2 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-2 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-2 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-2 .header {
    font-size: 12px;
  }
}
.reading-2 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-2 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-2 .content {
    font-size: 12px;
  }
}
.reading-2 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-2 .text {
  z-index: 5;
}
.reading-2 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-2 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-2 .image {
    transform: scale(0.7);
  }
}

.reading-2:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-2:nth-child(2) .content {
  padding: 0 0 0 25px;
}
.reading-2:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-2:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-2:nth-child(3) {
  z-index: 1;
}
.reading-2:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-2:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-2:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-2-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-2-active .content {
  padding: 0 0 0 25px;
}
.reading-2-active .header {
  background: linear-gradient(150deg, #00afad, #5dc6c6 45%, #00afad 45%);
  transition: 0.5s all;
  color: white;
}
.reading-2-active .content {
  color: black;
  transition: 0.5s;
}
.reading-2-active .content .dots {
  color: #00b0ad;
}

.reading-3 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-3 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-3 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-3 .header {
    font-size: 12px;
  }
}
.reading-3 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-3 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-3 .content {
    font-size: 12px;
  }
}
.reading-3 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-3 .text {
  z-index: 5;
}
.reading-3 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-3 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-3 .image {
    transform: scale(0.7);
  }
}

.reading-3:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-3:nth-child(2) .content {
  padding: 0 0 0 25px;
}
.reading-3:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-3:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-3:nth-child(3) {
  z-index: 1;
}
.reading-3:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-3:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-3:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-3-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-3-active .content {
  padding: 0 0 0 25px;
}
.reading-3-active .header {
  background: linear-gradient(150deg, #f05d8a, #f596ab 45%, #f05d8a 45%);
  transition: 0.5s all;
  color: white;
}
.reading-3-active .content {
  color: black;
  transition: 0.5s;
}
.reading-3-active .content .dots {
  color: #f05d8a;
}

.reading-4 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-4 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-4 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-4 .header {
    font-size: 12px;
  }
}
.reading-4 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-4 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-4 .content {
    font-size: 12px;
  }
}
.reading-4 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-4 .text {
  z-index: 5;
}
.reading-4 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-4 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-4 .image {
    transform: scale(0.7);
  }
}

.reading-4:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-4:nth-child(2) .content {
  padding: 0 0 0 25px;
}
.reading-4:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-4:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-4:nth-child(3) {
  z-index: 1;
}
.reading-4:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-4:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-4:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-4-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-4-active .content {
  padding: 0 0 0 25px;
}
.reading-4-active .header {
  background: linear-gradient(150deg, #5fb5d7, #8fc8e3 45%, #5fb5d7 45%);
  transition: 0.5s all;
  color: white;
}
.reading-4-active .content {
  color: black;
  transition: 0.5s;
}
.reading-4-active .content .dots {
  color: #5fb5d7;
}

.reading-5 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-5 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-5 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-5 .header {
    font-size: 12px;
  }
}
.reading-5 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-5 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-5 .content {
    font-size: 12px;
  }
}
.reading-5 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-5 .text {
  z-index: 5;
}
.reading-5 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-5 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-5 .image {
    transform: scale(0.7);
  }
}

.reading-5:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-5:nth-child(2) .content {
  padding: 0 0 0 25px;
}
.reading-5:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-5:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-5:nth-child(3) {
  z-index: 1;
}
.reading-5:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-5:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-5:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-5-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-5-active .content {
  padding: 0 0 0 25px;
}
.reading-5-active .header {
  background: linear-gradient(150deg, #ffcb08, #ffd96b 45%, #ffcb08 45%);
  transition: 0.5s all;
  color: white;
}
.reading-5-active .content {
  color: black;
  transition: 0.5s;
}
.reading-5-active .content .dots {
  color: #ffcb08;
}

.reading-6 {
  height: 300px;
  width: 320px;
  position: relative;
  z-index: 3;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.5s;
  cursor: pointer;
}
.reading-6 .header {
  border-radius: 15px 15px 0px 0px;
  background: #d1d2d4;
  height: 25%;
  width: 100%;
  transition: 0.5s;
  font-size: 25px;
  font-weight: 600;
  color: #e7e8e9;
  line-height: 1.1;
}
@media screen and (max-width: 1150px) {
  .reading-6 .header {
    font-size: 19px;
  }
}
@media screen and (max-width: 850px) {
  .reading-6 .header {
    font-size: 12px;
  }
}
.reading-6 .content {
  border-radius: 0px 0px 15px 15px;
  background-color: #f3f3f4;
  height: 75%;
  width: 100%;
  transition: 0.5s;
  font-size: 17px;
  line-height: 1.1;
  color: #d2d3d5;
}
@media screen and (max-width: 1150px) {
  .reading-6 .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .reading-6 .content {
    font-size: 12px;
  }
}
.reading-6 .dots {
  transition: 0.1s;
  color: #d2d3d5;
}
.reading-6 .text {
  z-index: 5;
}
.reading-6 .image {
  width: 130px;
  height: 130px;
  z-index: 0;
}
.reading-6 .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .reading-6 .image {
    transform: scale(0.7);
  }
}

.reading-6:nth-child(2) {
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.reading-6:nth-child(2) .content {
  padding: 0 0 0 25px;
}
.reading-6:nth-child(2) .image {
  width: 140px;
  height: 150px;
  z-index: 0;
}
.reading-6:nth-child(2) .image img {
  width: 100%;
  height: 100%;
}

.reading-6:nth-child(3) {
  z-index: 1;
}
.reading-6:nth-child(3) .content {
  padding: 0 0 0 25px;
}
.reading-6:nth-child(3) .image {
  width: 150px;
  height: 160px;
  z-index: 0;
}
.reading-6:nth-child(3) .image img {
  width: 100%;
  height: 100%;
}

.reading-6-active {
  position: relative !important;
  z-index: 5 !important;
  transform: scale(1.2);
  transition: 0.5s;
}
.reading-6-active .content {
  padding: 0 0 0 25px;
}
.reading-6-active .header {
  background: linear-gradient(150deg, #b37ab5, #c79fca 45%, #b37ab5 45%);
  transition: 0.5s all;
  color: white;
}
.reading-6-active .content {
  color: black;
  transition: 0.5s;
}
.reading-6-active .content .dots {
  color: #5fb5d7;
}

.earn-coin {
  width: 150px;
  height: 80px;
  transition: 0.5s;
}
.earn-coin img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .earn-coin {
    transform: scale(0.8);
    transition: 0.5s;
  }
}
@media screen and (max-width: 810px) {
  .earn-coin {
    transform: scale(0.7);
    transition: 0.5s;
  }
}

.connect {
  width: 190px;
  height: 190px;
  transition: 0.5s;
}
.connect img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .connect {
    transform: scale(0.8);
    transition: 0.5s;
  }
}

.top-button {
  display: flex;
  justify-content: center;
}

.mind-modal {
  margin-top: 35vh !important;
}
.mind-modal .modal-header {
  border: 0 !important;
  padding: 1rem 1rem 0rem 1rem !important;
}
.mind-modal .modal-body {
  padding: 0rem 1rem 0rem 1rem !important;
}
.mind-modal .modal-body .image {
  width: 160px;
  height: 70px;
}
.mind-modal .modal-body .image img {
  width: 100%;
  height: 100%;
}
.mind-modal .modal-footer {
  border: 0 !important;
}
.mind-modal .modal-content {
  border-radius: 25px !important;
}
.mind-modal .bottom-modal {
  border-radius: 25px;
  background-color: #ef8732;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 30px;
  color: white;
  line-height: 1;
}

.opacity-0 {
  opacity: 0;
  transition: 0.5s;
}

.earn-coin-1 {
  transition: 0.5s;
}

.earn-coin-2 {
  transition: 0.5s;
}

.mt-380px {
  margin-top: 380px;
}

.mt-420px {
  margin-top: 420px;
}

.card-chart {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
}
.card-chart .card-header {
  padding: 10px;
  width: 100%;
  min-height: 50px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.card-chart .card-header.orange {
  background: linear-gradient(90deg, #FFB315 0%, #EB6F1F 100%);
}
.card-chart .card-header.blue {
  background: linear-gradient(90deg, #ABC7E8 0%, #48A8CF 100%);
}
.card-chart .card-header.green {
  background: linear-gradient(90deg, #7FC6AE 0%, #00A29D 100%);
}
.card-chart .card-header.pink {
  background: linear-gradient(90deg, #F9BEB6 0%, #E74477 100%);
}
@media (max-width: 768px) {
  .card-chart .card-header {
    font-size: 18px;
    min-height: 70px;
  }
}

.service-container {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-container .service-container-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding-top: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-container .service-container-circle {
    width: 46%;
    padding-top: 46%;
  }
}
.service-container .bg-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.service-container .circle {
  width: 10%;
  height: 10%;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.8vw;
  color: #ffffff;
}
.service-container .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
.service-container .circle.purple {
  top: 17%;
  left: 34%;
  transform: translate(-34%, -17%);
}
.service-container .circle.purple::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #DB80B3, #9C65A7);
}
.service-container .circle.orange {
  top: 17%;
  left: 66%;
  transform: translate(-66%, -17%);
}
.service-container .circle.orange::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #FFB315, #EB6F1F);
}
.service-container .circle.blue {
  top: 84%;
  left: 66%;
  transform: translate(-66%, -84%);
}
.service-container .circle.blue::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #ABC7E8, #48A8CF);
}
.service-container .circle.green {
  top: 84%;
  left: 34%;
  transform: translate(-34%, -84%);
}
.service-container .circle.green::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #7FC6AE, #00A29D);
}
.service-container .circle.pink {
  top: 50%;
  left: 87%;
  transform: translate(-87%, -50%);
}
.service-container .circle.pink::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #F9BEB6, #E74477);
}
.service-container .circle.yellow {
  top: 50%;
  left: 13%;
  transform: translate(-13%, -50%);
}
.service-container .circle.yellow::after {
  background-image: url("../image/path_circle.png"), linear-gradient(to right, #FFC900, #FFBE00);
}
.service-container .circle .input-number-scope {
  font-weight: bold;
  font-size: 0.8vw;
  text-align: center;
}
.service-container .circle .input-number-scope input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  width: 30%;
}
.service-container .service-form-card {
  position: absolute;
  width: 25%;
  height: 25%;
}
.service-container .service-form-card h1 {
  font-size: 1.5vw;
  font-weight: bold;
  text-decoration: underline;
}
.service-container .service-form-card.purple {
  top: 0;
  left: 5%;
}
.service-container .service-form-card.purple h1 {
  color: #9C65A7;
}
.service-container .service-form-card.orange {
  top: 0;
  right: 5%;
}
.service-container .service-form-card.orange h1 {
  color: #EB6F1F;
}
.service-container .service-form-card.blue {
  bottom: 0;
  right: 5%;
}
.service-container .service-form-card.blue h1 {
  color: #48A8CF;
}
.service-container .service-form-card.green {
  bottom: 0;
  left: 5%;
}
.service-container .service-form-card.green h1 {
  color: #00A29D;
}
.service-container .service-form-card.pink {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.service-container .service-form-card.pink h1 {
  color: #E74477;
}
.service-container .service-form-card.yellow {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.service-container .service-form-card.yellow h1 {
  color: #FFBE00;
}
.service-container .service-form-card p {
  font-size: 0.8vw;
  margin-bottom: 0;
}
.service-container .service-form-card textarea {
  font-size: 0.8vw;
  width: 100%;
  height: 35%;
  border: none;
  border-radius: 20px;
  padding: 10px;
  background-color: #EDEEEF;
  resize: none;
  outline: none !important;
}
@media (max-width: 1440px) {
  .service-container .service-form-card textarea {
    border-radius: 5px;
  }
}
.service-container .service-form-card .coin-earn {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
  color: #EB6F1F;
}
.service-container .service-form-card .coin-earn span:nth-child(1) {
  font-size: 0.8vw;
  line-height: 0.8vw;
  margin-right: 0.8vw;
  font-weight: 600;
}
.service-container .service-form-card .coin-earn span:nth-child(2) {
  font-weight: 600;
  font-size: 1vw;
  line-height: 1vw;
}
.service-container .service-form-card .coin-earn img {
  max-width: 17%;
  margin-left: 5px;
  margin-bottom: -0.5vw;
}
@media (max-width: 1440px) {
  .service-container .service-form-card .coin-earn img {
    max-width: 15%;
  }
}

.ceomp-training-vdo-container {
  padding: 0 30px;
}
.ceomp-training-vdo-container .traning-vdo-group {
  display: flex;
  margin: -15px -25px;
  flex-wrap: wrap;
}
.ceomp-training-vdo-container .traning-vdo-group a {
  width: calc(25% - 50px);
  margin: 15px 25px;
  background-color: #EDEEEF;
  border-radius: 20px;
  padding: 20px 15px;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card {
  width: 100%;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .image {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #6D6F72;
  margin-bottom: 5px;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .image video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .detail {
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card hr {
  border-top: 1px solid #EB6F1F;
  margin: 10px 0;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .detail-earn {
  display: flex;
  align-items: flex-end;
  color: #EB6F1F;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .detail-earn span:nth-child(1) {
  line-height: 18px;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .detail-earn span:nth-child(2) {
  line-height: 50px;
}
.ceomp-training-vdo-container .traning-vdo-group a .traning-card .detail-earn span:nth-child(3) {
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -15px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(33.3333333333% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -15px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 850px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -15px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(33.3333333333% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 750px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -15px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 500px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -5px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 400px) {
  .ceomp-training-vdo-container .traning-vdo-group {
    margin: -5px;
  }
  .ceomp-training-vdo-container .traning-vdo-group a {
    width: calc(100% - 10px);
    margin: 5px;
  }
}
.ceomp-training-vdo-container .training-video-image {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #6D6F72;
  margin-bottom: 20px;
}
.ceomp-training-vdo-container .in-detail-earn {
  display: flex;
  align-items: flex-end;
  color: #EB6F1F;
}
.ceomp-training-vdo-container .in-detail-earn span:nth-child(1) {
  line-height: 18px;
}
.ceomp-training-vdo-container .in-detail-earn span:nth-child(2) {
  line-height: 50px;
}
.ceomp-training-vdo-container .in-detail-earn span:nth-child(3) {
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .ceomp-training-vdo-container {
    padding: 15px;
  }
}
@media screen and (max-width: 650px) {
  .ceomp-training-vdo-container {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .ceomp-training-vdo-container {
    padding: 0;
  }
}

.ceomp-container {
  padding: 0 30px;
}
@media screen and (max-width: 850px) {
  .ceomp-container {
    padding: 15px;
  }
}
@media screen and (max-width: 650px) {
  .ceomp-container {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .ceomp-container {
    padding: 0;
  }
}

.bg-gray {
  background-color: #EDEEEF;
}

.basic-info-form {
  width: 100%;
  height: 100%;
}
.basic-info-form .mind-title {
  border-radius: 25px;
  color: #ef8730;
  background-color: white;
  width: 100%;
  height: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .basic-info-form .mind-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1090px) {
  .basic-info-form .mind-title {
    font-size: 14px;
  }
}
.basic-info-form .mind-label {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .basic-info-form .mind-label {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .basic-info-form .mind-label {
    font-size: 13px !important;
  }
}
.basic-info-form select {
  border: 0;
  background-color: inherit;
  color: #ef8730;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow-color.svg) no-repeat;
  background-size: 10px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  .basic-info-form select {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .basic-info-form select {
    font-size: 13px !important;
  }
}
.basic-info-form input[type=date]:focus {
  outline: none;
}
.basic-info-form input[type=date]::-webkit-inner-spin-button,
.basic-info-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.basic-info-form input[type=date] {
  background-color: inherit;
  border: 0;
  color: #ef8730;
  width: 100%;
  background-position: calc(100% - 12px) center !important;
  background: url(../image/svg/arrow-color.svg) no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 1250px) {
  .basic-info-form input[type=date] {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1090px) {
  .basic-info-form input[type=date] {
    font-size: 13px !important;
  }
}

.basic-info-card {
  border: 1px solid #EB6F1F;
  border-radius: 20px;
  padding: 0 15% 30px 15%;
  margin-bottom: 30px;
}
.basic-info-card .basic-info-profile {
  margin: -90px auto 30px auto;
  max-width: 820px;
  border-radius: 500px;
  padding: 10px 50px 10px 10px;
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  color: #fff;
  display: flex;
  align-items: center;
}
.basic-info-card .basic-info-profile .image-body {
  width: 160px;
  min-width: 160px;
  height: 160px;
  margin-right: 30px;
}
.basic-info-card .basic-info-profile .image-body .image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 50%;
}
.basic-info-card .basic-info-profile .image-body .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.basic-info-card .basic-info-profile .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.basic-info-card .basic-info-profile .detail {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.basic-info-card .basic-info-profile .detail .detail-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.basic-info-card .basic-info-profile .detail .detail-title .v-coin {
  width: 60px;
  height: 60px;
  margin-left: 5px;
}
.basic-info-card .basic-info-profile .detail .detail-title .v-coin img {
  width: 100%;
}
.basic-info-card .basic-info-profile .detail .detail-coin {
  max-width: 270px;
  width: 100%;
  border-radius: 50px;
  height: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .basic-info-card .basic-info-profile {
    margin: -90px -50px 30px -50px;
  }
  .basic-info-card .basic-info-profile .image-body {
    margin-right: 20px;
  }
  .basic-info-card .basic-info-profile .title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .basic-info-card .basic-info-profile .detail .detail-title {
    font-size: 18px;
    margin-right: 10px;
  }
  .basic-info-card .basic-info-profile .detail .detail-title .v-coin {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 970px) {
  .basic-info-card .basic-info-profile {
    padding: 10px 50px 10px 10px;
  }
  .basic-info-card .basic-info-profile .image-body {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .basic-info-card .basic-info-profile .title {
    font-size: 16px;
    font-weight: 600;
  }
  .basic-info-card .basic-info-profile .detail .detail-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
  .basic-info-card .basic-info-profile .detail .detail-title .v-coin {
    width: 40px;
    height: 40px;
  }
  .basic-info-card .basic-info-profile .detail .detail-coin {
    max-width: 270px;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    background-color: #fff;
  }
}
@media screen and (max-width: 850px) {
  .basic-info-card .basic-info-profile .title {
    font-size: 18px;
  }
  .basic-info-card .basic-info-profile .detail .detail-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .basic-info-card .basic-info-profile {
    margin: -90px -30px 30px -30px;
  }
  .basic-info-card .basic-info-profile .image-body {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .basic-info-card .basic-info-profile .title {
    font-size: 16px;
    font-weight: 600;
  }
  .basic-info-card .basic-info-profile .detail .detail-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
  .basic-info-card .basic-info-profile .detail .detail-coin {
    height: 35px;
  }
}
@media screen and (max-width: 450px) {
  .basic-info-card .basic-info-profile {
    margin: -90px -50px 30px -50px;
    padding: 10px 30px 10px 10px;
  }
  .basic-info-card .basic-info-profile .image-body {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .basic-info-card .basic-info-profile .title {
    font-size: 14px;
    font-weight: 500;
  }
  .basic-info-card .basic-info-profile .detail .detail-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .basic-info-card .basic-info-profile .detail .detail-coin {
    height: 35px;
  }
}

.basic-info-card-list {
  padding: 30px 45px;
  display: flex;
  flex-wrap: wrap;
  margin: -18px;
  font-weight: 600;
}
.basic-info-card-list .basic-info-list {
  width: calc(50% - 36px);
  margin: 18px;
}
.basic-info-card-list .basic-info-list .title {
  font-size: 18px;
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.basic-info-card-list .basic-info-list .detail {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.basic-info-card-list .basic-info-list .detail textarea {
  width: 100%;
  border: 0;
  padding: 15px;
  height: 150px;
  max-height: 150px;
  resize: none;
  font-size: 16px;
}
.basic-info-card-list .basic-info-list .detail textarea:focus {
  border: 0;
  outline: 0;
}
.basic-info-card-list .basic-info-list .in-detail-earn {
  display: flex;
  align-items: flex-end;
  color: #EB6F1F;
}
.basic-info-card-list .basic-info-list .in-detail-earn span:nth-child(1) {
  line-height: 18px;
}
.basic-info-card-list .basic-info-list .in-detail-earn span:nth-child(2) {
  line-height: 50px;
}
.basic-info-card-list .basic-info-list .in-detail-earn span:nth-child(3) {
  line-height: 24px;
  font-weight: 500;
}
.basic-info-card-list .basic-info-list:nth-child(2) .title {
  font-size: 18px;
  background-image: linear-gradient(to right, #F9BEB6, #F9BEB6);
}
.basic-info-card-list .basic-info-list:nth-child(3) .title {
  font-size: 18px;
  background-image: linear-gradient(to right, #ABC7E8, #48A8CF);
}
.basic-info-card-list .basic-info-list:nth-child(4) .title {
  font-size: 18px;
  background-image: linear-gradient(to right, #7FC6AE, #00A29D);
}

.placeholder-secondary::-moz-placeholder {
  color: #AEB0B3 !important;
}

.placeholder-secondary:-ms-input-placeholder {
  color: #AEB0B3 !important;
}

.placeholder-secondary::placeholder {
  color: #AEB0B3 !important;
}

.hr-orange {
  width: 100%;
  height: 1px;
  background-color: #EB6F1F;
  margin-top: 6px;
}

.vip-program-body {
  display: flex;
  align-items: center;
  background-color: #EDEEEF;
  border-radius: 30px;
  height: 120px;
}
.vip-program-body .vip-program-card-1 {
  font-size: 30px;
  line-height: 32px;
  position: relative;
  background-image: url("../image/btn-filter.png"), linear-gradient(to right, #FFB315, #EB6F1F);
  background-position: center;
  width: 33.3333333333%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  padding: 15px 20px;
}
.vip-program-body .separatorz-dark {
  width: 1px;
  height: 100px;
  background-color: #464749;
  margin: 0 20px;
}
.vip-program-body .vip-program-card-2 {
  width: 33.3333333333%;
  padding: 15px 15px;
}
.vip-program-body .vip-program-card-2 .title {
  font-size: 30px;
  color: #EB6F1F;
  font-weight: 600;
  text-align: center;
}
.vip-program-body .vip-program-card-2 .input-1 {
  font-size: 16px;
  width: 120px;
  border-radius: 20px;
  font-weight: 600;
  background: transparent;
}
.vip-program-body .vip-program-card-2 .input-1::-moz-placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
.vip-program-body .vip-program-card-2 .input-1:-ms-input-placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
.vip-program-body .vip-program-card-2 .input-1::placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
.vip-program-body .vip-program-card-2 .input-2 {
  font-size: 16px;
  width: 160px;
  border-radius: 20px;
  font-weight: 600;
  background: transparent;
}
.vip-program-body .vip-program-card-2 .input-2::-moz-placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
.vip-program-body .vip-program-card-2 .input-2:-ms-input-placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
.vip-program-body .vip-program-card-2 .input-2::placeholder {
  color: #AEB0B3 !important;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .vip-program-body .vip-program-card-1 {
    font-size: 20px;
    line-height: 22px;
  }
  .vip-program-body .separatorz-dark {
    height: 90px;
  }
  .vip-program-body .vip-program-card-2 .title {
    font-size: 20px;
  }
  .vip-program-body .vip-program-card-2 .input-1 {
    font-size: 16px;
    width: 100px;
  }
  .vip-program-body .vip-program-card-2 .input-1::-moz-placeholder {
    font-size: 13px;
  }
  .vip-program-body .vip-program-card-2 .input-1:-ms-input-placeholder {
    font-size: 13px;
  }
  .vip-program-body .vip-program-card-2 .input-1::placeholder {
    font-size: 13px;
  }
  .vip-program-body .vip-program-card-2 .input-2 {
    font-size: 16px;
    width: 130px;
  }
  .vip-program-body .vip-program-card-2 .input-2::-moz-placeholder {
    font-size: 13px;
  }
  .vip-program-body .vip-program-card-2 .input-2:-ms-input-placeholder {
    font-size: 13px;
  }
  .vip-program-body .vip-program-card-2 .input-2::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 1260px) {
  .vip-program-body {
    margin: 0 -20px;
  }
  .vip-program-body .vip-program-card-1 {
    font-size: 20px;
    line-height: 22px;
  }
  .vip-program-body .separatorz-dark {
    height: 80px;
    margin: 0 10px;
  }
  .vip-program-body .vip-program-card-2 .title {
    font-size: 20px;
  }
  .vip-program-body .vip-program-card-2 .input-1 {
    font-size: 14px;
    width: 40%;
  }
  .vip-program-body .vip-program-card-2 .input-1::-moz-placeholder {
    font-size: 11px;
  }
  .vip-program-body .vip-program-card-2 .input-1:-ms-input-placeholder {
    font-size: 11px;
  }
  .vip-program-body .vip-program-card-2 .input-1::placeholder {
    font-size: 11px;
  }
  .vip-program-body .vip-program-card-2 .input-2 {
    font-size: 14px;
    width: 60%;
  }
  .vip-program-body .vip-program-card-2 .input-2::-moz-placeholder {
    font-size: 11px;
  }
  .vip-program-body .vip-program-card-2 .input-2:-ms-input-placeholder {
    font-size: 11px;
  }
  .vip-program-body .vip-program-card-2 .input-2::placeholder {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .vip-program-body {
    margin: -10px -40px -20px -40px;
  }
  .vip-program-body .vip-program-card-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .vip-program-body .vip-program-card-1 {
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  .vip-program-body .vip-program-card-1 {
    font-size: 16px;
    line-height: 18px;
  }
}

.bg-gradient-green {
  background-image: linear-gradient(to right, #7FC6AE, #00A29D);
}

.bg-gradient-purple {
  background-image: linear-gradient(to right, #DB80B3, #9C65A7);
}

.btn-profile-green {
  background-image: linear-gradient(to right, #7FC6AE, #00A29D);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  padding: 5px;
}

.table-overview {
  width: 100%;
}
.table-overview thead tr th {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #AEB0B3;
  padding: 10px 20px;
}
.table-overview thead tr:first-child th {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px;
}
.table-overview thead tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.table-overview thead tr:first-child th:last-child {
  border-top-right-radius: 20px;
}
.table-overview tbody tr td {
  background-color: #EDEEEF;
  font-size: 18px;
  padding: 5px 20px;
}
.table-overview tbody tr:nth-child(even) td {
  background-color: #E0E1E3;
}
.table-overview tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.table-overview tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.title-minder {
  background-color: #EB6F1F;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 20px;
}
.title-minder img {
  margin: -70px 10px -15px 0;
}
@media screen and (max-width: 500px) {
  .title-minder img {
    display: none;
  }
}
.title-minder .title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 10px -5px 0;
  line-height: 30px;
}

.title-minder-green {
  background-color: #00A29D;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 20px;
}
.title-minder-green img {
  margin: -70px 10px -15px 0;
}
@media screen and (max-width: 500px) {
  .title-minder-green img {
    display: none;
  }
}
.title-minder-green .title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 10px -5px 0;
  line-height: 30px;
}

.excellence-minder-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px -10px -10px -10px;
}
.excellence-minder-group .excellence-minder-card {
  width: calc(25% - 20px);
  margin: 10px;
}
.excellence-minder-group .excellence-minder-card .top-group {
  background-color: #EDEEEF;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}
.excellence-minder-group .excellence-minder-card .top-group .icon {
  width: 80px;
  height: 80px;
  margin: -45px auto 20px auto;
  background-image: url("../image/icon-filter.png"), linear-gradient(to right, #FFB315, #EB6F1F);
  background-position: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excellence-minder-group .excellence-minder-card .top-group .title {
  font-size: 25px;
  line-height: 27px;
  color: #EB6F1F;
  font-weight: 600;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.excellence-minder-group .excellence-minder-card .top-group .card-hr {
  margin: 15px auto 10px auto;
  height: 2px;
  width: 60px;
  background-image: linear-gradient(90deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}
.excellence-minder-group .excellence-minder-card .top-group .detail {
  min-height: 190px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #464749;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group {
  position: relative;
  min-height: 190px;
  padding-bottom: 28px;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel {
  position: relative;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .detail-card {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #464749;
  display: none;
  padding: 0 10px;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .detail-card.active {
  display: block;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .carousel-left {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #818386;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .carousel-left:hover {
  color: #EB6F1F;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .carousel-right {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #818386;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .carousel-right:hover {
  color: #EB6F1F;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .dot-group {
  position: absolute;
  width: 50px;
  bottom: 10px;
  left: calc(50% + 12.5px);
  transform: translate(-50%, 0);
  margin: 0 -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .dot-group .dot-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #818386;
  margin: 0 8px;
  cursor: pointer;
}
.excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .dot-group .dot-item.active {
  background-color: #EB6F1F;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border {
  padding: 4px;
  background-image: linear-gradient(185deg, #fff, #cccccc);
  border-radius: 50px;
  box-shadow: 0px 5px 5px 0px rgba(154, 154, 154, 0.75);
  cursor: pointer;
  max-width: 250px;
  margin: 0 auto;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #EB6F1F;
  width: 100%;
  background-image: linear-gradient(45deg, #fff, #cccccc);
  border-radius: 50px;
  padding: 5px 20px 10px 20px;
  transition: all 0.5s;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn .earn {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 5px -3px 15px;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn .group {
  display: flex;
  align-items: flex-end;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn .group span {
  font-size: 23px;
  line-height: 25px;
  font-weight: 600;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn .group .coin {
  width: 60px;
  display: flex;
  margin-left: 5px;
  margin-bottom: -5px;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn .group .coin img {
  height: 60px;
  width: 100%;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border .btn-earn:focus {
  outline: unset;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border:hover {
  background-image: linear-gradient(215deg, #fff, #cccccc);
  box-shadow: 0px 2px 5px 0px rgba(154, 154, 154, 0.75);
}
.excellence-minder-group .excellence-minder-card .top-group.green .icon {
  background-image: url("../image/icon-filter.png"), linear-gradient(to right, #7FC6AE, #00A29D);
}
.excellence-minder-group .excellence-minder-card .top-group.green .title {
  color: #00A29D;
}
.excellence-minder-group .card-hidden-service-needs {
  width: calc(25% - 10px);
}
@media screen and (max-width: 1450px) {
  .excellence-minder-group .excellence-minder-card {
    width: calc(33.3333333333% - 20px);
  }
  .excellence-minder-group .excellence-minder-card .top-group .title {
    font-size: 23px;
    line-height: 25px;
    height: 70px;
  }
  .excellence-minder-group .excellence-minder-card .top-group .detail {
    font-size: 20px;
    line-height: 22px;
    min-height: 150px;
  }
  .excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group {
    min-height: 150px;
  }
  .excellence-minder-group .excellence-minder-card .top-group .detail-carousel-group .detail-carousel .detail-card {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .excellence-minder-group .excellence-minder-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 850px) {
  .excellence-minder-group .excellence-minder-card {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .excellence-minder-group .excellence-minder-card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .excellence-minder-group .excellence-minder-card .top-group .title {
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .excellence-minder-group .excellence-minder-card .top-group .detail {
    font-size: 16px;
    line-height: 18px;
    min-height: 100px;
  }
}
@media screen and (max-width: 450px) {
  .excellence-minder-group .excellence-minder-card {
    width: calc(100% - 20px);
  }
  .excellence-minder-group .excellence-minder-card .in-card-earn {
    display: flex;
    align-items: flex-end;
    color: #EB6F1F;
  }
  .excellence-minder-group .excellence-minder-card .in-card-earn span:nth-child(1) {
    font-size: 18px;
    line-height: 20px;
  }
  .excellence-minder-group .excellence-minder-card .in-card-earn span:nth-child(2) {
    font-size: 50px;
    line-height: 52px;
  }
  .excellence-minder-group .excellence-minder-card .in-card-earn span:nth-child(3) {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
  }
}

.sweet-button-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -15px -15px;
}
.sweet-button-group .sweet-button-card {
  border: 1px solid #EB6F1F;
  border-radius: 20px;
  padding: 10px;
  width: calc(33.3333333333% - 30px);
  margin: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sweet-button-group .sweet-button-card .title {
  font-size: 35px;
  line-height: 37px;
  height: 50px;
  color: #EB6F1F;
  font-weight: 600;
  background-color: #fff;
  padding: 0 15px;
  margin: -30px 0 0 0;
  text-align: center;
}
.sweet-button-group .sweet-button-card .textarea-bg {
  background-color: #EDEEEF;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.sweet-button-group .sweet-button-card .textarea-bg textarea {
  background: transparent;
  border: 0;
  height: 200px;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  resize: none;
}
.sweet-button-group .sweet-button-card .textarea-bg textarea::-moz-placeholder {
  color: #AEB0B3;
}
.sweet-button-group .sweet-button-card .textarea-bg textarea:-ms-input-placeholder {
  color: #AEB0B3;
}
.sweet-button-group .sweet-button-card .textarea-bg textarea::placeholder {
  color: #AEB0B3;
}
.sweet-button-group .sweet-button-card .textarea-bg textarea:focus {
  border: 0;
  outline: 0;
}
@media screen and (max-width: 1420px) {
  .sweet-button-group .sweet-button-card .title {
    font-size: 28px;
    line-height: 30px;
  }
  .sweet-button-group .sweet-button-card .textarea-bg textarea {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .sweet-button-group .sweet-button-card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 850px) {
  .sweet-button-group .sweet-button-card {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 750px) {
  .sweet-button-group .sweet-button-card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 500px) {
  .sweet-button-group .sweet-button-card {
    width: calc(100% - 30px);
  }
}

.lifestyle-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 45px 35px 45px;
  position: relative;
  margin: 0 50px 80px 50px;
}
.lifestyle-card .title {
  font-size: 60px;
  line-height: 62px;
  color: #D3D5D6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -31px);
  background-image: linear-gradient(180deg, #EDEEEF 50%, #fff 50% 50%);
  padding: 0 10px;
  z-index: 5;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .lifestyle-card .title {
    font-size: 40px;
    line-height: 42px;
    transform: translate(-50%, -21px);
  }
}
.lifestyle-card .title-line-1 {
  position: absolute;
  left: 45px;
  right: 50%;
  top: 15px;
  height: 1px;
  background-color: #EB6F1F;
  z-index: 4;
}
.lifestyle-card .title-line-2 {
  position: absolute;
  right: 45px;
  left: 50%;
  top: -15px;
  height: 1px;
  background-color: #EB6F1F;
  z-index: 4;
}
.lifestyle-card .sub-title {
  font-size: 24px;
  color: #818386;
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1000px) {
  .lifestyle-card .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.lifestyle-card .lifestyle-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -8px 10px -8px;
}
.lifestyle-card .lifestyle-checkbox-group .lifestyle-checkbox {
  margin: 5px 8px;
}
.lifestyle-card .lifestyle-checkbox-group .lifestyle-checkbox input[type=checkbox] {
  display: none;
}
.lifestyle-card .lifestyle-checkbox-group .lifestyle-checkbox label {
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 20px;
  padding: 5px 15px;
  border: 1px solid #EB6F1F;
  text-align: center;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .lifestyle-card .lifestyle-checkbox-group .lifestyle-checkbox label {
    font-size: 16px;
    line-height: 18px;
  }
}
.lifestyle-card .lifestyle-checkbox-group .lifestyle-checkbox input[type=checkbox]:checked + label {
  background-image: linear-gradient(to right, #fec02a, #f08a30);
  color: #fff;
}
.lifestyle-card .other-group {
  display: flex;
  align-items: center;
  border: 1px solid #EB6F1F;
  border-radius: 10px;
  margin-bottom: 10px;
}
.lifestyle-card .other-group .other-title {
  font-size: 24px;
  padding: 5px 10px;
}
.lifestyle-card .other-group input {
  width: 100%;
  border: 0;
  font-size: 24px;
  background-color: transparent;
  padding-right: 10px;
}
.lifestyle-card .other-group input::-moz-placeholder {
  color: #AEB0B3;
}
.lifestyle-card .other-group input:-ms-input-placeholder {
  color: #AEB0B3;
}
.lifestyle-card .other-group input::placeholder {
  color: #AEB0B3;
}
.lifestyle-card .remark-group {
  display: flex;
  align-items: center;
}
.lifestyle-card .remark-group .earn-coin {
  margin-right: 15px;
  min-width: 190px;
}
.lifestyle-card .remark-group .remark-detail {
  width: 100%;
}
.lifestyle-card .remark-group .remark-detail .remark-title {
  font-size: 20px;
  color: #EB6F1F;
}
.lifestyle-card .remark-group .remark-detail textarea {
  width: 100%;
  background-color: #EDEEEF;
  border-radius: 16px;
  padding: 10px 20px;
  border: 0;
  font-size: 18px;
  height: 100px;
  resize: none;
}
.lifestyle-card .remark-group .remark-detail textarea:focus {
  border: 0;
  outline: 0;
}
.lifestyle-card .remark-group .remark-detail textarea::-moz-placeholder {
  color: #AEB0B3;
}
.lifestyle-card .remark-group .remark-detail textarea:-ms-input-placeholder {
  color: #AEB0B3;
}
.lifestyle-card .remark-group .remark-detail textarea::placeholder {
  color: #AEB0B3;
}
@media screen and (max-width: 1100px) {
  .lifestyle-card .remark-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .lifestyle-card {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .lifestyle-card {
    padding: 0 20px 35px 20px;
  }
}

.customer-nav-group {
  display: flex;
  justify-content: center;
  margin: 10px -10px 30px -10px;
  flex-wrap: wrap;
}
.customer-nav-group a {
  margin: 10px 20px 25px 40px;
}
.customer-nav-group a .customer-nav {
  font-size: 30px;
  color: #EB6F1F;
  padding: 0 20px 0 70px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 40px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C7C9CB;
  color: #E0E1E3;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.customer-nav-group a .customer-nav .logo {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
}
.customer-nav-group a .customer-nav .logo img {
  width: 100%;
}
.customer-nav-group a .customer-nav.active, .customer-nav-group a .customer-nav:hover {
  color: #fff;
  background-image: linear-gradient(to right, #fec02a, #f08a30);
}
.customer-nav-group a .customer-nav.btn-customer-connectivity.active, .customer-nav-group a .customer-nav.btn-customer-connectivity:hover {
  background-image: linear-gradient(to right, #7FC6AE, #00A29D);
}
.customer-nav-group a .customer-nav.btn-customer-closing.active, .customer-nav-group a .customer-nav.btn-customer-closing:hover {
  background-image: linear-gradient(to right, #DB80B3, #9C65A7);
}
@media screen and (max-width: 550px) {
  .customer-nav-group a {
    width: 100%;
    margin: 10px 0 10px 40px;
  }
  .customer-nav-group a .customer-nav {
    width: 95%;
    font-size: 23px;
    padding: 0 20px 0 40px;
  }
  .customer-nav-group a .customer-nav .logo {
    width: 60px;
    height: 60px;
  }
}

.btn-recode-group {
  margin: -5px -5px -5px 10px;
  display: flex;
  align-items: center;
}
.btn-recode-group .btn-past {
  margin: 5px;
  background-color: #818386;
  font-size: 23px;
  font-weight: 600;
  min-width: 150px;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #818386;
  background-image: url("../image/icon-filter.png");
  background-position: -50px 0;
  transition: all 0.5s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-recode-group .btn-past:hover {
  filter: brightness(0.95);
  background-position: 0 0;
}

.preview-login-vdo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.preview-login-vdo .vdo-preview-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.preview-login-vdo .play-preview-login-vdo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12vw;
  height: 12vw;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.login-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 100%;
}

.text-purple {
  color: #9C65A7 !important;
}

.taken-card-group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 20px -15px;
}
.taken-card-group .taken-card {
  width: calc(50% - 30px);
  margin: 15px;
}
.taken-card-group .taken-card .title {
  background-image: linear-gradient(to right, #DB80B3, #9C65A7);
  min-height: 90px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
.taken-card-group .taken-card .detail {
  border: 1px solid #9C65A7;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 110px;
}
.taken-card-group .taken-card .detail textarea {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  resize: none;
  font-size: 18px;
  padding: 10px 15px;
}
.taken-card-group .taken-card .detail textarea:focus {
  border: 0;
  outline: 0;
}
.taken-card-group .taken-card .detail textarea::-moz-placeholder {
  color: #AEB0B3;
}
.taken-card-group .taken-card .detail textarea:-ms-input-placeholder {
  color: #AEB0B3;
}
.taken-card-group .taken-card .detail textarea::placeholder {
  color: #AEB0B3;
}
@media screen and (max-width: 1300px) {
  .taken-card-group .taken-card .title {
    font-size: 19px;
    line-height: 21px;
  }
  .taken-card-group .taken-card .detail textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .taken-card-group .taken-card .title {
    font-size: 16px;
    line-height: 18px;
  }
  .taken-card-group .taken-card .detail textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .taken-card-group .taken-card {
    width: calc(100% - 30px);
  }
}

.input-so-no {
  max-width: 350px;
  width: 100%;
  border: 1px solid #9C65A7 !important;
  border-radius: 50px;
  height: 45px;
  padding: 0 20px;
  font-size: 25px;
}

.input-so-no-danger {
  max-width: 350px;
  width: 100%;
  border: 1px solid #dc3545 !important;
  outline: #dc3545 solid 1px !important;
  border-radius: 50px;
  height: 45px;
  padding: 0 20px;
  font-size: 25px;
}

.taken-enter-area {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
.taken-enter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #707070;
  margin: 20px 0;
  z-index: 1;
}
.taken-enter-area .enter-title {
  margin: 0 auto;
  background-color: #818386;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 50px;
  background-image: url("../image/icon-filter.png");
  background-position: -50px 0;
  width: 180px;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.taken-enter-area .enter-title-active {
  margin: 0 auto;
  background-color: #818386;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 50px;
  background-image: url(../image/icon-filter.png), linear-gradient(to right, #FFB315, #EB6F1F);
  width: 180px;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.taken-enter-area .taken-enter-group {
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
}
.taken-enter-area .taken-enter-group .taken-enter-card {
  width: calc(33.3333333333% - 50px);
  margin: 16px;
}
.taken-enter-area .taken-enter-group .taken-enter-card .title {
  background-image: linear-gradient(to right, #DB80B3, #9C65A7);
  font-size: 18px;
  font-weight: 600;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
.taken-enter-area .taken-enter-group .taken-enter-card .detail {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 70px;
  border: 1px solid #9C65A7;
  border-top: 0;
}
@media screen and (max-width: 550px) {
  .taken-enter-area .taken-enter-group {
    margin: -10px;
  }
  .taken-enter-area .taken-enter-group .taken-enter-card {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .taken-enter-area .taken-enter-group .taken-enter-card .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .taken-enter-area .taken-enter-group .taken-enter-card {
    width: calc(100% - 20px);
  }
}

.title-scoring {
  background-color: #9C65A7;
  background-image: url("../image/title-filter.png");
  background-repeat: no-repeat;
  background-position: -265px -30px;
  font-size: 30px;
  line-height: 32px;
  padding: 5px 20px;
  font-weight: 600;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.profile-enter-group {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -8px -8px -8px;
  padding: 0 70px;
  justify-content: center;
}
.profile-enter-group .profile-enter-card {
  width: calc(33.3333333333% - 18px);
  margin: 8px;
}
.profile-enter-group .profile-enter-card .title {
  background-color: #EB6F1F;
  background-image: url("../image/icon-filter.png");
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 600;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
.profile-enter-group .profile-enter-card .detail {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 70px;
  background-color: #EDEEEF;
  padding: 10px 20px;
  color: #EB6F1F;
}
.profile-enter-group .profile-enter-card:last-child {
  width: calc(50% - 18px);
}
@media screen and (max-width: 1350px) {
  .profile-enter-group {
    padding: 0 0;
  }
  .profile-enter-group .profile-enter-card .title {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1070px) {
  .profile-enter-group {
    padding: 0 0;
  }
  .profile-enter-group .profile-enter-card .title {
    font-size: 14px;
    font-weight: 500;
    height: 50px;
  }
}
@media screen and (max-width: 1070px) {
  .profile-enter-group {
    padding: 0 0;
  }
  .profile-enter-group .profile-enter-card {
    width: calc(100% - 18px);
  }
  .profile-enter-group .profile-enter-card:last-child {
    width: calc(100% - 18px);
  }
}

.title-mindder-area {
  display: flex;
}
.title-mindder-area .title {
  font-size: 30px;
  font-weight: 600;
  color: #9C65A7;
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .title-mindder-area {
    flex-direction: column;
  }
  .title-mindder-area .btn-recode-group {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

.text-orange {
  color: #EB6F1F !important;
}

.text-green {
  color: #00b0ad !important;
}

.text-pink {
  color: #E74477 !important;
}

.text-blue {
  color: #48A8CF !important;
}

.highcharts-figure {
  position: relative;
}
.highcharts-figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 20px;
  background-color: #fff;
}

.v-coin-group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #EB6F1F;
  width: 100%;
  max-width: 240px;
  border-radius: 50px;
  padding: 5px 20px 10px 20px;
  transition: all 0.5s;
}
.v-coin-group .earn {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 5px -3px 5px;
}
.v-coin-group .group {
  display: flex;
  align-items: flex-end;
}
.v-coin-group .group span {
  font-size: 23px;
  line-height: 25px;
  font-weight: 600;
}
.v-coin-group .group .coin {
  width: 60px;
  display: flex;
  margin-left: 5px;
  margin-bottom: -5px;
}
.v-coin-group .group .coin img {
  height: 60px;
  width: 100%;
}

.v-coin-top-group {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.v-coin-top-group img {
  width: 80px;
  margin: 0 10px;
}
@media screen and (max-width: 1100px) {
  .v-coin-top-group {
    margin-bottom: 120px;
  }
}

.customer-profile-card {
  background-color: #EDEEEF;
  border-radius: 20px;
  position: relative;
  min-height: 300px;
  padding: 120px 30px 30px 30px;
}
.customer-profile-card .image-profile {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.customer-profile-card .image-profile .filter-profile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.customer-profile-card .image-profile .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  overflow: hidden;
  z-index: 1;
}
.customer-profile-card .image-profile .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-profile-card .sub-title {
  font-size: 23px;
  font-weight: 600;
  color: #EB6F1F;
  text-align: center;
  margin-bottom: 10px;
}

.ceomp-form {
  display: flex;
  border-bottom: 1px solid #464749;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.ceomp-form .title {
  font-size: 19px;
  color: #464749;
  white-space: nowrap;
  margin-right: 10px;
}
.ceomp-form .sub-detail {
  display: flex;
  width: 100%;
}
.ceomp-form .text_self_image_type {
  font-size: 19px;
  color: #EB6F1F;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form .text_service_type {
  font-size: 19px;
  color: #00A29D;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form .text_relationship {
  font-size: 19px;
  color: #E74477;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form .text_intellect {
  font-size: 19px;
  color: #48A8CF;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form .text_diversity {
  font-size: 19px;
  color: #FFBE00;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form .text_distinct {
  font-size: 19px;
  color: #9C65A7;
  align-items: right;
  margin-left: auto;
  margin-right: 40px;
}
.ceomp-form select {
  font-size: 19px;
  border: 0;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  background-image: url("../icon/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  color: #EB6F1F;
  padding: 0 40px 0 20px;
  margin-right: 20px;
  direction: rtl;
}
.ceomp-form select:last-child {
  margin-right: 0;
}
.ceomp-form select:disabled {
  color: #AEB0B3;
}
.ceomp-form select option {
  direction: rtl;
}
.ceomp-form select option:disabled {
  color: #AEB0B3;
}
.ceomp-form select.text-left option {
  direction: ltr;
}
.ceomp-form input[type=text] {
  font-size: 19px;
  border: 0;
  background-color: transparent;
  width: 100%;
  color: #EB6F1F;
  padding: 0 20px;
}
.ceomp-form input[type=text]:last-child {
  margin-right: 0;
}
.ceomp-form input[type=text]:disabled {
  color: #AEB0B3;
}
.ceomp-form input[type=text]::-moz-placeholder {
  color: #EB6F1F;
}
.ceomp-form input[type=text]:-ms-input-placeholder {
  color: #EB6F1F;
}
.ceomp-form input[type=text]::placeholder {
  color: #EB6F1F;
}
.ceomp-form input[type=text].gray::-moz-placeholder {
  color: #AEB0B3;
}
.ceomp-form input[type=text].gray:-ms-input-placeholder {
  color: #AEB0B3;
}
.ceomp-form input[type=text].gray::placeholder {
  color: #AEB0B3;
}
.ceomp-form input[type=date] {
  border: 0;
  font-size: 19px;
  color: #ef8730;
  width: 100%;
  background-color: transparent;
  direction: rtl;
  position: relative;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  height: 30px;
  border: 1px solid #ef8730;
  border-radius: 5px;
  margin-left: auto;
}
.ceomp-form input[type=date]:focus {
  outline: none;
}
@media screen and (max-width: 500px) {
  .ceomp-form {
    flex-direction: column;
  }
  .ceomp-form select {
    padding: 0 40px 0 10px;
  }
  .ceomp-form select option {
    direction: ltr;
  }
  .ceomp-form input[type=date] {
    width: 100%;
  }
}

.profile-card-summary {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.profile-card-summary .profile-card-list {
  margin: 5px;
}
.profile-card-summary .profile-card-list:nth-child(1) {
  width: calc(20% - 10px);
}
.profile-card-summary .profile-card-list:nth-child(2) {
  width: calc(20% - 10px);
}
.profile-card-summary .profile-card-list:nth-child(3) {
  width: calc(20% - 10px);
}
.profile-card-summary .profile-card-list:nth-child(4) {
  width: calc(40% - 10px);
}
.profile-card-summary .profile-card-list:nth-child(5) {
  width: calc(100% - 10px);
}
.profile-card-summary .profile-card-list .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  background-color: #EB6F1F;
  background-image: url("../image/icon-filter.png");
  background-repeat: no-repeat;
  text-align: center;
  min-height: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card-summary .profile-card-list .detail {
  padding: 10px 20px;
  min-height: 70px;
  background-color: #EDEEEF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.profile-card-summary .profile-card-list .detail.flex {
  display: flex;
}
.profile-card-summary .profile-card-list .detail .col-detail {
  width: 25%;
  border-right: 1px solid #EB6F1F;
}
.profile-card-summary .profile-card-list .detail .col-detail:last-child {
  border-right: 0;
}
.profile-card-summary .profile-card-list .detail .col-detail .sub-title {
  font-size: 16px;
  text-align: center;
  color: #EB6F1F;
}
@media screen and (max-width: 1200px) {
  .profile-card-summary .profile-card-list:nth-child(1) {
    width: calc(33.3333333333% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(2) {
    width: calc(33.3333333333% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(3) {
    width: calc(33.3333333333% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(4) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(5) {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .profile-card-summary .profile-card-list:nth-child(1) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(2) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(3) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(4) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list:nth-child(5) {
    width: calc(100% - 10px);
  }
  .profile-card-summary .profile-card-list .detail.flex {
    flex-wrap: wrap;
  }
  .profile-card-summary .profile-card-list .detail .col-detail {
    border-right: 0;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .profile-card-summary .profile-card-list .detail .col-detail .sub-title {
    border-bottom: 1px solid #EB6F1F;
    text-align: left;
  }
  .profile-card-summary .profile-card-list .detail .col-detail .sub-detail {
    min-height: 50px;
  }
}

.curious-group-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 80px;
}
.curious-group-body .curious-group-form {
  max-width: 300px;
  width: 100%;
}
.curious-group-body .curious-group-form .title {
  font-size: 16px;
  font-weight: 600;
  color: #EB6F1F;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
}
.curious-group-body .curious-group-form .detail {
  background-color: #EDEEEF;
  border-radius: 50px;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 1100px) {
  .curious-group-body {
    flex-direction: column;
  }
  .curious-group-body .curious-group-form {
    margin-bottom: 20px;
  }
  .curious-group-body .curious-group-form:last-child {
    margin-top: 20px;
  }
}

@-webkit-keyframes bounce {
  0%, 5%, 18%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  7%, 15% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.1);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0) scaleY(1.05);
  }
  30% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  45% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 5%, 18%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  7%, 15% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.1);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0) scaleY(1.05);
  }
  30% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  45% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@-webkit-keyframes flash {
  0%, 35%, to {
    opacity: 1;
  }
  10%, 50% {
    opacity: 0;
  }
  45%, 50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 35%, to {
    opacity: 1;
  }
  10%, 50% {
    opacity: 0;
  }
  45%, 50% {
    opacity: 1;
  }
}
.animate__bounce__flash {
  -webkit-animation: bounce 2.5s infinite, flash 2.5s infinite;
          animation: bounce 2.5s infinite, flash 2.5s infinite;
}

.specialist-card {
  background-color: #EDEEEF;
  border-radius: 20px;
  margin: 0 0 50px 125px;
  display: flex;
  align-items: center;
  padding: 30px 50px 30px 200px;
}
.specialist-card .specialist-profile {
  margin: 0 50px 0 -325px;
  width: 250px;
  min-width: 250px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.64);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 0 20px;
  background-color: #fff;
}
.specialist-card .specialist-profile .profile {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 2px solid #EB6F1F;
  overflow: hidden;
}
.specialist-card .specialist-profile .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialist-card .specialist-profile .value-coin {
  font-size: 27px;
  color: #EB6F1F;
  font-weight: 600;
  line-height: 27px;
  padding: 15px 24px;
  display: flex;
}
.specialist-card .specialist-profile .value-coin .v-coin {
  width: 60px;
  height: 60px;
  margin-left: 5px;
}
.specialist-card .specialist-profile .value-coin .v-coin img {
  width: 100%;
}
.specialist-card .specialist-profile .specialist-balance {
  font-size: 16px;
  padding: 3px 0;
  border-bottom: 1px solid #464749;
  width: 100%;
  margin-bottom: 30px;
}
.specialist-card .specialist-profile a .specialist-read {
  font-size: 24px;
  font-weight: 600;
  background-image: url("../image/icon-filter.png"), linear-gradient(to right, #FFB315, #EB6F1F);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  width: 185px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: -20px;
  transition: all 0.3s;
}
.specialist-card .specialist-profile a .specialist-read:hover {
  background-position: 90%;
}
.specialist-card .specialist-info {
  min-height: 500px;
  width: 100%;
}
.specialist-card .specialist-info .custom-flex-group {
  display: flex;
}
.specialist-card .specialist-info .custom-flex-group .ceomp-form {
  width: 50%;
}
.specialist-card .specialist-info .specialist-form-group {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.specialist-card .specialist-info .specialist-form-group .title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background-image: url("../image/title-filter.png");
  background-color: #AEB0B3;
  background-repeat: no-repeat;
  background-position: -62px;
  background-size: 200px;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
}
.specialist-card .specialist-info .specialist-form-group .title.t1 {
  min-width: 70px;
}
.specialist-card .specialist-info .specialist-form-group .title.t3 {
  min-width: 150px;
}
.specialist-card .specialist-info .specialist-form-group .title.t2 {
  min-width: 500px;
}
.specialist-card .specialist-info .specialist-form-group input[type=text] {
  color: #EB6F1F;
  text-align: center;
  padding: 0 20px;
}
.specialist-card .specialist-info .specialist-form-group input[type=text]::-moz-placeholder {
  color: #AEB0B3;
}
.specialist-card .specialist-info .specialist-form-group input[type=text]:-ms-input-placeholder {
  color: #AEB0B3;
}
.specialist-card .specialist-info .specialist-form-group input[type=text]::placeholder {
  color: #AEB0B3;
}
@media screen and (max-width: 1380px) {
  .specialist-card .specialist-info .custom-flex-group {
    flex-direction: column;
  }
  .specialist-card .specialist-info .custom-flex-group .ceomp-form {
    width: 100%;
  }
  .specialist-card .specialist-info .specialist-form-group {
    display: flex;
    flex-direction: column;
  }
  .specialist-card .specialist-info .specialist-form-group .title {
    border-radius: 0;
    white-space: unset;
    font-size: 16px;
  }
  .specialist-card .specialist-info .specialist-form-group .title.t1 {
    min-width: auto;
  }
  .specialist-card .specialist-info .specialist-form-group .title.t2 {
    min-width: auto;
  }
  .specialist-card .specialist-info .specialist-form-group input[type=text] {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .specialist-card {
    flex-direction: column;
    padding: 30px 30px 30px 30px;
    margin: 200px 0 0 0;
  }
  .specialist-card .specialist-profile {
    margin: -200px 0 50px 0;
    width: 100%;
    border-radius: 15px;
  }
}

.bg-orange {
  background-color: #fbeee7;
}

.overview-summary-col-4 {
  display: flex;
  margin: -15px -15px 35px -15px;
}
.overview-summary-col-4 .summary-card {
  width: calc(25% - 30px);
  margin: 15px;
}
.overview-summary-col-4 .summary-card .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  background-color: #EB6F1F;
  background-image: url(../image/title-filter.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.overview-summary-col-4 .summary-card .detail {
  padding: 10px 20px;
  min-height: 70px;
  background-color: #EDEEEF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .overview-summary-col-4 {
    margin: -10px -10px 35px -10px;
    flex-wrap: wrap;
  }
  .overview-summary-col-4 .summary-card {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.overview-summary-col-2 {
  display: flex;
  margin: -15px -15px 35px -15px;
}
.overview-summary-col-2 .bar-chart-col-3 {
  width: calc(75% - 30px);
  margin: 15px;
}
.overview-summary-col-2 .summary-col-2 {
  width: calc(25% - 30px);
}
.overview-summary-col-2 .summary-col-2 .summary-card {
  width: 100%;
  margin: 15px;
}
.overview-summary-col-2 .summary-col-2 .summary-card .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  background-color: #EB6F1F;
  background-image: url(../image/title-filter.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.overview-summary-col-2 .summary-col-2 .summary-card .detail {
  padding: 10px 20px;
  min-height: 90px;
  background-color: #EDEEEF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .overview-summary-col-2 {
    margin: -10px -10px 35px -10px;
    flex-wrap: wrap;
  }
  .overview-summary-col-2 .bar-chart-col-3 {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .overview-summary-col-2 .summary-col-2 {
    width: 100%;
    display: flex;
  }
  .overview-summary-col-2 .summary-col-2 .summary-card {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.overview-summary-50-percent {
  display: flex;
  margin: -15px -15px 35px -15px;
}
.overview-summary-50-percent .overview-bar-chart {
  width: calc(50% - 30px);
  margin: 15px;
}
.overview-summary-50-percent .overview-bar-chart .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  background-color: #EB6F1F;
  background-image: url(../image/title-filter.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.overview-summary-50-percent .overview-bar-chart .detail {
  background-color: #EDEEEF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.overview-summary-50-percent .summary-card-table {
  width: calc(50% - 30px);
  margin: 15px;
}
.overview-summary-50-percent .summary-card-table .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  background-color: #EB6F1F;
  background-image: url(../image/title-filter.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.overview-summary-50-percent .summary-card-table .table-body {
  overflow: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 200px;
}
.overview-summary-50-percent .summary-card-table .table-body table {
  width: 100%;
}
.overview-summary-50-percent .summary-card-table .table-body table thead tr th {
  background-color: #AEB0B3;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
}
.overview-summary-50-percent .summary-card-table .table-body table tbody tr td {
  background-color: #EDEEEF;
  font-size: 16px;
  padding: 5px 10px;
}
.overview-summary-50-percent .summary-card-table .table-body table tbody tr:nth-child(2n) td {
  background-color: #E0E1E3;
}
@media screen and (max-width: 800px) {
  .overview-summary-50-percent {
    margin: -10px -10px 35px -10px;
    flex-wrap: wrap;
  }
  .overview-summary-50-percent .overview-bar-chart {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .overview-summary-50-percent .summary-card-table {
    width: calc(100% - 20px);
    margin: 10px;
  }
}

.sale-title {
  font-size: 30px;
  font-weight: 600;
  color: #EB6F1F;
}

.sale-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sale-group-title .user-group {
  display: flex;
  align-items: center;
}
.sale-group-title .user-group .image {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.sale-group-title .user-group .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-group-title .user-group .name {
  font-size: 20px;
  color: #EB6F1F;
}

.sale-filter-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sale-filter-group .select-sale-filter {
  border: 0;
  font-size: 20px;
  height: 40px;
  max-width: 220px;
  width: 100%;
  border-bottom: 1px solid #464749;
  margin-right: 35px;
}
.sale-filter-group .search-sale-filter {
  border: 0;
  font-size: 20px;
  height: 40px;
  max-width: 220px;
  width: 100%;
  border-color: #464749;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 35px;
}
.sale-filter-group .btn-search-filter-sale {
  width: 150px;
  height: 40px;
  border-radius: 40px;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background-color: #818386;
  background-image: url("../image/icon-filter.png");
  background-repeat: no-repeat;
  background-position: -50px 0;
  transition: all 0.5s;
  cursor: pointer;
}
.sale-filter-group .btn-search-filter-sale:hover {
  filter: brightness(0.95);
  background-position: -30px 0;
}

.table-sale-result {
  overflow: hidden;
  overflow-x: auto;
  border-radius: 15px;
}
.table-sale-result table {
  width: 100%;
}
.table-sale-result table tbody tr td {
  font-size: 20px;
  color: #464749;
  padding: 5px 15px;
  background-color: #EDEEEF;
  white-space: nowrap;
}
.table-sale-result table tbody tr td:first-child {
  padding-left: 50px;
}
.table-sale-result table tbody tr td:last-child {
  padding-right: 50px;
}
.table-sale-result table tbody tr:nth-child(2n) td {
  background-color: #E0E1E3;
}

.btn-profile-orange {
  background-image: url(../image/icon-filter.png), linear-gradient(to right, #FFB315, #EB6F1F);
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0px 35px 30px 35px;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-profile-orange:hover {
  filter: brightness(0.9);
}

@media print {
  #ceomp-container {
    height: auto !important;
  }
  #ceomp-container #ceomp-body {
    height: auto;
    overflow: auto;
    width: 100%;
  }
  #ceomp-container #ceomp-body .specialist-card {
    page-break-inside: avoid;
  }
  .hideWhenPrint {
    display: none;
  }
}
.print-page-break {
  page-break-before: always;
}

.bg-column-table thead tr th.column-1 {
  background-color: #FF7F50;
  width: 120px;
}
.bg-column-table thead tr th.column-2 {
  background-color: #FFB6C1;
  width: 120px;
}
.bg-column-table thead tr th.column-3 {
  background-color: #87CEEB;
  width: 120px;
}
.bg-column-table thead tr th.column-4 {
  background-color: #40E0D0;
  width: 120px;
}
.bg-column-table thead tr th.column-5 {
  background-color: #FFFF00;
  width: 120px;
}
.bg-column-table thead tr th.column-6 {
  background-color: #DDA0DD;
  width: 120px;
}
.bg-column-table tbody tr td.column-1 {
  background-color: #FF7F50;
}
.bg-column-table tbody tr td.column-2 {
  background-color: #FFB6C1;
}
.bg-column-table tbody tr td.column-3 {
  background-color: #87CEEB;
}
.bg-column-table tbody tr td.column-4 {
  background-color: #40E0D0;
}
.bg-column-table tbody tr td.column-5 {
  background-color: #FFFF00;
}
.bg-column-table tbody tr td.column-6 {
  background-color: #DDA0DD;
  width: 100px;
}

.stacked-chart {
  height: 370px;
}

.analytics-body table {
  border: 1px solid;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: bold;
}
.analytics-body table thead tr {
  border: 1px solid;
}
.analytics-body table thead tr th {
  border: 1px solid;
}
.analytics-body table tbody tr td {
  border: 1px solid;
}

.text-ceomp-form {
  font-size: 19px;
  border: 0;
  background-color: transparent;
  width: 100%;
  color: #EB6F1F;
  padding: 0 20px;
}

.text-coin {
  position: absolute;
  top: 6%;
  left: 38%;
  color: #000;
  font-size: xx-large;
}

.text-coin-balance {
  color: rgb(255, 255, 255);
  font-size: x-large;
}

.hide-header .header-pagination {
  display: none !important;
}
.hide-header .input-pagify-search,
.hide-header .th-search {
  display: none !important;
}

.footer-pagination {
  margin-top: 20px;
}

.footer-pagination .pagination {
  display: none !important;
}

.table-custom .container-pagination {
  font-weight: 100;
}

.title-modal {
  font-size: 25px;
  line-height: 27px;
  color: #EB6F1F;
  font-weight: 600;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.hr-card {
  margin: -45px auto 10px auto;
  height: 2px;
  width: 60px;
  background-image: linear-gradient(90deg, #ef8730 16.6666666667%, #f05c8a 16.6666666667% 33.3333333334%, #5fb5d7 33.3333333334% 50%, #00afad 50% 66.6666666667%, #ffcb08 66.6666666667% 83.3333333334%, #b279b4 83.3333333334% 100%);
}

.icon-modal {
  width: 80px;
  height: 80px;
  margin: -45px auto 20px auto;
  background-image: url(../image/icon-filter.png), linear-gradient(to right, #FFB315, #EB6F1F);
  background-position: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-modal {
  min-height: 110px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #464749;
}

.text-area {
  border: 0px solid;
  border-radius: 15px;
}

.text-box {
  border: 0px solid;
  border-radius: 5px;
}

.bg-modal .modal-content {
  background-color: #f1f1f1;
}

.fill-grey {
  filter: grayscale(100%);
}

.bg-sky {
  background: linear-gradient(to right, #7FC6AE, #00A29D) !important;
}

.bg-orange {
  background: linear-gradient(to right, #fec02a, #f08a30) !important;
}

.bg-pink {
  background: linear-gradient(to right, #F9BEB6, #E74477) !important;
}

.bg-blue {
  background: linear-gradient(to right, #ABC7E8, #48A8CF) !important;
}

.bg-yellow {
  background: linear-gradient(to right, #FFC900, #FFBE00) !important;
}

.bg-purple {
  background: linear-gradient(to right, #DB80B3, #9C65A7) !important;
}

.text-default {
  color: #6D6F72 !important;
}

.text-default-new {
  color: #6D6F72 !important;
}

.btn-orange {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #f08a30;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 50px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}

.disabled-click {
  pointer-events: none;
}

.text-truncate-1 {
  width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-group {
  height: 410px;
}

.excellence-minder-card {
  height: 500px;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.animate_test {
  -webkit-animation: fadeOutUp 2.5s;
          animation: fadeOutUp 2.5s;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border.trans_grey {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
  pointer-events: none;
  cursor: default !important;
}
.excellence-minder-group .excellence-minder-card .top-group .btn-earn-border.trans_grey img {
  -webkit-animation: none !important;
          animation: none !important;
}

.trans_grey_out_side {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
  pointer-events: none;
  cursor: default !important;
}
.trans_grey_out_side:hover {
  background-image: unset !important;
  box-shadow: unset !important;
}
.trans_grey_out_side img {
  -webkit-animation: none !important;
          animation: none !important;
}

.stop_btn {
  pointer-events: none;
  cursor: default !important;
}
.stop_btn:hover {
  background-image: unset !important;
  box-shadow: unset !important;
}
.stop_btn img {
  -webkit-animation: none !important;
          animation: none !important;
}

.border-none {
  border: none;
  outline: none;
}
.border-none:focus {
  outline: none;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.animate_get_coin {
  -webkit-animation: bounceOut 3s;
          animation: bounceOut 3s;
}

.img-title {
  width: 153px;
  height: 100px;
}

.icon-bg-Intellect {
  background: linear-gradient(to right, #ABC7E8, #48A8CF) !important;
}

.icon-bg-Excellence {
  background: linear-gradient(to right, #fec02a, #f08a30) !important;
}

.icon-bg-Relationship {
  background: linear-gradient(to right, #F9BEB6, #E74477) !important;
}

.icon-bg-Functional {
  background: linear-gradient(to right, #7FC6AE, #00A29D) !important;
}

.icon-bg-Diversity {
  background: linear-gradient(to right, #FFC900, #FFBE00) !important;
}

.icon-bg-Distinct {
  background: linear-gradient(to right, #DB80B3, #9C65A7) !important;
}

.bg-Intellect {
  background: #48A8CF !important;
}

.bg-Excellence {
  background: #f08a30 !important;
}

.bg-Relationship {
  background: #E74477 !important;
}

.bg-Functional {
  background: #00A29D !important;
}

.bg-Diversity {
  background: #FFBE00 !important;
}

.bg-Distinct {
  background: #9C65A7 !important;
}

.title-Intellect {
  color: #48A8CF !important;
}

.title-Excellence {
  color: #f08a30 !important;
}

.title-Relationship {
  color: #E74477 !important;
}

.title-Functional {
  color: #00A29D !important;
}

.title-Diversity {
  color: #FFBE00 !important;
}

.title-Distinct {
  color: #9C65A7 !important;
}

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 50px;
}

.jw-controlbar .jw-slider-time {
  display: none;
}

@media print {
  #ceomp-body {
    -webkit-print-color-adjust: exact;
  }
}

.min-w-320px {
  min-width: 320px;
}

.mt-210px {
  margin-top: 210px;
}

.modal_get_coin {
  background: transparent;
}
.modal_get_coin .modal-body {
  padding: 90px 150px;
}
.modal_get_coin .modal-content {
  background-color: rgba(181, 183, 187, 0.9);
  border-radius: 0px;
}
.modal_get_coin .box-gray {
  width: 100%;
  height: 100%;
}
.modal_get_coin .popup-box {
  background-color: #f3f3f5;
  border-radius: 20px;
  padding: 50px 15px 15px 15px;
  position: relative;
}
.modal_get_coin .icon-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.modal_get_coin .btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_get_coin .btn-profile-orange {
  margin-top: 25px;
  width: 150px;
  box-shadow: unset !important;
  outline: unset !important;
  border: unset !important;
  padding-top: 5px;
  height: 40px;
}
.modal_get_coin .btn-profile-orange:hover {
  color: #ffffff;
}
.modal_get_coin .text-area {
  width: 100%;
  padding: 5px;
  outline: unset !important;
  box-shadow: unset !important;
}
.modal_get_coin .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8b8b8b;
}
.modal_get_coin .arrow-down.active {
  border-bottom: 10px solid #8b8b8b;
  border-top: unset;
}
.modal_get_coin .group-remark {
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  width: 100%;
}
.modal_get_coin .group-remark .remark-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.modal_get_coin .close_modal {
  position: absolute;
  right: 15px;
  font-size: 25px;
  color: #fff;
  top: 4px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.modal_get_coin .close_modal:hover {
  font-size: 30px;
}
@media (max-width: 720px) {
  .modal_get_coin .modal-body {
    padding: 50px 5%;
  }
}

.icon-celebrities {
  position: relative;
  top: -30px;
  width: 150px;
  height: 100px;
}
.icon-celebrities img {
  width: 100%;
  height: 100%;
}
@media (max-width: 425px) {
  .icon-celebrities {
    width: 100px;
    height: 80px;
    top: -20px;
  }
}

#curiosity_type_message .message_box {
  overflow-y: scroll;
}
#curiosity_type_message .message_box::-webkit-scrollbar {
  width: 10px;
}
#curiosity_type_message .message_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#curiosity_type_message .message_box::-webkit-scrollbar-thumb {
  background: #888;
}
#curiosity_type_message .message_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.service-form-card .type_input {
  overflow-y: scroll;
  border-radius: 10px !important;
}
.service-form-card .type_input::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}
.service-form-card .type_input::-webkit-scrollbar-track {
  background: #edeeef;
  border-radius: 0px 20px 20px 0px;
}
.service-form-card .type_input::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}
.service-form-card .type_input::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.successful_action_taken_scroll {
  overflow-y: scroll;
}
.successful_action_taken_scroll::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}
.successful_action_taken_scroll::-webkit-scrollbar-track {
  background: #edeeef;
  border-radius: 0px 20px 20px 0px;
}
.successful_action_taken_scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}
.successful_action_taken_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.canvasjs-chart-credit {
  display: none !important;
}

.disabled-watermark {
  position: absolute;
  width: 10%;
  height: 15px;
  bottom: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
}

.table-sale .header-pagination {
  display: none !important;
}/*# sourceMappingURL=ceomp.css.map */