.dcmw-table input[type="radio"]:not(:first-child) {
  margin-left: 15px;
}

.dcmp-required {
  color: red !important;
}

#main_dcmp_expiry_date .dcmp-required,
#main_dcmp_show_in_checkout .dcmp-required {
  display: none !important;
}

@media only screen and (min-width:1440px) {
  table.dcmw-table th {
    width: 205px !important;
  }
}

/** To increase input field width **/
.dcmp-input-field {
  width: 80%;
}

/* Message icon */
span.message-icon {
  margin-left: 10px;
  position: absolute;
}

/*** Tooltips **/

.setting-help-tip::after {
  color: rgb(240, 234, 234);
  background-color: rgb(80, 77, 77);
  content: "\003F";
  position: relative;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  border-radius: 20px;
  cursor: help;
  height: 15px;
  font-style: normal;
  width: 15px;
}

.setting-desc {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.setting-help-tip {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.setting-help-tip .tooltipdata {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -132px;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0.618em 1em;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.setting-help-tip .tooltipdata::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.setting-help-tip:hover .tooltipdata {
  visibility: visible;
  opacity: 1;
}

.setting-head {
  vertical-align: top;
  text-indent: initial;
  border-spacing: 2px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;

  font-size: 100px;
}

#dcmp_countdown_time {
  width: 20%;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #00998E;
}

input:focus+.slider {
  box-shadow: 0 0 3px #00998E;
}

input:checked+.slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Preview */
#dcmp-cart-message-preview {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-align: center;
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
  border: none;
  width: 100px;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  white-space: nowrap;
  box-sizing: border-box;
}

#dcmp-cart-message-preview:disabled,
#publish:disabled {
  color: #a7aaad !important;
  background: #f6f7f7 !important;
  border-color: #dcdcde !important;
  text-align: center;
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
  border: none;
  width: 100px;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  white-space: nowrap;
  box-sizing: border-box;
}

.time_input {
  width: 70px;
}

.dcm-pro-alert {
  margin: 5px;
  color: white;
  background: red;
  border-radius: 12px;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.sft-upgrade-now {
  border: 2px solid #5d3dfd !important;
  border-radius: 4px;
  color: #5d3dfd;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 9px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.sft-upgrade-now:hover {
  background-color: #4e35cc;
  color: #fff;
  text-decoration: none;
}

.purchase-pro-link:link,
.purchase-pro-link:visited,
.purchase-pro-link:active {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

span.dcm-pro-alert.pointer b {
  cursor: pointer;
}


/* Cart Messages in the Priority Order Listing Settings */
#dcmp_priority_order {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* width: max-content; */
}

#dcmp_priority_order li {
  padding: 15px;
  padding-left: 15px;
  font-size: 17px;
  height: 16px;
}

#dcmp_priority_order .priority_cart_msgs {
  background: #e0e1e4;
  border: 1px solid #b4b4b4;
  color: #333333;
  display: flex;
  align-items: center;
  line-height: 1;
}

#dcmp_priority_order .priority_cart_msgs p {
  flex: 1;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.priority_order {
  /* display: inline-flex; */
}

/* To align tooltip beside the Priority Order Listing */
.priority_setting {
  width: 100%;
  max-width: 500px;
  /* display: inline-grid; */
}

/* CSS for Top Priority & Lowest Priority in Priority Settings*/
.notify_priority_order {
  padding: 15px 40px;
  padding-left: 10px;
  font-size: 17px;
  background: #b9b9b9;
  border: 1px solid #DDDDDD;
  color: #ffffff;
  text-align: center;
  /* width: max-content; */
}


/* Free to Pro Banner */
.dcmp-upgrade-col1 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #F8C844;
}

.dcmp-footer-upgrade {
  width: 98%;
  margin: 10px;
  display: flex;
  background: #0A2540;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dcmp-footer-upgrade .sft-logo {
  width: 25%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px 0 0 14px;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 {
  width: 32%;
  padding-bottom: 20px;
}

.dcmp-footer-upgrade .dcmp-upgrade-col {
  width: 38%;
  padding: 10px;
  box-sizing: border-box;
}

.dcmp-footer-upgrade .sft-logo a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80%;
}

.dcmp-footer-upgrade .sft-logo img {
  max-width: 100%;
  height: auto;
}


.dcmp-footer-upgrade .dcmp-upgrade-col1 h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #F8C844;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div:first-child {
  width: 40%;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div:last-child {
  width: 56%;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div h3 {
  color: #FFF;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div p {
  font-size: 14px;
  color: #FFF;
  line-height: 18px;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div .btn {
  display: inline-block;
  padding: 0 17px;
  line-height: 38px;
  border: none;
  border-radius: 5px;
  background: #00978D;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div .btn:hover {
  background: #000;
}

.dcmp-footer-upgrade .dcmp-upgrade-col1 .dcmp-moneyback-badge>div img {
  max-width: 90%;
  height: auto;
}

.dcmp-footer-upgrade .dcmp-upgrade-col>ul {
  padding: 15px;
  border: 2px dotted white;
  border-radius: 7px;
  color: white;
}

.dcmp-footer-upgrade .dcmp-upgrade-col>ul li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  color: #FFF;
  line-height: 18px;
}

.dcmp-footer-upgrade .dcmp-upgrade-col>ul li strong {
  font-weight: 900;
}

@media only screen and (min-width:300px) and (max-width:600px) {
  .dcmp-footer-upgrade {
    margin: 0;
  }

  .dcmp-footer-upgrade .sft-logo {
    width: 100%;
    border-radius: 14px 14px 0 0;
    padding: 25px 0;
  }

  .dcmp-footer-upgrade .dcmp-upgrade-col1 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .dcmp-footer-upgrade .dcmp-upgrade-col {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width:600px) and (max-width:1200px) {
  .dcmp-footer-upgrade .sft-logo a {
    max-width: 200px;
  }

  .dcmp-footer-upgrade {
    margin: 0;
  }

  .dcmp-footer-upgrade .sft-logo {
    width: 100%;
    border-radius: 14px 14px 0 0;
    padding: 25px 0;
  }

  .dcmp-footer-upgrade .dcmp-upgrade-col1 {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
  }

  .dcmp-footer-upgrade .dcmp-upgrade-col {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* Free to Pro Pop-up */
.dcmp-upgrade-now {
  padding: 20px;
  background-color: #0A2540;
  color: #ffffff;
  border-radius: 5px;
}


/* global setting */



/* .dcmfwc-setting-form {
  background: white;
  padding: 35px;
} */

.dcmfwc-setting-form th {
  padding-left: 15px;
}

/* ----------- cpt tabs  */
/* Basic Tab Container */
#dcmfwc-tabs {
  width: 100%;
  margin: 20px 0;
}

/* Tab List Styling */
#dcmfwc-tab-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: auto;
  position: sticky;
  top: 30px;
  z-index: 99;
  background: #FFF;
  border-bottom: 1px solid #ccc;
}

#dcmfwc-tab-list .dcmfwc-tab-item {
  margin: 0px 5px 0px 0px !important;
}

#dcmfwc-tab-list .dcmpwc-tab-item:last-child {
  margin: 0px !important;
}

#dcmfwc-tab-list .dcmfwc-tab-link {
  display: block;
  width: max-content;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f2f2f2;
  transition: background-color 0.3s, color 0.3s;
}

/* Active Tab Styling */
#dcmfwc-tab-list .dcmfwc-tab-link.dcmfwc-active,
#dcmfwc-tab-list .dcmfwc-tab-link:hover {
  color: #FFF;
  background-color: #19184f;
  border-bottom: none;
  border: 1px solid #5c5c5c;
  cursor: pointer;
}

#dcmfwc-tab-list .dcmfwc-tab-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Tab Content */
.dcmfwc-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}

.dcmfwc-tab-content.dcmfwc-active {
  display: block;
}

/* Preview Tabs  29 nov*/

.dcmpwc-preview-tab-navigation {
  list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    position: sticky;
    top: 30px;
    z-index: 99;
    background: #FFF;
    border-bottom: 1px solid #ccc;
}

.dcmpwc-preview-tab-item {
  margin: 0px 5px 0px 0px !important;
}

.dcmpwc-preview-tab-navigation a {
  color: #000000;
}

.dcmpwc-preview-tab-link {
  display: block;
  width: max-content;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f2f2f2;
  transition: background-color 0.3s, color 0.3s;
}

.dcmpwc-preview-tab-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.dcmpwc-preview-tab-link.dcmpwc-preview-active {
  color: #FFF;
  background-color: #19184f;
  border-bottom: none;
  border: 1px solid #5c5c5c;
  cursor: pointer;
}

.dcmpwc-preview-tab-content {
  border: 1px solid #ddd;
  padding: 15px;
}

.dcmpwc-preview-tab-pane {
  display: none;
}

.dcmpwc-preview-tab-pane:first-child {
  display: block;
}


/* Global Settings CSS - Dec 3 2024 */
.dcmpfwc-wrap {
  margin: 20px 20px 20px 0px;
  padding: 40px 40px 15px 40px;
  background: white;
  box-shadow: 0px 0px 5px #e3e3e3;
}

.dcmpfwc-wrap h1 {
  margin: 0px 0px 30px 0px !important;
}

.dcmpfwc-wrap .dcmfwc-setting-form h2 {
  margin: 30px 0px 0px 0px;
  padding-bottom: 8px;
  color: #1f3987;
  border-bottom: 1px #cfcfcf solid;
}

.dcmpfwc-wrap .notice {
  margin: 0px 0px 25px 0px !important;
}

/* Tooltip Outer */
.dcmp-outer-tooltip {
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
}


/* New Tooltip */

.dcmp-tooltip-container {
  margin-left: 5px;
  position: relative;
  display: inline-block;
}

.dcmp-tooltip {
  position: relative;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 800;
  color: #FFF;
  background: #333;
  border-radius: 50%;
  cursor: help;
}

/* Tooltip styling */
.dcmp-tooltip::after {
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 0px 10px;
  padding: 10px;
  position: absolute;
  bottom: 115%;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  max-width: 250px;
  width: 30vw;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  /* font-style: italic; */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  color: #FFF;
  background-color: #19184F;
  border-radius: 5px;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Tooltip visibility on hover */
.dcmp-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}

/* Responsive adjustments */
@media screen and (max-width: 782px) {
  .dcmp-tooltip::after {
    font-size: 12px;
    max-width: 25vw;
    width: 25vw;
  }
}

@media screen and (max-width: 400px) {
  .dcmp-tooltip::after {
    font-size: 10px;
    max-width: 55vw;
    width: 55vw;
  }
}

/* CSS FOR CPT PAGE */
#main_dcmp-cart-message-preview-div th {
  display: none !important;
}

#main_dcmp-cart-message-preview-div td {
  padding: 30px 0px 0px 0px !important;
}

/* CSS for Table Headers */
.dcmfwc-tab-content .form-table.dcmw-table th {
  width: 250px;
}

.dcmfwc-tab-content .form-table.dcmw-table label {
  margin: 0px !important;
}

@media screen and (max-width: 782px) {
  .dcmfwc-tab-content .form-table.dcmw-table th {
    width: auto;
  }

  .dcmfwc-tab-content .form-table.dcmw-table td select,
  .dcmfwc-tab-content .form-table.dcmw-table td input[type=text] {
    width: 80%;
    display: inline-block;
  }

  .dcmfwc-setting-form th {
    padding-left: 0px;
  }
  
}

.dcmp-cpt-radio-btn-container {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dcmp-cpt-radio-btn-container > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dcmp-cpt-radio-btn-container > div input[type="radio"] {
  margin: 0px !important;
}


#dcmp-export-button,
#dcmp-import-button,
.dcmp_update #dcmpwc-update,
#main_dcmp-custom-icon #dcmpwc-update {
  min-width: 85px;
  height: 35px;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  background: #192b60;
  cursor: pointer;
  transition: transform 0.2s;
}

#dcmp-export-button,
#dcmp-import-button {
  opacity: 0.7;
}


/** To increase input field width **/
.dcmp-input-field {
  width: 80%;
  max-width: 370px;
}

#main_dcmp_selected_product select#dcmp_selected_product {
  width: 100%;
  max-width: 370px;
}

/* Pro Version Popup Fixes */
.dcmp-popup #swal2-content ul {
  height: 400px;
  overflow: auto;
}

.dcmp-popup #swal2-content ul li {
  display: flex;
  gap: 10px;
}

.dcmp-popup #swal2-content ul li svg {
  margin-top: 6px;
  min-width: 25px;
  min-height: 25px;
}

/* width */
.dcmp-popup #swal2-content ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.dcmp-popup #swal2-content ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #808080;
}

/* Handle */
.dcmp-popup #swal2-content ul::-webkit-scrollbar-thumb {
  background: #a1a1a1;
}


#main_dcmp-cart-message-preview-div .dcmpwc-preview-tab-pane img {
  width: 100%;
}



/* ====== SFT UPGRADE TO PRO BANNER ====== */
.sft-dcmp-upgrade-to-pro-banner {
  overflow: hidden;
  margin: 20px 20px 20px 0px;
  display: flex;
  gap: 10px;
  color: #fff;
  border-radius: 10px;
  background-color: #0A2540;
  box-shadow: 0px 0px 5px rgb(158, 158, 158);
}

.sft-dcmp-upgrade-to-pro-banner.sft-upgrade-banner-cpt-footer {
  margin: 0px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-inner-container {
  display: flex;
  gap: 20px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-inner-container>div:first-child {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: white;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-inner-container .sft-uppro-main-logo img {
  width: auto;
  height: 80px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-details-container {
  padding: 20px;
  display: flex;
  gap: 10px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-features-container {
  padding: 25px 15px;
  gap: 20px;
  border: 2px dotted white;
  border-radius: 5px;
  font-size: 14px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-features-container h3 {
  margin: 0px 0px 20px 0px !important;
  font-size: 20px;
  color: #02BFAE;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-features-container ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee>div:last-child {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uupro-upgrade-btn {
  padding: 0 17px;
  line-height: 38px;
  border: none;
  border-radius: 5px;
  background: #00978D;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee img {
  width: 165px;
  height: auto;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee h2 {
  margin: 0px !important;
  font-size: clamp(22px, 1.5vw, 28px) !important;
  line-height: 1.2;
  color: #f8c844;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee h3 {
  margin: 10px 0px !important;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee p {
  margin: 0px !important;
  font-size: 14px;
  color: #fff;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-hidden-desktop {
  display: none;
  padding: 5px 20px;
}

.sft-dcmp-upgrade-to-pro-banner .sft-uppro-hidden-desktop h2 {
  text-align: center;
  margin: 0px !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  line-height: 1.2;
  color: #f8c844;
}

@media screen and (max-width: 1200px) {
  .sft-dcmp-upgrade-to-pro-banner {
    flex-direction: column;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-inner-container>div:first-child {
    width: 100%;
    justify-content: center;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee {
    flex-direction: column;
    gap: 0px;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee h2 {
    display: none;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-hidden-desktop {
    display: block;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee img {
    width: 125px;
  }
}

@media screen and (max-width: 1550px) {
  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee {
    flex-direction: column;
    gap: 0px;
  }
}

@media screen and (max-width: 690px) {
  .sft-dcmp-upgrade-to-pro-banner {
    margin-right: 10px;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-details-container {
    flex-direction: column;
    gap: 25px;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee {
    flex-direction: row;
    gap: 10px;
  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee>div:last-child {
    padding: 0px !important;

  }

  .sft-dcmp-upgrade-to-pro-banner .sft-uppro-money-back-guarantee h3 {
    margin: 0px !important;
  }
}



/* Upgrade to Pro Button with Animation */
.dcmp-upgrade-pro-btn .dcmp-upgrade-to-pro-btn {
  overflow: hidden;
  position: relative;
  border: none;
  padding: 14px;
  width: 200px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  color: white;
  background: #1ea79e;
  /* box-shadow: 0px 0px 10px #86c1b6; */
}

.dcmp-upgrade-pro-btn .dcmp-upgrade-to-pro-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100%;
  background: rgb(255 255 255 / 50%);
  box-shadow: 0px 0px 20px 5px #ffffffbd;
  transform: skewX(-45deg);
  opacity: 0;
  animation: shine_upgrade_btn 3s infinite;
}

/* Keyframes for the shine animation */
@keyframes shine_upgrade_btn {
  0% {
    left: -75px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    left: 160%;
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}

.dcmp-cart-publish-error-msg-details {
  text-align: left;
  list-style: none;
}

.dcmp-publish-error-msg-popup-header {
  padding: 0px !important;
  margin-bottom: 20px;
}

.dcmp-publish-error-msg-popup-content {
  padding: 0px !important;
}

.dcmp-cart-publish-error-msg-details li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}