/***********************************************
  Footer Container
************************************************/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&display=swap');

.tuty .topPage {
  background: url(../img/top/bg.png) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 60px 30px 100px 30px; }

.tuty .topPage .inner {
  position: relative;
  z-index: 1; }

.tuty .topPage .title-h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  text-align: center;
  color: #0c2737; }

@media screen and (max-width: 768px) {
  .tuty .topPage .title-h2 {
    font-size: 32px; } }

.tuty .topPage .title-h2 .titleLean {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
  line-height: 120%; }

@media screen and (max-width: 768px) {
  .tuty .topPage .title-h2 .titleLean {
    font-size: 32px; } }

.tuty .topPage .subTitle {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  color: #434b56; }

.tuty .topPage .tutyInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1082px;
  margin: 0 auto; }

.tuty .topPage .tutyInner .tutyLeft {
  max-width: 50%;
  width: 100%;
 }
 .tuty .topPage .tutyInner .tutyLeft img {
  width: 100%;
  height: auto;
 }

@media screen and (max-width: 1023px) {
  .tuty .topPage .tutyInner .tutyLeft {
    max-width: 529px;
    margin: 0 auto; } 
  }


.tuty .topPage .tutyInner .tutyRight {
  max-width: calc(50% - 85px);
  width: 100%;
  margin-left: 50px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px; }

@media screen and (max-width: 1023px) {
  .tuty .topPage .tutyInner .tutyRight {
    max-width: 100%;
    margin-left: 0; } }

@media screen and (max-width: 768px) {
  .tuty .topPage .tutyInner .tutyRight {
    padding: 20px 15px; } }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title .iconTitle {
  max-width: 60px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .iconTitle {
    max-width: 50px; } }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle {
  max-width: calc(100% - 60px);
  padding-left: 15px;
  padding-left: 10px; }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleLg {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 38px;
  display: block;
  line-height: 120%;
  color: #0c2737; }

@media screen and (max-width: 768px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleLg {
    font-size: 32px; } }

@media screen and (max-width: 375px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleLg {
    font-size: 28px; } }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleMd {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 24px;
  display: block;
  line-height: 140%;
  color: #0c2737; }

@media screen and (max-width: 768px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleMd {
    font-size: 20px; } }

@media screen and (max-width: 480px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleMd {
    font-size: 18px; } }

.tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleSm {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #434b56; }

@media screen and (max-width: 768px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleSm {
    font-size: 16px; } }

@media screen and (max-width: 375px) {
  .tuty .topPage .tutyInner .tutyRight .tutyRight-title .textTitle .titleSm {
    font-size: 15px; } }

.tuty .topPage .tutyInner .tutyRight .tutybox {
  background: #ebeced80;
  border-radius: 16px;
  padding: 10px 16px;
  margin-bottom: 24px;
  color: #434b56; }

.tuty .topPage .tutyInner .tutyRight .tutybox .tutybox-item {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }

.tuty .topPage .tutyInner .tutyRight .checkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #434b56; }

.tuty .topPage .tutyInner .tutyRight .checkList .checkList-item {
  font-family: 'Lato', sans-serif;
  position: relative;
  width: 100%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 150%; }

@media screen and (max-width: 480px) {
  .tuty .topPage .tutyInner .tutyRight .checkList .checkList-item {
    max-width: 100%; } }

@media screen and (max-width: 375px) {
  .tuty .topPage .tutyInner .tutyRight .checkList .checkList-item {
    font-size: 15px; } }

.tuty .topPage .tutyInner .tutyRight .checkList .checkList-item::before {
  content: "";
  position: absolute;
  background: url(../img/top/frame_02.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 0; }

.tuty .topPage .tutyInner .tutyRight .tutyButtom .tutyButtom-btn {
  border-radius: 50px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #fff;
  width: 100%;
  background: #141414;
  display: block;
  text-align: center;
  border: 0; }

.tuty .topPage .tutyInner .tutyRight .tutyButtom .tutyButtom-btn:hover {
  opacity: 0.8; }

.tuty .planPage {
  background: #f5f5f7;
  padding: 60px 30px 40px 30px; }

@media screen and (max-width: 768px) {
  .tuty .planPage {
    padding: 50px 15px 30px 15px; } }

.tuty .planPage .planPage-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #0c2737;
  margin-bottom: 16px; }

.tuty .planPage .planPage-tabs {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center; }

.tuty .planPage .planPage-tabs .tab-buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #7b7b7b4d;
  box-shadow: 0px 0px 0px 0px #7b7b7b4d;
  border-radius: 30px;
  margin-bottom: 15px; }

.tuty .planPage .planPage-tabs .tab-buttons button {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 14px;
  border: 0;
  line-height: 140%;
  max-width: 132px;
  width: 132px;
  background: #fff;
  border-radius: 50px;
  outline: 0; }

.tuty .planPage .planPage-tabs .tab-buttons button.active {
  background: -webkit-linear-gradient(258.82deg, #0078f8 19.35%, #0941eb 101.33%);
  background: linear-gradient(191.18deg, #0078f8 19.35%, #0941eb 101.33%);
  color: #fff;
  text-align: center; }

.tuty .planPage .planPage-tabs .tab-content {
  text-align: left;
  padding-bottom: 18px; }

.tuty .planPage .planPage-tabs .tab-content .tabPane {
  display: none; }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer; }

  .tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item.currentPackage {
    opacity: 0.5;
    pointer-events: none;
    background-color: #d7d6d6;
  }

@media screen and (max-width: 768px) {
  .tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item {
    padding: 15px; } }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-icon {
  width: 100%;
  max-width: 50px; }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor {
  width: 100%;
  max-width: calc(100% - 50px);
  padding-left: 25px; }

@media screen and (max-width: 768px) {
  .tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor {
    padding-left: 20px; } }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor .tabPane-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #0c2737;
  margin-bottom: 12px; }

@media screen and (max-width: 768px) {
  .tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor .tabPane-title {
    font-size: 20px;
    margin-bottom: 10px; } }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor .tabPane-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8b8f95;
  margin-bottom: 12px; }

@media screen and (max-width: 768px) {
  .tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor .tabPane-text {
    font-size: 15px;
    margin-bottom: 10px; } }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item .tabPane-infor .tabPane-text:last-child {
  margin-bottom: 0; }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item:hover,
.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item.selected {
  border: 2px solid #0941eb; }

.tuty .planPage .planPage-tabs .tab-content .tabPane .tabPane-item:last-child {
  margin-bottom: 0; }

.tuty .planPage .planPage-tabs .tab-content .tabPane.active {
  display: block; }

.tuty .planPage .planPage-tabs .planPage-buttom .planbtn {
  max-width: 300px;
  width: 100%;
  border-radius: 50px;
  padding: 14px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(258.82deg, #0078f8 19.35%, #0941eb 101.33%);
  background: linear-gradient(191.18deg, #0078f8 19.35%, #0941eb 101.33%);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center; 
}


.tuty .payPage {
  background: #f5f5f7;
  padding: 60px 30px 40px 30px; }

@media screen and (max-width: 768px) {
  .tuty .payPage {
    padding: 50px 15px 30px 15px; } }

.tuty .payPage .payPage-ctn {
  max-width: 1340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tuty .payPage .payPage-ctn .payPage-box {
  width: 100%;
  max-width: calc(50% - 30px);
  margin-right: 60px;
  background: #fff;
  border-radius: 24px;
  padding: 16px; }

@media screen and (max-width: 1024px) {
  .tuty .payPage .payPage-ctn .payPage-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }

.tuty .payPage .payPage-ctn .payPage-box .payBox-top {
  background: url(../img/pay/bg_01.png) no-repeat;
  background-size: cover;
  background-position: top right;
  border-radius: 16px;
  padding: 18px 24px;
  margin-bottom: 24px; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-top .bTob {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0941eb; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-top .payText {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #434b56; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-top .payText .payText-B {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  vertical-align: middle;
  color: #0c2737; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-list {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeced; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-list .list-item {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #434b56; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-list .list-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/common/check.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0px; }

.tuty .payPage .payPage-ctn .payPage-box .payBox-list .list-item:last-child {
  margin-bottom: 0px; }

.tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 130%;
  color: #0c2737;
  margin-bottom: 24px; }

.tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-list .invoice-item {
  width: 100%;
  max-width: 50%;
  padding-right: 10px;
  margin-bottom: 24px; }

@media screen and (max-width: 480px) {
  .tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-list .invoice-item {
    max-width: 100%; } }

.tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-list .invoice-item .textGray {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #434b56;
  opacity: 0.4; }

.tuty .payPage .payPage-ctn .payPage-box .invoice .invoice-list .invoice-item .textItem {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0c2737; }

.tuty .payPage .payPage-ctn .payPage-box:last-child {
  margin-right: 0; }

.tuty .payPage .payPage-ctn .payConfirm .payConfirm-title {
  text-align: center;
  margin-bottom: 40px; }

.tuty .payPage .payPage-ctn .payConfirm .payConfirm-title .subTitle {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #6d6d6d; }

.tuty .payPage .payPage-ctn .payConfirm .payConfirm-title .title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  color: #0c2737; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebeced; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group {
  width: 100%;
  max-width: 100%;
  margin-right: 24px;
  margin-bottom: 24px; }

@media screen and (max-width: 550px) {
  .tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group {
    max-width: 100%;
    margin-right: 0; } }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-left .form-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
  display: block; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-control .form-flex .form-input {
  height: 50px;
  width: 100%;
  opacity: 1 !important;
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid #ebeced;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; 
}

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-control .form-flex.input {
  position: relative; 
  opacity: 1 !important;
  padding: 3px 0px;
}

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-control .form-flex.input .card-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7px; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-control .form-flex.input .card-logo img {
  max-width: 66px; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group .form-control .form-flex.input .form-input {
  padding-left: 100px; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group.form-group-left {
  width: 100%;
  max-width: 191px;
  margin-right: 0; }

@media screen and (max-width: 550px) {
  .tuty .payPage .payPage-ctn .payConfirm .formCredit .form-item .form-group.form-group-left {
    max-width: 100%; } }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .formCredit-button {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 12px; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .formCredit-button .formCredit-btn {
  background: -webkit-linear-gradient(258.82deg, #0078f8 19.35%, #0941eb 101.33%);
  background: linear-gradient(191.18deg, #0078f8 19.35%, #0941eb 101.33%);
  border-radius: 50px;
  padding: 14px;
  min-width: 145px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  border: 0;
  color: #fff; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .secure {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #8b8f95;
  text-align: center; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .secure .secure-icon {
  position: relative;
  padding-left: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tuty .payPage .payPage-ctn .payConfirm .formCredit .secure .secure-icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_secure.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0; }

.tuty .payPage .payPage-ctn .payConfirm .engagement .title-h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #0c2737;
  margin-bottom: 12px; }

.tuty .payPage .payPage-ctn .payConfirm .engagement .engagement-ctn .engagement-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #434b56;
  margin-bottom: 10px; }

.tuty .payPage .payPage-ctn .payConfirm .engagement .engagement-ctn .engagement-total {
  border-radius: 16px;
  padding: 10px;
  background: -webkit-linear-gradient(258.82deg, rgba(0, 120, 248, 0.1) 19.35%, rgba(9, 65, 235, 0.1) 101.33%);
  background: linear-gradient(191.18deg, rgba(0, 120, 248, 0.1) 19.35%, rgba(9, 65, 235, 0.1) 101.33%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0c2737;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 12px; }

.tuty .payPage .payPage-ctn .payConfirm .engagement .engagement-ctn .engagement-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #8b8f95; }

  .tuty .payPage #nos-detail-parcours-card-element {
    max-width: 400px;
  }

  #loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); 
    backdrop-filter: blur(3px); 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
  }
  
  .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3b82f6; /* màu xanh Stripe */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  