/* ============================================
   Account Settings
   ============================================ */

/* .fa déclaré dans base1.css */
.page-account-settings {
  padding-top: 64px;
  padding-bottom: 128px;
}
.page-account-settings .page-head .profile-email {
  font-size: 18px;
}
.page-account-settings .page-head .profile-link {
  font-size: 16px;
  font-weight: bold;
}
.page-account-settings .profile-section .profile-picture-group {
  margin: 32px 0;
  display: flex;
  align-items: center;
}
.page-account-settings .profile-section .profile-image {
  width: 159px;
  height: 159px;
  border-radius: 50%;
  background-image: url('/img/new/spike.png');
  background-position: center;
  background-size: cover;
}
.page-account-settings textarea {
  height: 88px;
}
.page-account-settings .account-settings-page-section {
  display: none;
}
.page-account-settings .account-settings-page-section .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #080025;
}
.page-account-settings .account-settings-page-section .description {
  font-size: 12px;
  line-height: 16px;
  color: #080025;
}
.page-account-settings .payment-section .payment-list {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0 10px;
}
.page-account-settings .payment-section .payment-list .payment-method .payment-image {
  width: 64px;
  height: 24px;
  margin-right: 20px;
}
.page-account-settings .payment-section .payment-list .payment-method .badge {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 12px;
}
.page-account-settings .payment-section .payment-list .payment-method .action i {
  cursor: pointer;
  color: #6F6F6F;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.page-account-settings .payment-section .payment-list .payment-method .action i:hover {
  color: #fc2249;
}
.page-account-settings .payment-section .payment-list td {
  border: 1px solid #F4F4F4;
  border-left: 0px;
  border-right: 0px;
}
.page-account-settings .payment-section .payment-list tr td:first-child {
  border-top-left-radius: 12px;
  width: 340px;
}
.page-account-settings .payment-section .payment-list tr td:last-child {
  border-top-right-radius: 12px;
}
.page-account-settings .payment-section .payment-list tr td:first-child {
  border-bottom-left-radius: 12px;
  border-right: 0px;
  border-left: 1px solid #F4F4F4;
  padding-left: 12px;
}
.page-account-settings .payment-section .payment-list tr td:last-child {
  border-bottom-right-radius: 12px;
  border-right: 1px solid #F4F4F4;
  padding-right: 12px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: right;
}
.page-account-settings .payment-section .coupon-code {
  color: #080025;
}
.page-account-settings .payment-section .coupon-code .coupon-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}
.page-account-settings .payment-section .coupon-code .coupon-period,
.page-account-settings .payment-section .coupon-code .coupon-value {
  font-size: 12px;
  line-height: 16px;
}
.page-account-settings .payment-section .coupon-code.disabled {
  color: #A3A3A3;
}
.page-account-settings .payment-section .coupon-code.disabled .coupon-name {
  color: #A3A3A3;
}
.page-account-settings .modal .powered-illustration {
  width: 304px;
  height: 30px;
}
.page-account-settings .company-section .form-group-intra-community-vat .iti__dial-code {
  display: none;
}

/* Fix: date-select-group selects stacking vertically instead of side by side */
/* Bootstrap 4 .input-group sets flex-wrap:wrap and bootstrap-select children
   get flex:1 1 auto with full parent width, causing them to wrap */
body .date-select-group {
  flex-wrap: nowrap;
}
.date-select-group .bootstrap-select {
  flex: 1 1 0;
  min-width: 0;
}

/* ============================================
   Owner Settings
   ============================================ */

.page-owner-settings {
  padding-top: 64px;
  padding-bottom: 128px;
}
.page-owner-settings .page-head .profile-email {
  font-size: 18px;
}
.page-owner-settings .page-head .profile-link {
  font-size: 16px;
  font-weight: bold;
}
.page-owner-settings .form-row .question {
  margin-bottom: 6px;
  color: #080025;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}
.page-owner-settings textarea {
  height: 88px;
}
.page-owner-settings .owner-settings-page-section {
  display: none;
}
.page-owner-settings .owner-settings-page-section .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #080025;
}
.page-owner-settings .owner-settings-page-section .description {
  font-size: 12px;
  line-height: 16px;
  color: #080025;
}
.page-owner-settings .owner-settings-page-section .sub-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 8px;
}
.page-owner-settings .offer-section .discount-code-list {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0 0px;
  font-size: 14px;
}
.page-owner-settings .offer-section .discount-code-list thead th {
  padding: 10px 12px;
}
.page-owner-settings .offer-section .discount-code-list thead th i {
  font-size: 14px;
  margin-left: 2px;
}
.page-owner-settings .offer-section .discount-code-list thead tr {
  background: #F4F4F4;
}
.page-owner-settings .offer-section .discount-code-list thead tr th:first-child {
  border-top-left-radius: 6px;
  cursor: pointer;
}
.page-owner-settings .offer-section .discount-code-list thead tr th:last-child {
  border-top-right-radius: 6px;
  text-align: right;
}
.page-owner-settings .offer-section .discount-code-list tbody td {
  padding: 14px 12px;
}
.page-owner-settings .offer-section .discount-code-list tbody td span {
  margin: 0px;
}
.page-owner-settings .offer-section .discount-code-list tbody .action {
  text-align: center;
}
.page-owner-settings .offer-section .discount-code-list tbody .action i {
  cursor: pointer;
  color: #6F6F6F;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.page-owner-settings .offer-section .discount-code-list tbody .action i:hover {
  color: #fc2249;
}
.page-owner-settings .bank-validation-section .beneficiaries-list {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0 10px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list .beneficiary .action i {
  cursor: pointer;
  color: #6F6F6F;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list .beneficiary .action i:hover {
  color: #fc2249;
}
.page-owner-settings .bank-validation-section .beneficiaries-list td {
  border: 1px solid #F4F4F4;
  border-left: 0px;
  border-right: 0px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list tr td:first-child {
  border-top-left-radius: 12px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list tr td:last-child {
  border-top-right-radius: 12px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list tr td:first-child {
  border-bottom-left-radius: 12px;
  border-right: 0px;
  border-left: 1px solid #F4F4F4;
  padding-left: 12px;
}
.page-owner-settings .bank-validation-section .beneficiaries-list tr td:last-child {
  border-bottom-right-radius: 12px;
  border-right: 1px solid #F4F4F4;
  padding-right: 12px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: right;
}

/* ============================================
   Google Calendar Button
   ============================================ */
.btn-gcal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.15s;
  text-decoration: none;
  line-height: 1.4;
}
.btn-gcal svg {
  flex-shrink: 0;
}
.btn-gcal--connect {
  background: #fff;
  color: #1a1a1a;
  border: 1.5px solid #dadce0;
}
.btn-gcal--connect:hover {
  border-color: #bdc1c6;
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.btn-gcal--disconnect {
  background: #fff;
  color: #dc3545;
  border: 1.5px solid #f5c6cb;
}
.btn-gcal--disconnect:hover {
  background-color: #fff5f5;
  border-color: #dc3545;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
}
