.mp-product-title {
  font-family: FWDCircularTT, sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  color: #E87722;
  margin-bottom: 28px;
}

.mp-product-description {
  font-family: FWDCircularTT, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #183028;
  margin-bottom: 24px;
}

.row {
  margin-bottom: 8px;
}

.mp-product-information-label {
  color: #8B8E8F;
  font-size: 18px;
  font-family: FWDCircularTT, sans-serif !important;
  font-weight: 700;
}

.mp-product-information-value {
  color: #183028;
  font-size: 18px;
  font-family: FWDCircularTT, sans-serif !important;
  font-weight: 450;
}

.mp-product-information-value ul {
  margin-bottom: 0px;
}

.mp-separator {
  height: 1px;
  background: #8B8E8F;
  margin: 28px 0px;
  opacity: 0.4;
}

.mp-postsales-manage-button-description {
  color: #183028;
  font-size: 18px;
  margin-bottom: 25px;
}

.mp-postsales-manage-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 830px;
  gap: 16px;
}

.mp-postsales-manage-radio-group .flex.md4{
  padding: 8px;
}

.mp-postsales-manage-radio-group .v-radio {
  width: 100%;
}

.mp-postsales-manage-radio-group .v-radio .v-icon,
.mp-postsales-manage-radio-group .v-input__control .v-icon{
  color: #E87722 !important;
}

.mp-postsales-manage-radio-group .date-picker .v-input__control .v-icon{
  color: #888 !important;
  font-size: 36px;
}

.mp-postsales-manage-radio-group .date-picker  .v-input__append-inner{
  padding-left: 15px;
}

.mp-postsales-manage-radio-group .v-input__slot,
.mp-postsales-manage-radio-group  .v-radio{
  margin-bottom: 0;
  margin-right: 0 !important;
}


.mp-postsales-manage-radio-group .v-input--selection-controls__input,
.mp-postsales-manage-radio-group .v-messages{
  display: none;
}


.mp-postsales-manage-radio-group .v-radio.accent--text .v-label{
  background: #E87722;
  color: white;
}

.mp-postsales-manage-radio-group .v-label{
  font-weight: 500;
  font-size: 16px;
  color: #E87722;
  border: 2px solid #E87722;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  padding: 0px 8px;
  text-align: center;
  /* min-height: 110px; */
  height: 80px !important;
}



.mp-postsales-manage-button {
  display: flex;
  margin-bottom: 16px;
}

.mp-postsales-manage-button > button {
  padding: 0px 8px;
  border: 1px solid #E87722;
  border-radius: 8px;
  width: 260px;
  min-height: 80px;
  font-size: 16px;
  color: #E87722;
  font-weight: 700;
  text-transform: inherit;
}
.mp-postsales-manage-button > a{
  padding: 30px 8px;
  border: 1px solid #E87722;
  border-radius: 8px;
  width: 260px;
  min-height: 80px;
  font-size: 16px;
  color: #E87722 !important;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.mp-postsales-manage-button > button:hover,
.mp-postsales-manage-button > button.selected {
  color: white;
  background-color: #E87722;
}

.mp-postsales-manage-button > a:hover{
  color: white !important;
  background-color: #E87722 !important;
}

.mp-postsales-manage-button > button.disabled {
  cursor: not-allowed;
  background-color: white!important;
  color: #F3BB90!important;
  border: 1px solid #F3BB90!important;
}

.mp-postsales-cancel-policy {
  background: #f5f5f5; 
  text-align:left; 
  padding: 20px;
  border-radius: 8px; 
}

.mp-postsales-cancel-policy h5 {
  margin: 0 0 15px 0 !important;
  font-weight: 700;
  font-size: 16px;
}

.mp-postsales-cancel-policy p {
  font-weight: 450;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}

.mp-policy-details-tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 16px;
  overflow: hidden; 
}

.mp-policy-details-tabs-container {
  flex: 1;
  overflow: hidden;
  padding: 0px 100px;
}

@media (max-width: 480px) {
  .mp-policy-details-tabs-wrapper {
    padding: unset;
  }
  .mp-policy-details-tabs-container {
    padding: 20px 40px;
    background-color: #F8F9F9;
  } 
}

.mp-policy-details-tabs-arrow {
  position: absolute;
  display: none;
}
@media (max-width: 1460px) {
  .mp-policy-details-tabs-arrow {
    display: unset;
  }
}
@media (max-width: 480px) {
  .mp-policy-details-tabs-arrow {
    display: none;
  }
}
.mp-policy-details-tabs-arrow.mp-policy-details-tabs-arrow-left {
  left: 75px;
}
.mp-policy-details-tabs-arrow.mp-policy-details-tabs-arrow-right {
  right: 75px;
}

.mp-policy-details-tabs-desktop {
  background-color: #ffffff;
  display: flex;
  gap: 45px;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
.mp-policy-details-tabs-desktop::-webkit-scrollbar {
  display: none;
}

.mp-policy-details-tabs-mobile {
  display: none;
}

@media (max-width: 480px) {
  .mp-policy-details-tabs-desktop {
    display: none;
  }
  .mp-policy-details-tabs-mobile {
    display: unset;
  }
}

.mp-policy-details-tabs-desktop .mp-policy-details-tab {
  font-size: 18px;
  padding: 15px 0px 19px 0;
  cursor: pointer;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.mp-policy-details-tabs-desktop .mp-policy-details-tab.active {
  font-weight: 500;
  color: #e87722;
  border-bottom: 4px solid #e87222;
  padding: 15px 0px 15px 0;
}

.mp-policy-details-tabs-mobile-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mp-policy-details-tabs-mobile-selected img {
  width: 12px;
  margin-bottom: 5px;
}
.mp-policy-details-tabs-mobile-label-selected {
  color: #E87722;
  font-size: 16px;
  font-weight: 700;
}

.mp-policy-details-tabs-mobile-dropdown {
  display: grid;
  gap: 15px;
  font-size: 16px;
}
.mp-policy-details-tabs-mobile-dropdown-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mp-policy-details-tabs-mobile-dropdown-label.active {
  color: #E87722;
}
.mp-policy-details-tabs-mobile-dropdown-label img {
  width: 12px;
  margin-bottom: 5px;
}


.mp-policy-details-container {
  padding: 40px 100px;
  background-color: #EDEFF0;
}

.mp-policy-details-card {
  background-color: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.mp-policy-details-container {
  min-height: 61vh;
}

@media (max-width: 480px) {
  .mp-policy-details-container {
    min-height: unset;
  }
  .mp-policy-details-card {
    min-height: 53vh;
  }
}

.mp-policy-details-card-header {
  margin-bottom: 28px;
}

.mp-policy-details-card-header {
  font-weight: 700;
  font-size: 28px;
  font-family: FWDCircularTT, sans-serif !important;
  color: #E87722;
}

.mp-policy-details-card-section-header {
  font-weight: 700;
  font-size: 24px;
  font-family: FWDCircularTT, sans-serif !important;
  color: #183028;
  margin-bottom: 24px;
}

.mp-policy-details-header {
  font-weight: 700;
  font-size: 24px;
  font-family: FWDCircularTT, sans-serif !important;
  color: #183028;
  margin: 28px 0px;
}

.mp-policy-details-card-row {
  display: flex;
  margin-bottom: 8px;
}

.mp-policy-details-card-label {
  width: 240px;
  font-size: 18px;
  font-family: FWDCircularTT, sans-serif !important;
  font-weight: 700;
  color: #8B8E8F;
  margin-right: 40px;
}

.mp-policy-details-card-value {
  flex: 1 1 auto;
}

.mp-table-scroller {
  overflow-x: auto;
}

.mp-policy-details-table-container table {
  border-collapse: separate;
  width: 100%;
}

.mp-policy-details-table-container table thead th,
.mp-policy-details-table-container table tbody td {
  vertical-align: top;
  padding: 24px;
}

.mp-policy-details-table-container table thead th {
  font-weight: 700;
  font-size: 20px;
  font-family: FWDCircularTT, sans-serif !important;
  color: white;
  background-color: #E87722;
  text-align: center;
  width: 33.33%;
  min-width: 200px;
}

.mp-table-scroller.last-column-w-diff table {
  table-layout: fixed;
  min-width: 580px;
}

.mp-table-scroller.last-column-w-diff table thead th:last-child {
  width: 75%;
}

@media (max-width: 480px ) {
  .mp-policy-details-table-container table thead th {
    min-width: unset;
  }
}

.mp-policy-details-table-container table thead th:first-child{
  border-top-left-radius: 16px;
}

.mp-policy-details-table-container table thead th:last-child {
  border-top-right-radius: 16px;
}

.mp-policy-details-table-container table tbody td {
  font-size: 18px;
  font-family: FWDCircularTT, sans-serif !important;
  color: #183028;
  text-align: center;
  font-weight: 700;
  width: 33.33%;
  min-width: 200px;
}

@media (max-width: 480px ) {
  .mp-policy-details-table-container table tbody td {
    min-width: unset;
  }
}

.mp-policy-details-table-container table thead th:first-child,
.mp-policy-details-table-container table tbody td:first-child {
  border-left: 1px solid #E87722;
}

.mp-policy-details-table-container table thead th:last-child,
.mp-policy-details-table-container table tbody td:last-child {
  border-right: 1px solid #E87722;
}

.mp-policy-details-table-container table tbody tr:last-child td {
  border-bottom: 1px solid #E87722;
}

.mp-policy-details-table-container table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #D9D9D9;
}

.mp-policy-details-table-container table thead th {
  border-top: 1px solid #E87722;
}

.mp-policy-details-table-container table thead th:first-child {
  border-top-left-radius: 16px;
}

.mp-policy-details-table-container table thead th:last-child {
  border-top-right-radius: 16px;
}

.mp-policy-details-table-container table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.mp-policy-details-table-container table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.mp-policy-details-footer {
    padding: 30px 100px;
}

.mp-policy-details-back-btn {
  color: #E87722;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}



@media (max-width: 460px ) {
  .mp-product-information-label,
  .mp-product-information-value,
  .mp-postsales-manage-button-description {
    font-size: 16px;
  }


  .mp-postsales-manage-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
  }

  .mp-postsales-manage-button {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }

  .mp-postsales-manage-button > button {
    width: 100%;
  }

  .mp-policy-details-container {
    padding: 0;
  }

  .mp-policy-details-footer {
    padding: 20px 25px 17px 25px;
  }

  .mp-policy-details-card {
    border-radius: 0;
  }

  .mp-policy-details-card-value {
    font-size: 16px;
  }

  .mp-policy-details-card-row {
    flex-direction: column;
  }

  .mp-policy-details-table-container table thead th,
  .mp-policy-details-table-container table tbody td {
    font-size: 14px;
    padding: 12px;
  }
}

.mp-policy-details-loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px; /* optional, for vertical centering */
  text-align: center;
  height: 53vh;
}

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: #E87722;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}

.error-layout-title {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}

.error-layout-description {
  color:#183028;
  font-weight: 450;
  font-size: 18px;
  margin-bottom: 28px;
}

.error-layout-refresh-btn {
  background-color: #E87722;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: white;
}

.error-layout-refresh-btn button {
  padding: 10px 0px;
  width: 100%;
  cursor: pointer;
}

/* skeleton loader */
.skeleton{
  display: inline-grid;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: transparent;
  text-shadow: none;
  user-select: none;
}
.skel-main-header{
  height: 28px;
  width: 250px;
}
.skeleton.skel-sub-header{
  height: 24px;
  width: 200px;
}
.skeleton.skel-label{
  height: 18px;
  width: 100px;
  margin-bottom: 8px;
}
.skeleton.skel-value{
  height: 18px;
  width: 200px;
  margin-bottom: 8px;
}
.skeleton.skel-th,
.skeleton.skel-td{
  height: 18px;
  width: 90px;
}
.skeleton .mp-policy-details-table-container table thead th{
  background-color: #888;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
