/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
body#module-watertradeupsell-manageupsell .container #content-wrapper {
  padding: 0;
}

#service-agreement-block {
  font-size: 18px;
  letter-spacing: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 5px 5px 15px 6px #bbbbbb47;
  margin-top: 30px;
  border-radius: 20px;
  gap: 15px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

#service-agreement-block h5 {
  background: yellow;
  display: flex;
  width: 100%;
  text-align: center;
  align-content: center;
  justify-content: center;
  padding: 10px;
  color: #1f3c64;
  border-radius: 15px;
  font-family: 'Poppins-bold';
  font-size: 20px;
}

#service-agreement-block a {
  width: fit-content;
}

#service-agreement-choice {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/* #service-agreement-choice .modal-body img {
  max-width: 40%;
} */
.modal-upsell .modal-dialog {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.modal-upsell .modal-content {
  max-width: 90%;
  border: none;
  border-radius: 20px;
  box-shadow: 6px 12px 23px 2px #bbbbbb;
}

.modal-upsell .modal-content .modal-header {
  background-color: #174167;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-upsell .modal-body {
  display: flex;
}

/* #service-agreement-choice .modal-dialog {
  max-width: 1280px;
} */
#service-agreement-choice .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  width: fit-content;  /* height: 100vh; */
}

#service-agreement-choice .modal-dialog .modal-content {
  max-width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

#service-agreement-choice .modal-dialog .modal-content .cms-service-partner-last {
  margin-bottom: 0;
}

#service-agreement-choice .modal-dialog .modal-content .cms-service-partner-last .col-grohe-blue-service-right {
  background-color: #fff !important;
}

/* #service-agreement-choice .modal-dialog .modal-content {
  max-width: 1280px;
} */
.modal-upsell .modal-body img {
  max-width: 40%;
  width: 100%;
}

.modal-upsell .modal-body img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
  cursor: pointer;
}

.modal-upsell .modal-header h4 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: 'Poppins-Bold';
}

.modal-upsell .modal-body ul {
  display: flex;
}

.modal-upsell .modal-body li {
  display: flex;
  justify-content: center;
}

#service-agreement-choice .modal-body .owl-controls {
  display: block !important;
}

#service-agreement-choice .modal-body .owl-controls .owl-buttons {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#service-agreement-choice .modal-body .owl-controls .owl-buttons div {
  border: none;
  background: #174167;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
}

#service-agreement-choice .modal-body .owl-controls .owl-buttons div:before {
  font-size: 30px;
  color: #fff;
}

/* #service-agreement-choice .modal-body .owl-controls .owl-buttons {
  display: none;
} */
#service-agreement-choice #close-modal-service {
  position: absolute;
  right: 12px;
  top: 20px;
  z-index: 999;
  font-size: 18px;
}

#service-agreement-choice #close-modal-service i {
  color: #fff;
  background: #174168;
  border-radius: 50px;
  padding: 4px 6px;
}

@media(max-width:991px) {
  #service-agreement-choice .modal-body ul {
    display: block;
  }

}

/* Timeline */

/* @media (min-width:992px) { */

/* .page-container {
    max-width: 1140px;
    margin: 0 auto
  }

  .page-sidenav {
    display: block !important
  }
}

.padding {
  padding: 2rem
} */

.w-32 {
  width: 32px !important;
  height: 32px !important;
  font-size: .85em
}

.tl-item .avatar {
  z-index: 2
}

.circle {
  border-radius: 500px
}

.gd-warning {
  color: #fff;
  border: none;
  background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
  position: relative;
  border-color: rgba(160, 175, 185, .15);
  padding: 0;
  margin: 0
}

.p-4 {
  padding: 1.5rem !important
}

/* .block,
.card {
  background: #fff;
  border-width: 0;
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  margin-bottom: 1.5rem
} */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.tl-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex
}

.tl-item>* {
  padding: 10px
}

.tl-item .avatar {
  z-index: 2
}

.tl-item:last-child .tl-dot:after {
  display: none
}

.tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-item:last-child .tl-dot:after {
  display: none
}

.tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
  position: relative;
  border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%)
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0
}

tl-item.active .tl-dot:before {
  border-color: #448bff;
  box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.tl-dot {
  position: relative;
  border-color: rgba(160, 175, 185, .15)
}

.tl-dot:after,
.tl-dot:before {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%)
}

.tl-dot:after {
  width: 0;
  height: auto;
  top: 25px;
  bottom: -15px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0
}

.tl-content p:last-child {
  margin-bottom: 0
}

.tl-date {
  min-width: 100px;
  max-width: 100px;
  font-size: .85em;
  padding-top: 0;
  text-align: right;
  margin-top: 12px !important;
}

.avatar {
  position: relative;
  line-height: 1;
  border-radius: 500px;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 500px;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
  border-color: #f4c414 !important;
}

.b-primary {
  border-color: #448bff !important;
}

.b-danger {
  border-color: #f54394 !important;
}

.tl-content.empty:before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #c5c5c5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.tl-item .tl-content {
  position: relative;
  width: 100%;
}

.tl-item .tl-content .item-plan {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tl-item .tl-content .item-plan img {
  max-width: 40px;
}

.tl-item .tl-content .item-plan li {
  display: flex;
  align-items: center;
  gap: 10px
}

.tl-item .tl-content .item-plan .service-product-image {
  min-width: 40px;
  min-height: 40px;
}

.tl-item .tl-content .item-plan .service-product-image:hover img {
  transition: all .5s ease;
  z-index: 9;
  max-width: 45%;
  position: absolute;
}

.tl-item .tl-content .item-plan li i {
  color: #00b783;
  font-size: 22px;
  margin: 0;
}

.tl-item .tl-content .item-plan li i.trigger {
  cursor: pointer;
}

.tl-item .tl-content .item-plan li i.fa-times {
  color: #ff0000;
}

.tl-item .tl-content .item-plan li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.section-main-product {
  display: flex;
  width: 100%;
  padding: 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  background-color: #fff;
}

.section-main-product .main-product-detail {
  display: flex;
  gap: 30px;
}

.section-main-product .main-product-detail .main-product {
  padding: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  justify-content: center;
  max-width: 350px;
  width: 150px;
}

.section-main-product .main-product-detail .main-product img {
  max-width: 100%;
  width: auto;
}

.name-main-product .service-plan-detail .service-plan-detail-line {
  display: inline-block;
  gap: 20px;
}

#content .section-main-product .name-main-product h3 {
  font-size: 20px;
  margin: 0;
}

.service-plan-detail {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.section-main-product img {
  max-width: 350px;
}

.svp-ucm {
  margin-left: auto;
  padding: 20px;
  background: #1f3c64;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.svp-ucm .svp-ucm-title {
  font-size: 14px;
}

.svp-ucm .svp-ucm-day {
  font-family: Poppins-SemiBold;
  line-height: 1.5;
  padding-top: 0;
}

.svp-ucm .svp-ucm-day::first-letter {
  text-transform: uppercase;
}

#module-watertradeupsell-manageupsell .svp-ucm form {
  margin-top: 10px !important;
}

#module-watertradeupsell-manageupsell .svp-ucm form p.product-minimal-quantity.js-product-minimal-quantity {
  margin: 0;
}

.svp-ucm .svp-ucm-due-date {
  font-size: 12px;
}

.service-plan-detail b {
  font-family: 'Poppins-SemiBold';
}

.svp-ucm .svp-ucm-add-to-cart {
  font-size: 16px;
  padding: 5px 38px;
  margin-top: 20px;
}

.svp-ucm form .qty,
.svp-ucm form .control-label {
  display: none;
}

.svp-ucm .product-quantity.clearfix .add {
  width: 100%;
  margin: 0;
}

.svp-ucm .product-quantity.clearfix .add .btn-primary {
  background-color: #06BC7F;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 50px;
  color: white;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.145);
  width: 100%;
  max-width: 100%;
}

.section-main-product .recommand-filter {
  margin-top: 30px;
}

.service-action {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  justify-content: center;
}

.service-action p {
  margin: 0;
  text-decoration: underline;
  text-underline-position: under;
  padding: 0 5px;
  cursor: pointer;
  font-family: "Poppins-Bold";
  font-size: 14px;
}

.service-action p:hover {
  color: #1f3b60;
}

.service-action .trigger {
  position: relative;
}

.section-service-product .service-detail {
  font-size: 14px;
}

.section-service-product .service-detail.skipped {

  /* text-decoration: line-through; */

  /* text-decoration-color: #f00; */
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
}

.section-service-product label.service-action-date {
  font-size: 10px;
  color: #000;
  margin: 0;
  background: #e8e8e8;
  border-radius: 50px;
  padding: 2px 5px;
  line-height: 1;
}

.service-action .product-add-to-cart .main-qty,
.service-action .product-add-to-cart .add-to-cart span {
  display: none;
}

.service-action .product-add-to-cart .add .add-to-cart {
  min-width: unset;
  width: fit-content;
  height: 100%;
  padding: 6px 7px;
}

.service-action .product-add-to-cart .add-to-cart .fa-shopping-cart {
  width: 20px;
  height: 20px;
}

.service-action .product-add-to-cart .add .add-to-cart .fa-shopping-cart::before {
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

#service-plan-warning .main-product img {
  max-width: 150px;
}

#service-plan-warning.modal-upsell .modal-dialog {
  transform: translateY(-50%);
}

#service-plan-warning.modal-upsell .modal-content {
  max-width: 40%;
}

/* Dashboard section */
body#module-watertradeupsell-manageupsell .service-plan-account {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

body#module-watertradeupsell-manageupsell .svp-account-topbar {
  padding-bottom: 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eceff3;
}

body#module-watertradeupsell-manageupsell .svp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f3c64;
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  text-decoration: none;
}

body#module-watertradeupsell-manageupsell .svp-back-link:hover {
  color: #06B77D;
}

body#module-watertradeupsell-manageupsell .svp-back-arrow {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

/* Main-product switcher — the outer shell wraps the sidebar nav on
 the left and the per-product containers on the right. Only the
 .svp-product-container.active is visible; the others are hidden
 so tabs / timelines from other products don't leak in. */
body#module-watertradeupsell-manageupsell .svp-shell {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

body#module-watertradeupsell-manageupsell .svp-nav {
  flex: 0 0 240px;
  max-width: 240px;
}

body#module-watertradeupsell-manageupsell .svp-content {
  flex: 1 1 auto;
  min-width: 0;
}

body#module-watertradeupsell-manageupsell .svp-product-container {
  display: none;
}

body#module-watertradeupsell-manageupsell .svp-product-container.active {
  display: flex;
}

body#module-watertradeupsell-manageupsell .svp-product-nav {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item {
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  color: #4b5563;
  transition: background-color .15s, color .15s;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item:hover {
  background: #f3f4f6;
  color: #1f3b60;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item.active {
  background: #1f3b60;
  color: #fff;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item {
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  color: var(--Dark-Blue);
  transition: background-color .15s, color .15s;
  background: var(--Light-Gray);
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item a.svp-product-nav-link span {
  color: #1F3C64;
  line-height: normal;
  font-size: 14px;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item a.svp-product-nav-link span.svp-product-nav-ref {
  font-size: 12px;
  line-height: normal;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-item.active a.svp-product-nav-link span {
  color: #fff;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-name {
  display: block;
  font-weight: 600;
  color: white;
}

body#module-watertradeupsell-manageupsell .svp-product-nav-ref {
  display: block;
  font-size: 12px;
  opacity: 1;
  margin-top: 0;
  color: white;
  line-height: normal;
}

@media (max-width:991px) {
  body#module-watertradeupsell-manageupsell .svp-shell {
    flex-direction: column;
  }

  body#module-watertradeupsell-manageupsell .svp-nav,
  body#module-watertradeupsell-manageupsell .svp-content {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

}

body#module-watertradeupsell-manageupsell .svp-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

body#module-watertradeupsell-manageupsell .svp-col-left {
  max-width: 30%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

body#module-watertradeupsell-manageupsell .svp-col-right {
  flex: 1 1 auto;
  min-width: 0;
  width: 70%;
}

@media (max-width:991px) {
  body#module-watertradeupsell-manageupsell .svp-layout {
    flex-direction: column;
  }

  body#module-watertradeupsell-manageupsell .svp-col-left,
  body#module-watertradeupsell-manageupsell .svp-col-right {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

}

body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title h2 {
  font-family: 'Poppins-Bold';
  font-size: 28px;
  color: #1f3c64;
  margin: 0 0 12px;
  margin-top: 18px;
}

body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title p {
  margin: 0;
}

body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title p:first-of-type {
  font-family: 'Poppins-SemiBold';
  font-size: 17px;
  color: #1f3c64;
}

body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title p:last-of-type {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e0e4ea;
  color: var(--primary);
  line-height: normal;
}

body#module-watertradeupsell-manageupsell .svp-col-left .main-product-detail {
  background: #1f3c64;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 22px;
  display: none;
}

.upsell-menu-service-detail {
  margin-top: 20px;
}

body#module-watertradeupsell-manageupsell .svp-col-left .main-product-detail h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  color: #fff;
  margin: 0 0 4px;
}

body#module-watertradeupsell-manageupsell .svp-col-left .main-product-detail p {
  font-size: 13px;
  color: #cdd6e4;
  margin: 0;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail.row {
  margin-left: 0;
  margin-right: 0;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail .form-group {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 18px;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail label {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  color: #1f3c64;
  margin-bottom: 8px;
  text-align: left;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail .form-control {
  width: 100%;
  height: auto;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 15px;
  color: #1f3c64;
  background-color: #fff;
  box-shadow: none;
  transition: border-color .15s, box-shadow .15s;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail .form-control:focus {
  border-color: #06B77D;
  box-shadow: 0 0 0 3px rgba(6, 183, 125, 0.15);
  outline: none;
}

body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail .form-control:disabled,
body#module-watertradeupsell-manageupsell .svp-col-left .service-plan-detail .form-control[readonly] {
  background-color: #f1f3f6;
  border-color: #e6eaf0;
  color: #55627a;
}

body#module-watertradeupsell-manageupsell .svp-col-left .edit-service-plan-detail {
  width: 100%;
  background: #06B77D;
  border: none;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  padding: 14px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

body#module-watertradeupsell-manageupsell .svp-col-left .edit-service-plan-detail:hover {
  background: #05a06d;
}

.upsell-menu-panel .products-this-year-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.upsell-menu-panel .products-this-year-list .product-this-year-item {
  display: flex;
  align-items: center;
}

.product-this-year-item .nav-svp-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-svp-detail .product-info .yt-item-service-name {
  font-size: 16px;
  font-family: Poppins-SemiBold;
}

.nav-svp-detail .product-info .service-detail-period .service-date-period {
  font-size: 14px;
}

.nav-svp-detail .product-info .service-detail-period .badge .date-over-due {
  background: transparent;
  color: #1f3c64;
  padding: 0;
}

.product-this-year-item .nav-svp-detail .tag-status {
  background: #06bc7f;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}

.product-this-year-item .nav-svp-status .tag-over-due {
  background: #B11922;
  color: #fff;
  margin-left: 0;
  padding: 4px 8px;
  border-radius: 25px;
  font-family: Poppins-SemiBold;
}

.product-this-year-item .nav-svp-detail .tag-status.overdue {
  background: #b11922;
}

span.tag-done {
  font-size: 12px;
  background: #06bc7f;
  color: #fff;
  margin-left: 0;
  padding: 4px 17px;
  border-radius: 25px;
  font-family: Poppins-SemiBold;
}

.upsell-current {
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  margin-top: 22px;
}

.upsell-current .upsell-current-title {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  padding-bottom: 10px;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 20px;
}

.upsell-menu-panel .products-this-year-list .product-this-year-item form {
  display: none;
}

.upsell-current .checkout-button button.btn.btn-primary.js-checkout-all {
  width: 100%;
  padding: 5px;
}

.product-this-year-item .nav-svp-status .tag-over-due:before {
  display: none;
}

.product-this-year-item .nav-svp-status {
  margin-left: auto;
}

.svp-dashboard {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.svp-dashboard .svp-dashboard-block {
  width: 25%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  font-size: 14px;
}

.svp-dashboard .svp-dashboard-status {
  display: flex;
  flex-direction: column;
}

.svp-dashboard .svp-dashboard-block.svp-dashboard-ucm {
  background: #1f3c64;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.svp-dashboard-ucm .svp-ucm-title,
.svp-dashboard .svp-dashboard-status .title {
  padding-bottom: 15px;
}

.svp-dashboard-ucm .svp-ucm-due-date,
.svp-dashboard .svp-dashboard-status .bottom-line {
  margin-top: auto;
}

.svp-dashboard .svp-dashboard-status .status-icon i.material-icons {
  background: #06bc7f;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  box-shadow: 0px 3px 6px #00000029;
}

.svp-dashboard .svp-dashboard-status .status-icon i.material-icons.over-due {
  font-size: 35px;
  text-align: center;
  background: #FF6869;
}

.svp-dashboard-current {
  display: flex;
  flex-direction: column;
}

.svp-dashboard-current .title {
  font-size: 14px;
  padding-bottom: 15px;
}

.svp-dashboard-current .yearly,
.svp-dashboard-ucm .svp-ucm-day {
  font-size: 36px;
  line-height: 48px;
  color: #06B77D;
  font-family: 'Poppins-Bold';
}

.svp-dashboard-ucm .svp-ucm-day {
  color: #fff;
}

.svp-dashboard-ucm .svp-ucm-day.over-due {
  font-size: 30px;
  color: #FF6767;
}

.svp-dashboard-current .bottom-line {
  margin-top: auto;
}

.svp-dashboard-curent-filter .filter-detail {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0 10px;
}

.svp-dashboard-curent-filter .filter-detail img {
  max-width: 70px;
}

.svp-dashboard-curent-filter .filter-name {
  line-height: 1.25;
  font-size: 12px;
}

.svp-dashboard-curent-filter .add-filter-to-cart {
  font-size: 14px;
  width: 100%;
  padding: 5px;
}

#module-watertradeupsell-manageupsell .svp-dashboard .svp-dashboard-curent-filter form {
  display: none;
}

.section-main-product .filter-list {

  /* display: flex; */

  /* align-items: center; */

  /* gap: 15px; */
  padding: 15px 15px 0;
  box-shadow: 3px 5px 20px 2px #e8e8e8;
  border-radius: 20px;
  margin: 15px 0 20px;
}

.recommand-filter {
  padding: 30px 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin-top: 30px;
  background: #fff;
}

.recommand-filter .filter-list.owl-carousel .owl-stage-outer {
  padding: 8px 0;
}

.recommand-filter .filter-list {
  padding: 0;
  margin: 0;
}

body#module-watertradeupsell-manageupsell .recommand-filter h2,
body .recommand-filter h2,
body .recommand-filter h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left !important;
  color: #1f3c64;
  font-family: 'Poppins-Bold';
}

body#module-watertradeupsell-manageupsell .recommand-filter h2 {
  justify-content: normal;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 10px !important;
}

.recommand-filter .filter-list .owl-item {
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.filter-list .filter-item {
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
}

.tag-current-filter {
  font-size: 12px;
  background: #1f3c64;
  color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Poppins-SemiBold;
}

.recommand-filter .filter-list .owl-item .filter-item form {
  display: none;
}

.filter-list .filter-item .image-filter-item img {
  max-width: 100px;
  margin: auto;
}

.filter-list .filter-item .product-add-to-cart .main-qty,
.filter-list .filter-item .product-add-to-cart .add-to-cart span {
  display: none;
}

.filter-list .filter-item .product-add-to-cart .add-to-cart {
  border-radius: 50px;
  min-width: fit-content;
  height: auto;
  padding: 8px 8px;
}

.filter-list .filter-item .product-add-to-cart .add-to-cart i {
  margin: 0;
}

.filter-list .detail-filter-item {

  /* min-height: 63px; */
  font-size: 14px;
  line-break: anywhere;
}

.filter-list .owl-buttons {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.filter-list .owl-buttons div {
  background: #1f3c64;
  border: none;
  border-radius: 50px;
  height: 30px;
  width: 30px;
}

.filter-list .owl-buttons div:before {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.filter-list .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.filter-list .owl-nav {
  position: absolute;
  top: 43%;
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.filter-list .owl-nav button.owl-prev {
  width: 50px !important;
  font-size: 50px !important;
}

.filter-list .owl-nav button.owl-next {
  width: 50px !important;
  font-size: 50px !important;
}

.filter-list.owl-carousel .owl-nav button {
  text-align: left;
  width: 50%;
  font-size: 97px;
}

.filter-list .owl-nav button.owl-prev {
  text-align: left;
}

.filter-list .owl-nav button.owl-next {
  text-align: right;
}

.filter-list .owl-nav button:focus,
.filter-list .owl-nav button:active,
.filter-list .owl-nav button.owl-prev:focus,
.filter-list .owl-nav button.owl-next:focus {
  outline: none;
  box-shadow: none;
}

.filter-list.owl-carousel .owl-nav button.owl-prev,
.filter-list.owl-carousel .owl-nav button.owl-next {
  width: 28px !important;
  height: 28px;
  font-size: 0 !important;
  position: relative;
}

.filter-list.owl-carousel .owl-nav button.owl-prev::before,
.filter-list.owl-carousel .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #1f3c64;
  border-right: 2px solid #1f3c64;
}

.filter-list.owl-carousel .owl-nav button.owl-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.filter-list.owl-carousel .owl-nav button.owl-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.filter-list .detail-filter-item {
  min-height: 78px;
  padding: 0 15px;
  text-align: center;
}

.submit-reccomand-filter,
.submit-reccomand-filter:hover {
  background: #00b783;
  border: none;
  border-radius: 50px !important;
  font-size: 16px !important;
  padding: 8px 34px !important;
  width: 100%;
}

.recommand-filter .filter-list.owl-carousel .owl-stage {
  display: flex;
}

.recommand-filter .filter-list.owl-carousel .owl-item {
  display: flex;
}

.recommand-filter .filter-list .owl-item .filter-item {
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
}

.recommand-filter .filter-item .image-filter-item,
.recommand-filter .filter-item .detail-filter-item {
  align-self: stretch;
  text-align: center;
}

.recommand-filter .filter-item .tag-current-filter {
  align-self: center;
  margin-bottom: 10px;
}

.recommand-filter .filter-item .add-filter-item {
  align-self: center;
  margin-top: auto;
}

.link-to-recommand a {
  border-radius: 50px;
  font-size: 14px;
}

#service-agreement-block .info-service-block {
  width: 33.33%;
  height: 100%;
}

#service-agreement-block .slide-service-block {
  width: 30%;
}

.service-banner-block img {
  max-width: 350px;
  border-radius: 8px;
}

#service-agreement-block #fly-callback_box {
  min-height: 48px;
}

#service-agreement-block #fly-callback_box button.btn.btn-sm.btn-fly-callback {
  height: auto;
  padding: 5px;
  box-shadow: none;
}

#service-agreement-block #fly-callback_box .btn-fly-callback span.fahj.show {
  padding: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

#service-agreement-block #fly-callback_box button#btn-fly-callback_box,
#service-agreement-block #fly-callback_box .status {
  height: auto;
}

#service-agreement-block #fly-callback_box .status {
  padding: 9px 0;
  width: 100%;
}

#service-agreement-block #fly-callback_box .status .field input#phone_callback {
  height: auto;
  padding: 0;
}

/* #service-agreement-block #fly-callback_box.open button#btn-fly-callback_box_full {
transform: translateX(138px);
} */
#service-agreement-block #fly-callback_box .btn-fly-callback span.send.show {
  font-size: 16px;
}

#service-agreement-block #fly-callback_box.open button.btn.btn-sm.btn-fly-callback {
  height: auto;
  box-shadow: none;
  padding: 10px 5px;
}

/* #service-agreement-block #fly-callback_box.open button#btn-fly-callback_box_full {
width: 80px;
right: 0;
transform: none;
} */
#service-agreement-block #fly-callback_box button#btn-fly-callback_box {
  padding: 0;
  width: 80px;
}

#service-agreement-block .info-service-block .info-service,
#service-agreement-block .info-service-block .info-service-lebal {
  font-size: 14px;
  text-align: left;
  color: #000;
}

#service-agreement-block .info-service-block .info-service {
  margin-bottom: 20px;
}

.slide-service-block {
  flex-grow: 1;
}

.slide-service-block .col-grohe-blue-card-title {
  font-size: 30px;
  padding: 15px 8px;
  border-radius: 30px;
  font-family: 'Poppins-Bold';
}

.slide-service-block .block.col-grohe-blue-card-price.ApHtml {
  font-size: 30px;
  margin: 0;
}

#service-agreement-block .col-grohe-blue-service-right {
  border: none;
  background: transparent !important;
  margin: 0;
}

#service-agreement-block .label-vat-footer {
  font-size: 12px;
}

#service-agreement-block img {
  width: 100%;
}

.slide-service-block .slide-service-block-item {
  margin: 30px 0;
  padding-left: 10px;
}

#service-agreement-block img.service-label-popup {
  position: absolute;
  top: 0px;
  right: 0;
  width: 80px;
  height: unset;
}

.slide-service-block .slide-service-block-item .service-agreement-button {
  background: #fff;
  color: #174168;
  font-size: 12px;
  padding: 5px 20px;
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.slide-service-block .slide-service-block-item .service-agreement-button:hover {
  background: #13b77d;
  color: #fff;
}

#service-agreement-block .short-detail-service-block {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.slide-service-block .add-to-cart-block .add-service-to-cart {
  font-size: 12px;
  background: #13b783;
  border-radius: 50px;
  padding: 5px 20px;
}

#service-agreement-block .owl-theme .owl-buttons {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
}

#service-agreement-block .owl-theme .owl-buttons div {
  background: transparent;
  border: none;
  width: fit-content;
}

#service-agreement-block .owl-theme .owl-buttons div:before {
  font-size: 60px;
  color: #777777;
}

/* #service-agreement-block .owl-carousel .owl-item {
padding: 0;
} */
#service-agreement-block {
  padding: 30px 30px 0;
}

.short-detail-service-block.v2 {
  flex-direction: column;
}

#service-agreement-block .short-detail-service-block .row {
  width: 100%;
}

#service-agreement-block .short-detail-service-block .row-2 .first.col-md-6 {
  width: 60%;
}

#service-agreement-block .short-detail-service-block .row-2 .full.col-md-6 {
  width: 100%;
  margin: 0;
  padding: 0;
}

#service-agreement-block .short-detail-service-block .row-2 .full.col-md-6 .slide-service-block {
  width: 100%;
}

#service-agreement-block .short-detail-service-block .row-2 .full.col-md-6 .slide-service-block .col-grohe-blue-service-right {
  width: 100%;
  max-width: 100%;
}

.slide-service-block .slide-service-block-item {
  margin: 30px 0 0;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.slide-service-block .slide-service-block-item .card-circle {
  width: 60%;
  padding-right: 30px;
}

.slide-service-block .slide-service-block-item .block.col-grohe-blue-card-title {
  width: calc(40% - 20px);
  margin-right: 20px;
  margin-left: auto;
}

#service-agreement-block .short-detail-service-block .first.col-md-6 {
  padding-left: 0;
}

#service-agreement-block .short-detail-service-block .first.col-md-6 img {
  max-width: max-content;
  border-radius: 20px;
}

#service-agreement-block .info-service-block {
  width: 100%;
}

#service-agreement-block .short-detail-service-block .row {
  width: 100%;
  display: flex;
  align-items: center;
}

#service-agreement-block .info-service-block h3 {
  font-family: 'Poppins';
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  line-height: 1.4em;
  color: #1F3C64;
}

#service-agreement-block .info-service-block h4 {
  font-family: 'Poppins-SemiBold';
  font-weight: normal;
  margin: 0;
  font-size: 24px !important;
  line-height: 1.4em;
  color: #1F3C64 !important;
  text-align: center !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

#service-agreement-block #fly-callback_box {
  min-height: 50px;
  max-width: 350px;
  text-align: center;
  margin: auto;
}

#service-agreement-block #fly-callback_box .btn-fly-callback span.fahj.show {
  font-size: 20px;
}

#service-agreement-block #fly-callback_box .status {
  padding: 9px 0;
  width: 100%;
  height: 49px;
}

.row-addtocart {
  width: 100%;
  margin-top: 30px;
}

.card-circle ul.grohe-blue-service-logo-list.list-style-2 .grohe-blue-service-logo-image {
  align-items: center;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.card-circle ul.grohe-blue-service-logo-list.list-style-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.card-circle ul.grohe-blue-service-logo-list.list-style-2 .grohe-blue-service-logo-image img {
  max-width: 70px;
}

.card-circle ul.grohe-blue-service-logo-list.list-style-2 .grohe-blue-service-logo-title {
  word-break: break-all;
  font-size: 11px;
  padding: 0 10px;
}

#service-agreement-block .owl-nav span {
  font-size: 50px;
}

#service-agreement-block .owl-nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  width: calc(100% + 30px);
  top: 25%;
  margin-left: -15px;
  margin-right: -15px;
}

#service-agreement-block .owl-nav button.owl-next {
  margin-left: auto;
}

.ignore-me {
  margin-top: 20px;
}

#service-agreement-block #fly-callback_box button.btn.btn-sm.btn-fly-callback {
  height: 57px;
  padding: 5px;
  box-shadow: none;
}

#service-agreement-block #fly-callback_box .status {
  padding: 9px 0;
  width: 100%;
  height: 57px;
}

#service-agreement-block #fly-callback_box.open button.btn.btn-sm.btn-fly-callback {
  height: 57px;
  box-shadow: none;
  padding: 10px 5px;
  top: 0px;
}

#service-agreement-block #fly-callback_box {
  min-height: 57px;
  max-width: 350px;
  text-align: center;
  margin: auto;
}

.slide-service-block .block.col-grohe-blue-card-price.ApHtml {
  font-size: 30px;
  margin: 0;
  margin-top: 5px;
  width: auto;
  max-width: max-content;
  padding: 0px 30px;
  margin: auto;
  margin-top: 10px;
}

#service-agreement-block .label-vat-footer {
  font-size: 12px;
  font-weight: lighter;
  font-family: 'Poppins';
}

.slide-service-block .slide-service-block-item .service-agreement-button {
  background: transparent;
  color: white;
  font-size: 12px;
  padding: 0px 20px;
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.slide-service-block .slide-service-block-item .service-agreement-button span:before {
  content: "";
  background: url(/themes/classic/assets/img/plusgreen.png);
  width: 18px;
  height: 18px;
  position: absolute;
  right: auto;
  top: 2px;
  left: 0;
  background-size: 18px;
}

.slide-service-block .slide-service-block-item .service-agreement-button:hover {
  background: transparent;
  color: #fff;
}

.slide-service-block .slide-service-block-item .service-agreement-button span {
  position: relative;
  font-size: 14px;
  font-family: 'Poppins-Bold';
  position: relative;
  padding-left: 25px;
  line-height: 30px;
}

#service-agreement-block img.service-label-popup {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 100px;
  height: unset;
}

#service-agreement-block .add-service-to-cart {
  display: flex;
  margin: auto;
  align-items: center;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  background-color: #06BC7F;
  border-radius: 50px 50px 50px 50px;
}

#service-agreement-block .add-service-to-cart:before {
  content: "";
  background: url(/themes/classic/assets/img/add-to-cart.png);
  width: 30px;
  height: 30px;
  display: inline-flex;
  color: white;
  background-size: 30px;
  margin-right: 10px;
}

#service-agreement-block .add-service-to-cart:hover {
  background-color: #0B9C57;
  cursor: pointer;
}

.ignore-me label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ignore-me label input {
  margin-right: 5px;
}

div#service-agreement-block {
  position: relative;
}

div#service-agreement-block .close-box {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

div#service-agreement-choice .modal-body.form-horizontal {
  background: white;
  color: red;
}

#service-agreement-choice .modal-dialog .modal-content {
  background: #ffffff;
  border-radius: 20px;
}

div#service-agreement-choice.show {
  display: block !important;
}

div#service-agreement-choice:not(.show) {
  display: none !important;
}

div#service-agreement-choice .modal-header {
  display: flex;
  align-items: center;
}

div#service-agreement-choice button.close {
  color: #1F3C64;
  margin-left: auto;
  margin-top: 0;
  font-size: 30px;
}

#service-agreement-choice .modal-dialog .modal-content {
  min-width: 550px;
}

#service-agreement-choice .modal-dialog {
  max-width: 1000px;
}

.content-service-data ul.image-list {
  display: flex;
}

.content-service-data ul.image-list li {
  width: 33%;
}

.content-service-data ul.image-list li img {
  width: 100%;
  height: auto;
}

.service-banner-block.mobile {
  display: none;
}

.slide-service-block .block.col-grohe-blue-card-price.ApHtml {
  margin-bottom: 0;
}

.slide-service-block .slide-service-block-item .block.col-grohe-blue-card-title {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

@media (max-width:1440px) {
  div#service-agreement-choice.show .modal-body {
    max-height: 450px;
    overflow-y: scroll;
  }

}

@media (max-width:767px) {
  #service-agreement-block .short-detail-service-block .first.col-md-6 {
    padding-left: 0;
    padding: 0;
  }

  .card-circle ul.grohe-blue-service-logo-list.list-style-2 {
    justify-content: center;
  }

  #service-agreement-block {
    padding: 20px 20px 0;
  }

  #service-agreement-block .short-detail-service-block .row {
    flex-direction: column;
  }

  #service-agreement-block .short-detail-service-block .row .secon.col-md-6 {
    width: 100%;
    margin-top: 0px;
    padding: 0;
  }

  .slide-service-block .slide-service-block-item {
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
  }

  .slide-service-block .slide-service-block-item .card-circle {
    width: 100%;
    padding-right: 0px;
  }

  .slide-service-block .slide-service-block-item .block.col-grohe-blue-card-title {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: auto;
    position: relative;
    margin-top: 30px;
  }

  .card-circle ul.grohe-blue-service-logo-list>li {
    max-width: 20%;
    text-align: center;
    margin-top: 20px;
    min-width: 50px;
  }

  .card-circle ul.grohe-blue-service-logo-list.list-style-2 .grohe-blue-service-logo-title {
    padding: 0 5px;
    font-size: 9px;
    word-wrap: break-word;
  }

  #service-agreement-block .info-service-block h3 {
    font-family: 'Poppins';
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    line-height: 1.6em;
    color: #1F3C64;
  }

  #service-agreement-block .info-service-block h4 {
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
    margin: 0;
    font-size: 16px !important;
    line-height: 1.6em;
    color: #1F3C64 !important;
    text-align: center !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #service-agreement-block .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: calc(100% + 40px);
    top: 50%;
    margin-left: -20px;
    margin-right: -20px;
  }

  .card-circle ul.grohe-blue-service-logo-list.list-style-2 .grohe-blue-service-logo-image img {
    max-width: 50px;
  }

  #service-agreement-block #fly-callback_box button.btn.btn-sm.btn-fly-callback {
    height: 47px;
    padding: 5px;
    box-shadow: none;
  }

  #service-agreement-block #fly-callback_box .btn-fly-callback span.fahj.show {
    font-size: 16px;
  }

  #service-agreement-block #fly-callback_box .status {
    padding: 9px 0;
    width: 100%;
    height: 47px;
  }

  #service-agreement-block #fly-callback_box.open button.btn.btn-sm.btn-fly-callback {
    height: 47px;
  }

  .card-circle ul.grohe-blue-service-logo-list.list-style-2 {
    margin-top: 0px;
    margin-bottom: 0;
  }

  #service-agreement-block .short-detail-service-block {
    gap: 0;
  }

  .slide-service-block .slide-service-block-item {
    padding-left: 0;
  }

  div#service-agreement-block .close-box {
    position: absolute;
    right: 15px;
    top: 5px;
  }

  .service-banner-block {
    display: none;
  }

  .service-banner-block.mobile {
    display: block;
  }

  #service-agreement-block .short-detail-service-block .row .first.col-md-6 {
    width: 100%;
  }

  .service-banner-block.mobile {
    display: block;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .service-banner-block.mobile .info-service-block {
    color: white;
    width: 100px;
    display: flex;
    margin-left: auto;
    justify-content: center;
    margin-right: 0;
    flex-direction: column;
    align-items: end;
  }

  .service-banner-block.mobile .info-service-block h3 {
    color: white !important;
  }

  .short-detail-service-block.v2 .info-service-block h3 {
    display: none;
  }

}

@media (max-width:575px) {
  #service-agreement-block img.service-label-popup {
    position: absolute;
    top: -20px;
    right: 0;
    width: 70px;
    height: unset;
  }

  .slide-service-block .slide-service-block-item .block.col-grohe-blue-card-title {
    margin-top: 20px;
  }

  #service-agreement-block .add-service-to-cart:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }

}

/* ---- Year column highlight & "registered this year" gray-out ---- */
.section-service-product {
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px;
}

.timeline-header-content {
  display: flex;
}

.timeline-header-content .content-right {
  margin-left: auto;
}

.switch-service-list {
  display: flex;
}

.table.timeline-detail thead td {
  text-align: center;
  font-weight: 800;
}

.timeline-detail .is-current-year {
  border-left: 1px solid #00b783;
  border-right: 1px solid #06b77d;
  font-weight: 600;
  position: relative;
}

.timeline-detail thead .is-current-year {
  color: #06b77d;
}

.service-action i {
  border-radius: 50px;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 2px;
}

.service-action .shop-ordered {
  color: #fff;
  background: #06b77d;  /* padding: 4px 4px; */
}

.service-action .self-performed {
  color: #7c3aed;
  background: #f0eaff;
}

/* ---- Products to change this year ---- */
.section-products-this-year {
  margin-top: 0;
  padding: 0;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

.products-this-year-header {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #eef1f5;
  align-items: center;
}

.products-this-year-header .products-this-year-header-right {
  margin-left: auto;
}

.products-this-year-header-right p {
  margin: 0;
  background: #c0392b;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  padding: 3px 30px;
  white-space: nowrap;
}

.products-this-year-header h3.products-this-year-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.section-products-this-year h3 {
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #1f3c64;
}

.section-products-this-year .products-this-year-title span {
  color: #06bc7f;
}

.section-products-this-year .products-this-year-desc {
  font-size: 13px;
  color: var(--primary-color);
  margin: 0;
}

.section-products-this-year .products-this-year-list {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.section-products-this-year .product-this-year-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid #eef1f5;
}

.section-products-this-year .product-this-year-item:first-child {
  border-top: none;
}

.section-products-this-year .product-image img {
  border-radius: 6px;
}

.section-products-this-year .product-info {
  flex: 1;
}

.section-products-this-year .product-title {
  font-weight: 700;
  color: #1f3c64;
}

.section-products-this-year .due-now-badge {
  display: inline-block;
  margin-left: 8px;
  color: #e86b28;
  font-size: 12px;
  font-weight: 600;
}

.section-products-this-year .product-title {
  font-weight: 700;
  color: #1f3c64;
  font-size: 15px;
}

.yt-item-service-name {
  font-size: 13px;
}

.section-products-this-year .product-reference,
.section-products-this-year .product-date {
  font-size: 12px;
  color: var(--primary);
}

.service-detail-period .next-period-date {
  width: fit-content;
  border-radius: 25px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: normal;
}

.date-over-due {
  background: #1f3c64;
  color: #fff;
  border-radius: 25px;
  padding: 2px 10px;
}

.product-this-year-item .service-detail-period .js-register-service-log {
  margin-top: 15px;
  font-size: 14px;
  padding: 6px 15px;
}

.section-products-this-year .product-action {
  min-width: 160px;
  text-align: right;
}

.section-products-this-year .product-this-year-item .product-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-products-this-year .product-price {
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}

.section-products-this-year .product-price .current-price {
  font-size: 18px;
  color: #174167;
  font-family: 'Poppins-SemiBold';
}

.section-products-this-year .product-price .regular-price {
  display: inline-block;
  margin-right: 6px;
  text-decoration: line-through;
  font-size: 10px;
  color: #1F3C64;
}

.section-products-this-year .product-this-year-item .add {
  display: none;
}

.suggesion-action-line {
  display: flex;
  gap: 10px;
}

.section-products-this-year .status-done {
  color: #28a745;
  font-weight: 600;
}

.section-products-this-year .status-skipped {
  color: #999;
}

.section-products-this-year .no-products-this-year {
  margin: 0;
  color: #8a6d00;
  font-style: italic;
}

.products-this-year-list .product-action .add .add-to-cart {
  font-size: 0;
  padding: 5px 45px;
  line-height: 0;
  max-height: 35px;
}

.products-this-year-list .product-action .add .add-to-cart .shopping-cart {
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.products-this-year-list .product-action .product-add-to-cart span.control-label {
  display: none;
}

.products-this-year-list .product-action .product-add-to-cart .product-quantity {
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.products-this-year-list .product-action .product-add-to-cart .product-quantity .qty {
  margin: 0;
}

.products-this-year-list .product-action .product-add-to-cart .product-quantity input {
  width: 115px;
  text-align: center;
  border-radius: 50px;
  padding: 7px 15px;
}

.products-this-year-list .product-action .qty span.input-group-btn-vertical {
  position: absolute;
  width: 100%;
  z-index: 99;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}

.products-this-year-list .product-action .qty span.input-group-btn-vertical .js-touchspin {
  width: fit-content;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  padding: 0;
}

.products-this-year-list .product-action .qty span.input-group-btn-vertical .js-touchspin.bootstrap-touchspin-up {
  transform: translateY(-41%);
  left: 10px;
}

.products-this-year-list .product-action .qty span.input-group-btn-vertical .js-touchspin.bootstrap-touchspin-down {
  transform: translateY(-35%);
  right: 30px;
}

.products-this-year-total.js-products-total {
  display: flex;
  align-items: center;
  padding: 22px 24px;
  gap: 15px;
  background: #f2f4f7;
}

.products-this-year-total.js-products-total .total-plan-this-year {
  margin-right: auto;
}

.products-this-year-total .total-plan-this-year .label {
  font-size: 14px;
  color: #1F3C64;
}

.products-this-year-total .total-plan-this-year .value {
  font-size: 25px;
  font-weight: 800;
  color: #1f3c64;
  margin-top: 5px;
}

/*  ----  Service History Section ----  */
.section-service-history {
  margin-top: 0;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 18px rgba(31, 60, 100, 0.06);
  margin-top: 0;
  padding: 0;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
}

.checkout-button button.btn.btn-primary.js-checkout-all {
  font-size: 18px;
  padding: 15px 50px;
  border-radius: 50px;
}

.checkout-button button.btn.btn-primary.js-checkout-all i.material-icons.mr-1 {
  margin-right: 5px !important;
}

.section-service-history .section-service-history-header {
  padding-bottom: 18px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid #eef1f5;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.section-service-history .section-service-history-header .section-service-history-title {
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1f3c64;
}

.section-service-history .section-service-history-header .section-service-history-desv {
  font-size: 13px;
  color: #1f3b60;
}

.section-service-history .section-service-history-header .js-register-service-log {
  font-size: 14px;
  width: fit-content;
  padding: 6px 15px;
}

.service-history-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
}

.service-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.service-history-list .installed-year {
  display: none;
}

.service-history-list .service-history-item:not(:last-child) {
  border-bottom: 1px solid #eceff3;
}

.service-history-item .service-log-info-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: auto;
}

.service-history-image {
  flex: 0 0 auto;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 6px;
}

.service-history-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.service-history-info .service-history-title {
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  color: #1f3c64;
}

.service-history-info .service-history-reference {
  font-size: 12px;
  color: #1f3b60;
  margin-top: 0;
  line-height: normal;
}

.service-history-info .service-history-plan-name {
  font-size: 12px;
  color: #1f3b60;
  line-height: normal;
}

.service-history-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  color: var(--primary);
  font-size: 12px;
  line-height: normal;
  margin-top: 0;
}

.box-for2 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.service-history-meta .service-history-date {
  font-size: 12px;
  color: var(--primary);
}

.service-history-reciept {
  background: #e8e8e8;
  padding: 0px 10px;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 20px;
}

.service-history-reciept a {
  font-size: 12px;
}

.service-log-info-status {
  flex: 0 0 auto;
}

.service-log-info-status .tag-service-price-log-status,
.service-log-info-status .tag-service-log-status {
  min-width: 92px;
  padding: 9px 22px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-SemiBold';
}

.service-log-info-status .tag-service-price-log-status {
  background: #06B77D;
}

.service-log-info-status .tag-service-log-status {
  background: #e8e8e8;
  color: var(--primary);
}

.service-log-info-status.overdue .tag-service-log-status {
  background: #fde8d8;
  color: #e86b28;
  font-size: 12px;
  padding: 5px 20px;
  margin-top: 5px;
}

.service-history-in-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  background: #06B77D;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  flex: 0 0 auto;
}

.service-history-overdue-action button.btn.btn-warning.js-register-service-log {
  border-radius: 50%;
  font-size: 0;
  border-color: #1f3c64;
}

.service-history-overdue-action button.btn.btn-warning.js-register-service-log:hover {
  background: #1f3c64;
}

.service-history-in-shop i {
  line-height: 1;
}

.section-service-history-download {
  margin-top: 25px;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(31, 60, 100, 0.06);
}

.section-service-history-download .section-service-history-download-header {
  border-bottom: 1px solid #eceff3;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.section-service-history-download .section-service-history-download-title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #1f3c64;
}

.section-service-history-download .section-service-history-download-desc {
  font-size: 12px;
}

.service-pdf-selfnote {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #1f3c64;
  color: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 22px;
}

.service-pdf-selfnote-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-pdf-selfnote-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-pdf-selfnote-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: white;
}

.section-service-history-download-detail {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 14px;
  padding: 20px 22px;
}

.section-service-history-download-detail>h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1f3c64;
  margin: 0 0 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eceff3;
}

.service-history-pdf-table {
  width: 100%;
}

.service-history-pdf-table .pdf-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 8px;
}

.service-history-pdf-table .pdf-row:not(:last-child) {
  border-bottom: 1px solid #f2f4f7;
}

.service-history-pdf-table .pdf-year {
  flex: 0 0 auto;
  width: 60px;
  font-family: 'Poppins-SemiBold';
  color: #1f3c64;
  white-space: nowrap;
}

.service-history-pdf-table .pdf-name {
  flex: 1 1 auto;
  min-width: 0;
  color: #1f3b60;
}

.service-history-pdf-table .pdf-ref {
  font-size: 12px;
}

.service-history-pdf-table .pdf-date {
  font-size: 12px;
}

.service-history-pdf-table .pdf-status {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

td.pdf-name {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: left;
}

span.pdf-name-p {
  font-size: 14px;
}

.service-history-pdf-table .badge {
  display: inline-block;
  min-width: 78px;
  padding: 7px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-SemiBold';
}

.service-history-pdf-table .badge-info {
  background: #1f3c64;
}

.service-history-pdf-table .badge-success {
  background: #06B77D;
}

.section-service-history-download-action {
  text-align: center;
  margin-top: 24px;
}

.section-service-history-download-action .js-download-service-history-pdf {
  background: #06B77D;
  border: none;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  padding: 14px 34px;
  border-radius: 50px;
}

.section-service-history-download-action .js-download-service-history-pdf i {
  margin-right: 8px;
}

#register-service-log-modal .modal-dialog {
  max-width: 640px;
  margin: 1.75rem auto;
}

#register-service-log-modal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(31, 60, 100, 0.25);
  overflow: hidden;
  padding: 30px;
}

#register-service-log-modal .modal-body {
  padding: 0;
  padding-top: 10px;
}

#register-service-log-modal .modal-header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eceff3;
  padding: 0 0px 10px 0px;
}

#register-service-log-modal .modal-header .modal-title {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #1f3c64;
  margin: 0;
}

#register-service-log-modal .modal-header .close {
  position: absolute;
  top: -4px;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f4f6f8;
  border: none;
  opacity: 1;
  color: #1f3c64;
  font-size: 22px;
  line-height: 1;
  text-shadow: none;
  transition: background-color .15s;
  margin-top: 0;
}

#register-service-log-modal .modal-header .close:hover {
  background: #e6eaf0;
}

#register-service-log-modal .modal-body {
  padding: 0;
  padding-top: 10px;
}

#register-service-log-modal .register-service-description {
  color: var(--primary);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 10px;
}

#register-service-log-modal .form-group {
  margin-bottom: 20px;
}

#register-service-log-modal .form-group.col-md-6.first {
  padding-left: 0;
}

#register-service-log-modal .form-group.col-md-6.second {
  padding-right: 0px;
}

#register-service-log-modal .form-group label {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  color: #1f3c64;
  margin-bottom: 8px;
  text-align: left;
}

#register-service-log-modal .form-control {
  width: 100%;
  height: auto;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 15px;
  color: #1f3c64;
  background-color: #fff;
  box-shadow: none;
  transition: border-color .15s, box-shadow .15s;
  font-size: 12px;
}

#register-service-log-modal select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!width=!string!height=!string!viewBox=!string!fill=!string!stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-linejoin=!string!%3E%3Cpolyline points=!string!%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

#register-service-log-modal textarea.form-control {
  min-height: 96px;
  resize: vertical;
}

#register-service-log-modal .form-control:focus {
  border-color: #06B77D;
  box-shadow: 0 0 0 3px rgba(6, 183, 125, 0.15);
  outline: none;
}

#register-service-log-modal input[type='http://www.w3.org/2000/svg'].form-control {
  padding: 10px 14px;
}

#register-service-log-modal .form-text {
  margin-top: 8px;
  font-size: 12px;
  color: #8a94a7;
}

#register-service-log-modal .modal-footer {
  border-top: 1px solid #eceff3;
  padding: 20px 0 0;
  gap: 12px;
  display: flex;
}

#register-service-log-modal .modal-footer .btn {
  border: none;
  border-radius: 50px;
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

#register-service-log-modal .modal-footer .btn-secondary {
  background: #eef1f5;
  color: #55627a;
  width: 30%;
}

#register-service-log-modal .modal-footer .btn-secondary:hover {
  background: #e2e7ee;
}

#register-service-log-modal .modal-footer .btn-primary {
  background: #06B77D;
  color: #fff;
  width: 70%;
  font-size: 18px;
  font-family: 'Poppins-Bold';
}

#register-service-log-modal .modal-footer .btn-primary:hover {
  background: #05a06d;
}

@media (max-width:575px) {
  #register-service-log-modal .modal-header,
  #register-service-log-modal .modal-body,
  #register-service-log-modal .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  #register-service-log-modal .modal-footer {
    flex-direction: column-reverse;
  }

  #register-service-log-modal .modal-footer .btn {
    width: 100%;
  }

}

#delete-service-plan-modal .modal-dialog {
  max-width: 460px;
  margin: 1.75rem auto;
}

#delete-service-plan-modal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(178, 31, 45, 0.22);
  overflow: hidden;
}

#delete-service-plan-modal .modal-header {
  position: relative;
  display: block;
  border-bottom: none;
  padding: 28px 28px 6px;
}

#delete-service-plan-modal .modal-header .close {
  display: none;
}

#delete-service-plan-modal .delete-modal-icon {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 18px;
}

#delete-service-plan-modal .modal-title {
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  color: #1f3c64;
  margin: 0;
}

#delete-service-plan-modal .modal-body {
  padding: 8px 28px 18px;
}

#delete-service-plan-modal .modal-body>p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--primary);
  margin: 0 0 15px;
}

#delete-service-plan-modal .modal-body>p:first-child {
  color: #1f3c64;
  margin-bottom: 8px;
}

#delete-service-plan-modal .modal-body>p strong {
  color: #1f3c64;
}

#delete-service-plan-modal .delete-notice-block {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #b21f2d;
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 20px;
}

#delete-service-plan-modal .delete-notice-block img {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

#delete-service-plan-modal .delete-notice-block p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

#delete-service-plan-modal .modal-body p.delete-service-plan-description {
  margin-bottom: 0;
}

#delete-service-plan-modal .modal-footer {
  border-top: none;
  padding: 0;
  gap: 12px;
  margin-top: 10px;
  display: flex;
}

#delete-service-plan-modal .modal-footer .btn {
  border-radius: 50px;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  padding: 13px 26px;
  text-transform: uppercase;
  letter-spacing: .3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#delete-service-plan-modal .modal-footer .btn-secondary {
  background: #fff;
  border: 1px solid #d9dee7;
  color: #1f3c64;
}

#delete-service-plan-modal .modal-footer .btn-secondary {
  background: #fff;
  border: 1px solid #d9dee7;
  color: #1f3c64;
  width: 50%;
}

#delete-service-plan-modal .modal-footer .btn-danger {
  background: #b21f2d;
  border: none;
  color: #fff;
  width: 50%;
}

#delete-service-plan-modal .modal-footer .btn-danger:hover {
  background: #9a1a26;
}

@media (max-width:575px) {
  #delete-service-plan-modal .modal-header,
  #delete-service-plan-modal .modal-body,
  #delete-service-plan-modal .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  #delete-service-plan-modal .modal-footer {
    flex-direction: column-reverse;
  }

  #delete-service-plan-modal .modal-footer .btn {
    width: 100%;
  }

}

.history-status-label {
  font-size: 12px;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 25px;
}

.service-history-overdue-action {
  margin-top: 0px;
}

.box-for-overdue {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.service-history-overdue-action button.btn.btn-warning.js-register-service-log img {
  left: 13px;
}

.yearly-timeline .yt-tl-group {
  display: grid;
  grid-template-columns: 46px 22px 1fr;
  column-gap: 14px;
  align-items: start;
}

.yearly-timeline .yt-tl-year {
  font-family: 'Poppins-SemiBold';
  color: #1f3c64;
  font-size: 10px;
  padding-top: 40px;
  white-space: nowrap;
}

.yearly-timeline .yt-tl-line {
  position: relative;
  align-self: stretch;
}

.yearly-timeline .yt-tl-line::before {
  content: '14';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
  bottom: 46px;
  width: 2px;
  background: #06B77D;
}

.yearly-timeline .yt-tl-dot {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 3px solid #fff;
}

.yearly-timeline .yt-tl-dot-start {
  top: 46px;
  margin-top: -7px;
  background: #06B77D;
}

.yearly-timeline .yt-tl-dot-end {
  bottom: 46px;
  margin-bottom: -7px;
  background: #1f3c64;
}

.yearly-timeline .yt-tl-body {
  min-width: 0;
}

@media (max-width:767px) {
  .yearly-timeline .yt-tl-group {
    grid-template-columns: 34px 16px 1fr;
    column-gap: 10px;
  }

  .yearly-timeline .yt-tl-year {
    font-size: 12px;
  }

}

/* ------------------------------------------------------------
 Service-plan section tabs (Timeline / Products / History / Installed)
 ------------------------------------------------------------ */
.section-service-product .svp-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  list-style: none;
  padding: 6px;
  margin: 0 0 1.5rem;
  background: #f4f6f8;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
}

.section-service-product .svp-tab {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 18px;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: normal;
  border-radius: 50px;
  transition: color .15s, background-color .15s;
  font-size: 15px;
}

.section-service-product .svp-tab:hover {
  color: #1f3b60;
}

.section-service-product .svp-tab.active {
  color: #fff;
  background: #1f3b60;
}

.section-service-product .svp-tab .material-icons {
  display: none;
}

.section-service-product .svp-tab-panel {
  display: none;
}

.section-service-product .svp-tab-panel.active {
  display: block;
}

/* Installed tab */
.section-installed {
  margin-top: 0;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 18px rgba(31, 60, 100, 0.06);
}

.section-installed .section-installed-header {
  border-bottom: 1px solid #eceff3;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.section-installed .section-installed-title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #1f3c64;
}

.section-installed .section-installed-title-desc {
  font-size: 12px;
}

.section-installed .main-product-service {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #1f3c64;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 26px;
}

.section-installed .main-product-service-image {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
}

.section-installed .main-product-service-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.section-installed .main-product-service-title {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  color: #fff;
}

.section-installed .main-product-service-reference {
  font-size: 14px;
  margin-top: 0;
  color: white;
}

.section-installed .main-product-service-reference .svp-ref {
  color: #cdd6e4;
}

.section-installed .service-plan-detail .form-group {
  margin-bottom: 22px;
}

.section-installed .service-plan-detail label {
  display: block;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  color: #1f3c64;
  margin-bottom: 5px;
  text-align: left;
}

.section-installed .service-plan-detail .form-control {
  width: 100%;
  height: auto;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  padding: 13px 18px;
  font-size: 15px;
  color: #1f3c64;
  background-color: #fff;
  box-shadow: none;
  transition: border-color .15s, box-shadow .15s;
}

.section-installed .service-plan-detail .form-control:focus {
  border-color: #06B77D;
  box-shadow: 0 0 0 3px rgba(6, 183, 125, 0.15);
  outline: none;
}

.section-installed .service-plan-detail .form-control.is-locked,
.section-installed .service-plan-detail .form-control[readonly] {
  background-color: #f1f3f6;
  border-color: #e6eaf0;
  color: #55627a;
  cursor: default;
}

.section-installed .service-plan-detail .form-control.is-locked:focus {
  border-color: #e6eaf0;
  box-shadow: none;
}

.col-lg-12.section-installed .service-plan-detail {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-installed .installed-locked-note {
  display: block;
  margin-top: 0;
  font-size: 10px;
  color: #8a94a7;
}

.col-lg-12.section-installed .service-plan-detail .form-control {
  width: 100%;
  height: auto;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  padding: 13px 18px;
  font-size: 15px;
  color: #1f3c64;
  background-color: #fff;
  box-shadow: none;
  transition: border-color .15s, box-shadow .15s;
}

#delete-service-plan-modal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(178, 31, 45, 0.22);
  overflow: hidden;
  padding: 30px;
}

#delete-service-plan-modal .modal-header {
  position: relative;
  display: block;
  border-bottom: none;
  padding: 0;
}

#delete-service-plan-modal .modal-body {
  padding: 10px 0;
}

.col-lg-12.section-installed .service-plan-detail .form-control.is-locked {
  background: #ebebeb;
  color: #acaaa6;
}

.section-installed .service-plan-detail .form-group:last-child {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
}

.section-installed .edit-service-plan-detail {
  background: #06B77D;
  border: none;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-size: 15px;
  padding: 14px 42px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.section-installed .edit-service-plan-detail:hover {
  background: #05a06d;
}

.section-installed .no-installed-details {
  color: #6b7280;
  margin-bottom: 1rem;
}

.section-delete-service {
  margin-top: 25px;
  background: #fff;
  border: 1px solid #B11922;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 18px rgba(178, 31, 45, 0.06);
}

.section-delete-service .section-delete-header {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.section-delete-service .section-delete-title {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #B11922;
}

.section-delete-service .detete-content h4 {
  font-family: 'Poppins-SemiBold';
}

.section-delete-service .section-delete-title-desc {
  font-size: 12px;
  color: #B11922;
}

.section-delete-service .detete-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #B11922;
  border-radius: 14px;
  padding: 24px 26px;
  color: #fff;
}

.section-delete-service .detete-content>img {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-top: 2px;
}

.section-delete-service .notify-detial h4 {
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px;
}

.section-delete-service .notify-detial p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 12px;
}

.section-delete-service .notify-detial p:last-child {
  margin-bottom: 0;
}

.section-delete-service .delete-action-block {
  text-align: center;
  margin-top: 26px;
}

.section-delete-service .delete-service-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #B11922;
  border: none;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  padding: 14px 38px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 16px;
}

.section-delete-service .delete-service-plan:hover {
  background: #9a1a26;
}

.section-delete-service .delete-service-plan img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.section-delete-service .delete-action-block>p {
  margin: 14px 0 0;
  font-size: 13px;
  color: #B11922;
}

/* ------------------------------------------------------------
 Yearly timeline — year-by-year picker inside the Timeline tab.
 Two views coexist: .yearly-timeline (picker) and .timeline
 (full 10-year table). The .switch-service-list toggles them.
 ------------------------------------------------------------ */
.switch-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 0;
  background: #eef2f7;
  border-radius: 999px;
  padding: 3px;
}

.switch-service-list>li {
  padding: 4px 14px;
  cursor: pointer;
  color: #4b5563;
  font-weight: 500;
  font-size: 12px;
  border-radius: 999px;
  transition: background-color .15s, color .15s;
}

.switch-service-list>li:hover {
  color: #1f3b60;
}

.switch-service-list>li.active {
  background: #ffffff;
  color: #1f3b60;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.yearly-timeline {
  padding: 0.5rem 0 1rem;
}

.yearly-timeline .yt-year-tabs {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.25rem;
  max-width: 320px;
  position: relative;
  margin-bottom: 20px;
}

.timeline-header-content h3 {
  font-size: 20px !important;
  margin: 0;
}

.timeline-header-content p {
  font-size: 13px;
  color: var(--primary-color);
}

.yearly-timeline .yt-year-tab {
  padding: 6px 14px;
  text-align: center;
  cursor: default;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
}

.yearly-timeline .yt-year-tab .year-tab-title {
  color: #1f3c64;
}

.yearly-timeline .yt-year-tab .year-tab-num {
  color: #06B77D;
  margin-left: 5px;
}

.yearly-timeline .yt-year-tabs .owl-nav {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
}

.yearly-timeline .yt-year-tabs .owl-dots {
  display: none;
}

.yearly-timeline .yt-year-tabs .owl-nav button.owl-prev,
.yearly-timeline .yt-year-tabs .owl-nav button.owl-next {
  pointer-events: auto;
  width: 26px !important;
  height: 26px;
  font-size: 0 !important;
  position: relative;
  background: transparent !important;
  margin: 0 !important;
}

.yearly-timeline .yt-year-tabs .owl-nav button.owl-prev::before,
.yearly-timeline .yt-year-tabs .owl-nav button.owl-next::before {
  content: '14';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #1f3c64;
  border-right: 2px solid #1f3c64;
}

.yearly-timeline .yt-year-tabs .owl-nav button.owl-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.yearly-timeline .yt-year-tabs .owl-nav button.owl-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.yearly-timeline .yt-year-tabs .owl-nav button:focus {
  outline: none;
}

/* .yearly-timeline .yt-year-tab.yt-install-year::after {
content: ' a02';
color: #9ca3af;
font-weight: 400;
} */
.yearly-timeline .yt-year-panel {
  display: none;
}

.yearly-timeline .yt-year-panel.active {
  display: block;
}

.yearly-timeline .yt-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yearly-timeline .yt-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: box-shadow .15s;
}

.yearly-timeline .yt-item:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.yearly-timeline .yt-item.yt-done {
  border-left: 4px solid #16a34a;
  background: #f7fdf9;
}

.yearly-timeline .yt-item.yt-overdue {
  border-left: 4px solid #dc3545;
  background: #fef7f7;
}

.yearly-timeline .yt-item.yt-skipped {
  opacity: .7;
}

.yearly-timeline .yt-item-image {
  flex: 0 0 60px;
  text-align: center;
}

.yearly-timeline .yt-item-image img {
  max-width: 75px;
  height: auto;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}

.yearly-timeline .yt-item-body {
  flex: 1 1 auto;
  min-width: 0;
}

.yearly-timeline .yt-item-title {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 2px;
  font-size: 14px;
}

.yearly-timeline .yt-item-ref {
  color: var(--primary);
  font-size: 13px;
  margin-bottom: 4px;
}

.yearly-timeline .yt-item-meta {
  color: #4b5563;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--primary);
}

.yearly-timeline .yt-item-meta .yt-icon-done {
  color: #16a34a;
  font-size: 18px;
}

.yearly-timeline .yt-overdue-badge {
  margin-left: 0;
  text-transform: capitalize;
}

.tag-over-due {
  color: #B11922;
  font-size: 12px;
  position: relative;
  padding-left: 14px;
  margin-left: 15px;
}

.tag-over-due:before {
  content: '0 0 24 24';
  background: #B11922;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.yearly-timeline .yt-item-action {
  flex: 0 0 auto;
}

body .yt-item-action .product-action form {
  display: none;
}

body .js-register-service-log {
  padding: 0;
  box-shadow: 0px 3px 6px #00000029;
  background: #1f3c64;
  width: 50px;
  height: 50px;
  position: relative;
}

body .add-this-to-cart {
  padding: 0;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #06BC80;
  width: 50px;
  height: 50px;
  position: relative;
}

.add-this-to-cart img {
  max-width: 25px;
}

.js-register-service-log img {
  max-width: 25px;
  position: absolute;
  left: 12px;
  top: 11px;
}

.js-register-service-log i {
  font-size: 16px;
}

.yearly-timeline .yt-year-empty {
  color: #6b7280;
  padding: 1rem 0;
  margin: 0;
}

/* Fly-in-from-right — applied to .timeline when the "All" view is picked.
 The JS toggles the class (with a forced reflow) so this replays each
 time the user switches back. Respects reduced-motion preferences. */
@keyframes svp-fly-in-right {
  from {
    transform: translateX(60px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }

}

.timeline.svp-fly-in-right {
  animation: svp-fly-in-right 0.4s ease-out both;
}

@media (prefers-reduced-motion:reduce) {
  .timeline.svp-fly-in-right {
    animation: none;
  }

}

/* Year-cell "needs log" state — pulsing ring around the trigger plus
 a + button to register the service for that bucket year. */
.service-action.needs-log {
  position: relative;
}

.service-action.needs-log .trigger-yes {
  position: relative;
  z-index: 1;
}

.service-action .needs-log-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.55);
  animation: wtu-needs-log-pulse 1.6s infinite;
}

@keyframes wtu-needs-log-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.55);
  }

  70% {
    box-shadow: 0 0 0 5px rgba(220, 53, 69, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }

}

.service-action .needs-log-add {
  position: absolute;
  bottom: 0;
  right: 18px;
  width: auto;
  height: auto;
  padding: 2px 5px;
  border-radius: 50%;
  font-size: 12px;
  z-index: 2;
}

.service-action .needs-log-add .fa {
  font-size: 12px;
  position: static;
  padding: 0;
}

.products-this-year-list .product-action .qty span.input-group-btn-vertical .js-touchspin.bootstrap-touchspin-down {
  transform: translateY(-35%);
  right: 30px;
}

.service-action.needs-log .trigger-yes img {
  border-radius: 50px;
}

nav.my-menu .upsell-menu-panel {
  display: none;
}

nav.my-menu.upsell-panel-open .upsell-menu-panel {
  display: block;
  width: 100%;
}

@media (max-width:991px) {
  body#module-watertradeupsell-manageupsell .svp-shell {
    gap: 16px;
  }

  body#module-watertradeupsell-manageupsell .svp-layout {
    gap: 16px;
  }

  body#module-watertradeupsell-manageupsell .svp-product-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  body#module-watertradeupsell-manageupsell .svp-product-nav-item {
    flex: 0 0 auto;
    min-width: 220px;
    padding: 14px 16px;
  }

  body#module-watertradeupsell-manageupsell .svp-col-left {
    padding: 20px;
  }

  body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title h2 {
    margin-top: 8px;
  }

  .section-main-product {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .svp-ucm {
    margin-left: 0;
    width: 100%;
  }

  .svp-dashboard {
    flex-wrap: wrap;
    gap: 16px;
  }

  .svp-dashboard .svp-dashboard-block {
    width: calc(50% - 8px);
  }

  .section-service-product {
    padding: 20px;
  }

  .recommand-filter {
    padding: 20px 15px;
  }

  body#module-watertradeupsell-manageupsell .container #content-wrapper {
    padding: 0 30px;
  }

}

@media (max-width:767px) {
  body#module-watertradeupsell-manageupsell .svp-col-left .upsell-menu-title h2 {
    font-size: 22px;
  }

  .section-main-product .main-product-detail {
    gap: 20px;
  }

  .section-service-product .svp-tab {
    padding: 6px 10px;
    font-size: 13px;
  }

  .timeline-header-content {
    flex-direction: column;
    gap: 10px;
  }

  .timeline-header-content .content-right {
    margin-left: 0;
  }

  .section-service-product .timeline {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .section-service-product .timeline .table.timeline-detail {
    min-width: 640px;
  }

  .section-products-this-year .product-this-year-item {
    flex-wrap: wrap;
    gap: 12px;
  }

  .section-products-this-year .product-this-year-item .product-action {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section-products-this-year .products-this-year-list {
    padding: 0 16px;
  }

  .products-this-year-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .products-this-year-total.js-products-total {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px 16px;
  }

  .products-this-year-total.js-products-total .total-plan-this-year {
    margin-right: 0;
  }

  .checkout-button button.btn.btn-primary.js-checkout-all {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }

  #service-agreement-choice .modal-dialog .modal-content {
    min-width: 0;
  }

  #service-plan-warning.modal-upsell .modal-content {
    max-width: 92%;
    margin: 0 auto;
  }

}

@media (max-width:575px) {
  body#module-watertradeupsell-manageupsell .svp-product-nav-item {
    min-width: 180px;
    padding: 12px 14px;
  }

  body#module-watertradeupsell-manageupsell .svp-back-link {
    font-size: 14px;
  }

  .section-service-product {
    padding: 15px;
  }

  .section-service-product .svp-tabs {
    flex-wrap: wrap;
    gap: 4px;
    border-radius: 20px;
  }

  .section-service-product .svp-tab {
    flex: 1 1 calc(50% - 4px);
    font-size: 12px;
    padding: 6px 4px;
  }

  .svp-dashboard .svp-dashboard-block {
    padding: 15px;
  }

  .svp-dashboard .svp-dashboard-block.svp-dashboard-curent-filter {
    width: 100%;
  }

  .svp-dashboard-current .yearly,
  .svp-dashboard-ucm .svp-ucm-day {
    font-size: 28px;
    line-height: 40px;
  }

  .svp-dashboard-ucm .svp-ucm-day.over-due {
    font-size: 24px;
  }

  .section-main-product .main-product-detail {
    flex-direction: column;
  }

  .section-main-product .main-product-detail .main-product {
    width: 120px;
  }

  .yearly-timeline .yt-item {
    gap: 10px;
    padding: 10px 12px;
  }

  .yearly-timeline .yt-item-image {
    flex: 0 0 48px;
  }

  .yearly-timeline .yt-item-image img {
    max-width: 48px;
  }

  .box-for-overdue {
    gap: 8px;
  }

  body .js-register-service-log,
  body .add-this-to-cart {
    width: 40px;
    height: 40px;
  }

  .js-register-service-log img {
    max-width: 20px;
    left: 10px;
    top: 10px;
  }

  .add-this-to-cart img {
    max-width: 20px;
  }

  .section-products-this-year .product-image img {
    width: 60px;
  }

  .products-this-year-list .product-action .product-add-to-cart .product-quantity {
    justify-content: space-between;
    gap: 10px;
  }

  body#module-watertradeupsell-manageupsell .container #content-wrapper {
    padding: 0 20px;
  }

  .upsell-current .upsell-current-title {
    font-size: 18px;
    font-family: Poppins-SemiBold;
    padding-bottom: 10px;
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 20px;
  }

  .upsell-current {
    margin-top: 0px;
  }

  .svp-dashboard .svp-dashboard-status {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100% !important;
    align-items: center;
  }

  .svp-dashboard .svp-dashboard-status .title {
    order: 2;
    padding-bottom: 0;
    font-weight: 700;
  }

  .svp-dashboard .svp-dashboard-status .status-icon {
    order: 1;
  }

  .svp-dashboard .svp-dashboard-status .bottom-line {
    order: 3;
    margin: 0;
  }

  .recommand-filter .owl-dots {
    display: none;
  }

  .yearly-timeline .yt-item-title {
    font-size: 12px;
    line-height: normal;
  }

  .yt-item-service-name {
    font-size: 10px;
  }

  .section-service-product .timeline {
    padding: 10px 0 !important;
  }

  .section-service-product .timeline i.material-icons {
    padding: 0;
    margin-right: 5px;
  }

  .section-service-product .timeline .alert.alert-warning.no-service-log-banner p.mb-2 {
    font-size: 12px;
    line-height: normal;
    color: black;
    margin-bottom: 5px !important;
  }

  .yearly-timeline .yt-item {
    gap: 10px;
    padding: 10px 12px;
    flex-wrap: wrap;
  }

  .js-register-service-log img {
    max-width: 20px;
    left: 10px;
    top: 8px;
    border-radius: 0 !important;
  }

  .add-this-to-cart img {
    max-width: 20px;
    border-radius: 0 !important;
  }

  .products-this-year-header .products-this-year-header-right {
    margin-left: 0;
  }

  .section-products-this-year .product-title {
    font-weight: 700;
    color: #1f3c64;
    font-size: 12px;
    line-height: normal;
  }

  .products-this-year-list .product-action .product-add-to-cart .product-quantity input {
    width: 115px;
    text-align: center;
    border-radius: 50px;
    padding: 7px 15px;
    height: 30px;
    font-size: 12px;
    width: 80px;
  }

  .section-products-this-year .product-price .current-price {
    font-size: 16px;
    color: #174167;
    font-family: 'Poppins-SemiBold';
  }

  body .js-register-service-log,
  body .add-this-to-cart {
    width: 30px;
    height: 30px;
  }

  .js-register-service-log img {
    max-width: 15px;
    left: 8px;
    top: 6px;
    border-radius: 0 !important;
  }

  .add-this-to-cart img {
    max-width: 17px;
    border-radius: 0 !important;
  }

  .section-products-this-year .product-this-year-item .product-action form {
    margin: 0;
    height: 30px;
  }

  .products-this-year-total .total-plan-this-year .label {
    font-size: 14px;
    color: #1F3C64;
    text-align: left;
  }

  .products-this-year-total .total-plan-this-year .value {
    font-size: 18px;
    font-weight: 800;
    color: #1f3c64;
    margin-top: 0;
  }

  .service-history-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .service-log-info-status {
    flex: 0 0 auto;
    width: 100%;
  }

  .svp-dashboard .svp-dashboard-status .status-icon i.material-icons {
    background: #06bc7f;
    color: #fff;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    font-size: 27px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    padding-left: 3px;
  }

  .service-history-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 0;
    color: var(--primary);
    font-size: 10px;
    line-height: normal;
    margin-top: 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .service-history-meta .service-history-date {
    font-size: 10px;
    color: var(--primary);
  }

  .service-log-info-status .tag-service-price-log-status,
  .service-log-info-status .tag-service-log-status {
    min-width: auto;
    padding: 7px 22px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    width: 100%;
    max-width: 100%;
  }

  .service-history-image {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 12px;
    padding: 5px;
  }

  .service-history-info .service-history-title {
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    color: #1f3c64;
    line-height: normal;
    margin-bottom: 5px;
  }

  .service-history-info .service-history-plan-name {
    font-size: 10px;
    color: #1f3b60;
    line-height: normal;
  }

  .service-history-info .service-history-reference {
    font-size: 10px;
    color: #1f3b60;
    margin-top: 0;
    line-height: normal;
  }

  .box-for2 {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 10px;
    flex-wrap: wrap;
  }

  .section-installed .main-product-service-title {
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    color: #fff;
    line-height: normal;
  }

  .section-installed .main-product-service-reference .svp-ref {
    color: #cdd6e4;
    font-size: 10px;
  }

  .section-installed .main-product-service-image {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 7px;
  }

  .service-history-reciept {
    background: #e8e8e8;
    padding: 2px 10px;
    border-radius: 25px;
    margin-top: 0;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .service-history-reciept a {
    font-size: 9px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1f3c64;
    overflow: hidden;
    line-height: normal;
  }

  .service-history-overdue-action button.btn.btn-warning.js-register-service-log img {
    left: 8px;
  }

  .section-installed .main-product-service {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1f3c64;
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 10px;
  }

  .col-lg-12.section-installed .service-plan-detail .form-control {
    width: 100%;
    height: auto;
    border: 1px solid #d9dee7;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 12px;
    color: #1f3c64;
    background-color: #fff;
    box-shadow: none;
    transition: border-color .15s, box-shadow .15s;
  }

  .section-installed .service-plan-detail .form-group {
    margin-bottom: 10px;
    width: 100%;
  }

  .section-installed .service-plan-detail label {
    display: block;
    font-family: 'Poppins-SemiBold';
    font-size: 12px;
    color: #1f3c64;
    margin-bottom: 0;
    text-align: left;
  }

  .section-installed .edit-service-plan-detail {
    background: #06B77D;
    border: none;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 15px;
    padding: 10px 42px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: auto;
    margin-top: 0;
  }

  .section-installed .section-installed-title-desc {
    font-size: 12px;
    line-height: normal;
  }

  .section-installed .service-plan-detail .form-group:last-child {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .section-service-history .section-service-history-header .section-service-history-title,
  .section-installed .section-installed-title,
  .timeline-header-content h3,
  .products-this-year-header h3.products-this-year-title,
  .section-delete-service .section-delete-title,
  .section-service-history-download{
    font-size: 18px;
    margin-bottom: 5px;
  }

  .section-service-history .section-service-history-header .section-service-history-desv,
  .section-installed .section-installed-title-desc,
  .timeline-header-content p,
  .section-products-this-year .products-this-year-desc,
  .section-delete-service .section-delete-title-desc,
  .section-service-history-download .section-service-history-download-desc {
    font-size: 12px;
    line-height: normal;
  }

  .section-delete-service .notify-detial p {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 12px;
  }

  .section-delete-service .delete-action-block>p {
    margin: 14px 0 0;
    font-size: 12px;
    color: #B11922;
    line-height: normal;
  }

  .section-delete-service .detete-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #B11922;
    border-radius: 14px;
    padding: 20px;
    color: #fff;
  }

  div#delete-service-plan-modal,
  div#register-service-log-modal {
    width: calc(100% - 30px);
    margin: auto;
  }

  #delete-service-plan-modal .delete-notice-block p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    line-height: normal;
  }

  #delete-service-plan-modal .modal-footer {
    flex-direction: column-reverse;
    padding: 0;
  }

  #register-service-log-modal .modal-content {
    padding: 20px;
  }

  #register-service-log-modal .modal-header,
  #register-service-log-modal .modal-body,
  #register-service-log-modal .modal-footer {
    padding-left: 0;
    padding-right: 0;
  }

  #register-service-log-modal .form-group {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  form#register-service-log-form {
    margin-top: 10px;
  }

  #register-service-log-modal .form-text {
    line-height: normal;
  }

  #register-service-log-modal .modal-footer .btn-primary {
    font-size: 16px;
    font-family: 'Poppins-Bold';
  }

  #register-service-log-modal .modal-footer .btn {
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: .3px;
  }

  #register-service-log-modal .modal-footer {
    border-top: 1px solid #eceff3;
    padding: 10px 0 0;
    gap: 12px;
    display: flex;
  }

  .nav-svp-detail .product-info .yt-item-service-name {
    font-size: 12px;
  }

  span.product-date {
    font-size: 12px;
  }

  .svp-dashboard .svp-dashboard-status .status-icon i.material-icons.over-due {
    font-size: 20px;
    text-align: center;
    background: #FF6869;
  }

  .service-pdf-selfnote-text {
      margin: 0;
      font-size: 10px;
      line-height: 1.5;
      color: white;
  }
  .service-history-pdf-table .pdf-row {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 10px 0;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
  }
  .section-service-history-download-action .js-download-service-history-pdf {
      font-size: 13px;
      padding: 10px 20px;
      border-radius: 50px;
  }

}